/**
 * 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=Enriqueta:400,700');

/* SYSTEM */

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

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

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

.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-bottom2 { padding-bottom: 2em; }
.padding-top2 { padding-top: 2em; }
.padding-bottom { padding-bottom: 1em; }
.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;}
.nomargin { margin: 0;}
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

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

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

.grid-flex.auto { width: auto; }

.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: 17px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Enriqueta', sans-serif;
    font-weight: 400;
    color: #c0973e;
    margin: 0px 0px;
}

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

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

h1.title, .h1.title { font-weight: 400; font-size: 5em; line-height: 1; }

h2, .h2 { font-weight: 400; font-size: 2.3em; line-height: 1.1; margin-top: 0; }

h3, .h3 { font-weight: 400; font-size: 1.45em; line-height: 1.2; }

h4, .h4 { font-size: 1.15em; line-height: 1.2; }

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

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

p, ul { 
    font-family: 'Enriqueta', sans-serif;
    font-size: 1em;
    color: #c0973e;
    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: 1em; }
ul.list-bullet li:before {
  content: "\f006";
  font-family: 'fontello';
  font-size: 1.5em;
  float: left;
  margin-top: -5px;
  margin-left: -0.8em;
  color: #c0973e;
}

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; }

.cover img,
.img-cover { width: 100%; height: 50vw; height: 100%; object-fit: cover; object-position: 50% 50%; object-position: center top; }

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

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

a:active, li a:active, a.active, li a.active { color: #78132e;  }

a.negative {  color: #f37316; text-decoration: none; }

a.negative:hover, a.negative:focus, li a.negative:hover { color: #c0973e; outline: none; }

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

.evidenza { color: #78132e; }
.arancio { color: #f37316; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #c0973e; }

.bgcrema { background-color: #fbf6ef; }
.bggray { background-color: #ebe7e9; }
.bgporpora { background-color: #78132e; }
.bggray { background-color: #ebe7e9; }
.bgdgray { background-color: #afa2a8; }

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.7em 2.5em 0.9em;
  font-size: 1em; 
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'Enriqueta', sans-serif;
/*  padding: 1em 2.5em; */
  text-decoration: none; 
  display: inline-block; 
  color: #FFFFFF !important;
  transition: all 0.25s ease-in-out 0s;
  outline: none;
  text-shadow: none;
}

.btn {
  background: none no-repeat scroll 0 0 transparent !important;
  background-image: linear-gradient(to right, #c0973e 0%, #78132e 100%) !important;
}

.btn:hover { background-position: right center; background-image: linear-gradient(to right, #78132e 0%, #c0973e 100%) !important; }

.btn .icon-custom:before {  
  transition: all 0.25s ease-in-out 0s;
  color: #96d915;
  font-size: 1.3em;
  position: relative;
  top: 2px;
}

/*.btn:hover,*/
/*.btn:hover .icon-custom:before { color: #9ef135; }*/

.gradient-hor { 
    background: #FFF; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #FFF, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFF, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFF, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFF , #000); /* Standard syntax (must be last) */
}

/*HEADER*/
.header .absolute { position: absolute; top: 0; left: 0; width: 100%; }
.header .titoletto {  position: absolute; top: 65%; left: 0; width: 100%; }

/*PERCHE*/
.perche .row-full { background: #FFFFFF url("../images/perche-bg.png") scroll no-repeat right top / contain ; }


.perche ul.list-bullet { margin-top: 1em;  margin-bottom: 4em; }
.perche ul.list-bullet li { margin-bottom: 1em; }

.perche .quadrato { 
  position: absolute;
  top: -2em;
  right: -15em;
  width: 25em;
  height: 25em;
  z-index: -1;
  display: none;
}

/* FLUSSO */
.flusso .row-full { background: #fbf6ef url("../images/flusso-motivo.png") scroll no-repeat center center / cover ;  padding: 2em 15px 12em; }
.flusso .d-flex { display: flex; align-items: center; }
.flusso .row1 .icone { text-align: center; padding-bottom: 1em;  }
.flusso .row1 h6 { font-size: 0.9em; }
.flusso .row2 .spacer { margin-bottom: 1em; } 

.flusso .arrow { position: relative; }
.flusso .arrow-rx { top: 2em; }
.flusso .arrow-sx { position: absolute; top: 1em; left: -2.5em; }

/* QUANDO */
.quando .row-full { 
  background: transparent url("../images/quando-mano-full.png") scroll no-repeat right top / contain ; 
  height: 39em; 
  
  background-size: contain;
  position: relative;
  top: -8em;
}

.quando .padding-custom { margin-top: 10em; }

/* ALL IN ONE */
.allinone .row1 .icone { text-align: center; padding-bottom: 1em; height: 10em; }
.allinone .row1 h6 { color: #c0973e;  font-size: 0.7em;}
.allinone .row1 strong { color: #78132e; font-size: 1.2em; font-weight: 700; }

.allinone .gruppo1 { position: relative; top: -3em; }

/* CONTATTI */
.contatti .row-full { background: #ebe7e9 url("../images/contatti-motivo.png") scroll no-repeat left bottom / contain ; }

/*FOOTER-FIRST*/
.footer-first h6 { line-height: 1.5; }

/*  WEBFORM  */
.webform-client-form p,
.webform-client-form label { color: #c0973e; }

.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset,
.webform-component label,
.webform-component .description
.webform-client-form .form-actions {
    font-family: 'Enriqueta', sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px;
    position: relative;
    font-weight: 400;
}

.webform-component label,
.webform-component .description {
    font-family: 'Enriqueta', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 0.8em;
    position: relative;
    color: #c0973e;
    font-weight: 400;
    width: 100%;
    line-height: 1.3;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 0px solid #5d452b;
    border-bottom: 1px solid #5d452b;
    background:  none no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 0.5em 0.2em;
    height: auto;
    color: #c0973e;
    border-radius: 0;
    box-shadow: none;
}

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Enriqueta', sans-serif;
    margin-bottom: 0;
    margin-top: 5px;
    width: 50%;
    float: left;
}

.webform-component .form-type-checkbox label,
.webform-component .form-type-checkbox .description,
.webform-component .form-type-radio label,
.webform-component .form-type-radio .description {
    font-size: 1em;
    color: #c0973e;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
}

.webform-component .form-type-checkbox .control-label strong,
.webform-component .form-type-radio .control-label strong { 
    display: block; 
    clear: right; 
    color: #c0973e; 
    font-weight: 400; 
    margin-left: 5px;
}

.webform-component .form-type-checkbox input,
.webform-component .form-type-radio input {
    margin: 0.2em 0;
    margin-left: -20px;
    margin: 0.1em 0 0.2em -25px;
    margin-left: -30px;
    width: auto; 
}

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    width: 100%;
    width: 50%;
    width: 25%;
}


.webform-component .form-control { color: #5d452b; }
.webform-component .form-control::-webkit-input-placeholder { color: #c0973e; text-transform: none; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #c0973e; text-transform: none; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #c0973e; text-transform: none; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: #c0973e; text-transform: none; } /* Firefox 18- */

.webform-client-form fieldset { background: none; border: none; box-shadow: none; margin: 0; }
.webform-client-form .panel-body { padding: 0; }

.webform-component.webform-component-markup { width: 100%; margin-top: 0; padding: 0 15px; }

.webform-component.webform-component--head h2 { margin-bottom: 0.5em; margin-top: 1em; }
.webform-component.webform-component--head p { line-height: 1.4; margin-bottom: 1em; }
.webform-component.webform-component--head p .big { font-size: 1.45em; font-weight: 400; color: #78132e; }

.webform-component-markup .campi { font-weight: 400; margin: 1em 0 0; color: #c0973e; font-size: 0.7em; }

.webform-component.privacy .form-type-checkbox, 
.webform-component.privacy .form-type-radio { width: 100%; }

.webform-component.privacy { margin: 1em 0; }
.webform-component.privacy a  {  }


.webform-component.privacy .control-label {  font-size: 0.7em; line-height: 1.2; font-weight: 400; }


.webform-client-form .form-actions { 
  position: relative;
  text-align: left;
  margin-top: 1em;
}



.webform-client-form .form-actions .form-submit { 
  font-family: 'Enriqueta', sans-serif;
  border: 0px solid #c0973e;
  border-radius: 0;
  color: #FFFFFF !important;
  font-size: 0.8em !important;
  padding: 0.7em 2.5em 0.9em;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  width: auto;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease-in-out 0s;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px;
  border-radius: 50px;

  background-image: linear-gradient(to right, #c0973e 0%, #78132e 100%) !important;
  outline: none;

}


.webform-submit.button-primary:hover,
.webform-client-form .form-actions .form-submit:hover { background-image: linear-gradient(to right, #78132e 0%, #c0973e 100%) !important; }



/*==================================================
=            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: 17px; }

    }

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

        body { font-size: 18px; }
    }

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

        body { font-size: 19px; }

    }

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

        body { font-size: 20px; }

    }

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

        body { font-size: 21px; }

        /*HEADER*/
        .header .titoletto { top: 65%; }

    }

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

        /* QUANDO */
        .quando .row-full { background-size: cover; }

    }



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


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

        /* QUANDO */
        .quando .row-full { height: 26em; }
        .quando .padding-custom { margin-top: 6.5em; }
        .quando h3 { font-size: 1.25em; }
        .quando ul.list-bullet { font-size: 0.9em; }

    }

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

        /*HEADER*/
        .header .titoletto p.h2 { padding: 0; }

    }

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

        /* QUANDO */
        .quando .padding-custom { margin-top: 6.5em; }
        .quando h3 { font-size: 1.25em; }
        .quando ul.list-bullet { font-size: 0.9em; }

    }

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

        /*HEADER*/
        .header .titoletto { top: 70%; }
        .header .titoletto h1.h2 { padding: 0; }

        /* FLUSSO */    
        .flusso .row1 h6 br { display: none; }

        /* QUANDO */
        .quando .row-full { height: 26em; }


    }

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

        /* FLUSSO */
        .flusso .row-full { padding: 2em 15px; padding: 2em 15px 4em; }

        /* QUANDO */
        .quando .row-full { position: relative; top: auto; height: auto; }
        .quando .row-full { background: none; background-color: #78132e; float: left; }

/*        .quando .row-full .mano { position: relative; top: -2em; left: 2em; }*/
        .quando .row-full .mano img {
          position: absolute;
          top: -2em;
          left: 2em;
          background: #afa2a8;
          width: 330px;
        }

        /* ALL IN ONE */
        .allinone .gruppo1 { position: relative; top: auto; padding-top: 4em; }


    }



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

    }

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


        /*HEADER*/
        .header .titoletto { }
        .header .titoletto h1.h2 { font-size: 2em; }
        .header .titoletto p.h2 { display: none; }

        /*PERCHE*/
        .perche .row-full { background: none; padding-bottom: 0; }
        .perche ul.list-bullet { margin: 1em 0 2em; }
        .perche .grid-flex.auto { width: 100%; text-align: center; margin-bottom: 2em; }
        .perche .sorriso { padding: 0; text-align: center; }

        /* FLUSSO */
        .flusso .row-full { padding: 2em 15px; text-align: center; }
        .flusso .d-flex { display: block; }
        .flusso .marchio { margin-top: 2em; max-width: 30%; }
        .flusso .arrow { padding: 0.5em 0; }

        /* QUANDO */
        .quando .row-full { background: none; float: left; }

        .quando .row-full .mano { padding: 0; padding-top: 2em; text-align: center; }
        .quando .row-full .mano img {
          position: relative; top: auto; left: auto; width: 100%;  max-width: 50%;
        }
        .quando h3 { font-size: 1.45em }
        .quando ul.list-bullet { font-size: 1em; }


        /* ALL IN ONE */
        .allinone .gruppo1 { padding-top: 2em; }

        /* CONTATTI */
        .contatti .brochure img { max-width: 80%; text-align: center; }


        /*FOOTER-FIRST*/
        .footer-first h6 span { font-size: 0; clear: both; position: relative; display: block; }

        /*  WEBFORM  */
        .webform-component.webform-component--head { text-align: center; }
        .webform-component.webform-component--head h2 { margin-top: 0em; }
        .webform-client-form .form-actions { text-align: center; }


    }

    /* 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) {

    }

/* 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) {  }

