/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/*
 * Body
 */
/* line 17, ../sass/pages.scss */
body {
  margin: 0;
  padding: 0;
}


.front .panels-flexible-row-1-3 {
background-color: #eaeaea !important;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 30, ../sass/pages.scss */
#skip-link {
  margin: 0;
}
/* line 34, ../sass/pages.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#title-wrapper {
    height: 60px;
    width: 100%;
}

/*
 * Header
 */
/* line 51, ../sass/pages.scss */
#logo {
  /* Wrapping link for logo */
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

#header {
    background: url("../images/camparibenelux.png") no-repeat scroll 200px 16px rgba(0, 0, 0, 0);
}
/* line 56, ../sass/pages.scss */
#logo img {
  vertical-align: bottom;
}

/* line 61, ../sass/pages.scss */
#name-and-slogan {
  /* Wrapper for website name and slogan */
  float: left;
}

/* line 65, ../sass/pages.scss */
#site-name {
  /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
/* line 71, ../sass/pages.scss */
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
/* line 77, ../sass/pages.scss */
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/* line 82, ../sass/pages.scss */
#site-slogan {
  /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

/* line 87, ../sass/pages.scss */
.region-header {
  /* Wrapper for any blocks placed in the header region */
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
  float: right;
  display: block;
  width: 70%;
  font-family: "signikabold", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  color: #aaabad;
  text-align: right;
}
/* line 6, ../../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss */
.region-header:active, .region-header:focus {
  outline: none;
}
/* line 101, ../sass/pages.scss */
.region-header div {
  display: inline;
}
/* line 105, ../sass/pages.scss */
.region-header #textsizer {
  margin-right: 0px;
}
/* line 108, ../sass/pages.scss */
.region-header #textsizer .font-piccolo {
  font-size: 93.33333%;
  color: #AAABAD;
}
/* line 109, ../sass/pages.scss */
.region-header #textsizer .font-medio {
  font-size: 107.69231%;
  color: #AAABAD;
}
/* line 110, ../sass/pages.scss */
.region-header #textsizer .font-grande {
  font-size: 127.27273%;
  color: #AAABAD;
}
/* line 123, ../sass/pages.scss */
.region-header a.contrasto, .region-header a.icona-calendario, .region-header a.icona-archivio, .region-header a.icona-contatti, .region-header a.icona-faq, .region-header a.icona-rss, .region-header a.icona-tw, .region-header a.icona-fb, .region-header a.icona-li {
  background-image: url('../images/header-icons.png?1360725438');
  display: inline-block;
  height: 21px;
  background-repeat: no-repeat;
  margin-left: 1em;
  color: #AAABAD;
  text-decoration: none;
}

.marchi-in-distribuzione div.marchi-in-distribuzione {
    background-image: url("../images/brands-interna.png");
    background-position: 5px -64px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 40px;
    width: 212px;

}

.marchi-di-proprietà div.marchi-proprietari {
  background-image: url('../images/brands-interna.png');
  background-repeat: no-repeat;
  background-position: 8px 3px;
  display:block;
  height: 40px;
  width: 200px;
  float:left;
}

.marchi-in-distribuzione h1#page-title,
.marchi-di-proprietà h1#page-title {
  float:left;
}

/* line 133, ../sass/pages.scss */
.region-header a.contrasto {
  width: 18px;
  background-position: 0 -320px;
  margin-left: 0;
}
/* line 138, ../sass/pages.scss */
.region-header a.icona-calendario {
  padding-right: 23px;
  background-position: 100% 0;
}
/* line 142, ../sass/pages.scss */
.region-header a.icona-archivio {
  padding-right: 23px;
  background-position: 100% -30px;
}
/* line 146, ../sass/pages.scss */
.region-header a.icona-contatti {
  padding-right: 26px;
  background-position: 100% -62px;
}
/* line 150, ../sass/pages.scss */
.region-header a.icona-faq {
  padding-right: 14px;
  background-position: 100% -94px;
}
/* line 155, ../sass/pages.scss */
.region-header a.icona-rss {
  background-position: 4px -128px;
  width: 23px;
  margin-left: 20px;
  vertical-align: top;
  margin-top: 1px;
}
/* line 162, ../sass/pages.scss */
.region-header a.icona-tw {
  background-position: 0 -162px;
  width: 23px;
  vertical-align: top;
  margin-top: 1px;
}
/* line 168, ../sass/pages.scss */
.region-header a.icona-fb {
  background-position: 3px -194px;
  width: 18px;
  vertical-align: top;
  margin-top: 1px;
}
/* line 174, ../sass/pages.scss */
.region-header a.icona-li {
  background-position: 0 -226px;
  width: 23px;
  vertical-align: top;
  margin-top: 1px;
}
/* line 183, ../sass/pages.scss */
.region-header ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  display: inline;
}
/* line 60, ../../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.region-header ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: none;
  padding-left: 7px;
  padding-right: 7px;
}
/* line 48, ../../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.region-header ul li:first-child, .region-header ul li.first {
  padding-none: 0;
}
/* line 49, ../../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.region-header ul li:last-child {
  padding-none: 0;
}
/* line 50, ../../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.region-header ul li.last {
  padding-none: 0;
}
/* line 187, ../sass/pages.scss */
.region-header ul a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
/* line 6, ../../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss */
.region-header ul a:active, .region-header ul a:focus {
  outline: none;
}
/* line 191, ../sass/pages.scss */
.region-header ul a.active {
  display: none;
}
/* line 195, ../sass/pages.scss */
.region-header .language-switcher-locale-url {
  padding-top: 2px;
}

/* line 200, ../sass/pages.scss */
#block-block-5 {
  display: none;
  z-index: 100;
}

/* line 206, ../sass/pages.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
/* line 207, ../sass/pages.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 211, ../sass/pages.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 224, ../sass/pages.scss */
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  font-family: "signikabold", "Trebuchet MS", Helvetica, sans-serif;
  margin: 0;
  color: #002e60;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 232, ../sass/pages.scss */
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
/* line 235, ../sass/pages.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 241, ../sass/pages.scss */
.ultima-modifica {
  display:none;
  color: #7e7e7e;
  font-style: italic;
}

/* line 246, ../sass/pages.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
/* line 250, ../sass/pages.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 256, ../sass/pages.scss */
span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 260, ../sass/pages.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
/* line 263, ../sass/pages.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  /* line 274, ../sass/pages.scss */
  .region-header a.icona-rss,
  .region-header a.icona-tw,
  .region-header a.icona-fb,
  .region-header a.icona-li {
    margin-top: 10px;
  }
}

.section-brands #content .field-name-field-brand-payoff {
  display: inline;
}

.section-brands #content .field-name-field-brand-logo {
  float:right;
  margin-bottom:30px;
}

