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

.wide.odd { background-color: #1d7e7d; }

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

.wide.green { background-color: #43ad3a; }


.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.padding-vertical3 { padding-bottom: 3em; padding-top: 3em; }
.padding-vertical4 { padding-bottom: 4em; padding-top: 4em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.padding-top { padding-top: 15px; }
.padding-top1 { padding-top: 1em; }
.padding-top2 { padding-top: 1.5em; }
.padding-top3 { padding-top: 2.5em; }
.padding-bottom { padding-bottom: 15px; }
.padding-bottom1 { padding-bottom: 1em; }
.padding-bottom2 { padding-bottom: 2em; }
.padding-bottom3 { padding-bottom: 3em; }
.nopadding-top { padding-top: 0;}

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

.blur {-webkit-filter: blur(4px);filter: blur(4px);}
.brightness {-webkit-filter: brightness(250%);filter: brightness(250%);}
.contrast {
    -webkit-filter: contrast(180%); 
    -moz-filter: contrast(100%);
    -ms-filter: contrast(100%);
    -o-filter: contrast(100%);
    filter: contrast(180%);
}
.grayscale {
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); 
}
.huerotate {-webkit-filter: hue-rotate(180deg);filter: hue-rotate(180deg);}
.invert {-webkit-filter: invert(100%);filter: invert(100%);}
.opacity {-webkit-filter: opacity(50%);filter: opacity(50%);}
.saturate {-webkit-filter: saturate(7); filter: saturate(7);}
.sepia {-webkit-filter: sepia(100%);filter: sepia(100%);}
.shadow {-webkit-filter: drop-shadow(8px 8px 10px green);filter: drop-shadow(8px 8px 10px green);}


@-webkit-keyframes fadeInCustom {
  from { opacity: 0; }
  to { opacity: 0.6; }
}

@keyframes fadeInCustom {
  from { opacity: 0; }
  to {  opacity: 0.6; }
}

.fadeInCustom {
  -webkit-animation-name: fadeInCustom;
  animation-name: fadeInCustom;
}

@-webkit-keyframes fadeOutCustom {
  from { opacity: 0.6; }
  to { opacity: 0;}
}

@keyframes fadeOutCustom {
  from { opacity: 0.6; }
  to { opacity: 0; }
}

.fadeOutCustom {
  -webkit-animation-name: fadeOutCustom;
  animation-name: fadeOutCustom;
}

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 #FFFFFF;
    font: 12px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #6b6b6b;
    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: #1d7e7d;
    line-height: 1.2;
}

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

h2, .h2 { font-weight: 400; font-size: 2.5em; line-height: 1.1; }

h3, .h3 { font-weight: 400; font-size: 1.8em; 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: 1em;
    color: #6b6b6b;
    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; }
ul.list-bullet { padding-left: 1em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0.3em; }
ul.list-bullet li:before {
    content: "\2013";
    vertical-align: top;
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 4px;
    margin-left: -1.1em;
    color: #258281;
    position: relative;
    top: -0.4em;
}

.grande { font-size: 120%; }
.piccolo { font-size: 80%; }

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


.font-SSP {  font-family: 'Roboto', Helvetica, Arial, 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: #FFFFFF; text-decoration: none; }

a:hover, a:focus, li a:hover { color: #23A42F; }

a:active, li a:active, a.active, li a.active { color: #1d7e7d;  }

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

a.negative { color: #FFF; }

a.negative:hover, a.negative:focus, a.negative:active { color: #43ad3a; }

.evidenza { color: #1d7e7d; }
.green { color: #258281; }
.green-light { color: #43ad3a; }
.red { color: #bc294a; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #6b6b6b; }
.bggrey { background-color: #F6F6F6; }
.bgevidenza { background-color: #1D7E7D; }

.bgray { background-color: #f6f6f6; }




.gradient-ver { 
    background-color: #ec7104;
}

.omaggio .layout .wrapper-visual .circle {
    position: absolute;
    padding: 0.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-b-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 9em;
    height: 9em;
    text-align: center;
    right: -4em;
    top: -5em;
    z-index: 0; overflow: hidden;
 }

 .omaggio .layout .wrapper-visual .omaggio { 
     position: relative; text-align: center; top: 1.7em; color: #FFFFFF; font-weight: bold; font-size: 1.7em;
  }

  .funzione .layout-funzione .corpo .tit { font-size: 1.7em; }




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.btn-more { font-size: 1.2em; padding: 0.5em 0; color: #43ad3a; text-decoration: underline; font-weight: 400; }
.btn.btn-more:hover { color: #1d7e7d;}

.btn.btn-more .glyphicon { font-size: 60%; text-decoration: underline;}




.btn-primary{
    background-color: #43ad3a;
    font-family: 'Roboto', sans-serif;
    font-size: 0.95em;
    font-weight: 400;
    color: #ffffff;
    padding: 1em 2.5em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    outline: none;
    box-shadow: 0px 3px 6px #666666;
    box-shadow: none;
    /* border-radius: 27px; */
    text-transform: none;
}

.btn-primary:hover{
    background-color: #1d7e7d;
    color: #ffffff;
}



.scroll-to a{ 
    -webkit-transition: all 0.25s ease-in-out 0s; 
    -moz-transition: all 0.25s ease-in-out 0s; 
    -o-transition: all 0.25s ease-in-out 0s; 
    -ms-transition: all 0.25s ease-in-out 0s; 
    transition: all 0.25s ease-in-out 0s; 
}



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

body { background: #FFFFFF url("../images/bg_body_all.png") no-repeat scroll center top; background-size: contain; }

/* TOP */

.top { height: 17em; margin-top: 0em; }

.top .logo { width: 80%;}

.top .brand h2 { font-size: 3.5em; line-height: 1; }

/* HEADER */

.Paragraf .text { font-size: 1.5em; }

.contatti .row .prezzo { font-size: 1.5em; font-weight: 700;}
.contatti .row .contatti { font-size: 2.5em; font-weight: 700; line-height: 1.2; padding-top: 0.5em;}
.contatti .row .telefono { font-size: 2.5em; font-weight: 700; line-height: 1.2;}


.omaggio .layout-omaggio .middle { position: relative; top: 50%; transform: translateY(50%); font-size: 1.5em;}

/* TABS */
.nav-tabs.nav-justified { margin: 0; }

.nav-tabs.nav-justified > li > a { border-bottom: 1px solid #FFF; }

.nav-tabs.nav-justified > li > a:hover { background-color: #F6F6F6; }

.nav-tabs.nav-justified > li.active > a:hover { background-color: #FFF; }

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus { border-color: #fff #fff transparent; } 

.nav-tabs.nav-justified > .active > a, 
.nav-tabs.nav-justified > .active > a:hover, 
.nav-tabs.nav-justified > .active > a:focus { border: 1px solid #fff; border-bottom-color: #fff; }

.nav-tabs.nav-justified li { font-size: 0.9em; color: #43ad3a; }

.tab-pane { position: relative; }
.tab-pane .assoluto { position: absolute; top: 0; left: 0; }
.tab-pane .default { z-index:1; text-align: center;}
.tab-pane .plus { z-index:3; }
.tab-pane .plus:hover { 
    cursor: pointer; 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); 
}

/*.tab-pane .plus.white:hover,*/
.tab-pane .plus.white.grayscale {
    -webkit-filter: grayscale(0%); 
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); 

    -webkit-filter: contrast(180%); 
    -moz-filter: contrast(100%);
    -ms-filter: contrast(100%);
    -o-filter: contrast(100%);
    filter: contrast(180%);
}

.tab-pane .plus span { display: none; float: right; font-size: 0.8em; margin-top: 10px; margin-left: 1em; position: absolute; }
.tab-pane .plus.white span { color: #FFF; }
.tab-pane .plus span.show { position: relative; }
.tab-pane .plus span.doppio { margin-top: 0px; }
.tab-pane .area { z-index:2; display: none; }
.tab-pane .area.show { display: block; opacity: 0.6;  }

#tab_a .plus.uno { left: 45%; top: 80%; }
#tab_a .plus.due { left: 35%; top: 37%; }
#tab_a .plus.tre { left: 28%; top: 60%; }
#tab_a .plus.quattro { left: 55%; top: 7%; }

#tab_b .plus.uno { left: 35%; top: 52%; }
#tab_b .plus.due { left: 45%; top: -1%; }
#tab_b .plus.tre { left: 20%; top: 90%; }


/* FOOTER */

.footer-first { margin-top: 1em; }

.footer-first .bg_footer p { font-size: 1.25em; }

.footer-first .bg_footer  { min-height: 224px; height: 100%; background: #FFFFFF url("../images/bg_footer_all.png") no-repeat scroll center top; background-size: auto; }

.footer-first .title { margin-top: 1em; font-size: 2.3em;}

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

/*  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',Helvetica,Arial, sans-serif;
    display: inline;
    float: left;
    margin: 0.6em 0px 0em;
    position: relative;
}

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

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea {
    border: 1px solid #f6f6f6;
    border: none;
    border-bottom: 1px solid #6b6b6b;
    border-radius: unset;
    background:  none no-repeat scroll 0 0 #f6f6f6;
    display: inline;
    float: left;
    font-size: 1em;
    font-weight: 300;
    margin: 0;
    position: relative;
    padding: 0.3em 0.5em;
    height: auto;
    color: #6b6b6b;
    text-transform: lowercase;
    box-shadow: none;
}

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

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Roboto',Helvetica,Arial, 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: #6b6b6b;
    font-weight: 400;
    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: #6b6b6b; }
.webform-component .form-control::-webkit-input-placeholder { color: #6b6b6b; } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: #6b6b6b; } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: #6b6b6b; } /* IE 10+ */ 
.webform-component :-ms-input-placeholder.form-control { color: #6b6b6b; }
.webform-component .form-control:-moz-placeholder { color: #6b6b6b; } /* 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: #6b6b6b; font-weight: 400; font-size: 1em; }

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

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

.webform-component.privacy label { font-size: 0.6em; }

.webform-client-form .form-actions { 
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
    width: auto; 
}

.webform-client-form .form-actions .form-submit { 
    background: #43ad3a none no-repeat scroll 0 0;

    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    padding: 0.5em 4em;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 300;
    width: auto;

    background: #43ad3a url("../images/tasto.jpg") no-repeat scroll right center;
    padding: 0.5em 5em 0.5em 3em;
}

.webform-client-form .form-actions .form-submit:hover { background-color: #1d7e7d; color: #ffffff; }


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

    }

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

        body { font-size: 12px; }
    }

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

        body { font-size: 16px; }

    }

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

        body { font-size: 18px; }

    }

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

        body { font-size: 20px; }

/*        body { background-size: 105% auto; }*/

        /* WEBFORM */
        .webform-client-form .form-actions { bottom: 0.5em; }

    }


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

        /* TOP */
        .top { height: 13em; margin-top: 0em; }
        .top .logo-expodental {max-width: 70%; }
        .top .brand h2 { font-size: 3em; }

        /* TABS */
        #tab_b .plus.due { top: -2%; }

        /* CONTATTI */
        .corpo ul.list-bullet li {  font-size: 0.95em; }
        .modulo h2 { font-size: 2.4em; }

        /* INFO */
        .info h3 { font-size: 1.5em; }

        /* WEBFORM */
        .webform-client-form .form-actions { bottom: 0.5em; }

    }

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

    }

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

        /* TOP */
        .top { height: 12em; margin-top: 0em; }
        .top .logo-expodental {max-width: 60%; }
        .top .brand h2 { font-size: 2.5em; }
        .top .text { font-size: 2em; }
        .top .expo { position: relative; top: -1em; }


        /* TABS */
        #tab_b .plus.uno { left: 31%; }
        #tab_b .plus.due { top: -2%; }
/*        .tab-pane .plus img { max-width: 12%; }*/

        /* CONTATTI */
        .corpo h4 { font-size: 0.9em; }
        .corpo ul.list-bullet li {  font-size: 0.8em; }
        .modulo h2 { font-size: 2em; }


        


        /* INFO */
        .info h3 { font-size: 1.2em; }

        /* FOOTER-FIRST */
        .footer-first .title { font-size: 1.8em; }

        /* WEBFORM */
        .webform-client-form p, .webform-client-form label { font-size: 0.9em; }
        .webform-component.privacy { margin: 0.5em 0 0; }
        .webform-client-form .form-actions { float: left; position: relative;  width: 100%; }
        .webform-client-form .form-actions .form-submit { width: 100%; }

    }

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

        body { background-image: url("../images/bg_body_all.png"); background-size: 110% auto; }
        p, ul { font-size: 1.2em; }
        br { display: none; }

        /* TOP */
        .top { height: auto; margin-top: 0em; }
        .top .logo-expodental { max-width: 65%; }
        .top .brand h2 { font-size: 2.8em; }
        .top .text { font-size: 2em; }
        .top .expo { position: relative; top: -2em; }

        .omaggio .layout .wrapper-visual .circle {
            position: absolute;
            text-align: center;
            right: 20em;
            top: -5em;
         }

         .omaggio .layout .wrapper-visual .middle { padding-top: 1em; }

         .omaggio .layout .hand { padding-top: 2em; }

        .omaggio .layout .logo { width: 35%; padding-top: 4em;}

        .webform-component input { font-size: 1.8em; }

        /* FOOTER-FIRST */
        .footer-first .bg_footer p { font-size: 1.25em; padding-top: 4em; }
        .footer-first .bg_footer { min-height: 150px; }

        /* WEBFORM */
        .webform-client-form p, .webform-client-form label { font-size: 1.2em; }
        .webform-component.privacy { margin: 0.5em 0 0; }
        .webform-component.privacy label { font-size: 1em; margin-left: 1em; }
        .webform-client-form .form-actions { float: left; position: relative;  width: 100%; }
        .webform-client-form .form-actions .form-submit { width: 100%; font-size: 1.5em; }

    }

    /* Mobile Large, Extra Small Devices, Phones XS*/ 
    @media only screen and (max-width : 480px) {
        .omaggio .layout .wrapper-visual .circle { position: absolute; text-align: center; right: 11em; top: -5em; }
        .header h1 { font-size: 3em; }
        .top .logo-expodental { width: 70%; }
        .top .expo { position: relative; top: -1.2em; }
        .top .logo { width: 100%; }
    }

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

        .omaggio .layout .wrapper-visual .circle { position: absolute; text-align: center; right: 5em; top: -5em; }
        .omaggio .layout-omaggio .middle {  transform: translateY(33%);}

        .header h1 { font-size: 2.5em; }
        .header h2 { font-size: 2em; }
    }

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

        body { background-size: 125% auto; }

        /* TOP */
        .top .brand h2 { font-size: 2.3em; }

        /* HEADER */
        .header h1 { font-size: 2em; }
        .header h2 { font-size: 1.9em; }

        /* FOOTER */
        .footer-first .title { font-size: 1.5em; }
        .omaggio .layout .wrapper-visual .circle { position: absolute; text-align: center; right: 5em; top: -5em; }
        .omaggio .layout-omaggio .middle {  transform: translateY(33%);}

    }

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

