/**
 * 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=Source+Sans+Pro:200,300,400,600,700,900');

/* SYSTEM */

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

.wide.odd { background-color: #d9eef4; }
.wide.even { background-color: #2c536b; }
.wide.blue { background-color: #2a5166; }
.wide.gold { background-color: #f1f1e5; }

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

/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 #FFFFFF;
    font: 19px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #5f7585;
    margin: 0px 0px;
}

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

h1, .h1 { font-weight: 400; font-size: 2em; line-height: 1.1; }

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

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

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

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

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

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

p, ul { 
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    color: #5f7585;
    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; }

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

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

a:active, li a:active, a.active, li a.active { color: #86b3c2;  }

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

.evidenza { color: #6998a6; }
.blue { color: #2a5166; }
.ciano { color: #3795b8; }
.gold { color: #dd943c; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #5f7585; }



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 { 
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 0.85em;
    border: none;
    border-radius: 0;
    padding: 0.3em 1.2em 0.2em;
    padding: 0.3em 1.2em 0.4em;
    transition: all 0.25s ease-in-out 0s;
}

.btn-down,
.btn-down:link,
.btn-down:visited { 
    color: #FFFFFF; 
    font-weight: 400;   
    text-transform: uppercase; 
    background-color: #dd943c; 
    padding: 0.5em 0.5em;
    font-size: 1.25em;
}

.btn-down:hover, 
.btn-down:focus, 
.btn-down.focus, 
.btn-down:active { color: #FFFFFF; background-color: #2a5166; text-decoration: none; }

.btn-down:active:hover, 
.btn-down.active:hover, 
.open > .dropdown-toggle.btn-down:hover, 
.btn-down:active:focus, 
.btn-down.active:focus, 
.open > .dropdown-toggle.btn-down:focus, 
.btn-down.focus:active, 
.btn-down.active.focus { background-color: #2a5166; }


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

hr {
    border-color: #aac9d2 currentcolor currentcolor;
    border-color: #aac9d2;
    border-width: 1px 0 0;
    margin-bottom: 1em;
    margin-top: 1em;
}

hr.line { border-width: 1px 0 0; margin-bottom: 1em;  margin-top: 1em; }

/* EFFECT */

@-webkit-keyframes slideInLeftCustom {
  0% {
/*    -webkit-transform: translate3d(-50%, 0, 0);*/
/*    transform: translate3d(-50%, 0, 0);*/
    width: 0px;
    visibility: visible;
  }

  100% {
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
    width: 100%; 

  }
}

@keyframes slideInLeftCustom {
  0% {
/*    -webkit-transform: translate3d(-50%, 0, 0);*/
/*    transform: translate3d(-50%, 0, 0);*/
    width: 0px; 
    visibility: visible;
  }

  100% {
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
    width: 100%; 

  }
}

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

/* TRIGGER */
.popup .trigger { cursor: pointer; z-index: 10; }
.popup .trigger:hover { opacity: 0.8; }
.popup .toggle { cursor: pointer; display: none; }
.popup .toggle p {  font-size: 1em; }
.popup .toggle.animated { 
    background: transparent url('../images/esagono-big.png') no-repeat scroll top center / contain;
    display: block;
/*    height: auto;*/
    height: 13em;
    padding: 1em;
    position: absolute;
/*    width: auto;*/
    width: 100%;
    z-index: 99;
}


/* HEADER */
.header .row-full { background: #FFFFFF url('../images/header-bg-full.jpg') no-repeat scroll top center / cover; }
.header .logo { }
.header .bollo-new { position: absolute; top: 0; left: 9em;  left: 0em; }
.header .ragazza { position: absolute; top: 0; left: 0; display: none;}

.header .strillo { padding-left: 5em; padding-bottom: 2em; }
.header .strillo h2 { font-size: 2.5em; line-height: 1em; }


/* ADV */
.adv .row-full { background: #FFFFFF url('../images/adv-bg.jpg') no-repeat scroll top center / cover; }
.adv .absolute { z-index:1; position: absolute; top: 1em; left: 0;}
.adv .prodotto { z-index:2; position: relative; }
.adv .esagono { z-index:3; }
.adv .esagono.green { left: -0.5em; top: 4em; }
.adv .esagono.blue { left: 33em; top: 4em; }
.adv .esagono.gold { left: 12em; top: 31em; }


.adv .toggle-popup .popup { position: absolute; top: 0; left: 0 }
.adv .toggle-popup .popup .trigger { cursor: pointer; float: left; }
.adv .toggle-popup .popup .toggle p { margin: 3.5em 3em 0; font-size: 0.9em; }
.adv .toggle-popup .popup.popup1 { top: 13em; left: 6em; }
.adv .toggle-popup .popup.popup2 { top: 10em; left: 38em; }
.adv .toggle-popup .popup.popup3 { top: 24em; left: 24em; }
.adv .toggle-popup .popup.popup3 .toggle p { margin-top: 4.5em; }

.adv .toggle-popup .popup .toggle.animated { left: -5.5em; top: -5em; }


/* CONTATTI */
.contatti .row-full { padding-top: 5em; background: #FFFFFF url('../images/contatti-bg.jpg') no-repeat scroll top center / cover; }

.contatti .info h1,
.contatti .info h2,
.contatti .info h3 { line-height: 1em; margin: 0;}

.contatti .info h1 { font-size: 3em; }
.contatti .info h2 { font-size: 2.4em; }
.contatti .info h3 { font-size: 1.65em; }


/* FOOTER-FIRST */
.footer-first .row-full { background: #2a5166 url('../images/footer-bg.jpg') no-repeat scroll top center / cover; }
.footer-first p { margin: 0; }
.footer-first .nverde p { margin-top: 0.2em; }
.footer-first p.numero { font-size: 1.15em; margin-top: 0;}
.footer-first .ultradent p { margin-top: 0.5em; }

/*  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: 'Source Sans Pro', 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: 'Source Sans Pro', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 1em;
    position: relative;
    color: #5f7585;
    font-weight: 400;
}

.webform-component .description { }

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

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Source Sans Pro', 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: 0.9em;
    color: #5f7585;
    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: #5f7585; }

.webform-component .form-type-checkbox .control-label strong,
.webform-component .form-type-radio .control-label strong { 
    display: block; 
    clear: right; 
    color: #5f7585; 
    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.custom label { 
    color: #5f7585;
    font-weight: 400; 
    width: 100%;
    font-size: 0.9em;
    margin: 0.2em 0 0;
}

.webform-component.custom .form-type-checkbox,
.webform-component.custom .form-type-radio { width: 10%; position: relative; }


.webform-component.custom.color label { font-weight: 400; font-size: 0.9em; }

.webform-component.custom.full label { 
/*    font-size: 1em;*/
/*    font-family: 'Source Sans Pro', sans-serif;*/
/*    color: #6c6e6e; */
}

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

.webform-component.custom .form-type-checkbox img,
.webform-component.custom .form-type-radio img { 
    background-color: #FFFFFF;
}

.webform-component.custom .form-type-checkbox.highlight img,
.webform-component.custom .form-type-radio.highlight img { 
    background-color: #2a5166;
}

.webform-component.custom .form-type-checkbox input,
.webform-component.custom .form-type-radio input { 

/*display: none; */

    position:absolute; 
    z-index:-1000; 
    left:-1000px; 
    left:0px; 
    top: auto;
    clip: rect(0 0 0 0);
    overflow: hidden;  
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
}

.webform-component.custom .form-type-checkbox label,
.webform-component.custom .form-type-checkbox .description,
.webform-component.custom .form-type-radio label,
.webform-component.custom .form-type-radio .description { 

}

.webform-component.custom .form-required { display: none; }


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

.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: 70%; }

.webform-component-markup .campi { font-size: 0.7em; margin: 0.5em 0; }

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

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

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

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

.webform-client-form .form-actions .form-submit { 
    background: #2a5166 none no-repeat scroll 0 0;
    border: 0px solid #26aa99;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.9em;
    line-height: 1;
    margin: 0;
    padding: 1em 4em;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 400;
    width: auto;
    float: right;
}

.webform-client-form .form-actions .form-submit:hover { background-color: #3795b8; }


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

        /* HEADER */
        .header .container { padding: 0 6em; }

    }

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

        body { font-size: 22px; }

        /* HEADER */
        .header .container { padding: 0 2em; }

        /* CONTATTI */
        .contatti .container { padding: 0 1em; }


    }

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

        body { font-size: 24px; }

        /* HEADER */
        .header .container { padding: 0 4em; }

        /* CONTATTI */
        .contatti .container { padding: 0 4em; }

    }


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

        /* ADV */
        .adv .esagono.green { left: 1em; top: 2em; }
        .adv .esagono.blue { left: 28em; top: 2em; }
        .adv .esagono.gold { left: 8em; top: 27em; }

        .adv .toggle-popup .popup .toggle.animated { height: 13em; }
        .adv .toggle-popup .popup.popup1 { top: 11em; left: 6em; }
        .adv .toggle-popup .popup.popup2 { top: 8em; left: 34em; }
        .adv .toggle-popup .popup.popup3 { top: 21em; left: 22em; }

    }

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

    }

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

        /* HEADER */
        .header .strillo h2 { font-size: 2.3em; }
        .header .strillo h3 { font-size: 1.4em; }

        /* ADV */
        .adv .esagono h2 { font-size: 1.5em; }
        .adv .esagono.green { left: 1em; top: 2em; }
        .adv .esagono.blue { left: 24em; top: 2em; }
        .adv .esagono.gold { left: 7em; top: 23em; }

        .adv .toggle-popup .popup .toggle.animated { height: 13em; }
        .adv .toggle-popup .popup.popup1 { top: 10em; left: 5em; }
        .adv .toggle-popup .popup.popup2 { top: 7em; left: 29em; }
        .adv .toggle-popup .popup.popup3 { top: 18em; left: 19em; }

    }

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

        /* HEADER */
        .header .row-full { background: none; }
        .header h3 br { display: none; }


        /* ADV */
        .adv .row-full { background: none; }
        .adv .scritta { top: 0.5em; font-size: 1.5em; }

        /* CONTATTI */
        .contatti .row-full {padding-top: 1em; background: none; }

        .contatti .info .col-xs-12 { text-align: center; }

        .contatti .info h1,
        .contatti .info h2,
        .contatti .info h3 {}

        .contatti .info h1 { font-size: 3.6em; }
        .contatti .info h2 { font-size: 3em; }
        .contatti .info h3 { font-size: 2em; }
        .contatti .info h4 { font-size: 1.5em; }
        .contatti .info h4 br { display: none; }

        .contatti .sconto img { max-width: 70%; }


        /* FOOTER-FIRST */
        .footer-first p { text-align: center; margin-bottom: 0.5em; font-size: 1.5em; }
        .footer-first .nverde p:first-child { margin-bottom: 0em;} 
        .footer-first p.numero { font-size: 1.7em; }

        /*  WEBFORM  */
        .webform-component input, 
        .webform-component select, 
        .webform-component textarea, 
        .webform-client-form fieldset { font-size: 1.2em; padding-left: 0; padding-right: 0;}

        .webform-component.custom.full label, .webform-component.custom.color label  {  font-size: 1em; }

        .webform-component.custom .form-type-checkbox, .webform-component.custom .form-type-radio { width: 16%; }
        .webform-component.full .form-type-checkbox, .webform-component.full .form-type-radio {  width: 20%; }
/*        .webform-component .form-type-checkbox .control-label strong, .webform-component .form-type-radio .control-label strong {  margin-left: 0.5em; }*/


        .webform-component.webform-component-markup {  width: 100%; }
        .webform-component.webform-component-markup h6 {  font-size: 1.2em; }

        .webform-component-markup .campi  {  font-size: 1em; }
        .webform-component.privacy .control-label {  font-size: 1em; }
        .webform-client-form .form-actions { position: relative; width: 100%; }
        .webform-client-form .form-actions .form-submit { width: 100%; font-size: 1.5em; padding: 0.5em 1em; }

    }

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

        h2 {  font-size: 1.8em; }
        h3 {  font-size: 1.4em; }

        /* ADV */
        .adv .scritta { top: 0.5em; font-size: 1.2em; }
        .adv .scritta br { display: none; }

        /* CONTATTI */

        .contatti .info h1,
        .contatti .info h2,
        .contatti .info h3 {}

        .contatti .info h1 { font-size: 3.5em; }
        .contatti .info h2 { font-size: 2.5em; }
        .contatti .info h3 { font-size: 1.7em; }
        .contatti .info h4 { font-size: 1.5em; }

    }

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


    }

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


        /*  WEBFORM  */
        .webform-component.custom .form-type-checkbox, .webform-component.custom .form-type-radio { width: 25%; }

    }

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

