/**
 * 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=Roboto:100,300,400,500,700,900');

/* SYSTEM */

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

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

.wide.even { background-color: #94a1ac; }

.wide.fascia { 
    background: #0085BE; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0085BE , #00ABD6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0085BE, #00ABD6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0085BE, #00ABD6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0085BE , #00ABD6); /* Standard syntax */
    height: 40px;
    margin-bottom: 1em;
    margin-top: 1em;
} 

.wide.fascia.negative { background: #b71e82; /* For browsers that do not support gradients */ }

.wide.fascia img { position: absolute; top: -12px; }

.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-top { padding-top: 1em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.nopadding-top { padding-top: 0;}

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

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

#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: 10px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #535c55;
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0085bd;
    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: 2em; line-height: 1.1; }

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

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

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

p, ul { 
    font-family: 'Roboto', sans-serif;
    font-size: 0.95em;
    color: #535c55;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0px;
}

ul.bullet {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }
ul.list-unstyled {  list-style: outside none none; padding-left: 2em; }

p.nota { font-weight: 300; font-size: 50%; }
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; }

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

a:hover, a:focus, li a:hover { color: #7f1a7a; }

a:active, li a:active, a.active, li a.active { color: #00acd6;  }

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

.evidenza { color: #0085bd; }
.ciano { color: #00acd6; }
.viola { color: #7f1a7a; }
.white { color: #FFFFFF; }
.black { color: #535c55; }

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

/* TRIGGER */

div.trigger { cursor: pointer; }

div.toggle { cursor: pointer; display: none; }

div.toggle p { color: #FFFFFF; font-weight: 300; line-height: 1.2; font-size: 1em; padding-top: 0.5em; }

div.toggle.animated { 
    background: #0085bd none no-repeat scroll 0 0;
    display: block;
    height: 92%;
    padding: 1em;
    position: absolute;
    width: 95%;
    z-index: 99;
}

div.toggle.negative { background-color: #7f1a7a; }

/* POPUP */

.popup_noeffect, .popup { 
    background-color: #00add7;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff !important;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    padding: 0.2em 0.4em;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
}

.popup_noeffect.negative, .popup.negative { background-color: #7f1a7a; padding: 0.3em 0.4em; padding: 0.2em 0.4em; }

.popup_noeffect.special, .popup.special { background-color: #B71981; }

.popup_noeffect:hover, .popup:hover,.popup_noeffect.active, .popup.active { background-color: #818f9a; }

 /* TOOLTIP */

.tooltip > .tooltip-inner {
    background-color: #d7d3d1;
    color: #0085bd;
    border: 1px solid #FFFFFF;
    padding: 1em;
    font-size: 1.2em;
    font-weight: 400; 
    opacity: 0.9;
    width: 20em;
    max-width: 20em;
    text-align: left;
}

.tooltip.left  > .tooltip-inner { background: none; opacity: 1!important; border:none; margin-top: 16.5em; margin-right: -14.5em;!important;}
.tooltip.right  > .tooltip-inner { background: none; opacity: 1!important; border:none; margin-top: 16.5em; margin-left: -14.5em;!important; }


/* Tooltip on top */
.tooltip.top > .tooltip-arrow { border-top: 1px solid #FFFFFF; }
/* Tooltip on bottom */
.tooltip.bottom > .tooltip-arrow { border-bottom: 1px solid #FFFFFF; }
/* Tooltip on left */
.tooltip.left > .tooltip-arrow { border-left: 1px solid #FFFFFF; }
/* Tooltip on right */
.tooltip.right > .tooltip-arrow { border-right: 1px solid #FFFFFF; }


.ringraziamenti .visita a { color: #7f1a7a; font-weight: 500; }
.ringraziamenti .visita a:hover { color: #535C55; }

/* CONTATTA */

p.contatta { font-size: 0.8em; margin-top: 1em; }
p.contatta .glyphicon { position: relative; top: 5px; }
p.contatta a { color: #7f1a7a; text-decoration: underline; }
p.contatta a:hover { color: #0085bd; }


/*  TOP  */

.top.wide { background: #FFF url("../images/hr_top.jpg") no-repeat scroll top center; } 

.top img.logo { margin-top: 5px; }

.top h3 { font-size: 0.8em; }

/*  HEADER  */

.header.wide { 
    background: #FFF url("../images/header_bg.jpg") no-repeat scroll top center;  
    border-bottom: 2px solid #D7D6D4; 
    height: auto;
    padding-top: 2em;
    padding-bottom: 0em;
} 

.header h2 { color: #4d5b52; font-size: 1.65em; line-height: 1; font-weight: 300; }

.header h3 { color: #4d5b52; font-size: 1.1em; line-height: 1; font-weight: 300; }

.header img.impianti { left: 20%; position: relative; }


/*  MPS  */

.mps .tasti { background: #FFF url("../images/bg_gray_vertical.png") repeat-x scroll bottom center; padding-bottom: 3em; }

.mps .tasti .grid-flex { border: 1px solid #FFFFFF; }

.mps .tasti .title { border: 1px solid #0085bd; margin-bottom: 10px; }

.mps .tasti h3 { font-size: 0.7em; color: #535c55; margin: 0; padding-top: 1em; padding-bottom: 1em; }

.mps .tasti h4 { font-size: 0.5em; }

.mps .tasti .box { float: left; position: relative; }

.mps .tasti a:hover h3, .mps .tasti a:hover h3 .evidenza { background-color: #0086be; color: #FFFFFF!important; }

.mps .tasti a:hover .grid-flex { border-color: #0085bd; }

.mps .content .border { border: 1px solid #0085bd; }

.mps .content p { font-weight: 300; font-size: 0.9em;  line-height: 1.2; }

.mps .content p .small { font-size: 70%; font-weight: 300; }


/*  PRIME  */

.prime .tooltip1 { left: 5%; top: 5%; }
.prime .tooltip2 { left: 82%; top: 13%; }
.prime .tooltip3 { left: 50%; top: 48%; }
.prime .tooltip4 { left: 74%; top: 80%; }
.prime .tooltip5 { left: 9%; top: 5%; }
.prime .tooltip6 { left: 55%; top: 8%; } 
.prime .tooltip7 { left: 55%; top: 20%; }
.prime .tooltip8 { left: 88%; top: 48%; }
.prime .tooltip9 { left: 85%; top: 75%; }

/*  TWINNER  */

.twinner .tooltip1 { left: 5%; top: 5%; }
.twinner .tooltip2 { left: 82%; top: 13%; }
.twinner .tooltip3 { left: 50%; top: 48%; }
.twinner .tooltip4 { left: 74%; top: 80%; }
.twinner .tooltip5 { left: 9%; top: 5%; }
.twinner .tooltip6 { left: 55%; top: 8%; } 
.twinner .tooltip7 { left: 55%; top: 20%; }
.twinner .tooltip8 { left: 88%; top: 48%; }
.twinner .tooltip9 { left: 85%; top: 75%; }

/*  PROWIDE  */

/*.prowide { background: #FFF url("../images/prowide_bg_sfumatura.jpg") repeat-x scroll top center; }*/

.prowide .content .border { border: 1px solid #b71981; padding: 0.5em; margin-bottom: 1em; }

.prowide .content .border h3 { font-size: 0.8em; color: #b71981; margin: 0; padding-bottom: 1em; }

.prowide .content .border:hover { border-color: #7f1a7a; }

.prowide .content .border:hover h3 { color: #7f1a7a; }

.prowide .content .border p { font-weight: 400; font-size: 0.65em; line-height: 1.2; color: #FFFFFF; }

.prowide .content .toggle.negative.animated { background-color: #b71981; padding: 0.5em; height: 95%; width: 92%; }

.prowide .content .toggle.negative.animated h3 { color: #FFFFFF; }

.prowide .box  {
    left: 2%;
    position: relative;
    top: -25%;
}

.prowide .box.right { left: -7%; }

.prowide .box ul { margin: 75% 0 0; padding: 0; }

.prowide .box ul li { font-size: 0.6em; }

.prowide .caratteristiche .hidden-xs { height: 17em; } 

.prowide .tooltip1 { left: 13%; top: 35%; }
.prowide .tooltip2 { left: 19%; top: 35%; }
.prowide .tooltip3 { left: 53%; top: 35%; }
.prowide .tooltip4 { left: 59%; top: 35%; }

/*  FOOTER  */

.footer-pre { background: #FFF url("../images/footer_onda.png") no-repeat scroll top center; height: 91px; }

.footer-first .logo { margin-top: 2em; }

.footer-first h4 { color: #FFFFFF; margin-bottom: 1em; }

.footer-first p { 
    color: #ffffff;
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1.4;
}

/*  WEBFORM  */

.webform-client-form p,
.webform-client-form label { }

.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-component label,
.webform-component .description
.webform-client-form .form-actions {
    font-family: 'Roboto',Arial,Helvetica, sans-serif;
    display: inline;
    float: left;
    margin: 0.6em 0px 0em;
    position: relative;
}

.webform-component label,
.webform-component .description {
    font-family: 'Roboto',Arial,Helvetica, sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 0.65em;
    position: relative;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea {
    border: 1px solid #9d9fa1;
    border: none;
    border-bottom: 1px solid #FFF;
    background: none;
    display: inline;
    float: left;
    font-size: 0.65em;
    font-weight: 300;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    height: auto;
    color: #FFF;
    text-transform: lowercase;
}

.webform-component textarea { resize: none; }

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

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

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


.webform-component .form-control { color: #FFF; }
.webform-component .form-control::-webkit-input-placeholder { color: #FFF; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #FFF; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #FFF; } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: #FFF; } /* 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 h3 { color: #FFF; font-weight: 300; }

.webform-component.webform-component-markup p { font-size: 0.65em; color: #FFF; line-height: 1; font-weight: 400; }

.webform-component.webform-component--head { width: 100%; padding-left: 15px;
    padding-right: 15px; margin: 0; }

.webform-component.privacy label { font-size: 0.5em; margin-left: 10px; }

.webform-client-form .form-actions { 
    float: right;
    margin: 0;
    top: -1.5em;
    width: auto;
}

.webform-client-form .form-actions .form-submit { 
    background: #0086bd none no-repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    padding: 0.35em 1.3em;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 300;
    width: auto;
}

.webform-client-form .form-actions .form-submit:hover { background-color: #00acd6; }


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

    }

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

        body { font-size: 15px; }
    }

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

    }

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

        body { font-size: 30px; }

        /*  HEADER  */

        .header.wide { height: 515px; padding-top: 3em; } 
        .header h2 { font-size: 1.8em; }
        .header h3 { font-size: 1.2em; }

    }


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

        /*  MPS  */
        .mps .tasti h4 { font-size: 0.45em; }

        /*  PROWIDE  */
        .prowide .caratteristiche .hidden-xs { height: 16em; }

        /*  FOOTER  */
/*        .webform-client-form .form-actions { top: -3em; }*/

    }

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

        /*  MPS  */
        .mps .content p { font-size: 0.8em; }

        /*  FOOTER  */
/*        .webform-client-form .form-actions { top: -3em; }*/

    }

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

        /*  TOP  */
        .top h3 { margin: 1em 0 0; }

        /*  MPS  */
        .mps .tasti h3 { font-size: 0.65em; }
        .mps .tasti h4 { font-size: 0.4em; }

        /*  PROWIDE  */
        .prowide .content .border h3 { font-size: 0.8em; }
        .prowide .caratteristiche .hidden-xs { height: 15em; }

    }

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

        p.nota { font-size: 90%; }

        /* TRIGGER */
        div.toggle.animated { height: 95%; width: 91%; }

        /* TOOLTIP */
        .tooltip > .tooltip-inner { font-size: 1em; width: 15em; max-width: 15em; }

        /*  TOP  */
        .top h3 { margin: 2em 0 0; }
        .top .logo { max-width: 40%; }

        /*  HEADER  */
        .header h2 { font-size: 2.5em; }
        .header h3 { font-size: 1.7em; }
        .header img.impianti { left: auto; margin-top: 1em; }

        /*  MPS  */
        .mps .tasti { background: none; padding-bottom: 0em; }
        .mps .tasti .title { margin-top: 10px; }
        .mps .tasti .first { padding-left: 0; }
        .mps .tasti h3 { font-size: 1.5em; }
        .mps .tasti h4 { font-size: 1.2em; }
        .mps .content p { font-size: 1.3em; }

        /*  PRIME  */
        .prime .tooltip5 { left: 9%; top: 5%; }
        .prime .tooltip6 { left: 58%; top: 8%; } 
        .prime .tooltip7 { left: 58%; top: 20%; }

        /*  TWINNER  */
        .twinner .tooltip5 { left: 9%; top: 5%; }
        .twinner .tooltip6 { left: 58%; top: 8%; } 
        .twinner .tooltip7 { left: 58%; top: 20%; }

        /*  PROWIDE  */
        .prowide .content .border h3 { font-size: 1.5em; padding: 1em 1em 0; }
        .prowide .content .border p { font-size: 1.3em; padding: 1em 1em 0; }
        .prowide .content .toggle.negative.animated { height: 98%; width: 96%; }

        .prowide ul.margin { left: 12%; position: relative; margin: 1em 0; }
        .prowide ul li { font-size: 1.2em; }

        /*  FOOTER  */
        .footer-pre { height: 51px; }
        .footer-first p { font-size: 0.75em; }

        .webform-component.webform-component-markup p { font-size: 0.64em;  }
        .webform-client-form .form-actions { float: left; margin: 1em 0 0; top: 0; width: 100%; }
        .webform-client-form .form-actions .form-submit { width: 100%; }

    }

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

        /*  TOP  */
        .top h3 { margin: 4em 0 0; }

        /*  PROWIDE  */
        .prowide .content .toggle.negative.animated { height: 98%; width: 93%; }

    }

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

        /*  FOOTER  */
        .webform-component.webform-component-markup p { font-size: 0.4em; line-height: 1.5; }

    }

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

        /*  PROWIDE  */
        .prowide .content .toggle.negative.animated { height: 98%; width: 90%; }

        /*  FOOTER  */
        .webform-component.webform-component-markup h3 { font-size: 1em;  }
        .footer-first h4 { font-size: 0.9em; }

    }

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

