/* ########################################## */

/*           CSS CUSTOM SITO ASC           */

/* ########################################## */

/* PALETTE COLORI
Asc
BLU PRIMARIO #1A4297
BLU SECONDARIO #6BACDF
BLU #007CC1
BIANCO #FFF

SAP
PRIMARIO #003366 BLU
SECONDARIO #999999 GRIGIO
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  /*22pt*/
  color: #333;
  text-align: justify;
}

*:focus {
  outline: none;
}

#wrap {
  overflow: hidden;
}

.main-top {
  position: relative;
  margin-bottom: 60px;
}

.main-top>img {
  float: right;
  max-width: 66%;
}

/* Typography */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

h3 {
  color: #1A4297;
}

h4 {
  color: #1A4297;
}

b,
strong {
  font-weight: 400;
}

.indent-p {
  text-indent: 30px;
}

a,
a:link,
a:hover,
a:visited,
a:focus,
a:active {
  color: #1A4297;
  outline: 0;
  background: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: transparent;
}

#cookie-bar {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  padding: 30px 0;
  width: 100%;
}

#cookie-bar a {
  margin-top: 15px;
  padding: 5px 8px;
}

header nav.navbar-default {
  margin: 0;
  font-size: 1.1em;
  background: #FFF;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  #main-navbar.navbar-collapse {
    height: 100px !important;
    padding-bottom: 10px;
  }
}

a.navbar-brand {
  height: 80px;
  display: inline-block;
  float: none;
  position: relative;
  padding: 0;
  margin-top: 12px;
}

.navbar-brand img {
  width: 175px;
}

.navbar-brand span {
  position: absolute;
  left: -1000px;
  top: -10000px;
  font-size: .1em;
}

.border-wrapper {
  border-bottom: 2px solid #fff;
  display: inline-block;
  width: 60%;
  margin-top: 40px;
  float: right;
}

.navbar-toggle {
  margin-top: 34px;
}

/*animazione background blu su voci di menu*/

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}

.dropdown.open .dropdown-menu {
  max-height: 300px;
  opacity: 1;
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -5px;
  margin-left: -1px;
  opacity: 1;
  max-height: none;
}

.navbar-default .navbar-nav:not(.lang-picker)>li>a {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.navbar-default .navbar-nav:not(.lang-picker)>li>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #1A4297;
  z-index: -1;
  color: #FFF;
  transition: transform 0.3s;
}

.navbar-default .navbar-nav:not(.lang-picker)>li>a:hover:after {
  left: 0;
  border-width: 3px;
  opacity: 1;
  transform: scaleY(1);
  color: #fff;
}

/*fine animazione voce di menu*/

.navbar-default .navbar-nav:not(.lang-picker)>li>a.active:after {
  left: 0;
  border-bottom: 3px solid #fff;
  opacity: 1;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: blue;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background: transparent;
}

.navbar-default .navbar-nav.lang-picker li a {
  padding: 0;
  margin: 0 5px;
}

.nav.lang-picker li a>img {
  width: 26px;
  height: 35px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -5px;
  margin-left: -1px;
  opacity: 1;
  max-height: none;
}

/* CARD UNO */

.card {
  cursor: default;
  margin: 0;
  position: relative;
  height: 340px;
  overflow: hidden;
}

/* -- make sure to declare every property that you want animated -- */

.card .hover {
  float: none;
  position: absolute;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid transparent;
  /* -- transition is the magic sauce for animation -- */
  transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
}

.card .hover:hover {
  z-index: 900;
  width: 100%;
  height: 280px;
  padding: 20px;
  margin: 0;
  opacity: 1;
}

.card .hover .thumb {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 200px;
  text-align: center;
  opacity: 1;
  transform: scale(.97);
  -moz-transform: scale(.97);
  -webkit-transform: scale(.97);
  transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
}

.card .hover .thumb h2 {
  color: #fff;
  font-size: 30px;
  line-height: 42px;
}

.card .hover .thumb img {
  opacity: 1;
  transition: all .2s;
  max-height: 180px;
}

.card .hover:hover .thumb img,
.card .hover:hover .thumb h2 {
  opacity: 0;
  max-height: 0;
}

.card .hover:hover .thumb {
  z-index: 1000;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.card .hover:hover .text-box-thumb {
  position: absolute;
  top: 0px;
}

.card .hover .thumb p.details {
  margin: 0;
  padding: 10px;
  color: #fff;
  opacity: 0;
  font-size: 18px;
  line-height: 32px;
  transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
}

.card .hover:hover .thumb p.details {
  opacity: 1;
}

.card .hover .details li {
  display: block;
}

/* CARD DUE */

.item-hover {
  background: transparent;
  transition: all 450ms;
}

.item-hover:hover {
  background: #ccc;
  cursor: pointer;
}

h1.main-title {
  background: #D0D0D0;
  text-align: center;
  font-size: 50px;
  padding: 10px 0;
}

h1.main-title span {
  display: block;
  margin: 0 auto;
  color: #fff;
}

h2.title-grey,
h1.title-grey {
  color: #fff;
  background-color: #6BACDF;
  border-radius: 0;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0 0 60px;
}

.panel-title {
  font-size: 38px;
}

/* BLOCCO SPAZIO HOME */

.blk-serv-downspace {
  margin-bottom: 60px;
}

/* SECTIONS */

section[id^=wide] {
  padding: 80px 0;
}

#wide-tecnologie {
  background: #d0d0d0;
}

footer .jumbotron {
  background: #2f2f2f;
  color: #fff;
  margin-bottom: 0;
}

footer .jumbotron strong {
  color: #6BACDF;
  font-size: 22px;
  font-weight: normal;
}

footer .jumbotron .p-iva {
  color: #fff;
}

.jumbotron p {
  font-size: 90%;
  text-align: left;
  font-weight: 300;
}

.jumbotron a,
.jumbotron a:link,
.jumbotron a:hover,
.jumbotron a:visited,
.jumbotron a:active,
.jumbotron a:focus {
  color: #6BACDF;
}

footer .jumbotron small {
  font-size: 80%;
}

footer .social ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

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

.head-ico {
  margin-bottom: 30px;
  float: none;
  overflow: hidden;
}

.head-ico .nav-tabs>li>a,
.head-ico .nav-tabs>li>a:hover,
.head-ico .nav-tabs>li>a:focus,
.head-ico .nav-tabs>li>a:active,
.head-ico .nav-tabs>li>a:visited,
.head-ico .nav-tabs>li>a:link,
.head-ico h3 {
  color: #1A4297;
  text-align: center;
  border: 0;
  padding-top: 65px;
  font-size: inherit;
  margin: 0;
}

.nav-pills>li>a {
  color: #fff;
}

.head-ico .nav-tabs>li:hover>a,
.head-ico .nav-tabs>li:focus>a,
.head-ico div:focus h3,
.head-ico div:hover h3,
.head-ico [class*=col]:hover:nth-child(n):before,
.head-ico [class*=col].active a,
.head-ico [class*=col] a:link,
.head-ico [class*=col].active a:visited,
.head-ico [class*=col].active:nth-child(n):before {
  color: #6BACDF;
  background-color: transparent;
}

.head-ico [class*=col]:hover:nth-child(n):before,
.head-ico [class*=col].active:nth-child(n):before {
  border-color: #6BACDF;
  transform: rotatey(360deg);
}

.head-ico h3,
.head-ico h3:hover {
  cursor: default;
}

.head-ico [class*=col]:before {
  position: absolute;
  left: 50%;
  margin-left: -50px;
}

.head-ico [class*=col]:nth-child(n):hover:before {
  border-color: #6BACDF;
}

.head-ico [class*=col]:nth-child(1):before {
  content: "2018";
  display: block;
  height: 50px;
  width: 100px;
  border-bottom: 3px solid #1d3e81;
  text-align: center;
  font-size: 30px;
  color: #1d3e81;
  padding-bottom: 20px;
  transition: all .3s;
}

.head-ico [class*=col]:nth-child(2):before {
  content: "\e162";
  display: block;
  height: 50px;
  width: 100px;
  border-bottom: 3px solid #1d3e81;
  text-align: center;
  font-family: 'Glyphicons Halflings';
  font-size: 30px;
  color: #1d3e81;
  padding-bottom: 20px;
  transition: all .3s;
}

.head-ico [class*=col]:nth-child(3):before {
  content: "\e139";
  display: block;
  height: 50px;
  width: 100px;
  border-bottom: 3px solid #1d3e81;
  text-align: center;
  font-family: 'Glyphicons Halflings';
  font-size: 30px;
  color: #1d3e81;
  padding-bottom: 20px;
  transition: all .3s;
}

.head-ico [class*=col]:nth-child(4):before {
  content: "\e008";
  display: block;
  height: 50px;
  width: 100px;
  border-bottom: 3px solid #1d3e81;
  text-align: center;
  font-family: 'Glyphicons Halflings';
  font-size: 30px;
  color: #1d3e81;
  padding-bottom: 20px;
  transition: all .3s;
}

.head-ico .nav-tabs {
  border: 0;
}

@media only screen and (min-width:768px) {
  /* 2col article */
  .article-2col {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .article-2col>div[class*=col]:nth-child(2) {
    background: #fff;
    padding-bottom: 30px;
    color: #000;
    left: -50%;
  }
  .article-2col>div[class*=col]:nth-child(1) {
    left: 50%;
    z-index: 5;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #1D3E81;
  }
  .article-2col:before,
  .article-2col:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 50%;
    height: 100%;
    /*background: #1d3e81;*/
  }
  .article-2col>div[class*=col]:nth-child(2):after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background: #1d3e81;
  }
  .article-2col>div[class*=col] {
    line-height: 2;
    padding-left: 50px;
    padding-right: 50px;
  }
  .article-2col>div[class*=col] h2 {
    margin: 0 0 20px;
  }
  .article-2col:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}

/* button hover */

/*#wide-tecnologie .tagcloud li{*/

.tagcloud li {
  background: #fff;
  padding: 5px 10px;
  font-size: .9em;
  text-transform: uppercase;
  margin: 4px;
  float: left;
  list-style: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  border: 1px solid #adadad;
}

/* */

.tab-pane:focus {
  outline-width: 0;
}

.panel.head-ico {
  box-shadow: none;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
}

.panel-primary.head-ico>.panel-heading {
  background: transparent;
  border: 0 none;
}

/* portfolio */

.anchor-nav {
  background-color: #1d3e81;
  margin-bottom: 10px;
}

.anchor-nav ul {
  display: flex;
}

.anchor-nav ul li {
  padding: 0 10px;
}

.anchor-nav.fix-menu-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
  min-height: 50px;
  transition: all 1s;
}

.anchor-nav.fix-menu-top.hide-on-scroll {
  opacity: 0;
  min-height: 0;
}

section[id*="rowSection"] .rowSection-title {
  height: 320px;
  position: relative;
}

.services-list section[id*="rowSection"] .rowSection-title {
  height: 80px;
  padding: 8px 0;
  /*    background-color:orange;*/
}

#rowSection-servizi-finanziari .rowSection-title {
  background: transparent url('../img/financial_686957670.jpg') 0 10%/100% auto no-repeat fixed;
}

#rowSection-automotive .rowSection-title {
  height: 320px;
  background: transparent url('../img/automotive_483099295.jpg') 0 50%/100% auto no-repeat fixed;
}

#rowSection-retail .rowSection-title {
  height: 320px;
  background: transparent url('../img/retail_516140707.jpg') 0 50%/100% auto no-repeat fixed;
}

#rowSection-industria .rowSection-title {
  height: 320px;
  background: transparent url('../img/industry_517838750.jpg') 0 50%/100% auto no-repeat fixed;
}

#rowSection-telecomunicazioni .rowSection-title {
  height: 320px;
  background: transparent url('../img/telecomunicazioni_502126900.jpg') 0 50%/100% auto no-repeat fixed;
}

#rowSection-information-technology .rowSection-title {
  height: 320px;
  background: transparent url('../img/IT.jpg') 0 50%/100% auto no-repeat fixed;
}

#rowSection-progetti-europei .rowSection-title {
  height: 320px;
  background: transparent url('../img/prog_europei.jpg') 0 50%/100% auto no-repeat fixed;
}

/* sezione servizi */

.services-list section[id="rowSection-bpm"] .rowSection-title,
.services-list section[id="rowSection-cms"] .rowSection-title {
  background: #1d3e81;
}

.services-list section[id="rowSection-ecm"] .rowSection-title,
.services-list section[id="rowSection-etl"] .rowSection-title {
  background: #294e86;
}

.services-list section[id="rowSection-crm"] .rowSection-title,
.services-list section[id="rowSection-data"] .rowSection-title {
  background: #426593;
}

.services-list section[id="rowSection-it"] .rowSection-title {
  background: #5e7da3;
}

section[id*=rowSection] .rowSection-content {
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
}

section[id*=rowSection] .rowSection-content>h2 {
  position: absolute;
  top: -101px;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  padding: 0;
}

section[id*=rowSection] .rowSection-content>h1 {
  background: #1d3e81;
}

section[id*=rowSection] h1,
section[id*=rowSection] h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  padding: 17px 0;
}

.strip-title {
  position: absolute;
  bottom: -66px;
  background: #1d3e81;
  width: 100%;
}

section[id*=rowSection]:nth-child(odd) h1 {
  text-align: right;
}

section[id*=rowSection] h1.leftAlign {
  right: auto;
  left: 0;
}

section#about {
  background: #1d3e81;
}

.item-service {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #adadad;
  padding-top: 30px;
  padding-bottom: 40px;
}

.item-service:last-child {
  border-bottom: 0 none;
}

.item-service .project-visual {
  max-width: 250px;
  display: block;
  padding: 20px;
}

/* */

.flex-square-list {
  display: flex;
  list-style: none;
  border: 3px solid #fff;
  padding: 0;
  margin: 0;
}

.flex-square-list li {
  margin: 0;
  text-align: center;
  flex: 1 0;
  height: auto;
  transition: all .2s;
}

.flex-square-list li:hover {
  transform: scale(1.1);
}

.flex-square-list li div {
  position: relative;
  height: 100%;
}

.flex-square-list li div a {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  color: #fff;
}

.flex-square-list li div a:hover {
  text-decoration: none;
}

.flex-square-list li div a p {
  display: table-cell;
  vertical-align: top;
  line-height: 26px;
  font-size: 20px;
  padding: 10px 5px;
}

.flex-square-list li div a p strong {
  display: block;
  font-size: 26px;
  position: relative;
  padding-bottom: 20px;
}

.flex-square-list li div a p strong:after {
  content: "_____";
  display: block;
  width: 100%;
  position: absolute;
  top: 15px;
}

.flex-square-list li:before {
  content: '';
  float: left;
  padding-top: 100%;
}

.flex-square-list li:nth-child(1),
.flex-square-list li:nth-child(7) {
  background-color: #1d3e81;
}

.flex-square-list li:nth-child(2),
.flex-square-list li:nth-child(6) {
  background-color: #294e86;
}

.flex-square-list li:nth-child(3),
.flex-square-list li:nth-child(5) {
  background-color: #426593;
}

.flex-square-list li:nth-child(4) {
  background-color: #5e7da3;
}

/* CUSTOMERS */

#customers ul,
#partners ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  justify-content: space-between;
}

#customers ul li,
#partners ul li {
  flex: 1 0 100%;
  max-width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}

#customers ul li:nth-child(1),
#customers ul li:nth-child(2),
#customers ul li:nth-child(3),
#customers ul li:nth-child(4) {
  max-width: 24%;
  margin-left: .5%;
  margin-right: .5%;
}

#customers h2,
#partners h2 {
  text-transform: uppercase;
}

#customers ul li>div,
#partners ul li>div {
  display: table;
  height: 100%;
  margin: 0 auto;
}

#customers ul li a,
#partners ul li a {
  display: table-cell;
  vertical-align: middle;
  transition: all .2s;
}

#customers ul li a:hover,
#partners ul li a:hover {
  transform: scale(1.1);
}

#customers ul li img,
#partners ul li img {
  width: 100%;
}

/* */

.logo-list {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
  width: 300px;
}

.logo-list li {
  display: block;
  margin-bottom: 10px;
}

.logo-list li img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.logo-list li img[alt*="Intesa"] {
  max-width: 350px;
  margin-left: -20px;
}

.logo-list li img[alt*="Buzzetti"] {
  max-width: 260px;
}

/* */

#return-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* CONTATTI */

.gmap-canvas {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #dbdbdb;
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.vcard {
  margin-bottom: 30px;
}

.gmap-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* */

hr.hr {
  border-bottom: 1px dotted #adadad;
}

#cit_who {
  background-color: rgba(29, 62, 129, .9);
  padding: 35px;
}

#cit_who blockquote.blockquote {
  color: #fff;
  border: 0 none;
  text-align: left;
  font-style: italic;
  line-height: 40px;
  font-size: 2em;
}

blockquote.blockquote small {
  color: #fff;
}

/* LAVORA CON NOI */

.form-candidature a {
  display: block;
  text-decoration: none;
  height: 100%;
  border-bottom: 3px solid #6BACDF;
  border-top: 3px solid #6BACDF;
  transition: all .3s;
  padding: 7px 0;
  position: relative;
}

.form-candidature .panel-default.selected a {
  color: #fff;
}

.panel-default>.panel-heading {
  border-radius: 0px;
  background: #fff;
  height: 70px;
}

.panel-default.selected .panel-heading {
  background: #1A4297;
  color: #fff;
}

.recruiting-row {
  background: #1A4297;
  margin-top: 50px;
  padding: 20px;
  text-align: center;
}

.recruiting-row a {
  color: #fff;
}

.custom_button {
  width: 175px;
}

.panel-group .panel+.panel {
  margin-top: -5px;
}

.modal-header {
  border-bottom: 0px;
  border-top: 5px solid #1A4297;
  border-right: 5px solid #1A4297;
  border-left: 5px solid #1A4297;
  padding-top: 15px;
}

.modal-body {
  border-left: 5px solid #1A4297;
  border-right: 5px solid #1A4297;
}

.modal-footer {
  border-top: 0px;
  border-right: 5px solid #1A4297;
  border-bottom: 5px solid #1A4297;
  border-left: 5px solid #1A4297;
  margin-top: -20px;
}

.modal-candidature .modal-dialog {
  width: 80%;
  max-width: 700px;
}

.custom-modal .row {
  padding-left: 30px;
  padding-bottom: 10px;
  padding-right: 35px;
}

.custom-modal .custom-text {
  min-width: 100%;
  resize: none;
  height: 150px;
  padding-left: 10px;
}

.custom-text {
  min-width: 100%;
  resize: none;
  height: 150px;
  padding-left: 10px;
}

.custom-modal input,
.custom-modal textarea {
  margin-bottom: 10px;
}

/*.custom-modal input[type=file]{
    border:1px solid #A9A9A9;
    /*   - padding: 5px;*/

/*height: 38px;
width:100%;*/

/*   - margin-left: 15px;*/

/*padding-left: 5px;*/

/*   - padding-top: 2px;*/

/*}*/

.custom-modal .form-group {
  margin: 0px;
}

.custom-modal .custom-input {
  min-width: 250px;
  width: 45%;
  padding-left: 10px;
}

.custom-input {
  min-width: 250px;
  width: 45%;
  padding-left: 10px;
}

.error-message {
  border: 1px solid #A00;
  padding: 7px;
  color: #A00;
  font-size: 0.6em;
}

/*
.error-attachment-message{
    width: 180px;
    display: block;
}
*/

.first-title {
  font-size: 20px;
  font-weight: 400;
}

.sub-title {
  font-size: 15px;
  display: block;
  margin-top: -13px;
}

.work-with-us .panel-heading {
  padding: 0;
}

.work-with-us .panel-default {
  border: 0;
}

.work-with-us .panel {
  position: relative;
  margin-bottom: 2px;
  box-shadow: 0 none;
}

.work-with-us .panel.panel-default:before,
.work-with-us .panel.panel-default:after {
  content: "";
  height: 70px;
  width: 1000px;
  position: absolute;
  top: 0;
  border-top: 3px solid #6BACDF;
  border-bottom: 3px solid #6BACDF;
}

.work-with-us .panel.panel-default:before {
  left: -1000px;
}

.work-with-us .panel.panel-default:after {
  right: -1000px;
}

.work-with-us .panel.panel-default.selected:before {
  background-color: #1A4297;
}

.work-with-us .panel.panel-default.selected:after {
  background-color: #1A4297;
}

.work-with-us .panel.panel-default .panel-body {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
  transition: all .3s;
}

.work-with-us .cont-puls {
  margin: 0 -15px;
  padding-bottom: 50px;
}

/*
.work-with-us .panel.panel-default.selected .panel-body{
    background-color:#d0d0d0;
}
.work-with-us .panel.panel-default .panel-body:before,
.work-with-us .panel.panel-default .panel-body:after{
    content:"";
    height:100%;
    width:1000px;
    position:absolute;
    top:-1px;
    background-color:#fff;
    transition:all .3s;
}
.work-with-us .panel.panel-default.selected .panel-body:before,
.work-with-us .panel.panel-default.selected .panel-body:after{
    background-color:#d0d0d0;
}

.work-with-us .panel.panel-default .panel-body:before{
    left:-1000px;
}
.work-with-us .panel.panel-default .panel-body:after{
    right:-1000px;
}
*/

.action-button {
  margin-top: 25px;
  /*position: absolute;
  bottom: 15px;
  width: 100%;*/
}

.panel-heading a .more-less {
  position: absolute;
  right: 0;
  height: 18px;
  top: calc(50% - 9px);
}

.modal-segnalation .modal-content {
  border-radius: 0px;
  height: 75px;
  width: 340px;
  float: right;
}

.modal-segnalation .modal-dialog {
  float: right;
  padding-right: 20px;
  padding-top: 60px;
}

.scrolloff {
  pointer-events: none;
}

.item-service .project-visual[alt*=Intesa] {
  max-width: 400px;
}

/* fix loghi */

/*#customers img[alt*=Marani],
#customers img[alt*=Volvo],
#partners img[alt*=Fortiss]

{
    max-height:65px;
    width:auto;
}*/

#success_request,
#error_request {
  display: none;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile-2+label {
  /*color: #1A4297;*/
  border: 1px solid currentColor;
  padding: 0.625rem 1.25rem;
}

.inputfile-2:focus+label,
.inputfile-2.has-focus+label,
.inputfile-2+label:hover {
  color: #fff;
}

.custom-modal .form-group>label>i {
  font-size: 25px;
  padding-top: 2px;
}

.custom-modal .form-group>label>span {
  font-weight: 300;
  float: right;
  margin-left: 5px;
}

.custom-modal .form-group>label {
  padding: 1.5%;
  color: #333;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
}

button[disabled],
html input[disabled] {
  cursor: default;
  background: grey;
  color: white;
  border: 1px solid white;
}

.custom-modal>.form-group>hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.privacy {
  padding-left: 0px;
  padding-top: 25px;
}

.recruiting-row input {
  background-color: transparent;
  color: #FFF;
  border: none;
}

.recruiting-row input:hover {
  text-decoration: underline;
}

#customers img[alt="Fidia"] {
  margin-top: 15px;
}

/*++++++++++++++++++++*/

/*FINE LAVORA CON NOI*/

/*++++++++++++++++++++*/

/*++++++++++++++++++++*/

/*MODIFICHE 2017-01-09*/

/*++++++++++++++++++++*/

.post-footer {
  width: 100%;
  min-height: 50px;
  background-color: #2F2F2F;
  padding-top: 7px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #b1b1b1;
}

.post-footer a {
  color: #6BACDF;
}

#nav li a {
  color: #000;
  font-weight: 300;
  font-size: .8em;
}

#nav li a:hover,
#nav a:active,
#nav a:focus {
  border-bottom: 2px solid #6BACDF;
  color: #fff;
}

#nav li .active {
  border-bottom: 2px solid #6BACDF;
}

.upper_title {
  color: #fff;
  font-weight: 400;
  font-size: .8em;
}

.pre-header .glyphicon {
  color: #FFF;
}

.navbar-static-top {
  z-index: unset;
}

.pre-header .glyphicon {
  font-size: 14px;
}

.lang-select img {
  width: 16px;
}

.dropdown-menu {
  min-width: 130px;
}

#myCarousel img {
  z-index: -1000;
  position: relative;
  height: 450px;
  background-position-y: center;
  background-size: cover;
  min-width: 100%;
}

.carousel-caption {
    
    bottom: 60px;
}

.carousel-caption h2{
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.carousel-caption p{
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}


#slider-cont {
  max-height: 450px;
}

#slider-cont .container-fluid {
  padding: 0px;
}

button.navbar-toggle.collapsed {
  background-color: #6BACDF;
}

button.navbar-toggle.collapsed:hover,
button.navbar-toggle.collapsed:active,
button.navbar-toggle.collapsed:focus,
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus,
button.navbar-toggle {
  background-color: #6BACDF;
}

a .fa {
  color: #1A4297;
}

.info-footer {
  color: #FFF;
  font-size: 14px;
}

.recruiting-row {
  background: #6BACDF;
}

.recruiting-row h4 {
  color: #fff;
  line-height: 2;
}

a .fa:hover {
  color: #fff;
}

#myCarousel:hover {
  opacity: .9;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .1) 100%);
}

h1.title-grey {
  margin-bottom: 0px;
}

.box-cont {
  margin-bottom: 60px;
}

.button-send:hover,
.button-send:active,
.button-send:focus {
  background: #007CC1;
  color: #fff;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 40px;
  height: 4px;
  margin: 3px;
}

#return-to-top i:hover {
  color: #1A4297;
}

#return-to-top:hover {
  cursor: pointer;
}

a .fa {
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
  padding: 10px 5px;
  border-radius: 20px;
  width: 35px;
  text-align: center;
  border: #fff solid thin;
  height: 35px;
}

a .fa:hover {
  color: #fff;
  background: #1A4297;
  border-color: #007CC1;
}

.blocco_servizi .col-sm-4,
.blocco_servizi .col-lg-4,
.blk-news .col-xs-4 {
  padding-left: 30px;
  padding-right: 30px;
}

.blocco_servizi {
  margin-top: 50px;
}

.blocco_servizi p {
  font-size: 15px;
}

.box-cont p {
  font-size: 15px;
}

.main-top {
  background-image: url('../img/slider-half.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#news h2 {
  margin-bottom: 30px;
  text-align: center;
}

#news {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F4F4F4;
}

#news p {
  font-size: 0.7em;
}

.blocco_servizi img {
  border-bottom: 3px solid #60ABD5;
}

.blk-news .col-xs-4 .row {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

/*#middle-services {
  background-image: url('../img/slider-half.jpg');
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
}*/

.blk-services .glyphicon {
  font-size: 30px;
  color: #007cc1;
  padding-top: 25px;
}

.blk-services p {
  font-size: 0.8em;
}

#services-home {
  margin-bottom: 50px;
  margin-top: 50px;
}

#middle-services {
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url('../img/sap_header.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.col-home-box {
  width: 50%;
  float: left;
  min-height: 100px;
}

#middle-services {
  padding: 5% 0 5% 0;
}

#myCarousel {
  -webkit-box-shadow: 0px 10px 20px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -1px rgba(0, 0, 0, 0.75);
}

header {
  border-bottom: solid 1px #007CC1;
}

.img_background {
  background-image: url("../img/sap_header.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  height: 15em;
  margin-bottom: 50px;
}

.sap_list-item {
  width: 50%;
  float: left;
}

.sap_list li {
  list-style-type: none;
}

.sap_list h3,
.sap_list i {
  float: left;
}

.list-services-asc {
  list-style: none;
  padding-left: 0px;
}

footer h3,
footer h4 {
  color: #6BACDF;
}

.services-list {
  margin-bottom: 40px;
}

.services-list-cont {
  margin-top: 50px;
}

.img-par {
  width: 350px;
  height: auto;
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top:10px;
}

.title-serv-asc {
  border-bottom: thin solid #1A4297;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.cont-box {
  min-height: 200px;
  padding-top: 20px;
  margin-bottom: 50px;
}

.cont-box.last {
  margin-right: 0px;
}

.icon-cont {
  font-size: 30px;
  color: #007CC1;
}

.blk-services-right {
  background: #FFF;
  color: #000;
  padding: 20px 15px;
}

.btn-primary a {
  color: #fff;
}

.blk-services-left h2 {
  color: #FFF;
  text-align: left;
  line-height: 1.7;
  font-size: 37px;
  padding-right: 30px;
}

.blk-services-left {
  margin-bottom: 40px;
}

.list-services-asc .glyphicon::before {
  margin-right: 10px;
}

.active_lang {
  border-bottom: solid thin #007CC1;
}

.lang-picker li:hover,
.lang-picker li:active,
.lang-picker li:hover:active {
  border-bottom: 2px solid #1A4297;
}

#block-back-about {
  background-image: url('../img/slider-half.jpg');
}

.r_cont {
  margin-bottom: 25px;
  margin-top: 25px;
}

button {
  box-shadow: 0 3px 0 #6BACDF;
  outline: 0;
  transition: all .1s linear;
}

button:hover {
  box-shadow: 0 0px 0 #fff;
  transform: translateY(3px);
}

.field_request {
  color: #B22222;
}

.btn-danger {
  color: #6BACDF;
  background-color: #fff;
  border-color: #6BACDF;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover:active,
.btn-danger:active:focus {
  color: #1A4297;
  background-color: #fff;
  border-color: #1A4297;
}

/*Aggiunta bordi*/

.cont-border {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

/*Fine Aggiunta bordi*/

/*++++*/

/*Footer*/

.lista-cont-footer {
  padding-left: 0px;
}

.lista-cont-footer li {
  list-style-type: none;
}

/*++++*/

/*Fine Footer*/

/*++++*/

/*Modifica elementi form*/

/*++++*/

.policy-text {
  font-size: 9px;
}

textarea {
  resize: none;
}

.label-space {
  margin-right: 15px;
}

.form-control {
  font-weight: 600;
  text-transform: uppercase;
}

/*Fine Modifica elementi form*/

/*++++*/

/*Effetto fade box homepage*/

/*++++*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.hideme {
  opacity: 0;
}

/*Fine Effetto fade box homepage*/

.title-contact {
  margin-top: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*Page Error 404*/

.brand-p-error {
  width: 250px;
}

.box-space {
  margin-top: 10%;
  padding: 40px;
  width: 50%;
  -webkit-box-shadow: 0px 7px 29px 19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 29px 19px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 7px 29px 19px rgba(0, 0, 0, 0.75);
}

/*Page Error 404*/

.radio-button td {
  padding-right: 15px;
}

/*Padding lista ordinata dentro testo elenco servizi sap*/

.list-p-serv {
  padding-left: 18px;
}

.list-p-serv li {
  padding-left: 10px;
}

/*Spazio per i box messaggio di errore dei form in lavora con noi e contatti*/

.message-space {
  margin-left: 10px;
}

.checkbox-policy {
  padding-left: 4px;
}


/*CSS Slider*/
.carousel-caption{
    background-color: rgba(26, 66, 151,.8);
}


.carousel-caption h2, .carousel-caption p{
    -webkit-animation-name: slider; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 6s; /* Safari 4.0 - 8.0 */
    animation-name: slider;
    animation-duration: 6s;
    font-size: 15px;
}

/*Link Slider*/

a.link-slide-home{
    color:#fff;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes slider {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes slider {
    from {opacity: 0;}
    to {opacity: 1;}
}