/*


ATTENZIONE
Il file in uso è in
app/View/Stylesheets/style.ctp per il funzionamento della CDN Barilla



























*******/


* { outline: 0 !Important; }

html, body {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 11px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: normal;
}

#maincontent {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: black;
    outline: 0;
}
a:hover {
    color: red;
    text-decoration: none;
}

ul {
    margin: 0;
}

#login {
    margin: 100px;
}

.blocco_top {
/*    position: relative;*/
    float: left;
    width: 100%;
    height: 342px;
    margin-top: -5px;
}

.blocco_top .header-box {
    position: absolute;
    z-index: 1;
    top: 98px;
    left: 228px;
}

#menu {
    height: 80px;
    width: 980px;
    margin: 0 auto;
}

#mainmenu {
    position: relative;
    float: right;
    margin: 42px 20px 0 0;
    font-family: "Asap Condensed";
    font-weight: bold;
}

#mainmenu a {
    margin-left: 41px;
    color: #003C80;
    font-size: 22px;
}
#mainmenu a:hover,
#mainmenu a.active{
    color: #E72913;
}

#logo {
    margin: 10px 0 15px 12px;
    position: relative;
    float: left;
}

.backward {
    position: absolute;
    left: 0px;
}
.forward {
    position: absolute;
    right: 0px;
}
.forward, .backward {
    margin-top: 0px;
    background: none;
    height: auto;
    width: auto;
    text-indent: 0;
    z-index: 1;
    margin-top:141px;
}

/*
@media only screen and (min-width: 1400px) {
    .forward {
        margin: 200px;
    }
}
*/

.images {
    background: none;
    border: none;
    position: relative;
    height: 342px;
    width: 1400px;
    float: left;
    margin: 0px;
    cursor: pointer;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.images div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px;
    height: 342px;
}

.slidetabs,
.slidetabs_promos,
.slidetabs_comm {
    clear: both;
    margin: 0 auto;
    position: relative;
    top: -28px;
    z-index:100000;
}

.slidetabs a,
.slidetabs_promos a,
.slidetabs_comm a {
    background: url(/img/pallino-slideshow-off.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 3px;
}
.slidetabs_promos a,
.slidetabs_comm a {
    margin: 30px 3px 0px 3px;
}

.slidetabs a:hover,
.slidetabs a.current,
.slidetabs_promos a:hover,
.slidetabs_promos a.current,
.slidetabs_comm a:hover,
.slidetabs_comm a.current {
    background: url(/img/pallino-slideshow-on.png) no-repeat;
}

#brands {
    position: relative;
    float: left;
    width: 1400px;
/*    height: 489px;*/
    text-align: center;
    z-index: 1000;
}

#brands #contenuti_brands {
    height: 370px;
    width: 980px;
    margin: 0 auto;
/*    overflow: hidden;*/
    position: relative;
    z-index:2;
}

#contenitore_brand_list{
  position:relative !important;
  z-index:1 !important;
}

#brands #contenuti_brands .contenuto_brand {
    width: 1000px;
    padding: 0 30px;
    height: 355px;
    margin: 0 auto;
    position: absolute;
    background: white;
    z-index: 0;
}
#brands #contenuti_brands .contenuto_brand.current {
    z-index: 1;
}

#brands #contenuti_brands .contenuto_brand .blogo {
    position: relative;
    float: left;
    width: 265px;
}

#brands #contenuti_brands .contenuto_brand .abstract {
    position: relative;
    float: left;
    color: black;
    clear: left;
    width: 356px;
    text-align: left;
    font-size: 18px;
    margin: 15px 0 0 0;
}


.b_button .left_side {
    position: relative;
    float: left;
    background-image: url("/img/pulsante-dx.png");
    height: 42px;
    width: 11px;
}
.b_button:hover .left_side {
    background-image: url("/img/pulsante-dx-over.png");
}

.b_button .right_side {
    position: relative;
    float: left;
    background-image: url("/img/pulsante-sx.png");
    height: 42px;
    width: 21px;
}
.b_button .right_side.change {
    background-image: url("/img/pulsante-sx-giu.png");
}
.b_button .right_side.change.active {
    background-image: url("/img/pulsante-sx-su.png");
}
.b_button:hover .right_side {
    background-image: url("/img/pulsante-sx-over.png");
}
.b_button:hover .right_side.change {
    background-image: url("/img/pulsante-sx-giu-over.png");
}
.b_button:hover .right_side.change.active {
    background-image: url("/img/pulsante-sx-su-over.png");
}

.b_button {
    position: relative;
    float: left;
    clear: left;
    height: 42px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    text-indent: 12px;
    margin: 15px 0;
}
.b_button:hover {
    color: white;
}
.b_button img,
.b_button .filler {
    position: relative;
    float: left;
}

.b_button .filler {
    background-image: url("/img/pulsante-filler.png");
    padding-right: 10px;
    height: 42px;
    font-family: "Asap Condensed";
    font-size: 22px;
}
.b_button:hover .filler {
    background-image: url("/img/pulsante-filler-over.png");
}

#brands #contenuti_brands .contenuto_brand .b-left {
    position: relative;
    float: left;
    width: 420px;
    padding-top: 22px;
}

#brands #contenuti_brands .contenuto_brand .b-right {
    position: absolute;
    margin-left: 350px;
    width: 840px;
}

#brands #contenuti_brands .contenuto_brand .b-right .bimg_template {
    height: 412px;
    position: relative;
    float: right;
    top: -40px;
}

#contenitore_brand_list{
    width: 1400px;
    position: relative;
    float: left;
    border-top: solid 1px #F67673;
    text-align: center;
}
#brands ul#brand_list {
    display: inline-block;
    height:30px;
    margin-top: -1px;
}
#brands ul#brand_list li.brand_item {
    display: inline;
}
#brands ul#brand_list li.brand_item a.brand {
    display: block;
    float:left;
    height: 97px;
    width: 122px;
    background: url('/img/sprite-prodotto.png') 0 0 no-repeat;
    text-align: center;
 }

#brands ul#brand_list li.brand_item a.brand img {
    width: 85px;
    margin: 22px auto;
}

#brands ul#brand_list li.brand_item a.brand .title {
    /*font-size: 12px;*/
    /*position: absolute;*/
    /*top: 100px;*/
    /*width: 100px;*/
    /*padding: 0 10px;*/
    font-size: 11px;
    position: absolute;
    top: 100px;
    width: 114px;
    padding: 0 4px;
    line-height: 11px;
}
#brands ul#brand_list li.brand_item a.brand:hover,
#brands ul#brand_list li.brand_item a.brand.current {
    background-position: 0px -97px;
}

.divisore {
    width: 100%;
    height: 24px;
    margin: 0 auto 20px auto;
    text-align: center;
    position: relative;
    float: left;
    background: transparent url('/img/divisorio.png') repeat-x;
}

.divisore.home{
  margin:34px auto 20px;
}

.divisore img {
    margin: 0 auto;
}

#box_1,
#box_2 { position: relative; float: left; height: 313px; width: 488px; margin: 0 10px 0px 206px; }
#box_2 {margin: 0 20px 0px 0;}

#box_1 h2,
#box_2 h2,
#box_3 h2,
#box_4 h2{
    font-family: "Asap Condensed";
    color: #003C80;
    margin: 15px 0 0 20px;
}

#box_1 a.backward,
#box_2 a.backward{ margin-left: 4px; }
#box_1 a.forward,
#box_2 a.forward{ margin-top: -160px; margin-right: 4px }

#box_1 a.forward.mini, #box_1 a.backward.mini{
  position:absolute;
  margin-top:0;
  top:114px;
}
#box_1 a.forward.mini{
  right:0;
}

#box_1 a.backward.mini{
  left:0;
}


#box_1 .item,
#box_2 .item{position: relative; width: 478px; margin: 15px 0 0 5px; height: 286px; }
#box_1 .item div.main,
#box_2 .item div.main {position: absolute; height: 240px; padding: 0 20px; width: 438px;}
#box_1 .item div.main .b_button,
#box_2 .item div.main .b_button { position: absolute; left: 20px; bottom: 5px; margin: 0}
#box_1 .item div.main .img,
#box_2 .item div.main .img {position: relative; width: 442px; height: 158px; background-position: center; background-repeat: no-repeat;}
#box_1 .item div .abstract,
#box_2 .item div .abstract{ position: relative; float: left; color: black; width: 100%; padding: 0px; margin: 8px 0 0 0; height: 15px; font-size: 15px; }

#box_1 .item div a.button,
#box_2 .item div a.button,
#box_3 a.button,
#box_4 a.button { position: relative; float: left; margin: 12px 0 0 0; }

#box_3 a.b_button,
#box_4 a.b_button {
    position: absolute;
    margin: 0;
    bottom: 18px;
    left: 26px;
}
#box_3 h2,
#box_4 h2 {
    margin: 15px 0 0 26px;
}

#box_3 {
    position: relative;
    float: left;
    height: 218px;
    width: 486px;
    margin: 10px 12px 20px 206px;
}

#box_3 .abstract,
#box_4 .abstract{ position: relative; float: left; color: black; width: 210px; padding: 0px; margin: 20px 0 0 26px; font-size: 16px; }

#box_3 img,
#box_4 img {osition: relative; float: left; margin: -29px 0 0 56px;}

#box_4 {
    position: relative;
    float: left;
    height: 218px;
    width: 486px;
    margin: 10px 22px 0px 0px;
}


#box_1 .contenuto_alternativo,
#box_2 .contenuto_alternativo { float: left; height: 192px; padding: 0 20px0; position: relative; width: 448px; font-size:15px; color:black; overflow: hidden;}
#box_1 .b_button.alternativo,
#box_2 .b_button.alternativo{margin-left: 26px; margin-top: 0;}

#box_1 .contenuto_alternativo img,
#box_2 .contenuto_alternativo img{
  margin-bottom:8px;
}

#box_1 .contenuto_alternativo p,
#box_2 .contenuto_alternativo p{
  margin-left:26px;
}


#box_3 .contenuto_alternativo,
#box_4 .contenuto_alternativo { color: black; font-size: 15px; height: 90px; padding: 0 20px 0 26px; width: 440px;}

#footer {
    height: 30px;
    background-color: #eeeeee;
    width: 1400px;
    border-top: solid 1px #dddddd;
    color: #737373;
    padding: 70px 0 60px;
}

.img_container {
    display: block;
    width: 120px;
    height: 112px;
}

#storia #header_navigator{
    position: relative;
    float: left;
    width: 1400px;
    height: 237px;
    background-position: center;
}

#storia #header_navigator #contenuto,
#storia_bottom_filter #contenuto {
    position: relative;
    float: left;
    margin: 0 0 0 30px;
    width: 880px;
}

#storia #header_navigator #contenuto h2,
#storia_bottom_filter #contenuto h2 {
    font-family: "Asap Condensed";
    color: #003C80;
    font-size: 24px;
    line-height: 24px;
    margin: 15px 0 5px 0;
    position: relative;
    float: left;
    width: 100%;
}
#storia #header_navigator #contenuto h2.secondo,
#storia_bottom_filter #contenuto h2.secondo {
    margin-top: 10px;
}


#storia #header_navigator #contenuto a.decennio,
#storia_bottom_filter #contenuto a.decennio {
    background-image: url('/img/bg-date.png');
    width: 120px;
    position: relative;
    float: left;
    height: 82px;
    margin-right: 4px;
    color: #ffffff;
    font-family: "Asap Condensed";
    text-align: center;
    line-height: 86px;
    font-size: 24px;
}
#storia #header_navigator #contenuto a.decennio.primo,
#storia_bottom_filter #contenuto a.decennio.primo {
    width: 129px;
    background-image: url('/img/bg-date-1.png');
}

#storia #header_navigator #contenuto a.decennio:hover,
#storia #header_navigator #contenuto a.decennio.filtroActive,
#storia_bottom_filter #contenuto a.decennio:hover,
#storia_bottom_filter #contenuto a.decennio.filtroActive {
    cursor: pointer;
    background-image: url('/img/bg-date-hover.png');
}

#storia #header_navigator #contenuto a.decennio.primo:hover,
#storia #header_navigator #contenuto a.decennio.primo.filtroActive,
#storia_bottom_filter #contenuto a.decennio.primo:hover,
#storia_bottom_filter #contenuto a.decennio.primo.filtroActive {
    cursor: pointer;
    background-image: url('/img/bg-date-hover-1.png');
}

#storia #header_navigator #contenuto a.brands,
#storia_bottom_filter #contenuto a.brands {
    display: block;
    float: left;
    width: 71px;
    height: 58px;
    margin-right: 4px;
    background-image: url('/img/small-brand-bg-off.png');
    text-align: center;
    cursor: pointer;
}

#storia #header_navigator #contenuto a.brands:hover,
#storia_bottom_filter #contenuto a.brands:hover,
#storia #header_navigator #contenuto a.brands.filtroActive,
#storia_bottom_filter #contenuto a.brands.filtroActive {
    background-image: url('/img/small-brand-bg-on.png');
}
#storia #header_navigator #contenuto a.brands img,
#storia_bottom_filter #contenuto a.brands img {
    width: 46px;
    margin: 10px auto;
}
#storia #header_navigator #contenuto a.brands.primo,
#storia_bottom_filter #contenuto a.brands.primo {
    background-image: url('/img/small-brand-bg-1-off.png');
    width: 79px;
}

#storia #header_navigator #contenuto a.brands.primo:hover,
#storia_bottom_filter #contenuto a.brands.primo:hover,
#storia #header_navigator #contenuto a.brands.primo.filtroActive,
#storia_bottom_filter #contenuto a.brands.primo.filtroActive {
    background-image: url('/img/small-brand-bg-1-on.png');
}

#storia #header_navigator #contenuto a.brands .img_container,
#storia_bottom_filter #contenuto a.brands .img_container {
    height: 54px;
    width: 68px;
}
#storia #header_navigator #contenuto a.brands.primo .img_container,
#storia_bottom_filter #contenuto a.brands.primo .img_container{
    padding-left: 8px;
}

.box
{
    min-height: 120px;
    position: relative;
    float: left;
    background: #f5fcff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: rgba(0,0,0, .8);
    line-height: 1.5;
    border: solid 1px #ebebeb;
    background-image: url('/img/filo-filler.png');
    background-repeat: repeat-y;
    background-position: 24px;
    padding-left: 90px;
    padding-bottom: 20px;
    padding-right: 20px;
}


.box:before, .box:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.box:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

#events_list {
    position: relative;
    float: left;
    margin: 0 0 0 285px;
    width: 932px;
}

#storia img#filo {
    position: relative;
    float: left;
    margin: 74px 0 0 302px;
}

#storia #bottom_filter img#filo {
margin: 28px 0 0 302px;
}

#storia #box_fisso {background: url('/img/box-fisso.png') no-repeat; width: 831px; height: 183px; position: relative; float: left; margin: 0px 0 0 310px; color: black; padding: 15px 15px 15px 67px; font-size: 14px; }
#storia #box_fisso.long {background: url("/img/box-decennio-lungo.png") no-repeat scroll 0 -8px transparent; height: 250px;}
#storia #box_fisso.long .contenuto { height: 175px; }
#storia #box_fisso.long .right { height: 240px; }

#storia #box_fisso h1 {
color: #ee2e24;
font-family: "Asap Condensed";
font-size: 28px;
line-height: 28px;
}

#storia #box_fisso .left{
position: relative;
float: left;
width: 550px;
}

#storia #box_fisso .right {
position: absolute;
border-left: solid 1px silver;
top: 14px;
left: 640px;
height: 166px;
width: 265px;
text-align: center;
display: table-cell;
vertical-align: middle;
}

#storia #box_fisso .right img {
width: 200px;
}

#storia #box_fisso .contenuto {
height: 103px;
overflow: hidden;
}

#storia .box h1 {
color: #ee2e24;
font-family: "Asap Condensed";
padding: 0;
margin: 10px 0 0 0px;
}

#storia .box .event_left_side {
position: relative;
float: left;
width: 50px;
min-height: 20px;
}
#storia .box .event_right_side {
position: relative;
float: left;
}

#storia .box h2 {
font-family: "Asap Condensed";
color: #003C80;
}

#storia .box h2 img{
position: absolute;
margin: -6px 0 0 -88px;
}

/*.top_filo {*/
    /*width: 5px;*/
    /*height: 27px;*/
    /*position: absolute;*/
    /*margin-top: 0;*/
    /*background: url("/img/filo-top.png") no-repeat;*/
/*}*/
/*.filler_filo {*/
    /*position: absolute;*/
    /*margin-top: 27px;*/
    /*margin-bottom: 27px;*/
    /*height: auto;*/
    /*width: 5px;*/
    /*background: url("/img/filo-filler.png") repeat-y;*/
/*}*/
/*.bottom_filo {*/
    /*position: absolute;*/
    /*margin-bottom: 0;*/
    /*width: 5px;*/
    /*height: 27px;*/
    /*background: url("/img/filo-bottom.png") no-repeat;*/
/*}*/

.filo_top,
.filo_bottom {
    left: 0px;
    position: absolute;
    height: 30px;
    width: 30px;
    background: #f5fcff;
    background-image: url('/img/filo-top.png');
    background-repeat: no-repeat;
    background-position: 24px 16px;
}
.filo_bottom {
    bottom: 0px;
    background-image: url('/img/filo-bottom.png');
    background-position: 24px -10px;
}

#storia .divisore {
    float: left;
    position: relative;
    height: 28px;
    width: 100%;
    background-image: url('/img/filo-top-quadrato.png');
    background-repeat: no-repeat;
    margin: 0;
    background-position: 25px;
}


#storia .box .item { position: relative; float: left; margin: 0 20px 20px 0; width: 270px; min-height: 160px; }

#storia .box .item.long {
    width: 550px;
}


#storia .box .item .image { height: 265px; width: 265px; border: solid 2px #e2e8eb; background: #c6e8ff; text-align: center; vertical-align: middle; display: table-cell; }
#storia .box .item .image a {
    display: block;
    height: 270px;
    width: 270px;
}
#storia .box .item .abstract { margin: 10px 0 0 0; font-size: 14px; width: 100%; }
#storia .box .item .abstract.video_abs {height: 65px; overflow:hidden;}

#storia .box .item .video {
    width: 550px;
}

#storia #raccordo-top,
#storia #raccordo-filler {
    position: relative;
    float: left;
    background-image: url('/img/filo-filler.png');
    background-repeat: repeat-y;
    background-position: 310px;
    height: 27px;
    width: 100%;
}
#storia #raccordo-filler {
    height: 80px;
    z-index: 2;
}
#storia #raccordo-top {
   /* background-image: url('/img/filo-top-quadrato.png'); */
    background-image: url('/img/filo-filler.png');
    background-repeat: repeat-y;
}


#promotions_page {
    margin: 0 auto;
    margin-top: 25px;
}
#promotions_page .divisore {
    margin: 12px auto 20px auto;
}
#promotions_page #top {
    margin: 0 auto;
    width: 940px;
    position: relative;
}
#promotions_page #top .images{
    height: 420px;
    width: 940px;
}
#promotions_page #top .images img {
    width: 940px;
    height: 420px;
}

#promotions_page #top .forward,
#promotions_page #top .backward {
    margin-top: 215px;
}
#promotions_page h1 {
    font-family: "Asap Condensed";
    color: #003C80;
    font-size: 22px;
    position: relative;
    float: left;
    width: 100%;
    margin: -25px 0 10px 0;
}
#promotions_page #bottom {
    margin: 0 auto;
    width: 940px;
}
#promotions_page #bottom .pr {
    position: relative;
    float: left;
    width: 300px;
    margin: 0 13px 10px 0;
    height: 230px;
    overflow: hidden;
}
#promotions_page #bottom .pr img {
    width: 100%;
    position: relative;
    float: left
}

#promotions_page #bottom .pr .abstract {
    color: black;
    line-height: 14px;
    margin: 10px 0 0 0;
    font-size: 12px;
    position: relative;
    float: left
}

.big a,
.big a{
    background: none;
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.big a:hover,
.big a.current,
.big a:hover,
.big a.current {
    background: url('/img/pallino.png') no-repeat;
    color: white;
}

.slide_promos {
    position: relative;
    float: left;
    width: 940px;
    height: 500px;
}

.slide_promos div,
.slide_comm div {
    position: absolute;
}

#impegno {
    margin: 0 auto;
    width: 100%;
    margin-top: -8px;
    position: relative;
    z-index: 100;
}

#impegno .banner {
    position: relative;
    float: left;
    width: 100%;
    height: 370px;
    margin-top:4px;
}

#impegno .banner .contenuto_box {height: 100%; margin: 0 auto; width: 940px;}

#impegno .banner a.b_button {
    margin: 275px 0 0 0;
}

#impegno .detail {
    position: relative;
    float: left;
    width: 100%;
    display: none;
    text-align: center;
}

#impegno .detail .content {
    margin: 0 auto;
    width: 980px;
    text-align: left;
}

#impegno .detail .content .left {
    position: relative;
    float: left;
    width: 240px;
}

#impegno .detail .content .left .item {
    position: relative;
    float: left;
    margin: 20px 0;
}
#impegno .detail .content .left .item img,
#impegno .detail .content .right .item img {
    max-width: 100%;
}
#impegno .detail .content .left .divisore {
    position: relative;
    float: left;
    margin: 20px 0;
    border-top: solid 2px #003d7e;
    width: 160px;
    height: auto;
}

#impegno .detail .content .right {
    position: relative;
    float: left;
    width: 740px;
    padding-top: 20px;
}

#impegno .detail .content .right .item { position: relative; float: left; clear: both; }

#impegno .detail .content .left .item a{
    position: relative;
    float: left;
    clear: both;
    color: #003d7e;
    font-size: 13px;
    margin: 10px 0 0 0;
}
#impegno .detail .content .right .video {
    background-image: url('/img/video-bg.png');
    background-repeat: no-repeat;
    width: 579px;
    height: 340px;
}

#impegno .detail .content .right .video iframe {
    margin: 20px;
}

#brands_page {
    margin-top: -5px;
}

#brands_page #top {
    width: 1400px;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    min-height: 192px;
}

#brands_page #brands { z-index: 1; /*height: 520px;*/ }
#brands_page #bottom { position: relative; float: left; width: 1400px; padding-bottom: 20px; /* RIMOSSO DA EDO PER VIA DELLE RICHIESTE ALLA RIGA 41 margin-top: -100px; */background-position: top; background-repeat: no-repeat;}
#brands_page #bottom #contenuto #left {position: relative; float: left; width: 460px; color: black; padding-right: 10px; clear: left; margin-top: 0;}
#brands_page #bottom #contenuto #right {position: relative; float: left; width: 460px; color: black; padding-left: 10px; margin-top: 0;}


#brands_page #lacomunicazione,
#brands_page #lericette,
.back_button {
    position: relative;
    float: left;
    border: solid 1px #003d7e;
    color: #003d7e;
    font-family: "Asap Condensed";
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 160px 0 0 230px;
    padding: 5px 15px;
}
#brands_page #lericette {
    margin: 160px 0 0 10px;
}
.back_button {
    margin: 160px 0 0 10px;
}

#brands_page #banner_promo { margin: 210px auto 20px auto; height: 130px; width: 940px; background-position: center; background-repeat: no-repeat; position: relative; display: block; }

#brands_page #top #ombra {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 30px;
}

#brands_page #top .filtro { width: 200px; background-image: url('/img/freccia-filtro-dx.png'); background-repeat: no-repeat; background-position: 215px 9px; cursor: pointer; background-color: white; margin-top: 145px; }

#brands_page #top .filtro:hover {
    color: #ee2e24;
}


#brands_page .b-left .title {
    color: #003d7e;
    font-family: "Asap Condensed";
    text-align: left;
    font-size: 44px;
    font-weight: bold;
    line-height: 44px;
    margin-top: -14px;
    margin-bottom: 20px;
}

#brands_page .contenuto_brand .abstract {
    position: relative;
    float: left;
    color: black;
    clear: left;
    width: 256px;
    text-align: left;
    font-size: 18px;
    margin: 15px 0 10px 0;
}

#brands_page #brands #contenuti_brands .contenuto_brand {
    margin-top: 15px;
}

#brands_page #brands #contenuti_brands .contenuto_brand .b-right {
    width: 675px;
}
#brands_page #contenuto { width: 940px; margin: 0 auto 0 auto; position: relative; }

#brands_page #contenuto .minibox {
    position: relative;
    float: left;
    background-image: url('/img/bg-box-brand.png');
    background-repeat: no-repeat;
    width: 305px;
    height: 340px;
    margin:0 0 20px 0;
}
#brands_page #contenuto .minibox.center {
    margin: 0px 12px 0 12px;
}

#brands_page #contenuto .minibox .title {
    color: #003d7e;
    font-family: "Asap Condensed";
    font-size: 30px;
    margin: 22px 22px 15px;
    line-height: normal;
}

#brands_page #contenuto .minibox .contenuto_alternativo { position: relative; float: left; height: 300px; width: 265px; margin: 20px; overflow: hidden; }

#brands_page #contenuto .minibox iframe {
    margin: 0 23px;
}

#brands_page #contenuto .minibox .img { width: 260px; height: 146px; margin: 0 23px; background-position: center center; }

#brands_page #contenuto .minibox .testo { color: black; font-size: 14px; margin: 0 23px; height: 25px; padding: 15px 0; overflow: hidden; }
#brands_page #contenuto .minibox .testo.alternativo {height: 205px; overflow: hidden; padding: 0; }
#brands_page #contenuto .minibox .testo.alternativo p{
   padding: 15px 0;
}



#brands_page #contenuto .minibox .b_button {
    margin: 18px 23px;
    position: absolute;
    bottom: 0;
}

#brands_page #contenuto .minibox .b_button.facebook {
    position: absolute;
    bottom: 4px;
    left: 0px;
}

#brands_page #brands .divisore { margin:20px 0 0 0 }
#brands_page #brands #contenitore_brand_list {height: 144px; margin-top: 0px; background: white; padding-bottom: 5px; min-width:1100px; width:100%;}

#communications,
#recipes {width: 1400px; margin: 0 auto;}
#communications #top,
#recipes #top {width: 100%; position: relative; float: left; height: 212px; background-position: center; background-repeat: no-repeat;}
#communications #top img,
#recipes #top img {position: relative; float: left; margin: 6px 0 0 938px; width: 230px;}
#communications #center,
#recipes #center {position: relative; float: left; width: 940px; height: 450px; padding: 0 230px;}
#communications #center img.nav,
#recipes #center img.nav { position: absolute; margin: 200px 0 0 0; cursor: pointer;}
#recipes #center img.nav {margin: 350px 0 0 0;}
#communications #center img.nav.left,
#recipes #center img.nav.left { left:0}
#communications #center img.nav.right,
#recipes #center img.nav.right { right:0}
#communications #center h2,
#recipes #center h2 {position:relative; float:left; color: #003d7e; font-family: "Asap Condensed"; font-weight: bold; margin-top: 20px; font-size: 20px; line-height: 20px; clear: left;}
#communications #center h1,
#recipes #center h1 {position:relative; float:left; clear:left; color: #003d7e; font-family: "Asap Condensed"; font-weight: normal; margin-top: 15px; font-size: 28px; line-height: 28px; width: 400px;}
#communications #center #abstract,
#recipes #center #abstract {position:relative; float:left; width: 400px; clear:left; height: 250px; color: black; font-size: 16px; overflow: hidden; margin-top: 10px;}
#recipes #center #abstract {height:auto; }
#recipes #center h3 {position: relative; float: left; font-size: 15px; margin-top: 20px; clear: left;line-height: 22px; margin-bottom: 0;}
#recipes #center img#difficulty {position: relative; float: left; left: 5px;}
#recipes #center ul { position: relative; float: left; margin: 0; padding: 0; }
#recipes #center ul li {list-style-image: url(/img/pallino_blu.png); margin: 0 0 0 13px; padding-left: 20px;}
#recipes #center ul li p {margin: 0;}
#recipes #center ol {position: relative; float: left; padding: 0;}
#recipes #center ul,
#recipes #center ol {font-size: 13px;}


#communications #center #schede,
#recipes #center #schede { position: relative;}
#communications #center #schede .slide,
#recipes #center #schede .slide{ position: absolute; top: 55px; background: white; height: 0; overflow: hidden; z-index: 1;}
#communications #center #schede .slide.corrente,
#recipes #center #schede .slide.corrente{ height: auto; z-index: 2; width:100%; }


#communications #center .fb-like,
#recipes #center .fb-like { position: relative; float: left; clear: left; width: 434px;}
#communications #center #video,
#recipes #center #video {position: absolute; float: right; background-image: url('/img/box-video.png'); height: 328px; width: 506px;margin: 18px 0 0 430px;}
#communications #center #video iframe,
#recipes #center #video iframe {margin: 12px 54px;}
#communications #bottom,
#recipes     #bottom {width: 1400px; position: relative; float: left; background-position: top; background-repeat: no-repeat;}
#communications #bottom .divisore,
#recipes #bottom .divisore{margin: 0;}
#communications #bottom #container,
#recipes #bottom #container {position: relative;margin: 0 auto; width: 940px;height: 658px;}
#communications #bottom #container h3,
#recipes #bottom #container h3 { color: #003d7e; font-family: "Asap Condensed"; }
#communications #bottom .altro_video,
#recipes #bottom .altra_recipe {position: relative; float: left; width: 300px; height: 260px; margin: 0 6px 10px;}
#communications #bottom .altro_video .video_image,
#recipes #bottom .altra_recipe .recipe_image {position:relative; width: 300px; height: 180px; background-position: center; cursor: pointer;}
#communications #bottom .altro_video .video_image:hover,
#communications #bottom .altro_video.active .video_image {background-image: url('/img/video-hover.png') !important;}
#recipes #bottom .altra_recipe .recipe_image:hover,
#recipes #bottom .altra_recipe.active .recipe_image {background-image: url('/img/recipe-hover.png') !important;}
#communications #bottom .altro_video .video_image:hover img,
#communications #bottom .altro_video.active .video_image img,
#recipes #bottom .altra_recipe .recipe_image:hover img,
#recipes #bottom .altra_recipe.active .recipe_image img {display: none;}
#communications #bottom .altro_video .video_image img,
#recipes #bottom .altra_recipe .recipe_image img {position: relative; margin: 68px 126px;}
#communications #bottom .altro_video .abstract,
#recipes #bottom .altra_recipe .abstract { color: black; font-size: 14PX; margin: 20px 0; width: 100%; height: 42px; overflow: hidden;}
#communications #bottom .slidetabs_comm,
#recipes #bottom .slidetabs_comm { position: absolute; bottom:20px; top:auto;}

#recipes #center {height: 730px;margin-bottom: 20px; }
#recipes #center .image_right { position: relative; float: right; width: 500px; margin: -30px 0 0 0; }
#recipes #center .image_right img {position: relative; float: right; width: 500px;}
#recipes #center .image_right .fb-like { position: relative; margin-top: 10px; }
#esempio { width: 100%; position: relative; float: left; font-size: 16px; margin: 50px 0; text-align: center;}
#esempio a { margin-bottom: 20px; }

.box_ombra
{
    position: relative;
    float: left;
    background: #f5fcff;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 1px #ebebeb;
    font-size: 15px;
    overflow: hidden;
    width: 430px;
    margin-bottom: 20px;
}


.box_ombra:before, .box_ombra:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);

}

.box_ombra:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.box_ombra h2,
.quadro3 h2,
.tabella_nutrizionale h2{ font-family: "Asap Condensed"; color: #003d7e; line-height: 25px; font-size: 26px; margin: 12px 0 10px 0; clear: left;}

#left .box_ombra {padding: 0 15px 10px 15px}

.tabella_nutrizionale table {font-size: 12px; width: 100%;}
.tabella_nutrizionale table tr.head {background-color: #e5ebf2; color: #003d7e; font-weight: bold; font-size: 12px;}
.tabella_nutrizionale table tr.head td {padding: 10px 8px;}
.tabella_nutrizionale table tr td {padding: 5px 8px; line-height: 13px; position:relative;}
.tabella_nutrizionale table tr td span.corsivo {font-style: italic; margin-left: 10px;}
.tabella_nutrizionale table tr td span.right { position: absolute; right: 322px; text-align: right;}
.tabella_nutrizionale table tr.even {background-color: #f1f1f1;}
.tabella_nutrizionale table tr td.border-left {border-left: solid #7897b7 1px;}
.tabella_nutrizionale table tr td span {clear: right; float: right; position: relative;}
.tabella_nutrizionale table tr td .sub {float: left; font-style: italic; margin: 0 0 0 10px; position: relative;}
.tabella_nutrizionale table tr td .title {float: left; position: relative; width: 95px;}

/*@media only screen and (min-width: 1400px) {*/
    /*#maincontent { max-width: 100%; width: auto; }*/

    /*#content { margin: 0 auto; width: 1400px; }*/

    /*#content .blocco_top { max-width: 100%; width: 1400px; height: 342px; overflow: hidden; position: relative;}*/
    /*#content .blocco_top .images { margin: 0 auto; }*/
    /*#content .blocco_top .images div { width: 100%; }*/
    /*#content .blocco_top .images img { width: 100%; max-width: 100%; }*/

    /*#footer { margin: 0 auto; }*/

/*}*/

#home_boxes {margin: 0 auto; width: 998px; margin-bottom: 30px;}

#maincontent {width: 100%;}
#footer {width: 100%;}
#content {width: 100%; overflow: hidden;}
#brands {width: 100%;}
#box_1,
#box_2,
#box_3,
#box_4 {margin: 0;}
#box_1 {margin: 0 10px 10px 10px;}
#box_2 {margin: 0 0 10px 0;}
#box_3 {margin: 0 10px 10px 10px;}
#box_4 {margin: 0 0 10px 0;}
#contenitore_brand_list {width: 100%; height:98px; min-width: 980px; z-index: 100 !important;}
.blocco_top .images {width: 100%;}
.blocco_top .images .home_slide {display: block; background: transparent;}
.blocco_top .images .home_slide a {display: block; height: 342px; width: 1920px;}
.wrap {padding: 0 15px;}

#storia {max-width: 980px; margin: 0 auto; overflow: hidden; margin-top: -235px;}
#storia img#filo { position: relative; float: left; margin: 74px 0 0 34px; }
#storia_bottom_filter img#filo { position: relative; float: left; margin: 74px 0 0 40px; }
#storia_bottom_filter {margin-top: -78px;}
#storia #box_fisso { margin: 0px 0 0 42px; }
#storia #events_list {margin-left: 18px;}
#storia #raccordo-top,
#storia #raccordo-filler { background-position: 43px center;}
#storia_bottom_filter { position: relative; float: left; width: 100%; height: 260px; background: #f9f9f9; background-image: url('/img/ombra.png'); background-position: bottom; background-repeat: no-repeat; border-top: solid 2px #e8e8e8;}
.storia_foot {display: block; width: 990px; margin: 0 auto;}
#storia #raccordo-filler { height: 105px; }
#header_storia {background-repeat: no-repeat; background-position: top center; height: 238px; width: 100%; margin-top: -5px;}

#brands_page #top,
#brands_page #bottom {width: 100%; margin-top:0;padding-top:0;}
#brands_page .brands_bottoni,  .brands_bottoni {width: 980px; margin: 0 auto;}
#brands_page #lacomunicazione {margin-left: 22px;}
#brands_page #ombra,
#communications #ombra,
#recipes #ombra {background: transparent url('/img/divisorio_upsidedown.png') repeat-x top center; width: 100%; height: 28px; margin: 0px auto; position: relative; float: left; margin-top: -11px; z-index: 1000;}
#communications {width: 100%; margin-top: -5px;}
#recipes {width: 100%; margin-top: -5px;}
#communications #bottom,
#recipes #bottom {width: 100%;}
#recipes #center,
#communications #center {float: none; margin: 0 auto; padding: 0; position: inherit;}

#brands_index {width: 980px; margin: 10px auto; position: relative}
#brands_index .brand_box {position: relative; float: left; background: transparent url('/img/box_brands.png') no-repeat center top; width: 490px; height: 193px;}
#brands_index .brand_box .img {height: 140px; position: relative; float: left; width: 240px; overflow: hidden; margin-top: 4px; padding: 20px 0 20px 20px;}
#brands_index .brand_box .img img {max-height: 100%; max-width: 100%;}
#brands_index .brand_box .title {position: relative; float: left; color: #003d7e; font-family: "Asap Condensed";font-size: 28px; margin-top: 20px;}
#brands_index .brand_box .abstract {position: relative; float: left; width: 214px; margin: 15px 0 0 0; font-size: 16px; height: 70px; overflow: hidden; color:black;}
#brands_index .brand_box a.b_button {position: relative; margin: 10px 60px 0 0px; clear: none;}

#impegno .detail #riciclo {position: relative; float: left;}
#impegno .detail #riciclo .right {padding: 0;}
#impegno .detail #riga_blu {position: relative; float: left; border-top: solid 1px #003d7e; width: 100%; margin: 38px 0;}
#impegno .detail h1 { color: #003D7E; float: left; font-family: "Asap Condensed"; font-size: 60px; font-weight: bold; margin: 30px 240px; position: relative; width: 100%;}
#impegno .detail .content .b_button {position: relative; float: right; margin: 0 100px 0px 0;}
#impegno .detail .content .b_button.primo {position: relative; float: right; margin: 0 100px -4px 0;}
#impegno .detail .content .b_button .filler {width: 130px; background-image: url("/img/torna_su_filler.png");}
#impegno .detail .content .b_button .left_side {background-image: url("/img/torna_su_left.png");}
#impegno .detail .content .b_button .right_side {background-image: url("/img/torna_su_right.png");}


#impegno .detail .content .right .item {border: solid 1px #e7e7e7; width: 714px; margin-bottom: 40px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; color: #494949; background: white url('/img/cartastracciabg.png');}
#impegno .detail .content .right .item:before, #impegno .detail .content .right .item:after { z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width:300px; background: rgba(0, 0, 0, 0.7); -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7); -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg); }
#impegno .detail .content .right .item:after { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); right: 10px; left: auto; }
#impegno .detail .content .right .item img {margin: 15px;}
#impegno .detail .content .right .item h2 {color: #003D7E; font-family: "Asap Condensed"; font-size: 30px; font-weight: normal; line-height: 30px; margin: 15px 0 0 15px;}
#impegno .detail .content .right .item .testo {font-size: 16px; margin: 15px 15px 25px 15px;}
#impegno .detail .content .right .item .red {color: red;}
#impegno .detail .content .right .item ul {margin-left: 15px;}
#impegno .detail .content .right .item .small {color: #003D7E; font-size: 11px;}

#impegno .detail .content .right .panna_latte img {position: absolute; right: 5px; top: 0;}
#impegno .detail .content .right .uova img {position: absolute; right: 5px; top: 0;}
#impegno .detail .content .right .zucchero img {position: absolute; right: 5px; top: 0;}
#impegno .detail .content .right .cacao_cioccolato img {position: absolute; right: 5px; top: 0;}
#impegno .detail .content .right .senza_grassi_idrogenati img {position: absolute; right: 5px; top: 0;}

#impegno .detail .content .right .quanto_abbiamo_risparmiato img {position: absolute; right: 5px; top: 0;}
#impegno .detail .content .right .come_funziona {}
#impegno .detail .content .right .progetti_zone_recupero {}
#impegno .detail .content .right .non_sprechiamo_energia {}
#impegno .detail .content .right .energia_elettrica {}
#impegno .detail .content .right .global_warning {}

#impegno .detail .content .right .abbiamo_riddo img {position: absolute; right: 5px; top: 0;}
#impegno .detail .content .right .abbiamo_lavorato img {position: absolute; right: 5px; top: 0;}
#impegno .detail .content .right .un_aiuto_per_riciclare {}
#impegno .detail .content .right .imballo_sostenibile img {position: absolute; right: 5px; top: 0;}

.ombra_in_alto {background: transparent url(/img/ombra_menu.png) repeat-x; width:100%; height: 5px; position: relative; z-index: 1000;}


#my_fancy { position: fixed; height: 100%; width: 100%; background: transparent url('/img/fancybox_overlay.png'); display: block; z-index: 1000; top: 0; left: 0; display: none; }
#my_fancy .inner {background: none repeat scroll 0 0 white; position: absolute; width: 100%;}
#my_fancy .inner .contenuto { background-image: url("/img/filo-filler.png"); background-repeat: repeat-y; margin: 0 auto; padding: 48px 0 48px 48px; position: relative; width: 846px;}
#my_fancy .inner .contenuto .testo { position: relative; float: left; width: 360px; line-height: 24px; }
#my_fancy .inner .contenuto .testo .anno { color: #ee2e24; font-family: "Asap Condensed"; font-size: 39px; font-weight: bold; height: 40px; line-height: 40px; margin-bottom: 15px; }
#my_fancy .inner .contenuto .testo .text { color: black; font-size: 12px; overflow: hidden; width: 360px;}
#my_fancy .inner .contenuto .testo .abstract { color: #003D7E; font-family: "Asap Condensed"; font-size: 26px; margin-bottom: 10px; overflow: hidden; width: 360px;}
#my_fancy .filo_top,
#my_fancy .filo_bottom { left: -24px; background: #f9f9f9; background-image: url('/img/filo-top.png'); background-repeat: no-repeat; background-position: 24px 16px; }
#my_fancy .filo_top { top: 0; }
#my_fancy .filo_bottom { background-image: url('/img/filo-bottom.png'); background-position: 24px -10px; }
#my_fancy .inner .testo .title { font-family: "Asap Condensed"; font-size: 28px; color: #003d7e; font-weight: bold;}
#my_fancy .inner img{ float: right; max-width: 400px; }
#my_fancy .inner img.loghino { position: relative; float: left; margin: 0px 0 0 -71px; z-index: 10}
#my_fancy .inner #closeButton{ position: absolute; right: 0; top: 0; cursor: pointer; }
.contenuto_fancy {display: none;}

/*#backToBrandButton { background: url("/img/freccia-filtro-sx.png") no-repeat scroll 8px 9px white; border: 1px solid #003D7E; border-radius: 10px 10px 10px 10px; color: #003D7E; cursor: pointer; float: left; font-family: "Asap Condensed"; font-size: 20px; font-weight: bold; margin-bottom: 15px; padding: 5px 15px; position: relative; text-align: right; width: 200px;}*/
.x-close-content{
  width:100%;
  clear:both;
  height:37px;
}

#backToBrandButton { background:white; border: 1px solid #003D7E; border-radius: 10px 10px 10px 10px; color: #003D7E; cursor: pointer; float: right; font-family: "Asap Condensed"; font-size: 20px; font-weight: bold; margin-bottom: 15px; padding: 5px 15px; position: relative; text-align: right; width: 76px;}

span.xclose{
  padding-left:6px;
}

#footer #contenuto_footer {margin: 0 auto; width: 940px;}


#hidden-fb {height: 0;overflow: hidden;}

.fb_iframe_widget{
  margin:0;
  float:left;
  margin:0;
  padding:0;
  position:relative;
}
.fb_iframe_widget span iframe{
  margin:0;
  float:left;
  margin:0;
  padding:0;
  position:absolute;
  left:0;
  top:0;

}

.clear{
  clear:both;
}


img.getDetail{
  cursor:pointer;
}
