/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 5, 2017, 3:43:31 PM
    Author     : dany
*/

.footer-nav{
    
}
    .footer-nav a{
        color: #fff;
        font-size: 12px;
    }

.loading-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: white;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index:999999;
}

.loading-bar-container{
    position:fixed;
    top:50%;
    left:50%;
    
    width: 300px;
    
    height:3px;
    margin-left: -150px;
    margin-top: 40px;
    background-color:rgba(0,0,0,0.2);
}

.loading-bar-container .w3-dmnk-loading-bar{
    position:relative;
    background-color: #136e8c;
    height:100%;
}

@media screen and (max-width: 480px) {
    .loading-overlay{
        background-image: url(../img/logo-type.png);
    }
    
    .loading-bar-container{
        width: 200px;
        margin-left: -100px;
    }
}

div.small-logo{
    margin-top:25px;
    margin-left: 25px;
}

div.small-logo img{
    width:75px;
}

.team-member-photo{
    height:365px;
}

.team-member-photo.daniele-photo{
    /*height:237px;*/
margin-left:-30px;
}

section.incentivo{
    display: none;
}

section.incentivo-it{
    display:block;
}

section.box-action.box-action-red{
    background-color:#136e8c;
}

.box-action-red .title:before {
    border-left: 30px solid #136e8c;
}

.box-action-red .button {
    background-color: #e64b3c !important;
}

a.badge.more-info-badge{
    font-weight: normal;
    color: #136e8c;
    border: 1px solid #136e8c;
    background-color: white;
}

a.badge.more-info-badge:hover{
    background-color: #136e8c;
    border:0px;
    color:white;
}

#servicesMenu{
    width:300px;
}

/* @media screen and (max-width: 1300px) {
    #servicesMenu{
        margin-left: -220px;
    }
} */

@media handheld, only screen and (max-width: 600px){
    .box-action {
        display: block;
    }
    .box-action .container{
        padding:0;
    }
    
    .box-action .title{
        width:100%;
    }
    .box-action .button{
        width:100%;
        height: 50px;
        padding: 7px 0;
    }
}





/* ------------------------------------------
  NAVIGATION BAR
--------------------------------------------- */
.nav-bar { 
    display: none;
 }

header nav {
  z-index: 1000;
  width: 100%;
  margin: auto;
  padding-top: 7px;

  width: auto;
  float: right;
}

header nav ul { 
    list-style: none;

    padding-top: 7px;
 }

header nav ul li {
  float: left;
  position: relative;
    list-style: none;
    line-height: 20px;
    margin: 0 40px 0 0;
}

header nav ul li:last-child {	
    margin:0;
}

header nav:after {
  content: "";
  display: block;
  clear: both;
}

header nav ul li a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #131313;
}
header nav ul li a:hover { 
    color:#1B1823;
}

header nav ul li a i {
	padding-left: 3px;
}

header nav ul li:hover { 

 }

header nav ul li:hover i { 

 }

header nav ul li i { margin-right: 10px; }

header nav ul li:hover .children { display: block; }

header nav ul li .children ul {
    border-bottom: 3px solid #136e8c;
}

header nav ul li .children {
  display: none;
  /* background: #8e44ad; */
  position: absolute;
  width: 150%;
  z-index: 1000;
  border-bottom:#136e8c 3px solid;
}

header nav ul li .children span { display: none; }

header nav ul li .children li {
  display: block;
  width: 100%;
    border-bottom: 1px solid #eee;
    margin:0;
}

header nav ul li .children li a { 
    margin: 0;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #131313;
    overflow: hidden;
    padding: 12px 15px;
    background: #f9f9f9;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
 }

header nav ul li .children li a i { 
	float: right;
	font-size: 15px;
 }

header nav ul li .children li a:hover { 
    background:#136e8c;
	color: #fff;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
 }

header nav ul li .fa-angle-down {
  position: relative;
  left: 3px;
}

/*responsive nav style*/

@media all and (max-width: 800px) {
/*  Logo Template -------------------------------------------*/
.logo img{
	max-width: 40%;	
}

.nav-bar {    
    display: block;
    position: absolute;    
    top: -48px;
    right: 0px;
}

.nav-bar span {
  float: left;
  font-size: 20px;
  padding: 20px;
  color: #136e8c;
}

.nav-bar .fa-bars {
  display: block;
  padding: 20px;
  color: #136e8c;
  overflow: hidden;
  font-size: 28px;
  font-weight: lighter;
  text-decoration: none;
  float: right;
}

header nav {
    width: 80%;
    height: auto;
    background: #136e8c;
    position: absolute;
    top: 23px;
    right: 100%;
    overflow: hidden;
    height: 1000000px;
}

header nav ul li {
    display: block;
    width: 100%;

    float:none;
}

header ul li a { 
    display: block;

	margin:0;
    padding:12px 15px;	
    
	text-decoration:none;
	font-size:12px;
	line-height:16px;
	color:#ffffff;
	overflow:hidden;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
 }
header ul li a:hover { 
    color:#dddddd;
}

header nav ul li a {
    color:#ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
header nav ul li a:hover { 
    color:#eee;
}


#servicesMenu{
    width:100%;
    margin: 0;
    padding: 0 0 0 3px;
}


header nav ul li .children {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
  border:none;
}

header nav ul li:hover .children { display: none; }

header nav ul li ul li:first-child { border-top: 1px solid #ffffff99; }

header nav ul li .children span {
  display: inline-block;
  margin-right: 10px;
}

header nav ul li .children a {
  margin-left: 10px;
  padding: 5px 0;
}

header nav ul li .fa-angle-down {
  position: relative;
  top: 3px;
}
}