/* MISC VARIABLES */
/* FONT-SETTINGS */

@font-face {
    font-family: "Poppins";
    src: local('Poppins'),url('../fonts/Poppins/Poppins-Regular.ttf');
}

/* COLOR VARIABLES */
/* COLOR SETTINGS */
.black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.dark-gray {
  color: #4c4c4c;
}
.bg-dark-gray {
  background-color: #4c4c4c;
}
.gray {
  color: #dcdcdc;
}
.bg-gray {
  background-color: #dcdcdc;
}
.light-gray {
  color: #efefef;
}
.bg-light-gray {
  background-color: #efefef;
}
.white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.red {
  color: #ee4f2e;
}
.bg-red {
  background-color: #ee4f2e;
}
/* FLOAT SETTINGS */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* ALIGNMENT SETTINGS */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/* CLEAR SETTINGS */
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear {
  clear: both;
}
/* LIST SETTINGS */
ul {
  margin: 0;
}
li {
  list-style: inherit;
  display: inherit;
}
/* LINK SETTINGS */
a,
a:link,
a:hover,
a:visited {
  color: inherit;
  text-decoration: inherit;
}
/* FONT SETTINGS */
.normal {
  font-size: 1.2rem;
}
.small {
  font-size: 1rem;
}
.tiny {
  font-size: .8rem;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.button {
  padding: 10px 20px;
  text-align: center;
  margin: 15px 0;
}
/* SQUARE DIVS SETTINGS */
.frame {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}
.frame .dummy {
  padding-top: 100%;
}
.frame .square {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.frame .square .icon {
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: auto 59.5%;
  background-position: center;
  padding: 0;
  margin: 0;
}
.frame .square .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
  text-align: center;
  color: #fff;
  padding: 0 20% 0 10%;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.frame .square .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25%;
  width: 20%;
  background-image: url('img/freccia_giu_block_red.png');
  background-position: 15px 15px;
  background-repeat: no-repeat;
}
.icon-section {
  font-size: 1rem;
}
.icon-section .title {
  font-weight: 700;
}
.icon-section .description {
  color: white;
  font-weight: 600;
}
.scroll-to-section:hover {
  cursor: pointer;
}
/* GENERAL SETTINGS */
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 12pt;
  font-weight: 400;
}
.logo {
  background-image: url('images/logo_header.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 55%;
}
.pointer:hover {
  cursor: pointer;
}
/* HEADER SETTINGS */
header {
  height: 80px;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}
header #logo {
  height: 80px;
}
header .main-navbar li {
  text-transform: uppercase;
  line-height: 80px;
  padding-left: 20px;
  display: inline;
  list-style: none;
}
header .main-navbar li a:hover {
  color: #ee4f2e;
}
header .main-navbar li .access {
  height: 25px;
  margin-left: 10px;
  vertical-align: middle;
}
header .mobile-menu-button {
  line-height: 80px;
  font-size: 1.5rem;
}
header .mobile-menu-button:hover {
  cursor: pointer;
}
.mobile-menu {
  padding: 0;
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
}
.mobile-menu ul li {
  text-transform: uppercase;
  line-height: 80px;
  border-bottom: 1px solid #ee4f2e;
  padding-left: 10px;
}
.mobile-menu ul li .access {
  height: 15px;
}
.menu-bar {
  line-height: 64px;
  color: #fff;
  background-color: #ee4f2e;
  text-transform: uppercase;
  text-align: right;
}
.menu-bar ul {
  list-style: none;
  display: inline;
}
.menu-bar ul li {
  line-height: 64px;
  /*padding-left: 70px;*/
  padding-left: 0.8rem;
  font-weight: 500;
  font-size: 1rem;
}
.menu-bar ul li .menu-bar-icon {
  height: 22.4px;
  margin-left: 8px;
}
.menu-bar ul li:hover {
  color: #000;
}
/* CONTENT SETTINGS*/
.content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0;
  padding: 60px 0 80px;
  position: relative;
}
.content h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 35px;
}
.content b {
  font-weight: 500;
}
.home-content {
  padding: 100px 0;
  font-size: 2.3rem;
  line-height: 4rem;
  font-weight: 400;
}
.home-content b {
  font-weight: 500;
}
.home-content .side-stripe {
  background-color: rgba(238, 79, 46, 0.85);
  padding: 40px 80px 40px 60px;
  float: right;
  margin: 0;
}
.chi-siamo-content {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.chi-siamo-content p {
  padding: 30px 0;
}
.chi-siamo-graph-container {
  position: relative;
}
.chi-siamo-graph-container .punto-esclamativo {
  position: absolute;
  top: 15px;
  right: -150px;
}
.chi-siamo-graph-content {
  position: relative;
}
.chi-siamo-graph-content .testo {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 20px 0;
}
.ufficio-content {
  padding: 0;
  margin: 0;
}
.ufficio-content .foto-bg {
  width: 100%;
  height: auto;
}
.ufficio-content .testo {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.servizi-content {
  padding: 0;
}
.servizi-approfondimento {
  background-image: url('img/servizi_approfondimento_sfondo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.servizi-approfondimento h2 {
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: 600;
}
.servizi-approfondimento p {
  padding: 20px 0;
}
.servizi-approfondimento p b {
  font-weight: 600;
}
.accedere-content {
  padding: 0;
  margin: 0;
  position: relative;
}
.accedere-content .foto-bg {
  width: 100%;
  height: auto;
}
.accedere-content .testo {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 2.5rem;
}
.accedere-content .testo h2 {
  font-size: 2.2rem;
  font-weight: semibold;
  padding-bottom: 30px;
}
.punti-content {
  color: #4c4c4c;
  font-size: .8rem;
  line-height: 1rem;
  text-align: left;
}
.punti-content .punto {
  padding-bottom: 40px;
}
.punti-content .sopra {
  padding-bottom: 30px;
}
.punti-content.punti-iscriviti {
  padding-top: 0;
  margin: -140px auto 0;
}
.chi-siamo-diventa-cliente {
  background-image: url('img/check_mark_sfondo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -20px 30px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.iscriviti-contattaci {
  background-image: url('img/colosseo_sfondo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding-top: 100px;
}
.contatti {
  padding: 0;
  margin: 0;
  line-height: 74px;
}
.contatti h2 {
  margin: 0;
  padding: 30px 80px;
  line-height: 2rem;
  font-size: 2rem;
  background-color: #fff;
  color: #ee4f2e;
  border-bottom: 25px solid #ee4f2e;
}
.contatti .lato {
  padding: 0;
  min-height: 550px;
  height: 550px;
}
.contatti .dati {
  padding-top: 50px;
  background-image: url('img/logo_fondo_trasparente.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100px 200px;
}
.contatti .dati .dato {
  padding-bottom: 30px;
  font-size: 1.9rem;
  font-weight: 600;
}
.contatti .dati .dato .contact-icon {
  height: 74px;
}
.contatti .dati .dato.location {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
}
.contatti .dati .dato.location .testo {
  padding-top: 20px;
}
.servizi-youdomus {
  background-image: url('img/un_mondo_di_servizi.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.servizi-youdomus p {
  padding: 40px 0;
}
.logo-quadrato {
  height: 300px;
  background-image: url('img/logo_quadrato.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.logo-quadrato.bianco {
  background-image: url('img/logo_quadrato_bianco.png');
}
.icona-centrale {
  height: 150px;
  background-image: url('img/graph_up.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.freccia-giu {
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.freccia-giu.rossa {
  background-image: url('img/freccia_giu_rossa.png');
}
.freccia-giu.nera {
  background-image: url('img/freccia_giu_nera.png');
}
.freccia-giu.bianca {
  background-image: url('img/freccia_giu_bianca.png');
}
/* TABS AND DROPDOWN MENUS SETTINGS */
.tab-label {
  padding: 100px 0 20px;
  background-color: #dcdcdc;
  border-bottom: 1px solid #bbb;
}
.tab-label.tab-label-left {
  border-right: 1px solid #bbb;
}
.tab-label.tab-label-right {
  border-left: 1px solid #bbb;
}
.tab-label.active {
  background: transparent;
  border: 1px solid #efefef;
}
#video-youdomus {
  width: 100%;
  height: auto;
}
#video-youdomus:hover {
  cursor: pointer;
}

.wait{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:3004;
    background-color:#ffffff;
    opacity: .6;
    cursor: wait;
}

.loaderGif{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
}

.main{
    margin-left: 5%;
    margin-right: 5%;
}
.login,.formProdotti{
    width: 50%;
    margin-left: 25%;
}
.footer{
    position: absolute;
    bottom: -15%;
}
.infoutente{
    margin-left: 25%;
    width:50%;
}
.date{
    position: absolute;
}
.tmpentity{
    margin-top: 5%;
    border:1px solid #ee4f2e;
    border-radius: 5px;
    display: inline-block;
}
.evenDiv{
    background-color: #efefef;
}
.listino{
    width: 100%;
}

.menuDisactiveLi{
    background-color: none;
    color: #ffffff;
}

.sub-menu{
    background-color:#fc6849;
    line-height: 0;
}
.sub-menu .container ul{
    line-height: 0;
}
.sub-menu ul li {
    line-height: 32px;
}
.sub-menu-bar ul li {
    /*line-height: 64px;*/
    line-height: 0px;
    padding-left: 70px;
    padding-left: 0.8rem;
    font-weight: 500;
    font-size: 1rem;
}

.container-fluid{padding: 0}

li a{
    padding: 0px 5px 0px 5px;
}
a{
    cursor: pointer;
}
header{
    position: fixed;
    top: 0;
    z-index: 500;
}
