@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(http://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}


/*custom columns*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 858px) {
.cd-modal-action{
     display:none;   
}
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*-------------------------*/

/*MENU*/

.navbar{
  background-color: rgba(40, 40, 40, 0.7) !important;
  height: 80px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #00DB9C;
    font-family: 'alte_haas_groteskregular' !important;
    font-weight:600;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-family: 'alte_haas_groteskregular' !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #00DB9C;
    font-weight:600;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #00DB9C;
    color: #ffffff;
    font-family: 'alte_haas_groteskregular' !important;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #282828 !important;
    color:white;
    font-family: 'alte_haas_groteskregular' !important;
}

.dropdown-menu > li > a {
    font-family: 'alte_haas_groteskregular' !important;
    color:white;
}

.dropdown-menu > li > a:hover {
    background-color: #00DB9C;
    color:white;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #00DB9C;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.example3 .navbar-brand {
  height: 80px;
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
    border:none;
}
/**/

body {
  background: #EEEEF4;
  color:#999;
  font-family:Roboto;
}

.animsition-overlay-slide {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    height: 100%;
    background-color: #3D8199 !important;
    border-top:4px solid #00DB9C;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999999999999999999;
	background: url(http://www.larex.it/themes/demo/assets/images/loading.gif) center no-repeat #fff;
}

h1{
  font-weight:100;
  font-size:27pt;
  color:#E43;
}

p{font-weight:300;}

.warning-content {
	position:absolute;
  top:25%;
  width:100%;
  height:300px;
  text-align:center;
  margin:0;
  
  
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #00DB9C url(http://www.larex.it/themes/demo/assets/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #00DB9C;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


body {
   padding-top: 0px;
}

.index .logoImgMobile{
    display:none !important;
}

/*FONT USATI*/

@font-face {
    font-family: 'eponymousregular';
    src: url('../themes/demo/assets/fonts/eponymous-regular-webfont.woff2') format('woff2'),
         url('../themes/demo/assets/fonts/eponymous-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dayposterblackregular';
    src: url('../themes/demo/assets/fonts/daypbl_-webfont.woff2') format('woff2'),
         url('../themes/demo/assets/fonts/daypbl_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'francois_oneregular';
    src: url('../themes/demo/assets/fonts/francoisone-webfont.woff2') format('woff2'),
         url('../themes/demo/assets/fonts/francoisone-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alte_haas_groteskbold';
    src: url('../themes/demo/assets/fonts/altehaasgroteskbold-webfont.woff2') format('woff2'),
         url('../themes/demo/assets/fonts/altehaasgroteskbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alte_haas_groteskregular';
    src: url('../themes/demo/assets/fonts/altehaasgroteskregular-webfont.woff2') format('woff2'),
         url('../themes/demo/assets/fonts/altehaasgroteskregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Header*/
h1, h2, h3, h4, h5, h6{
    font-family: 'francois_oneregular';
}
.logoImg{
    /*margin-right:28px;
    margin-top: 5px;*/
    /*aggiunte versione barra vuota in alto*/
    background-color: white;
    margin-top: 0px;
    padding-right: 58px;
    margin-right: -30px;
    border-bottom-left-radius: 3px;
    padding-left: 28px;
}

@media only screen and (min-width: 884px) {

.logoImgMobile{
    display:none !important;
  }
}
@media only screen and (max-width: 883px) {
  .logoImg {
    display:none !important;
  }
  .logoImgMobile{
    display:block !important;
    margin-top: -70px;
    z-index:9999999999999;
  }
}

@media only screen and (max-width: 767px) {
  .logoImgMobile{
    display:none !important;
  }
  .onTop {
    position: relative !important;
    z-index: 9999999;
    height: 40px !important;
    background-color: white !important;
}
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #282828 !important;
}
    .navbar{
      background-color: rgba(40, 40, 40, 1) !important;
}
    .index .navbar-brand{
      display:none;    
}
}


.onTop{
    position:absolute;
    z-index:999;
}

.cd-section {
  padding: 2em 5%;
  text-align: center;
}
.cd-section p {
  margin: 2em 0;
  line-height: 1.6;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-section {
    padding: 4em 10%;
  }
  .cd-section p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-section {
    padding: 4em 20%;
  }
}

.page{
    padding-top: 120px !important;
}

.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.cd-modal::after {
  /* gradient overlay at bottom of modal window */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: transparent;
  background: -webkit-linear-gradient( bottom , #34383c, rgba(52, 56, 60, 0));
  background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0));
}
.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
  padding: 3em 5%;
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal p {
  color: #ffffff;
  line-height: 1.6;
  margin: 2em 0;
}
.cd-modal h4{
    margin-bottom:40px;
}
.cd-modal h2, .cd-modal h4{
    color:white;
}
.modal-is-visible .cd-modal {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
  .cd-modal p {
    font-size: 2rem;
    line-height: 2;
  }
}

.cd-modal-action {
  position: absolute;
  right: 8px;
  top: 0;
  margin-right: 0px;
}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
    display: inline-block;
    height: 4em;
    background-color: #00db9c;
}
.cd-modal-action .btn {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 20px;
    color: #ffffff;
    line-height: 29px;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
    -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
    transition: color 0.2s 0.3s, width 0.3s 0s;
}
.cd-modal-action .glyphicon {
    position: relative;
    top: 2px;
    left: -3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.cd-modal-action .btn.to-circle {
  width: 4em;
  color: transparent;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 4em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-modal-close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(http://www.larex.it/themes/demo/assets/images/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-modal-close {
    top: 70px;
  }
}



/*slider*/
.carousel-control .icon{
    padding-top: 46px;
    padding-bottom: 80px;
    background-color: #00db9c;
    opacity: 1;
}

.left .icon{
    left: 0;
    margin-left: 0px;
}

.right .icon{
    right: 0;
    margin-right: 0px;
}

.carousel-caption {
    color: black;
    text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: initial;
}

.carousel-caption h3{
    width:100%;
    font-family: 'eponymousregular';
    font-size: 6.5rem;
    color: #00db9c;
}

.carousel-caption p{
     width:100%;
     padding-bottom: 20px;
     font-family: 'dayposterblackregular';
     font-size: 4.6rem;
     color:white;
     border-bottom:2px solid #00db9c;
}

@media only screen and (max-width: 883px) {
     .carousel-caption h3,.carousel-caption p{
     font-size:40px;
     }
}

@media only screen and (max-width: 600px) {
     .carousel-caption h3,.carousel-caption p{
     font-size:28px;
     }
}

/*HOME*/

.jumbotron{
     background-color: #00db9c;
     padding: 30px 15px;
     margin-bottom:0px;
}

.infoHome, .infoHome a, .infoHome a:hover{
     line-height: 38px;
     height: 40px;
     color: white;
     text-decoration:none;
     margin-top: 38px;
}

.infoHomeCenter{
     line-height: 38px;
     height: 40px;
     color: white;
     margin-top: 38px;
}

.infoHome p{
     background-color:#3d8199;
     width:auto;
     margin-left: 20px;
     font-family: 'francois_oneregular';
}

.infoHomeCenter p{
    font-family: 'francois_oneregular';
}

.iconInfo img{
    
}

@media only screen and (max-width: 1199px) {
    .infoHome p{
     width:auto;
     margin-left:20px;
    }
    .infoHomeCenter p{
     margin-left:20px;
    }
}

@media only screen and (max-width: 991px) {
  .infoHome p{
     width:70%;
     margin-left:auto;
     margin-right:auto;
    }
    .infoHomeCenter p{
     margin-left:auto;
     margin-right:auto;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.sfondoLarexHome{
    background-color:#282828;
}

.sfondoLarexHome img{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    padding-top: 40px;
}

.sfondoBluHome{
    background-color:#3d809a;
}

.sfondoBiancoHome{
    background-color:white;
}


.sfondoBluHome p, .sfondoBiancoHome p{
    font-family: 'alte_haas_groteskbold';
    font-size: 23px;
    color: white;
    padding-top: 40px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) and (min-width: 451px){
    .sfondoBluHome .servizio{
        background-color:transparent !important;
        color:white !important;
    }
}

.servizio{
    font-family: 'francois_oneregular'!important;
    font-size: 21px !important;
    color: #00DB9C !important;
    background-color:white !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.sfondoBiancoHome p{
    color:#3d809a;
}

.sfondoBluHome .btn, .sfondoBiancoHome .btn{
    font-family: 'francois_oneregular';
    font-size: 24px;
    background-color: #00db9c;
    width: 187px;
    height: 47px;
    color: white;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.two{
    display:none;
}

.one{
    display:block;
}

@media only screen and (max-width: 500px){

.two{
    display:block;
    border-radius:0px !important;
}

.one{
    display:none;
}

.carousel{
    display:none;
}

.sfondoLarexHome img {
    padding-bottom: 40px;
}

.iconInfo img{
    margin-top:30px;
}
    
}

.titleSection{
    font-family: 'alte_haas_groteskregular' !important;
}

.sfondoSettoriHome{
    background-color:white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.settore{
    font-family: 'eponymousregular';
    font-size: 46px;
    margin-bottom:20px;
}

.settore p{
    height: 268px;
    line-height: 268px;
}

.green{
    background-color: #00db9c;
    color:white;
    font-size: 23px;
}

.white{
    background-color: white;
    color: #00db9c;
    border: 6px solid #00db9c;
}

.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
}

/*CONTATTI MODAL*/

.flexiContactForm .btn{
    font-family: 'francois_oneregular';
    font-size: 24px;
    background-color: #3D8199;
    width: 187px;
    height: 47px;
    color: white;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

/*PAGINA CONTATTI*/

.pagine{
    background-color:#3d8199;
}

.firstSection{ 
    background-color: #3d8199;
    margin-top: -10px;
    margin-bottom: 20px;
}

.contact {
  /*padding: 25px 0 450px 0;*/
 /* background: url(http://www.larex.it/themes/demo/assets/images/polyback.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color:white;
  font-family: 'alte_haas_groteskregular';
}

@media only screen and (max-width: 992px){

.secondoContatti{
    margin-top:120px;
}
    
}

.contact .glyphicon {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 40px;
    color: #3D8199;
}

.page i {
  padding: 0 20px;
  font-size: 0.8em;
}

.page h2 {
  font-family: 'francois_oneregular';
  font-size: 2.5em;
  padding-top: 20px;
  height: 75px;
  color: white;
  font-weight: 500;
  line-height: 40px;
  padding-left: 50px;
  text-align: center;
}

#comments {
  margin-top: 0;
}

#contactform {
  height: 215px;
}

#contactform .right {
  float: right;
}

#contactform input,
#contactform textarea {
  margin-bottom: 14px;
  width: 100%;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

#contactform input {
  padding-left: 15px;
  height: 44px;
  border-radius: 0;
}

#contactform textarea {
  padding: 15px;
  height: 218px;
  border-radius: 0;
}

#contactform .btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #333;
  background: rgba(0,0,0,0.8);
  color: #fff;
}

#contactform .btn:hover {
  background: rgba(9,8,77,0.7);
}

#gmap_canvas {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  border: 2px solid #fff;
}

.infoContatti{
  font-family: 'francois_oneregular';
  color:#3d8199;
  font-size:18px;
}

.firstSection{
    margin-bottom:60px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3D8199;
    margin-bottom: -20px;
}

.page h2{
    padding-left:0px !important;
}

.page h2 i{
    display:none;
}

/*Pagina Azienda*/

.descAzienda{
    display: block;
    vertical-align: middle;
    float: left;
    padding: 45px;
    padding-left: 70px;
    padding-right: 70px;
    font-size:16px;
    margin-top: 50px;
}

.descAzienda p{
    text-align:justify;
    font-family: 'alte_haas_groteskregular' !important;
    color:white;
    font-weight:600;
}

.pulsAzienda{
    font-family: 'francois_oneregular';
    font-size: 24px;
    background-color: #3d8199;
    width: 187px;
    height: 47px;
    color: white;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border: 0px solid transparent;
    border-color: transparent;
}

@media only screen and (max-width: 991px){
.pulsAzienda{
    display:inline-block !important;
}
}
.sezioneChisiamo{
    background-color:#00DB9C;
    /*padding:20px;*/
}

.flip {
  -webkit-perspective: 800;
perspective: 800;
    height: 280px;
 position: relative;
 text-align: center;
}
.flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
.flip .card {

  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}
.flip .card .face {

  -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
  z-index: 2;
   
}
.flip .card .front {
  position: absolute;
   width: 100%;
  z-index: 1;

}
.flip .card .back {
  -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
  .inner{margin:0px !important;}

.sfondoPlus{
    margin-top:80px;
    margin-bottom:40px;
}

.well {
    background-color: white;
    border: 4px solid #00DB9C;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor:pointer;
}

.well:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.well h2 {
    font-family: 'francois_oneregular'; 
    font-size: 1.6em;
    padding-top: 0px; 
    height: auto; 
    color: #3d8199;
    font-weight: 500; 
    line-height: normal; 
    padding-left: 0px; 
    text-align: center;
}

.fotoAzienda{
    padding-left:0px;
    padding-right: 0px;
}

.azienda h3{
    font-size:28px !important;
    margin-bottom: 40px;
}

@media only screen and (max-width: 992px){
    .descAzienda {
        padding-left: 20px; 
        padding-right: 20px;
    }
}

/*SERVIZI*/

.imballo{
    background-image: url("http://larex.it/themes/demo/assets/images/articoli-polistirolo-espanso.png");
    background-color: #282828;
    background-repeat: repeat-x;
    color:#282828;
    font-weight: 600;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.imbottitura{
    background-image: url("http://larex.it/themes/demo/assets/images/imbottitura-larex.png");
    background-color: #282828;
    background-repeat: repeat-x;
    color:#282828;
    font-weight: 600;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.edilizia{
    background-image: url("http://larex.it/themes/demo/assets/images/sagome-per-edilizia-4.png");
    background-color: #282828;
    background-repeat: repeat-x;
    color:#282828;
    font-weight: 600;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.sagome{
    background-image: url("http://larex.it/themes/demo/assets/images/scritte-sagome-in-polistirolo-1.png");
    background-color: #282828;
    background-repeat: repeat-x;
    background-position: center; 
    color:#282828;
    font-weight: 600;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.terzi{
    background-image: url("http://larex.it/themes/demo/assets/images/sagome-in-legno.png");
    background-color: #282828;
    background-repeat: repeat-x;
    background-position: center; 
    color:#282828;
    font-weight: 600;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;    
}

.servizi .settore p {
    height: auto !important; 
    line-height: 70px;
}

.servizi .panel-body{
    font-family: 'alte_haas_groteskregular' !important;
    text-align:justify;
}

.sfondoPolistirolo{
    background-color:#3D8199;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #3d8199;
    border-bottom: 3px solid #00db9c !important;
}

.sfondoPoliuretano .servizio {
    font-family: 'francois_oneregular'!important;
    font-size: 21px !important;
    color: white !important;
    background-color: #3d8199 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.panel-default {
    border-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.nav-tabs {
    border-bottom: 2px solid #00db9c;
}

.nav-tabs .active .green{
    background-color: #3d8199;
}

.servizi .sfondoPolistirolo h4, .servizi .sfondoPoliuretano h4{
    padding-left:0px !important;
    margin-bottom:50px;
    font-weight: 300 !important;
    font-family: 'roboto';
}

.sfondoPolistirolo .container, .sfondoPoliuretano .container{
    margin-bottom:60px;
}

/*COOKIES*/

.testoCookies{
    padding:10px;
    text-align:justify;
}

.cookies hr {
    margin-bottom: 40px;
    border-top: 2px solid #00db9c;
}

/*FOOTER*/

.footer{
  background-color:#282828;
  color:white;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer hr{
  display:none;
}

#footer{
  margin-top:40px;
}

.contattiFooter a{
  color:white;
}

.contattiFooter a:hover{
  color:white;
  text-decoration:none;
}

.animsition, .animsition-overlay{
  opacity:1 !important;   
}

/*Aggiunte GDPR 2023*/

#cookie-bar {
    padding: 20px !important;   
}

#cookie-bar p, #cookie-bar {
    font-family: 'alte_haas_groteskregular' !important;
}

#cookie-bar a, #cookie-bar-prompt-content a, #cookie-bar-prompt-content span {
    color: white !important;
    font-weight: 600;
    text-decoration: none;
}

#cookie-bar-button {
    background-color: #00DB9C !important;
}