/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/* CSS Document */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap');

/* SYSTEM */

.wide {
    margin: 0 -9999px;
    padding: 0px 9999px;
    position: relative;
    background-color: #FFFFFF;
}

.wide.odd { background-color: #ebecec; }

.wide.even { background-color: #c60651; }

.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.padding-top { padding-top: 1em; }
.padding-bottom { padding-bottom: 1em; }
.padding-top2 { padding-top: 2em; }
.padding-bottom2 { padding-bottom: 2em; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.mb-0 { margin-bottom: 0 !important;}
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

.table { margin: 0; padding: 1em 0; }

.grid-flex {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

#page { 
    overflow: hidden;
/*  background-color: #003c84;
	-webkit-appearance: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  box-shadow: 5px 5px 20px #666666;
  margin: 50px 0 20px;*/
}

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 #FFFFFF;
    font: 16px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.2;
}

h1, .h1 { font-weight: 400; font-size: 2.5em; line-height: 1; } /*45*/

h1.title, .h1.title { font-weight: 400; font-size: 3.5em; line-height: 1; } /*70*/

h2, .h2 { font-weight: 400; font-size: 2em; line-height: 1.1; }  /*40*/

h3, .h3 { font-weight: 400; font-size: 1.5em; line-height: 1.2; } /*35*/

h4, .h4 { font-size: 1.2em; line-height: 1.2; } /*24*/

h5, .h5 { font-size: 0.9em; line-height: 1.2; }

h6, .h6 { font-size: 0.8em; line-height: 1.2; }

p, ul { 
    font-family: 'Hind', sans-serif;
    font-size: 1em;
    color: #000000;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0px;
}

ul.bullet-image {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }
ul.list-unstyled {  list-style: outside none none; padding-left: 2em; }
ul.list-bullet { padding-left: 1.5em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0.3em; }
ul.list-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 4px;
    margin-left: -1.1em;
    color: #005573;
}

p.big { font-size: 1.3em; }

.thin { font-weight: 100!important; }
.extra-light { font-weight: 200!important; }
.light { font-weight: 300!important; }
.normal { font-weight: 400!important; }
.medium { font-weight: 500!important; }
.semi-bold { font-weight: 600!important; }
.bold { font-weight: 700!important; }
.extra-bold { font-weight: 800!important; }
.ultra-bold { font-weight: 900!important; }


/* STYLE */

a, img { border: 0 none; transition: all 0.25s ease-in-out 0s; outline: none;  }

a:link, a:visited, li a:link, li a:visited {  color: #c60651; text-decoration: none; }

a:hover, a:focus, li a:hover { color: #e10078; outline: none; }

a:active, li a:active, a.active, li a.active { color: #e10078;  }

.marker, .form-required, .request { color: #FFFFFF; }

.evidenza { color: #c60651; }
.lviola { color: #e10078; }
.viola { color: #c60651; }
.white { color: #FFFFFF; }
.black { color: #000000; }


.fprimary { font-family: 'Hind', sans-serif; }

strong,b { font-weight: 700; }

span.sup { font-size: 70%; position: relative; top: -0.5em; }

sub { font-size: 70%; position: relative; top: 2px; }

.btn { border: none; padding: 0.6em 1em 0.8em; }

.btn { border: none; padding: 0.6em 1em 0.8em; }

.btn { border: none; padding: 0.6em 1em 0.8em; }

.btn, .webform-client-form .form-actions .form-submit { 
  transition: all 0.25s ease-in-out 0s;
  font-family: 'Hind', sans-serif;
  border: 0px solid #c60651;
  border-radius: 0;
  background: #c60651;
  color: #FFFFFF !important;
  font-size: 1em !important;
  padding: 0.7em 1.5em 0.6em;
  text-shadow: none;
  text-transform: none;
  font-weight: 700;
  width: auto;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
}

.btn:hover,
.webform-client-form .form-actions .form-submit:hover { 
  transition: all 0.25s ease-in-out 0s;
  background: #e10078;
}


.gradient-hor { 
  background: #c60651;
  background: -moz-linear-gradient(left,  #c60651 0%, #e20079 100%);
  background: -webkit-linear-gradient(left,  #c60651 0%,#e20079 100%);
  background: linear-gradient(to right,  #c60651 0%,#e20079 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60651', endColorstr='#e20079',GradientType=1 );
}
.gradient-hor-negative { 
  background: #e20079;
  background: -moz-linear-gradient(left,  #e20079 0%, #c60651 100%);
  background: -webkit-linear-gradient(left,  #e20079 0%,#c60651 100%);
  background: linear-gradient(to right,  #e20079 0%,#c60651 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20079', endColorstr='#c60651',GradientType=1 );
}

.gradient-ver { 
  background: #c60651;
  background: -moz-linear-gradient(top,  #c60651 0%, #e20079 100%);
  background: -webkit-linear-gradient(top,  #c60651 0%,#e20079 100%);
  background: linear-gradient(to bottom,  #c60651 0%,#e20079 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60651', endColorstr='#e20079',GradientType=0 );
}

.gradient-ver-negative { 
  background: #e20079;
  background: -moz-linear-gradient(top,  #e20079 0%, #c60651 100%);
  background: -webkit-linear-gradient(top,  #e20079 0%,#c60651 100%);
  background: linear-gradient(to bottom,  #e20079 0%,#c60651 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20079', endColorstr='#c60651',GradientType=0 );
}

.fascia-caption h2, .fascia-caption h3 .fascia-caption p { color: #FFFFFF; }

.icon-custom:before { position: relative; top: 0.1em; }

.icon-custom.round {
  border-radius: 50%;
  border: 2px solid #c20252;
  padding: 0.2em 0.3em;
}

.icon-custom.round.negative { border-color: #e04790; }

.icon-custom.round.full { border-color: #eebbcf; background-color: #eebbcf; color: #c60651; }
.icon-custom.round.full-negative { border-color: #d9d9d9; background-color: #d9d9d9; color: #000000; }


.icon-custom.ml {margin-left: 0.5em; }

/* TRIGGER */
.popup .trigger { cursor: pointer; opacity: 0.7; width: auto; transition: all 0.25s ease-in-out 0s; }
.popup .trigger { position: absolute; top: 0em; left: 0em; }

.popup .trigger:hover { opacity: 1; }

.popup .toggle { display: none; transition: all 0.25s ease-in-out 0s; }
.popup .toggle.animated { 
  background: #FFFFFF none no-repeat scroll 0 0;
  border: 2px solid #e10078;
  display: block;
  height: auto;
  padding: 15px;
  position: absolute;
  width: auto;
  width: 18em;
  z-index: 99;
  top: 0
  left: 0;
}

.popup .toggle .custom-link { transition: all 0.25s ease-in-out 0s;  opacity: 0.7; cursor: pointer; position: absolute; top: -2.5em; left: 15em; }

.popup .toggle .custom-link:hover { opacity: 1; }

.popup1 .trigger { top: 12em; left: 12em; }
.popup2 .trigger { top: 0em; left: 13em; }
.popup3 .trigger { top: 20em; left: -5em; }
.popup1 .toggle.animated { top: 8em; left: 5em; }
.popup2 .toggle.animated { top: -1em; left: 5em; }
.popup3 .toggle.animated { top: 19em; left: -13em; }

.popup p,
.box-viola p { text-align: center; color: #e10078; font-size: 1em; font-weight: 700; }

.box-viola { 
  background: #FFFFFF none no-repeat scroll 0 0;
  border: 2px solid #e10078;
  display: block;
  padding: 15px;
  margin: 1em 0px;
}

/*ORIGINALE*/
.originale .row-full { 
  background: #FFFFFF url('../images/e.max_ips_full.jpg')  no-repeat scroll top center / cover; 
  min-height: 57em; 
}
.originale .bollino img { position: relative; top: 10em; left: 0; z-index: 1; }
.originale .emax-big { text-align: right; }
.originale .h1.title { margin-top: 0; }

.originale .caption { position: relative; top: 24em; left: 0; z-index: 1; }


/*COVER*/
.cover .cover-card { padding-top: 1em; }
.cover .cover-card hr { width: 80%; margin: 1em 0 1.5em; }
.cover .cover-card h3 { margin-bottom: 1em; }
.cover .cover-card p.subtitle { font-size: 1.1em; }

.cover .cover-picture img:hover { opacity: 0.7; }

.cover .cover-card .custom-link  {  margin-top: auto; }
.cover .cover-card .custom-link a { color: #000000; }
.cover .cover-card .custom-link a:hover { color: #FFFFFF; }
/*.cover .cover-card .custom-link a:hover .round.negative { color: #000000; }*/
/*.cover .cover-card .custom-link a:hover .round.negative { border-color: #FFFFFF; }*/

.cover .row-flex { 
  display: flex;
  align-items: stretch;
  flex-direction: row;
  height: 100%;
}

.cover .cover-card .cover-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cover .cover-card .cover-footer  {
  height: 100%;
  display: flex;
  align-items: end;
}

/*ORIGINALE*/
.passaporto .row-full { 
  background: #FFFFFF url('../images/e.max_ips_passaporto.jpg')  no-repeat scroll top center / cover; 
  min-height: 54em; 
}
.passaporto .emax-small { text-align: left; }
.passaporto .caption { position: relative; top: 40em; left: 0; z-index: 1; }

.passaporto .pass-popup { position: relative; top: -8em; left: 13em; height: 20em; }

/*FOOTER-FIRST*/

.footer.container { display: none; }

.footer-first .spacer { height: 10px; line-height: 0.5; }

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

.img-responsive { display: inline-block; }


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 300px) {

        body { font-size: 16px; }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

        body { font-size: 17px; }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        body { font-size: 18px; }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

        body { font-size: 19px; }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

        body { font-size: 20px; }

    }

    @media only screen and (min-width : 1600px) {

      /*ORIGINALE*/
      .originale .row-full { 
          height: 1300px;
          background-size: auto;
      }
      .originale .caption { top: 31em; }


      /*PASSAPORTO*/
      .passaporto .row-full { 
          height: 1078px;
          background-size: auto;
      }
      .passaporto .caption { top: 40em }

    }


    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1200px) {

      /*ORIGINALE*/
      .originale .row-full {   min-height: 49em; }
      .originale .bollino img { top: 8em; left: 2em; max-width: 25%; }
      .originale .emax-big img {     max-width: 40%; }
      .originale .caption { top: 20em; }

      .originale .row3 { padding-bottom: 2em;  }

      /*COVER*/
      .cover-card h3 { font-size: 1.4em; }

      /*PASSAPORTO*/
      .passaporto .row-full { min-height: 46em;  }
      .passaporto .caption { top: 33.5em; }
      .passaporto .pass-popup { left: 3em; }

      .popup1 .trigger { left: 14em; }
      .popup2 .trigger { left: 18em; }
      .popup3 .trigger { left: 5em; }

      .popup3 .toggle.animated { left: -8em; }

    }

    /* Medium Devices, Laptop MD*/
    @media (min-width: 992px) and (max-width: 1199px) { 

    }

    /* Medium Devices, Desktops MD*/
    @media only screen and (max-width : 992px) {

    }

    /* Medium Devices, Desktops MD*/
    @media only screen and (max-width : 991px) {

      .h1.title { font-size: 3em; }

      /*ORIGINALE*/
      .originale .row-full { min-height: 40em; }
      .originale .bollino img { top: 7em; }
      .originale .emax-big { margin: 0; }
      .originale .emax-big img { max-width: 35%; }
      .originale .caption { top: 17em; }

      .originale h2 { font-size: 1.5em; }

      .originale .box-text,
      .originale .box-image { text-align: center; }
      .originale .box-text .custom-link { padding-bottom: 2em; }

      /*COVER*/
      .cover-card h3 { font-size: 1.1em; }
      .cover .cover-card p.subtitle { font-size: 0.9em; }

      /*PASSAPORTO*/
      .passaporto .row-full { min-height: 38em;  }
      .passaporto .emax-small { margin: 0; }
      .passaporto .emax-small img { max-width: 35%; }
      .passaporto .caption { top: 27em; }
      .passaporto h2 { font-size: 1.5em;  }

      .passaporto .pass-popup {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        text-align: center; 
        padding: 2em 0;
      }

      .popup1 .trigger { left: 11em; top: 10em; }
      .popup2 .trigger { left: 17em; }
      .popup3 .trigger { top: 17em; left: 5em; }

      .popup1 .toggle.animated { top: 6em; left: 3em; }
      .popup2 .toggle.animated { top: -2em; left: 8em; }
      .popup3 .toggle.animated { left: -5em; top: 16em; }


    }

    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {



    }

    /* Small Devices, Tablets SM*/
    @media only screen and (max-width : 767px) {

      .box-viola p { font-size: 1.1em; }

      .h1.title { font-size: 2em; }
      .fascia-caption h2 { font-size: 1.3em; }

      /*ORIGINALE*/
      .originale .row-full { min-height: auto; background: none; }
      .originale .caption { top: unset; padding: 1em 15px; }
      .originale .h1.title{ margin-top: 0.5em; }
      .originale .emax-big img { max-width: 70%; }
      .originale .linguetta {
          max-width: 30%;
          position: relative;
          float: right;
          top: -4em;
          right: -0.5em;
      }

      .originale .didascalia{ font-size: 1.2em; }

      /*TOP*/
      .top .logo { text-align: center; }

      /*COVER*/
      .cover .row-flex { flex-direction: column; }

      .cover .cover-card { padding: 2em 15px; text-align: center; }

      .cover .cover-card .cover-footer { height: auto; display: block; padding: 1em 0 0; }

      .cover .cover-card h3 { font-size: 1.6em; }
      .cover .cover-card hr { width: 100%; }
      .cover .cover-card p.subtitle { font-size: 1.3em; }
      .cover .cover-card p { font-size: 1.3em; }

      /*PASSAPORTO*/
      .passaporto .row-full { min-height: auto; background: none; }
      .passaporto .caption { top: unset; padding: 1em 15px; }
      .passaporto .h1.title{ margin-top: 0.5em; }
      .passaporto .emax-small img { max-width: 50%; }

      .passaporto .row3 .header { text-align: center; }
      .passaporto .pass-popup .popup { display: none; }




    }

    /* Mobile Large, Extra Small Devices, Phones XS*/ 
    @media only screen and (max-width : 480px) {

    }

    /* Mobile Medium, iPhone Retina */ 
    @media only screen and (max-width : 375px) {


    }

    /* Mobile Small, Custom iPhone Retina */ 
    @media only screen and (max-width : 320px) {

      .h1.title { font-size: 1.8em; }

    }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {  }


@media (max-width: @screen-xs-max) {  }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {  }
@media (min-width: @screen-lg-min) {  }

