/*------------------------------------------------------------------
CUSTOM CSS
------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400');

body {
    background: #ffffff;
	font-family: 'Roboto', sans-serif;
    /*font-family: 'Muli', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}



/*---------------------------------------
Typography              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto Mono', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
}

h1 {
  color: #3d3d3f;
  font-size: 50px;
  line-height: normal;
  font-weight: 300;
}

h2 {
  color: #575757;
  font-size: 40px;
  line-height: 52px;
  margin-top: 0px;
}

h2.h4{
    font-size: 22px;
    line-height: 36px;
	font-weight: bold;
}

h3 {
  color: #676767;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  color: #3d3d3f;
  font-size: 20px;
}

p,ul {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

/*strong, span {
  color: #878787;
  font-weight: normal;
}*/


.evidenza {background: #ffff66;}
.evidenza1 {color: #0046bf;}
code {background: #ebebeb;color:#333;}

@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { 
    h1{font-size:26px}
    h2{font-size: 24px;}
}
/*---------------------------------------
Language               
-----------------------------------------*/
a.language{
	margin-left:0px!important;
	margin-right:0px!important;
}
	
.navbar-right li:last-child a::before { 
    content: " ";
}



.custom-navbar .navbar-nav li a.language:hover:after,
.custom-navbar .nav li.active > a.language:after {
  background: transparent;
  color: #ffffff;
  width: 100%;
  }

/*---------------------------------------
Buttons               
-----------------------------------------*/

.section-btn {
  background: #000000;
  border: none;
  border-radius: 100px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 32px 16px 32px;
  margin-top: 42px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.section-btn:focus,
.section-btn:hover {
  background: #3d3d3f;
  color: #ffffff;
}



/*---------------------------------------
General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #575757;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}


#services, #software {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
#about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#intro {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid #f0f0f0;
}

#certification{
  padding-top: 60px;
}

footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}
.visible{display:visible;}
.hidden{display:none;}

#about img, #services img {
  border-radius: 5px;
}

#software {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

#services .container,#software .container, #about .container{
  padding-right:45px;
  padding-left:45px;
}



/*---------------------------------------
Pre loader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #000000;
  border-top-color: #f9f9f9;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
Navigation section              
-----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: #ffffff;
  padding-top: 22px;
}

.custom-navbar .navbar-brand {
  color: #444;
  font-weight: normal;
  font-size: 20px;
}

.navbar-brand {padding:0px;}

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #656565;
  letter-spacing: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 15px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #000;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
  background: #000000;
  color: #ffffff;
  width: 100%;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #454545;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      box-shadow:0 4px 10px rgba(0,0,0,.2);
      padding: 10px 0;
    }

}



.language {
	margin-left:10px;
}

.language ul li:first-child {
	margin-left:5px;
}
.language ul li {
	padding-top:15px;
	padding-left:1px;
	padding-right:0px;
}
.language ul li a img{
	width:80%;
}


@media(max-width:768px) {
	.list-inline>li{
		display:block!important;	
	}
	.language ul li {
		padding-top:5px;
	}
		
	.language ul li:first-child {
		margin-left:0px;
	}
}
/*---------------------------------------
Home section              
-----------------------------------------*/

#home {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100vh;
  text-align: center;
  position: relative;
}

/*---------------------------------------
Intro section              
-----------------------------------------*/

 #intro .intro-text{
	font-size:22px;
	line-height:36px;
}

#intro{
	background: #f9f9f9;
}

/*---------------------------------------
About section              
-----------------------------------------*/
#about strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#about .about-thumb-wrap h4 {
  position: relative;
  overflow: hidden;
}

#about .about-thumb-wrap h4:after {
  content: "";
  position: absolute;
  background: #454545;
  width: 10%;
  height: 2px;
  top: 15px;
  right: 0;
  display: inline-block;
}





/*---------------------------------------
Software section              
-----------------------------------------*/

#software .software-thumb {
	display: inline;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  /*position: relative;
  top: 0;*/
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#software .software-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#software .software-thumb img {
  max-width:70%!important;
}
#software div.col-md-3.col-xs-6{min-height:480px;}
/*---------------------------------------
Certification section              
-----------------------------------------*/

#certification .certification-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}


#certification .certification-thumb img {
  max-width:70%!important;
}


/* #certification .certification-thumb img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: filter 250ms ease-in-out;
    -webkit-transition: -webkit-filter 250ms ease-in-out;
    transition: -webkit-filter 250ms ease-in-out;
    transition: filter 250ms ease-in-out;
    transition: filter 250ms ease-in-out, -webkit-filter 250ms ease-in-out;
}*/

/*#certification .certification-thumb img:hover {
    -webkit-filter: none;
    filter: none
}*/
/*---------------------------------------
Footer section              
-----------------------------------------*/
footer {
  background: #333333;
}
footer p,footer a,footer h1,footer h2,footer h3,footer h4{
  color: #fff!important;
}


footer .dash-line {
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

footer p.copyright-text {
  font-size:14px;
  color:#777!important;
 }
 footer p.copyright-text.piva{
text-align:right;
  }
/*---------------------------------------
Social icon             
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #292929;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0px 6px 10px 6px;
}

.social-icon li a:hover {
  background: #000000;
  transform: scale(1.1);
}


/*---------------------------------------
Mobile Responsive styles              
-----------------------------------------*/

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

 h1 {font-size: 40px;}

 #software .software-thumb {
  margin-top: 25px;
 }

}


@media (min-width: 480px) and (max-width: 767px) {

  h1 {
    font-size: 33px;
    line-height: normal;
  }

  h2  {font-size: 30px;}

  .custom-navbar {
    background-color: #ffffff;
    padding-top: 0px;
  }

  .custom-navbar .nav li a {
    display: inline-block;
    margin-bottom: 0px;
  }

  .about-thumb-wrap .col-md-4,footer .col-md-4 {
    margin-bottom: 35px;
  }

  /*footer .col-md-6 {
    text-align: center;
  }*/

 footer p.copyright-text {
    padding-bottom: 12px;
  }
  footer p.copyright-text.piva{
	text-align:left;
   }
}


@media (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: normal;
  }

  h2  {font-size: 24px;}
  h3 {
    font-size: 14px;
    letter-spacing: 4px;
  }

  #about .about-thumb {
    padding: 22px 12px;
    margin-top: 0px;
  }

  .about-thumb .social-icon {
    margin-top: 25px;
  }
  #intro .intro-text{
       font-size: 16px;
       line-height: 26px;
   }
   #logo {
 	  height:60px;
	  padding-top:5px;
	  padding-left:5px;
   }

}


@media (max-width: 360px) {
  #home {
    height: 150vh;
  } 
  
 

}
