/**
 * 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=Dosis:200,300,400,500,600,700,800');
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');


/* SYSTEM */

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

.wide.odd { background-color: #535353; }
.wide.even { background-color: #fde03b; }


.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; }
.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;}
.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 #535353;
  margin: 50px 0 20px;*/
}

/* DEFAULT */

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

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

h1, .h1 { font-weight: 400; font-size: 1.8em; line-height: 1.2; }

h1.title, .h1.title { font-size: 4em; }

h2, .h2 { font-weight: 400; font-size: 1.5em; line-height: 1.2; }

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

h4, .h4 { font-size: 1.1em; line-height: 1.3; }

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

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


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

.admin-menu-position-fixed p,
.admin-menu-position-fixed ul { font-family: unset; font-size: unset; }

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


.fprimary { font-family: 'Dosis', sans-serif; }
.fsecondary { font-family: 'Open Sans', sans-serif; }


/* STYLE */

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

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

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

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

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

.evidenza { color: #fde03b; }
.yellow { color: #fde03b; }
.orange { color: #ec9128; }
.red { color: #f6343b; }
.gray { color: #626463; }
.gray-dark { color: #535353; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #535353; }

.bgyellow { background-color: #fde03b; }
.bgred { background-color: #f6343b; }
.bgorange { background-color: #ec9128; }




strong,b { font-weight: 600; }

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

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

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

.btn { 
    border: none;
    padding: 0.6em 1em 0.8em;
/*    padding: 1em 1.4em 0.8em;*/
/*    padding: 0.8em 2em;*/
    transition: all 0.25s ease-in-out 0s;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0px 5px 20px #535353;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.btn-default, .button-default  { font-weight: 700; color: #ec9128!important; background-color: #FFFFFF!important;  }

.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active,
.button-default:hover, 
.button-default:focus, 
.button-default.focus, 
.button-default:active { color: #535353!important; border-color: transparent; }

.btn-default:active:hover, 
.btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.btn-default:active:focus, 
.btn-default.active:focus, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default.focus:active, 
.btn-default.active.focus, 
.open > .dropdown-toggle.btn-default.focus,
.button-default:active:hover, 
.button-default.active:hover, 
.open > .dropdown-toggle.button-default:hover, 
.button-default:active:focus, 
.button-default.active:focus, 
.open > .dropdown-toggle.button-default:focus, 
.button-default.focus:active, 
.button-default.active.focus, 
.open > .dropdown-toggle.button-default.focus { color: #535353!important; }


.btn-primary, .button-primary  { font-weight: 700; color: #f6343b!important; background-color: #FFFFFF!important; }

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active,
.button-primary:hover, 
.button-primary:focus, 
.button-primary.focus, 
.button-primary:active { color: #535353!important; border-color: transparent; }

.btn-primary:active:hover, 
.btn-primary.active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, 
.btn-primary.active:focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.btn-primary.focus:active, 
.btn-primary.active.focus, 
.open > .dropdown-toggle.btn-primary.focus,
.button-primary:active:hover, 
.button-primary.active:hover, 
.open > .dropdown-toggle.button-primary:hover, 
.button-primary:active:focus, 
.button-primary.active:focus, 
.open > .dropdown-toggle.button-primary:focus, 
.button-primary.focus:active, 
.button-primary.active.focus, 
.open > .dropdown-toggle.button-primary.focus { color: #535353!important; }


.btn-tcolor { color: #535353!important; font-weight: 700;  
    border: 2px solid transparent;
    -webkit-border-image: url('../images/tcolor.png') 1 round; /* Safari 3.1-5 */
    -o-border-image: url('../images/tcolor.png') 1 round; /* Opera 11-12.1 */
    border-image: url('../images/tcolor.png') 1 round;
    background-color: transparent!important;

/*background: #FFFFFF url('../images/tcolor.png') no-repeat scroll top center / contain;  */

}

.btn-tcolor:hover, 
.btn-tcolor:focus, 
.btn-tcolor.focus, 
.btn-tcolor:active { color: #000000!important;;  }

.btn-tcolor:active:hover, 
.btn-tcolor.active:hover, 
.open > .dropdown-toggle.btn-tcolor:hover, 
.btn-tcolor:active:focus, 
.btn-tcolor.active:focus, 
.open > .dropdown-toggle.btn-tcolor:focus, 
.btn-tcolor.focus:active, 
.btn-tcolor.active.focus { color: #000000!important;; }



.cfascia.padding-vertical { padding-bottom: 0.5em; padding-top: 0.5em; }

/* BANNER-EXPO */

.banner-expo.fixed { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1050; }
.banner-expo .row-full.desktop-text { 
    background: #FFFFFF url('../images/bfascia-bg.png') no-repeat scroll top center / cover; 
    height: 5em;
    border-top: 2px solid #8c9094;
    border-bottom: 2px solid #8c9094;
    display: inline-block;
}

.banner-expo .row-full.desktop { background: #FFFFFF; border-top: 2px solid #8c9094; border-bottom: 2px solid #8c9094;  display: inline-block; }
.banner-expo .banner img { width: 100%; text-align: center; }


.banner-expo p { color: #000000;  }

/* HEADER */

.header { 
    background: transparent url('../images/head-bg.png') repeat-x scroll top center / contain; 
    padding-top: 7em;
    padding-bottom: 3em;
    height: 37em;
}

.header .logo { padding-bottom: 2em;}

.header h1 { }
.header h2 { font-size: 1.7em; margin-bottom: 2em; }

.header .prodotto { margin-top: 1em; }

.header .bollino {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 12em;
    height: 12em;
    background-color: #fde03b;
    top: -4em;
    left: 5em;
}

.header .bollino p { 
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    margin-top: 42%;
    font-size: 2em;
    text-align: center;
}

.header .prodotto { position: relative; z-index: 2; }

/* CARATTERISTICHE */

.caratteristiche .row-item { background: transparent url('../images/line.jpg') repeat-x scroll bottom center; padding: 1em 0; }
.caratteristiche .row-item:last-child { background-image: none; }
.caratteristiche .row-item h3 { color: #000000; font-weight: 600; margin-top: 0; }
.caratteristiche .row-item p { color: #000000; margin-top: 0.2em; }

/* VOUCHER */
.voucher h1.title { margin: 0.5em 0; }

/*  FOOTER-FIRST  */
.footer-first h1,
.footer-first h2,
.footer-first h3,
.footer-first h4,
.footer-first h5,
.footer-first h6 { color: #fde03b; }

.footer-first p { color: #FFFFFF; }

/*  WEBFORM  */
.webform-client-form p,
.webform-client-form label { }

.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: 'Dosis', sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px 0.2em;
    position: relative;
    font-weight: 400;
}

.webform-component label,
.webform-component .description {
    font-family: 'Dosis', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 1em;
    position: relative;
    color: #535353;
    font-weight: 400;
}

.webform-component .description { }

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

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Dosis', 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: #535353;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
}

.webform-component .form-type-checkbox .control-label,
.webform-component .form-type-radio .control-label { color: #535353; }

.webform-component .form-type-checkbox .control-label strong,
.webform-component .form-type-radio .control-label strong { 
    display: block; 
    clear: right; 
    color: #535353; 
    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: 33%;
    width: 20%;
    width: 25%;
}

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

.webform-component .form-control:focus {
  border-color: #535353;
  -webkit-box-shadow: inset 0 1px 1px #535353, 0 0 8px #535353;
  box-shadow: inset 0 1px 1px #535353, 0 0 8px #535353;
}


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

.webform-component.webform-component-markup { width: 100%; }

.webform-component.webform-component--campi { width: 66%; text-align: right; margin-top: 1em; }

.webform-component-markup .campi {  font-size: 0.7em; font-weight: 500; line-height: 1.2; color: #535353; text-align: right; }

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

.webform-component.privacy { z-index: 2;  }

.webform-component.privacy .control-label { font-size: 0.7em; font-weight: 500; line-height: 1.2; color: #535353; }

.webform-client-form .form-actions { 
    bottom: -0.5em;
    position: absolute;
    right: 0px;
    width: 100%;
    text-align: center;
}

.webform-client-form .form-actions .form-submit { 
    background: #FFFFFF none no-repeat scroll 0 0;
    border: 0px solid #535353;
    border-radius: 0;
    color: #ec9128!important;
    font-family: 'Open Sans', sans-serif; 
    font-weight: 700;
    width: auto;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    padding: 0.6em 1em 0.8em;
    text-shadow: none;
    box-shadow: 0px 5px 20px #535353;
    text-transform: uppercase;


}

.webform-client-form .form-actions .form-submit:hover { color: #535353!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: 16px; }

    }

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

    }

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

        body { font-size: 22px; }

    }

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

        body { font-size: 24px; }


        /* BANNER-EXPO */
        .banner-expo.fixed { bottom: -5px; }
        .banner-expo .text p { padding: 0 1em;  }

    }


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


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

    }

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

        /* BANNER-EXPO */
        .banner-expo.fixed { bottom: -3px; }
        .banner-expo .row-full.desktop-text { height: 4em; }
        .banner-expo .row-full.desktop-text .padding-top { padding-top: 0.5em; }

        /* HEADER */
        .header {  height: 35em; }
        .header h2 { margin-bottom: 1em; }

    }

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

    }

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

        /* BANNER-EXPO */
        .banner-expo.fixed { bottom: -4px; }
        .banner-expo .row-full.desktop-text { height: 3em; }
        .banner-expo .row-full.desktop-text .padding-top { padding-top: 0.3em; }
        .banner-expo p { font-size: 0.7em; }
        .banner-expo .text p { font-size: 0.9em; }
        .banner-expo .btn-omaggio { font-size: 0.9em; }

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

        /* HEADER */
        .header { padding-top: 4em; height: 30em; padding-bottom: 0; } 
        .header h2 { font-size: 1.5em; }
        .header .bollino { width: 8em; height: 8em; top: -2em; left: 5em; }
        .header .bollino p { font-size: 1.5em; }

        /* VOUCHER */
        .voucher h2 { font-size: 1.2em; }

        /* WEBFORM  */
        .webform-component.privacy .control-label,
        .webform-component-markup .campi { font-size: 0.8em;  }
        .webform-component.webform-component--campi { width: 50%;  }

        .webform-client-form .form-actions { bottom: 0; position: relative; right: auto; margin-top: 2em; }


    }

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

        /* BANNER-EXPO */
        .banner-expo.fixed {  }
        .banner-expo .row-full.mobile {
            border-top: 2px solid #8c9094;
            border-bottom: 2px solid #8c9094;
            padding: 0.5em 0em;
            background: #ffffff;
        }

        h1.title, .h1.title { font-size: 2em; }

        /* HEADER */
        .header {
            background: #DEE2E5 none no-repeat scroll top center / auto;
            padding-top: 2em;
            padding-bottom: 2em;
            height: auto;
        }
        .header .logo {text-align: center; }
        .header .prodotto { margin: 1em 0 2em; }
        .header .bottoni { text-align: center; margin-top: 1em; }
        .header .bottoni .btn { width: 100%; }
        .header h1.title { font-size: 3em; }
        .header h2 { margin-bottom: 1em;  font-size: 2em; }

        /* CARATTERISTICHE */
        .caratteristiche .row-item { background: none; }

        /* MODULO */
/*        .modulo .head { display: grid; }*/
/*        .modulo .head .image { order: 1; }*/
/*        .modulo .head .text { order: 2; }*/

        /* VOUCHER */
        .voucher h2 { font-size: 1.2em; }

        /*  FOOTER-FIRST  */
        .footer-first .logo { margin-bottom: 1em; }

        /* WEBFORM  */
        .webform-component.privacy .control-label,
        .webform-component-markup .campi { font-size: 1em; text-align: left; }
        .webform-component.webform-component--campi { width: 100%; text-align: left; }

        .webform-client-form .form-actions { bottom: 0; position: relative; right: auto; margin-top: 2em; }

    }

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

