body {
  background: #f9f9f9;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-style: normal;
}  

html,body { overflow-x: hidden; }

h1,h2,h3,h4{
  font-weight: bold;
  text-transform: uppercase;
}

.green {
	color: #94b629;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-size: 40px;
  padding-bottom: 30px;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
}

a:hover { text-decoration: none; }

/* preloader section */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #a4c639;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/* navigation section */
.navbar-expand {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
   
}
.navbar-expand .navbar-brand {
  line-height: 38px;
  position: relative;
  
}
.navbar-expand-lg .navbar-nav li a {
  color: #202020;
  font-weight: 700;
  line-height: 38px;
  padding-right: 10px;
  padding-left: 10px;
}
.nav.link .active{
	  color:#94b629!important;
}
 .navbar-nav a {
	 text-transform: uppercase;
	 font-weight: bold;
 }
.navbar-expand-lg .navbar-nav li a:hover { color: #a4c639; }
.navbar-expand-lg .navbar-nav > li > a:hover,
.navbar-expand-lg .navbar-nav > li > a:focus {
  color: #a4c639;
  background-color: transparent;
}
.navbar-expand-lg .navbar-nav > .active > a,
.navbar-expand-lg .navbar-nav > .active > a:hover,
.navbar-expand-lg .navbar-nav > .active > a:focus {
  color: #a4c639;
  background-color: transparent;
}
.navbar-expand-lg .navbar-toggle {
     border: none;
 
  }
.navbar-expand-lg .navbar-toggle .icon-bar {
    background: #a4c639;
    border-color: transparent;
  }
.navbar-expand-lg .navbar-toggle:hover,
.navbar-expand-lg .navbar-toggle:focus { 
  background-color: transparent 
}

.site-logo {
  height: 68px;
  width: auto;
}

/* home section */  
.tm-home {
  background: url('../images/foto1.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  font-weight:bold;
  text-align: center;
  vertical-align: middle;
  padding-top: 200px;
  padding-bottom: 150px;
}
.tm-home-logo {
	font-size: 64px;
	color: #94b629;
}
.tm-home-header {
  font-size: 24px;
  font-style: normal;
  text-transform: none;
}

/* azienda section */
.tm-about {
    padding-top: 80px;
    padding-bottom: 60px;
  }


/* service section */
.tm-service {
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
  vertical-align: middle;
}
/* video section*/

.col-md-15
 {
    position: relative;
    min-height: 1px;
 
	margin:0;
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
.inet-video {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top:80px;
 
}
.inet-video .container{
	margin: 0 auto;
}
.inet-video .nav li a {
  text-decoration: none;
  color: #121212;
}
.indet-video .nav li{
	list-style:none;
	
}

.inet-video .nav .active .list-item {
  color:#94b629!important;
}

.inet-video .list-item {
  background-color: #fff;
  text-align: center;
  padding: 5px 5px;
  margin: 5px 5px;
  transition: all 0.5s;
}

.inet-video .list-item h4 {
  margin-top: 10px;
  margin-bottom:10px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.inet-video .tab-content-services {
  margin-top: 40px;
}
.inet-video .tab-content-services .right-image{
	float:right;
	padding-bottom:10px;
}

.inet-video .tab-content-services .left-text h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
.tab-title{
	font-size:15px;
	font-weight: bold;
	text-align:left;
	
}

.inet-video .tab-content-services .left-text{
	float:left;
	text-align:left;
}
.tab-content-services{
	display:flex;
	flex-wrap:wrap;
}
.inet-video .tab-content-services .left-text .primary-button {
  margin-top: 35px;
  margin-bottom: 50px;

}
.primary-button a {
  padding: 13px 20px;
  letter-spacing: 0.5px;
  background-color: #94b629;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}


/* sistemi section */
.tm-sistem{
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 40px;
}
.accord-title{
	font-weight: bold;
	text-transform: uppercase;
}
.accordion-collapse{
	font-size:14px;
	text-align:start;
}

.accordion-button:hover{
	color:#94b629;
}

/* software section */
.tm-icons .media .media-heading { 
	padding-bottom: 10px;

 }
.tm-icons .tm-icon-1,
.tm-icons .tm-icon-2,
.tm-icons .tm-icon-3,
.tm-icons .tm-icon-4,
.tm-icons .tm-icon-5 {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}

.tm-icons .tm-icon-1,
.tm-icons .tm-icon-2,
.tm-icons .tm-icon-3,
.tm-icons .tm-icon-4,
.tm-icons .tm-icon-5
 { border-left: 4px solid #a4c639; }
.tm-icons .tm-icon-1,
.tm-icons .tm-icon-2,
.tm-icons .tm-icon-3,
.tm-icons .tm-icon-4,
.tm-icons .tm-icon-5 {
  border-right: 2px solid #f9f9f9;
  border-top:2px solid #f9f9f9;
  border-bottom:2px solid #f9f9f9;
}
.tm-icons .tm-icon-1:hover { background: #9C9; }
.tm-icons .tm-icon-2:hover { background: #9C9; }
.tm-icons .tm-icon-3:hover { background: #9C9; }
.tm-icons .tm-icon-4:hover { background: #9C9; }
.tm-icons .tm-icon-5:hover { background: #9C9; }
.tm-software {
 background: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  padding-top: 80px;
  padding-bottom: 80px;
  }

/* demo section */
.tm-demo { 
	padding-top: 80px; 	
	padding-bottom:40px;	
}
.tm-demo .col-md-4 { padding: 10px; }
.tm-demo-section-heading { text-align: center; }
.tm-demo .plan {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  padding: 20px 20px 20px 20px;
  top: 40px;
 
}
.tm-demo .plan .plan_title {
  border-bottom: 2px solid #202020;
  padding-bottom: 20px;
}




/*conservazione section*/
.tm-conservazionePec{
  background: #ffffff;
  text-align: left;
  vertical-align: middle;
   padding-top: 80px;
  padding-bottom: 40px;
	
}
.tm-conservazionePec .nav-pills  a{
	font-weight: bold;
	text-transform: uppercase; 
	font-family: 'Dosis', sans-serif;
	color:black;
}	
.tm-conservazionePec .nav-pills  a:hover{
	color:#a4c639;
}
.tm-conservazionePec .nav-pills a:{
	background:#9C9;
	
}
.tm-conservazionePec h4{
	color:#a4c639;
	
}
/*referenti section*/
.tm-referenti h2{
	padding:40px;
	
}
.tm-referenti{
	padding-bottom:40px;
	padding-top: 80px;
}



/* contact section */
.tm-contact {
    background:#f2f2f2;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
	padding-bottom:40px;
  }
.tm-contact .address {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
			box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border-left: 4px solid #a4c639;
  padding-top: 20px;
  padding-left: 30px;
  position: relative;
}
.tm-contact .contact-form {
  position: relative;
}
.tm-contact-h3 {
  font-weight: bold;
}
.tm-contact .form-control {
    border: none;
    border-right: 4px solid #a4c639;
    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
            box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    border-radius: 0;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in;
            transition: all 0.4s ease-in;
	margin-top:10px;
  }
.tm-contact .form-control::-moz-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  opacity: 1;
}
.tm-contact .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: 400;
}
.tm-contact .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 18px;
  font-weight: 400;
}
.tm-contact input { height: 50px; }
.tm-contact input[type="text"],
.tm-contact input[type="email"] {
  border-left: 4px solid #a4c639;
  border-right: 0;
}
.tm-contact button[type="submit"] {
  background: #a4c639;
  border-radius: 40px;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  height: 60px;
}
.tm-contact button[type="submit"]:hover {
  background: #ffffff;
  color: #202020;
}
.tm-contact-link { color: black; }
.tm-contact-link:hover { color: #a4c639; }

.error {
  margin-top: -20px;
  padding-bottom:5px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
}


/* social icon section */
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}

/*note legali cookie e privacy*/
.tm-notelegali{
	background:#f2f2f2;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}
.notelegali-text:hover{
	color: #a4c639;
}
.notelegali-text{
	text-transform: uppercase;
	 font-weight: bold;
	 padding-left:20px;
	
}
.tm-privacy{
	background:#f2f2f2;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}
.tm-privacy h5{
	font-weight:bold;
}
.tm-cookie{
	background:#f2f2f2;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
	
}
.tm-cookie h5{
	font-weight:bold;
	
}
.tm-cookie  li{
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
}
/* footer section */
footer {
  text-align: center;
  vertical-align: middle;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer img { display: inline-block; }
footer hr { width: 80px; }

@media (max-width:1200px) {
  .tm-home {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width:980px) {
  .navbar-default .navbar-nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tm-home {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tm-icons .tm-icon-1,
  .tm-icons .tm-icon-2,
  .tm-icons .tm-icon-3 {
	  border-left: 4px solid #a4c639;
	  margin: 15px;
  }
  .tm-icons .tm-icon-1 {
	  margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .site-logo {
    height: 50px;
    padding-left: 5px;    
  }
  .tm-about-logo { font-size: 36px; }
  .tm-home-header { font-size: 32px; }
  
}

@media (max-width: 480px) {
  .navbar-default .navbar-brand {
    position: relative;
    bottom: 27px;
  }
  .tm-home {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .tm-about-header { font-size: 20px; }
  .tm-about-h3 { font-size: 18px; }
  .tm-team .media { max-width: 270px; }
  .tm-team .media .media-object { padding-right: 0; }
  .tm-team img {
    width: auto;
    height: auto;
  }
  .tm-team .media .border-right { border-right: 0; }
  .tm-contact .contact-form { padding-top: 140px; }
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #a4c639;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
