/* CSS Webattuale - Tekprosrl.com */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1DC8CD, #038488);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}
/*--------------------------------------------------------------
# Language
--------------------------------------------------------------*/
#language {
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
#language a:link {
	color: #1DC8CD;
}
#language a:visited {
		color: #1DC8CD;
}
#language a:hover {
		color: #1DC8CD;
		text-decoration: underline;
}
#language span {
	font-size: 24px;
	line-height: 24px;
	margin-right: 20px;
}
#language span:last-child {
	margin-right: 0px;
}
@media (max-width: 990px) {
	#language {
		text-align: left;
	}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header #logo {
  float: left;
}
#header #logo h1 {
  font-size: 30px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
	float: left;
}
#header #logo img {
  height: 80px;
	float: left;
	margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 359px) {
  #header #logo h1 {
  	font-size: 19px;
		line-height: 30px;
  }
	#header #logo img {
		margin-right: 6px;
	}
}
@media (min-width: 360px) and (max-width: 414px) {
  #header #logo h1 {
  	font-size: 23px;
		line-height: 30px;
  }
}
@media (max-width: 768px) {
  #header #logo img {
    max-height: 80px;
  }
}
#header.header-transparent {
	background: #FFF;
  padding: 10px 0px 20px 0px;
  height: 142px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#header.header-fixed {
	background-color: #FFF;
  padding: 10px 0px 20px 0px;
  height: 142px;
  transition: all 0.5s;
	border-bottom: 0px none;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
# Header dedicato
--------------------------------------------------------------*/
#header-dedicato {
	margin-bottom: 30px;
}
#header-dedicato img {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 2px 10px 2px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  outline: none;
}
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1DC8CD;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  top: 15px;
}
@media (max-width: 414px) {
	#mobile-nav-toggle {
  	top: 20px;
	}
}
@media (max-width: 990px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}
#mobile-nav-toggle i {
  color: #1DC8CD;
}
#mobile-nav ul li a:hover {
  color: #CCC;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  min-height: 40px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
	font-size: 24px;
  font-weight: 300;
  margin: 0;
	color: #1DC8CD;
	text-transform: uppercase;
}
.breadcrumbs ol {
  font-size: 16px;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
	text-transform: uppercase;
	color: #038488;
  text-align: center;
  font-weight: 400;
}
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: normal;
}
/* Main 
---------------------------------*/
#main {
	padding-top: 120px;
  font-size: 16px;
	line-height: 20px;
}
	/* About Us Section
--------------------------------*/
#about {
  padding: 100px 0px 300px 0px;
  overflow: hidden;
	text-align: left;
}
@media screen and (min-width: 361px) and (max-width: 640px)  {
	#about {
  	padding: 30px 0px 370px 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 360px)  {
	#about {
  	padding: 390px 0px 10px 0px;
	}
}
#about .section-header .section-title {
  text-align: left;
}
#about h2 {
	text-transform: uppercase;
	color: #FFF;
}
@media screen and (min-width: 992px) and (max-width: 1070px) {
	#about h2 {
		font-size: 28px;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
	#about h2 {
		font-size: 24px;
	}
}
@media screen and (min-width: 641px) and (max-width: 768px)  {
	#about h2 {
		font-size: 20px;
	}
}
@media screen and (min-width: 320px) and (max-width: 640px)  {
	#about h2 {
		font-size: 16px;
		background-color: rgba(255, 255, 255, 0.8);
		border: 2px solid #FFF;
		border-radius: 3px;
		padding: 4px;
		color: #666;
	}
}
.nature-story {
	background: url("../img/home/gallery-p.jpg");
	background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
	padding: 0px 0px;
	margin: 10px 0px;
}
@media screen and (min-width: 361px) and (max-width: 640px)  {
	.nature-story {
  	background-position: -400px 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 360px)  {
	.nature-story {
  	background-position: -550px 0px;
	}
}
.nature-story p {
  margin: 0px 100px;
	padding: 10px;
	text-align: justify;
	background-color: rgba(255, 255, 255, 0.8);
	border: 2px solid #FFF;
	border-radius: 3px;
}
	/* Gallery Section
	--------------------------------*/
#gallery {
  padding: 30px 0 0 0;
  overflow: hidden;
}
#gallery .gallery-item {
}
#gallery span {
	position: absolute;
	top: 0px;
	left: 0px;
  padding: 0px;
	margin: 0px;
  z-index: 100;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFF;
}
.no-gutters {
	background-color: #FFF;
}
	/* More Features Section 
	--------------------------------*/
#more-features h2 {
	text-transform: uppercase;
	color: #038488;
}
#more-features h3 {
	text-align: center;
}
#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 80px;
}
#more-features .icon i:before {
  background: #038488;
  background: linear-gradient(45deg, #038488 0%, #1dc8cd 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
	/* Contact Section
	-------------------------------- */
		/* Button Square */
#contact div.button-square a {
	display: block;
	backround-color: #FFF;
	padding: 10px 0px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	height: 56px;
	font-size: 18px;
}
#contact div.button-square a:hover {
	color: #038488;
	border-bottom: 1px solid #1dc8cd;
}
#contact div.button-square a span {
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}
		/* Info Address */
#contact .address i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}
#contact div.info-address a {
	display: block;
	backround-color: #FFF;
	padding: 10px 0px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	height: 56px;
	font-size: 18px;
}
#contact div.info-address a:hover {
	color: #038488;
	border-bottom: 1px solid #1DC8CD;
}
#contact div.info-address a span {
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}
/*--------------------------------------------------------------
# Pagine interne
--------------------------------------------------------------*/
section.inner-page {
  padding: 0px 0px 60px 0px;
  overflow: hidden;
	text-align: justify;
}
.inner-page hr {
	padding: 0px;
	margin: 10px;
	height: 1px;
	background-color: #1DC8CD;
}
.inner-page h3, .inner-page h3.h3-azienda {
  margin-top: 30px;
	font-size: 24px;
	line-height: 30px;
  font-weight: 300;
	color: #038488;
	text-align: left;
}
.inner-page h3.h3-azienda {
	border-top: 1px solid #038488;
	Border-radius: 0px 10px 0px 0px;
}
.inner-page h3 i {
	min-width: 70px;
	text-align: center;
	background-color: #FFF;
	padding: 5px;
	border: 4px solid #038488;
	border-left: 20px solid #038488;
	margin-right: 10px;
}
/*--------------------------------------------------------------
# Contatti
--------------------------------------------------------------*/
iframe.iframe-c {
	width: 100%;
	height: 400px;
	border: 0px none;
	padding-bottom: 1px;
	border-top: 3px solid #EEE;
	border-bottom: 3px solid #EEE;
} 
#main ul {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	line-height: 24px;
	list-style: none;
}
#main ul ul {
	margin: 0px;
	padding: 0px;
}
#main ul li {
	margin: 10px 0px;
	padding: 0px 5px 5px 5px;
  list-style: none;
	border-bottom: 1px solid #038488;
}
#main ul li.alternative {
	border-bottom: 1px solid #CCC;
}
