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

/* SYSTEM */

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

.wide.odd { background-color: #8c8c8c; }

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

.wide.light { background-color: #f7f7f7; }

.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-top2 { padding-top: 2em; }
.padding-bottom { padding-bottom: 1em; }
.padding-bottom2 { padding-bottom: 2em; }
.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: 16px/1.2 Helvetica,Arial,sans-serif;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #585858;
    margin: 0px 0px;
}

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

h1, .h1 { font-weight: 300; font-size: 2.5em; line-height: 1.2; }

h2, .h2 { font-weight: 300; font-size: 1.65em; line-height: 1.2; }

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

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

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

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

p, ul { 
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: #585858;
    line-height: 1.3;
    font-weight: 300;
    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; color: #ebcd0a; transition: all 0.25s ease-in-out 0s; }

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

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

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

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

.evidenza { color: #ffde03; }
.giallo { color: #ffde03; }
.giallo-dark { color: #ebcd0a; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.text { color: #585858; }

.bggray { background-color: #f7f7f7; } 

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: 'Raleway', sans-serif; 
    font-weight: 700;
    font-size: 0.6em;
    border: none;
    border-radius: 0;
/*    padding: 0.4em 1em;*/
    padding: 0.8em 1.5em;
    transition: all 0.25s ease-in-out 0s;
    color: #000000;

    width: 40%;
    text-align: center;

}

.btn:hover, .btn:focus, .btn:active { background-color: #000000; color: #FFFFFF; }

.btn:active, .btn.active { box-shadow: none; }

/*.btn:active, .btn.active { background-color: #b3b9bd!important; }*/

.btn-default, .button-default  { background-color: #8c8c8c!important; 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 { background-color: #8c8c8c!important; color: #000000!important; }

.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 { background-color: #8c8c8c!important; color: #000000!important; }


.btn-primary, .button-primary  { background-color: #ebcd0a!important; 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 { background-color: #ebcd0a!important; color: #000000!important; text-decoration: none; }

.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 { background-color: #ebcd0a!important; color: #000000!important; }


.gradient-hor { 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,f7f7f7+50,ffffff+51,ffffff+100 */
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(left, #f7f7f7 0%, #f7f7f7 50%, #ffffff 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f7f7f7 0%,#f7f7f7 50%,#ffffff 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f7f7f7 0%,#f7f7f7 50%,#ffffff 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.gradient-ver { 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,a6a6a6+100 */
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #7c7c7c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ededed 0%,#7c7c7c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ededed 0%,#7c7c7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */
}

.line { font-size: 1.5em; font-weight: 900; color: #000000; margin: 0; line-height: 0.5; }
.line.white { color: #FFFFFF; }
.line.white { color: #ffde03; }


.quote { padding-left: 3em; position: relative; }
.quote:before { font-size: 1em; font-weight: 400; color: #000000; margin: 0; line-height: 0.5; 
    content:"________"; 
    letter-spacing: -5px;
    position: absolute;
    left: 0em;
    top: 0.5em;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;

    background: #FFFFFF;

}
.scroll-to-top:focus, .scroll-to-top:hover { color: #FFFFFF; }
.scroll-to-top:hover { background: #343a40;  background: #000000; }
.scroll-to-top i, .scroll-to-top span { font-weight: 800; color: #FFFFFF; }


/* BOXES */
/*.boxes { padding-left: 2em; padding-top: 4em; border-left: 1px solid #bbbbbb; position: relative; top: -8em; }*/
.boxes { padding-left: 2em; padding-top: 3em; border-left: 1px solid #bbbbbb; position: relative; top: -6em; }
.boxes p { font-size: 1.15em; font-weight: 300; color: #000000; margin-bottom: 1em; }


/* HEADER */

.header .row-full  {
    background: transparent url("../images/header_full.jpg") scroll no-repeat bottom center / cover;
    height: 47em; 

    background: transparent url("../images/Hero2000.jpg") scroll no-repeat bottom center / cover;
    height: 47em; 

}


/*https://css-tricks.com/zooming-background-images/*/
.header .box-parent {  }

.header .box-parent {
/*    background: transparent none scroll no-repeat top center / cover;*/
/*    height: 47em; */
/*    height: 42em; */
/*    background-size: cover;*/
    height: 100%;
    background: none;
}

/*.header .box-parent.img-daily { background-image: url("../images/header_daily_on.png"); }*/
/*.header .box-parent.img-quiet { background-image: url("../images/header_quiet_on.png"); }*/

.header .box-child {
    height: 100%;
    width: 100%;
    background: transparent none scroll repeat top center;
/*    background-size: cover;*/
    background-repeat: no-repeat;

    z-index:99;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.header .box-parent:hover .box-child, 
.header .box-parent:focus .box-child {
/*    -ms-transform: scale(1.2);*/
/*    -moz-transform: scale(1.2);*/
/*    -webkit-transform: scale(1.2);*/
/*    -o-transform: scale(1.2);*/
/*    transform: scale(1.2);*/
    opacity: 0;
}

.header .box-parent:hover .box-child:before, 
.header .box-parent:focus .box-child:before { display: block; }

.header .box-parent:hover a, .box-parent:focus a { }

.header .box-child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
/*    background-color: #8c8c8c;*/
/*    opacity: 0.2;*/

}

.header .box-parent.spento .box-child:before { background-image: url("../images/header_bghover.png"); }

.header .row-full:hover .box-child:before,
.header .row-full:hover .box-child:before {  display: block; }

.header .row-full:hover .img-daily .box-child:hover:before,
.header .row-full:hover .img-quiet .box-child:hover:before  { background-image: none; }

.header .logobig {
/*    left: 0;*/
/*    text-align: center;*/
/*    top: 13em;*/
/*    left: 16em;*/
/*    left: 19%;*/
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    text-align: center;
}

.header .logobig img { z-index: 98; position: relative; }

.header .didascalia { float: right; right: 50%; position: relative; }
.header .didascalia .subtitle { font-size: 0.8em; color: #000000; margin: 1em 0 0; }
.header .didascalia .title { font-size: 2em; font-weight: 400; color: #000000; margin-top: 0.5em; }
.header .didascalia .line { #000000; }

.header .strillo {
    position: absolute;
    bottom: 11em;
    left: 26%;
    z-index: 2;
    width: 65%;
}
.header .strillo.left { left: unset; right: 5%; }

.header .strillo .titolo { font-size: 4em; font-weight: 400; color: #FFFFFF; }
.header .strillo .sottotitolo { font-size: 1em; margin-left: 6em; font-weight: 500; color: #FFFFFF; }

.header .box-parent:hover .titolo, 
.header .box-parent:focus .titolo,
.header .box-parent:hover .sottotitolo, 
.header .box-parent:focus .sottotitolo { color: #000000; }

.header .strillo .tasto .btn {
    color: #000000;
    border: 1px solid #000000;
    width: auto;
    padding: 0.8em 3em;
    margin-left: 3em;
    position: relative;
    top: 5em;
}


.header .strillo.left .tasto .btn { margin-left: 10em; }


.header .tasto .btn:hover {     }

.header .box-parent:hover .btn { background-color: #8c8c8c; color: #FFFFFF; }
.header .box-parent:hover .btn:hover { color: #000000; }

.header .box-parent.img-daily:hover .btn:hover { color: #ebcd0a; }

.header .box-parent.img-daily:hover .btn { background-color: #8c8c8c; border-color: #8C8C8C; }
.header .box-parent.img-quiet:hover .btn { background-color: #ebcd0a; border-color: #ebcd0a;  }



/* RITRATTO */
.ritratto .row-full.row1 {
/*    background: transparent url("../images/ritratto-img.jpg") scroll no-repeat top center / cover;*/
/*    height: 33em;*/

    background: transparent url("../images/Lionello_ritratto2000.jpg") scroll no-repeat top center / cover;
    height: 35em;
    height: 43em;

    border: 0px solid red;
    background-position: bottom center;

}
.ritratto .row-full.row2 h1 { font-size: 2em; font-weight: 300; text-align: right; }
.ritratto .row-full.row2 h1 strong { font-weight: 500; }
.ritratto .row-full.row2 .btn { width: auto; color: #ebcd0a; color: #FFFFFF; }


/* DAILY */
.daily .row-full.row2 {
    background: transparent url("../images/daily_img_bg.jpg") scroll no-repeat top center / cover;
    height: 33em;
    height: 30em;
    border: 0px solid red;
}
.daily .boxes { padding-top: 7em; top: -9em; }
.daily h2.title { margin: 2em 0 1em 1em; }
.daily .btn { margin: 1em 0 0.5em; }


/* QUIET */
.quiet .row-full.row2 {
    background: transparent url("../images/quiet_img_bg.jpg") scroll no-repeat top center / cover;
/*    height: 33em;*/
    height: 30em;
    border: 0px solid red;
}
.quiet h2.title { margin: 2em 0 1em 1em; }
.quiet .btn { margin:1em 0 0.5em; }


/* CONTATTI */
.contatti .row-full {
    background: #c2c2c2 url("../images/contatti_bg_full.jpg") scroll no-repeat bottom left; 
    background-size: 80% auto;
/*    background: transparent url("../images/contatti_bg.jpg") scroll no-repeat bottom left / contain;*/
/*    background-size: contain;*/
}
.contatti .row { padding-top: 3em; padding-bottom: 5em; }

.contatti h1 { font-weight: 300; font-size: 3em; color: #FFFFFF; margin-top: 0.3em; line-height: 1.2; }
.contatti h5.etichetta { font-weight: 500; color: #FFFFFF; padding-left: 65%; font-size: 0.7em; }

/* FOOTER-FIRST */
.footer-first p { font-size: 0.6em; color: #45484d; font-weight: 500; }



/* CAROUSEL */

.carousel-slide .titoletto { top: 0; left: 0; position: absolute; float: left; width: 100%; z-index: 1; }
.carousel-slide .titoletto h3 { float: right; color: #FFFFFF; font-weight: 500; margin-right: 2em; }

.carousel-slide .carousel-inner { height: 35em; 
/*    background: transparent url("../images/slide_bg_full.png") scroll no-repeat top center / cover ;  */
}

.carousel-slide .carousel-inner .item { }

.carousel-slide .carousel-inner .item .visual { top: 0; left: 0; position: absolute; width: 100%; height: 100%; height: 35em;  }
.carousel-slide .carousel-inner .item .visual .box { top: 27%; left: 32%; position: absolute; z-index: 99; }
.carousel-slide .carousel-inner .item .visual .box .icon { position: relative; left: 0em;  }
.carousel-slide .carousel-inner .item .visual .box .text { position: relative;left: 6em; top: 1em; }
.carousel-slide .carousel-inner .item .visual .box .number { position: absolute; left: -4em; top: -1em; }
.carousel-slide .carousel-inner .item .visual .box .number h1 { font-size: 15em; margin: 0; color: #fefefe; font-weight: 300; }
.carousel-slide .carousel-inner .item .visual .box .text h5 { font-size: 0.7em; color: #FFFFFF; font-weight: 900; text-transform: uppercase; }
.carousel-slide .carousel-inner .item .visual .box .text h4 { font-size: 1.2em; color: #000000; font-weight: 500;}

.carousel-slide .carousel-control { color: #FFFFFF; opacity: 1; text-shadow: none; }
.carousel-slide .carousel-control:hover { color: #ebcd0a; }
.carousel-slide .carousel-control.left,
.carousel-slide .carousel-control.right { background-image: none; width: 5%; }
.carousel-slide .carousel-control.left { left: 47%; }
.carousel-slide .carousel-control.right { right: 35%; }
.carousel-slide .carousel-control.carousel-index { 
    left: 52%;
    color: #FFFFFF;
    font-size: 3.5em;
    height: unset;
    line-height: 0;
    margin: 0;
    bottom: 1em;
    width: auto;
}

.carousel-slide .carousel-control {
    height: 2em;
    position: absolute;
    top: unset;
    float: right;
    display: block;
    bottom: 2em;
    width: 10%;
}

.carousel-control.left .glyphicon { }
.carousel-control.right .glyphicon { }


/* CAROUSEL-FADE */

.carousel-fade .carousel-inner .item {
    left: 0 !important;
/*    transition-property: opacity;*/
    -webkit-transition: opacity 0.9s; /*adjust timing here */
     -moz-transition: opacity 0.9s;
       -o-transition: opacity 0.9s;
          transition: opacity 0.9s;
}

/* Fade controls with items */
.carousel-fade .carousel-inner .item.next.left,
.carousel-fade .carousel-inner .item.prev.right {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .carousel-inner .item.active.left,
.carousel-fade .carousel-inner .item.active.right {
    opacity: 0;
    z-index: 2;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { 
    left: 0; 
    -webkit-transform: translate3d(0,0,0);
    -moz-transition: translate3d(0, 0, 0); 
    -o-transition: translate3d(0, 0, 0); 
    -ms-transform:  translate3d(0, 0, 0); 
    transform: translate3d(0, 0, 0); 
}

.carousel-fade .carousel-control {  z-index: 2; }


/* AVATAR */

.avatar {
    height: 17em;
    position: absolute;
    width: 18em;
    top: 6em;
    left: 16em;
    top: 14%;
    left: 24%;
}

.avatar img {
    border-radius: 9999px;
    height: 100%;
    position: relative;
    width: 100%;
    /*  z-index: 2;*/
    background-color: #8c8c8c;
}

@-webkit-keyframes cycle-colors {
    0% { background: hsl(52, 92%, 48%); }
    25% { background: hsl(0, 0%, 55%); }
    50% { background: hsl(52, 92%, 48%); }
    75% { background: hsl(0, 0%, 55%); }
    100% { background: hsl(52, 92%, 48%); }
}

@keyframes cycle-colors {
    0% { background: hsl(52, 92%, 48%); }
    25% { background: hsl(0, 0%, 55%); }
    50% { background: hsl(52, 92%, 48%); }
    75% { background: hsl(0, 0%, 55%); }
    100% { background: hsl(52, 92%, 48%); }
}

@-webkit-keyframes pulse-slide {
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse-slide {
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.avatar::before,
.avatar::after {
    -webkit-animation: pulse-slide 2s linear infinite;
          animation: pulse-slide 2s linear infinite;
    border-radius: 9999px;
    box-sizing: border-box;
    content: ' ';
    height: 140%;
    left: -20%;
    opacity: .6;
    position: absolute;
    top: -20%;
    -webkit-transform: scale(0.714);
          transform: scale(0.714);
    background: #eee;
    width: 140%;
    z-index: 1;
}

.avatar::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/*.avatar:hover  {*/

/*}*/

/*.avatar:hover::before,*/
/*.avatar:hover::after {*/
/*  -webkit-animation: pulse-slide 2s linear infinite, cycle-colors 20s linear infinite;*/
/*          animation: pulse-slide 2s linear infinite, cycle-colors 20s linear infinite;*/
/*}*/

/*.avatar:hover::after {*/
/*  -webkit-animation-delay: .7s;*/
/*          animation-delay: .7s;*/
/*}*/


/* END AVATAR */






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

.webform-component label,
.webform-component .description {
    font-family: 'Raleway', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 5px;
    font-size: 0.6em;
    position: relative;
    color: #707070;
    font-weight: 500;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea {
    border: 1px solid #FFFFFF;
    background:  none no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-size: 0.6em;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding: 0.5em 0.5em;
    height: auto;
    color: #707070;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
}

input[type=email]:focus, input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #FFFFFF;
  border: 1px solid #FFFFFF;
}

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Raleway', 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.6em;
    color: #707070;
    font-weight: 500;
    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: #707070; }

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

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


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

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

.webform-component--campi p { color: #FFFFFF; font-size: 0.6em; font-weight: 500; text-align: right; }

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

.webform-component.privacy .control-label { font-size: 0.6em; line-height: 1.5; color: #FFFFFF;  }

.webform-component.privacy a { color: #000000; }

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

.webform-client-form .form-actions .form-submit { 
    background: #000000 none no-repeat scroll center center;
    background-color: #000000!important;
    border: 0px solid #1a3f93;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 0.6em;
    line-height: 1;
    margin: 0;
    padding: 1em 2em;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 900;
    width: auto;
}

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

        .carousel-slide .carousel-control { bottom: 0.5em;  font-size: 1.5em; }

    }

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



    }

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


        /* CONTATTI */
        .contatti .row-full { background-size: contain; }

        /* CAROUSEL */
        .carousel-slide .carousel-control.carousel-index { left: 53%; }

    }

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


        /* CONTATTI */
        .contatti .row-full { background-size: contain; }

        /* CAROUSEL */
        .carousel-slide .carousel-inner .item .visual .box { left: 31%; }

    }


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

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

        .ritratto .row-full.row1 { height: 33em; }

    }

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


        /* CAROUSEL */
        .carousel-slide .carousel-inner .item .visual .box { left: 34%; }
        .carousel-slide .carousel-control.carousel-index { font-size: 2.8em; }

    }

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

        .boxes { position: absolute; }
        .btn { width: 60%; }

        /* HEADER */
        .header .row-full  { height: 42em; }

        .header .strillo.left .sottotitolo {  margin-left: 0em;}
        .header .strillo.left .tasto .btn {  margin-left: 3em; }

/*        .header .tasto { bottom: 6em; left: 45%; }*/
/*        .header .tasto-left { right: 15%; left: unset; }*/

        /* DAILY */
        .daily .row-full.row2 { height: 25em; }
        .daily .boxes { padding-top: 6em; }

        /* QUIET */
        .quiet .row-full.row2 { height: 28em; }

        /* FOOTER-FIRST */
        .footer-first p { font-size: 0.7em; }

        /* CAROUSEL */
        .carousel-slide .titoletto h3 { margin-right: 1em; }

        .carousel-slide .carousel-control { bottom: 1.5em; }
        .carousel-slide .carousel-control.carousel-index { font-size: 2.5em; bottom: 1.2em; }


    }

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

    }

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

        .btn { width: 60%; }

        /* HEADER */
        .header .row-full  { height: 35em; }
        .header .logobig { top: 25%; }
        .header .didascalia { top: 0em;  float: left; right: 0; }
        .header .didascalia .title { font-size: 1.5em; margin-top: 0.2em; }
        .header .didascalia .title br { display: none; }

        .header .strillo { bottom: 6em; width: 80%; }

        .header .strillo .sottotitolo {  margin-left: 1em;}
        .header .strillo.left .sottotitolo {  margin-left: 0em;}
        .header .strillo.left .tasto .btn {  margin-left: 3em; }

/*        .header .tasto { bottom: 6em; left: 45%; width: 80%; }*/
/*        .header .tasto-left { right: 0; left: unset; }*/

        /* RITRATTO */
        .ritratto .row-full.row1 { height: 31em; }
        .ritratto .row-full.row1 .padding-top2 { padding-top: 1em; }
        .ritratto .row-full.row2 h1 { font-size: 1.5em; }

        /* DAILY */
        .daily .row-full.row2 { height: 20em; /* min-height: 20em;*/ }
        .daily .btn { margin: 0.5em 0 0; }
        .daily h2.title { margin: 2em 0 1em 0em; font-size: 1.5em; }
        .daily .boxes { padding-top: 6em; position: absolute; }

        /* QUIET */
        .quiet .row-full.row2 { min-height: 22em; }
        .quiet .btn { margin: 0.5em 0 0; }
        .quiet h2.title { margin: 2em 0 1em 0em; font-size: 1.5em; }
        .quiet .boxes { position: relative; top: -5em; }

        /* CONTATTI */
        .contatti h1 { font-size: 2em; }
        .contatti h5.etichetta { padding-left: 0; font-size: 0.8em; }

        /* FOOTER-FIRST */
        .footer-first p { font-size: 0.7em; }

        /* CAROUSEL */
        .carousel-slide .titoletto h3 { margin-right: 1em; font-size: 1.2em; }
        .carousel-slide .carousel-inner .item .visual .box { left: 35%; top: 26%; }
        .carousel-slide .carousel-inner .item .visual .box .text h4 { font-size: 1.1em; }

        .carousel-slide .carousel-control { bottom: 1.5em; }
        .carousel-slide .carousel-control.carousel-index { font-size: 2em; bottom: 1.5em; }

        /* WEBFORM*/
        .webform-component.privacy .control-label { font-size: 0.5em; }
        .webform-client-form .form-actions { bottom: -0.2em; }


    }

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

.gradient-ver { 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,a6a6a6+100 */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #7c7c7c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#7c7c7c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%,#7c7c7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */
}



        /* HEADER */
        .header .row-full  { background: none; height: auto; }
        .header .logobig { position: relative; top: unset; left: unset; width: auto; }
        .header .logobig img { z-index: 1; position: relative; }
        .header .didascalia { float: left; right: unset; position: relative; }

.header .logobig { position: fixed; z-index: 9; background: #FFF; top: 0; }
.header .didascalia {  padding-top: 30%; }

        .header .didascalia .subtitle { font-size: 1em; margin-top: 0.5em; }
        .header .didascalia .title { font-size: 1.5em;  margin-top: 0.5em; }
        .header .didascalia  .line { line-height: 1;  position: relative;  top: -0.5em; }
        .header .tasto .btn { font-size: 1em; width: 100%; padding: 0.5em 0.5em; border: 1px solid #000000; }

        .header .tasto { position: absolute; bottom: 10%; width: 60%; text-align: center; left: 20%; }

.header .tasto .btn { background-color: #ebcd0a; color: #FFFFFF; border: 0;}
.header .tasto .btn:hover { color: #000000; }

.header .img-daily .tasto .btn { background-color: #8c8c8c; }
.header .img-daily .tasto .btn:hover { color: #ebcd0a; }

        /* RITRATTO */
/*        .ritratto .row-full.row1 { background-image: url("../images/Lionello_ritratto_mobile.png"); }*/

        .ritratto .row-full.row1 { background: none; height: auto; }

        .ritratto .row-full.row2 h1 { font-size: 1.5em; margin: 0; }
        .ritratto .row-full.row2 .row1 .padding-vertical {  padding-bottom: 0em; padding-top: 0em; }
        .ritratto .row-full.row2 .row1 .tasto { text-align: center;  font-size: 1.5em;  margin-top: 0;}


        /* CAROUSEL */
        .carousel .carousel-inner .item { padding-top: 2em; padding-bottom: 2em; padding: 1em 4em 2em; }

        .carousel .carousel-inner .item .number { display: none; }
        .carousel .carousel-inner .item .icon { text-align: center; margin-bottom: 1em;}
        .carousel .carousel-inner .item .icon  img { max-width: 40%;}
        .carousel .carousel-inner .item .text h5 { font-size: 1.1em; color: #FFFFFF; font-weight: 700; text-transform: uppercase; }
        .carousel .carousel-inner .item .text h4 { font-size: 1.3em; color: #000000; font-weight: 400; margin-bottom: 1em; }

        .carousel .carousel-inner .item .icon { margin-bottom: 0em; position: absolute; top: 20%; right: 0; top: 0%; }
        .carousel .carousel-inner .item .icon img { max-width: 70%; opacity: 0.6; }

        .carousel .carousel-control.left,
        .carousel .carousel-control.right { background-image: none; width: 8%; }

        .carousel-control .icon-prev, 
        .carousel-control .icon-next, 
        .carousel-control .glyphicon-chevron-left, 
        .carousel-control .glyphicon-chevron-right { font-size: 2em;  width: auto; }


        /* BOXES */
        .boxes, .daily .boxes { padding: 1em 1em 1em 1em; position: relative; top: 0; margin-bottom: 1em; }
        /*.boxes p { font-size: 1.15em; font-weight: 300; color: #000000; margin-bottom: 1em; }*/


        /* DAILY */
        /* QUIET */
        .daily .row-full.row2,
        .quiet .row-full.row2 { height: auto; background-position: bottom center; background:  none; }
        .daily .row-full.gradient-hor,
        .quiet .row-full.gradient-hor { background: none; padding-top: 0; }
        .daily h2.title, 
        .quiet h2.title { margin: 1em 0; font-size: 1.5em; }
        .daily .btn, 
        .quiet .btn { margin: 0.5em 0; width: 100%; font-size: 0.8em; }


        .daily .margin-custom,
        .quiet .margin-custom { margin-bottom: 1em; }

        /* CONTATTI */
        .contatti .row-full { background-image: none; }
        .contatti .row { padding-top: 1em; padding-bottom: 1em; }
        .contatti h5.etichetta { padding-left: 0;font-size: 1.2em; text-align: center; }
        .contatti h1 { font-size: 2em; margin: 0.3em 0; line-height: 1; text-align: center; }


        /* FOOTER-FIRST */
        .footer-first p { font-size: 1em; text-align: left; margin-bottom: 0.5em; }


        /* WEBFORM*/
        .webform-component input, .webform-component select, .webform-component textarea { font-size: 0.9em; }
        .webform-component--campi p { font-size: 0.9em;  padding: 0 15px; }
        .webform-component.privacy .control-label { font-size: 0.9em; }
        .webform-client-form .form-actions { bottom: unset; float: left; right: unset; position: relative; width: 100%; }
        .webform-client-form .form-actions .form-submit { width: 100%; font-size: 0.8em; }


    }

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

