@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,700,300italic,400italic,700italic,900,900italic&subset=latin,cyrillic);

/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
/* line 5, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
html {
  font-size: 62.5%;
}

/* line 7, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
body {
  background: white;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #222222;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Links ---------------------- */
/* line 11, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a img {
  border: none;
}

/* line 12, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}

/* line 13, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a:hover {
  color: #2795b6;
}

/* line 14, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a:focus {
  color: #2795b6;
}

/* line 15, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
p a, p a:visited {
  line-height: inherit;
}

/* Misc ---------------------- */
/* line 19, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.left {
  float: left;
}

/* line 20, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.right {
  float: right;
}

/* line 21, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.text-left {
  text-align: left;
}

/* line 22, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.text-right {
  text-align: right;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.text-center {
  text-align: center;
}

/* line 24, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.hide {
  display: none;
}

/* line 25, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.hide-override {
  display: none !important;
}

/* line 26, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.highlight {
  background: #ffff99;
}

/* line 28, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#googlemap img, object, embed {
  max-width: none;
}

/* line 30, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#map_canvas embed {
  max-width: none;
}

/* line 31, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#map_canvas img {
  max-width: none;
}

/* line 32, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#map_canvas object {
  max-width: none;
}

/* Reset for strange margins by default on <figure> elements */
/* line 35, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
figure {
  margin: 0;
}

/* Base Type Styles Using Modular Scale ---------------------- */
/* line 3, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  direction: ltr;
}

/* line 10, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
}
/* line 11, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
p.lead {
  font-size: 17.5px;
  line-height: 1.6;
  margin-bottom: 17px;
}

/* line 13, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
aside p {
  font-size: 13px;
  line-height: 1.35;
  font-style: italic;
}

/* line 15, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}
/* line 24, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h1 {
  font-size: 44px;
}

/* line 28, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h2 {
  font-size: 37px;
}

/* line 29, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h3 {
  font-size: 27px;
}

/* line 30, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h4 {
  font-size: 23px;
}

/* line 31, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h5 {
  font-size: 17px;
}

/* line 32, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
h6 {
  font-size: 14px;
}

/* line 34, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
.subheader {
  line-height: 1.3;
  color: #6f6f6f;
  font-weight: 300;
  margin-bottom: 17px;
}

/* line 38, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
em, i {
  font-style: italic;
  line-height: inherit;
}

/* line 39, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
strong, b {
  font-weight: bold;
  line-height: inherit;
}

/* line 40, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 41, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
code {
  font-weight: bold;
  background: #ffff99;
}

/* Lists ---------------------- */
/* line 44, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul, ol, dl {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
  list-style-position: outside;
}

/* line 47, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul li ul, ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
/* line 49, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.square, ul.circle, ul.disc {
  margin-left: 17px;
}
/* line 50, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.square {
  list-style-type: square;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.square li ul {
  list-style: inherit;
}
/* line 53, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.circle {
  list-style-type: circle;
}
/* line 54, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.circle li ul {
  list-style: inherit;
}
/* line 56, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.disc {
  list-style-type: disc;
}
/* line 57, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.disc li ul {
  list-style: inherit;
}
/* line 59, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.no-bullet {
  list-style: none;
}
/* line 60, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ul.large li {
  line-height: 21px;
}

/* line 62, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ol {
  margin-left: 20px;
}
/* line 64, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
ol li ul, ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

/* Blockquotes ---------------------- */
/* line 69, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote, blockquote p {
  line-height: 1.5;
  color: #6f6f6f;
}

/* line 70, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote {
  margin: 0 0 17px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
/* line 71, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote cite {
  display: block;
  font-size: 13px;
  color: #555555;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 73, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
blockquote cite a, blockquote cite a:visited {
  color: #555555;
}

/* line 77, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
abbr {
  text-transform: none;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 86, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 88, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  /* line 89, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 90, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 91, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 92, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 93, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 94, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  /* line 95, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 96, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 98, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 99, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 100, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 101, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .print-only {
    display: block !important;
  }

  /* line 102, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 103, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_typography.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Requires
   globals.css */
/* Standard Forms ---------------------- */
/* line 6, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form {
  margin: 0 0 19.41641px;
}

/* line 8, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.row form .row {
  margin: 0 -6px;
}
/* line 10, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.row form .row .column, .row form .row .columns {
  padding: 0 6px;
}
/* line 12, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.row form .row.collapse {
  margin: 0;
}
/* line 13, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.row form .row.collapse .column, .row form .row.collapse .columns {
  padding: 0;
}

/* line 17, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
/* line 19, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 20, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
label.inline {
  line-height: 32px;
  margin: 0 0 12px 0;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  line-height: 31px;
}

/* line 24, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
a.button.prefix, a.button.postfix {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 25, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
span.prefix, span.postfix {
  background: #f2f2f2;
  border: 1px solid #cccccc;
}

/* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.prefix {
  left: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}

/* line 28, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.postfix {
  right: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 30, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 6px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* line 32, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
  font-size: 17px;
  padding: 4px 6px;
}
/* line 34, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}
/* line 35, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
  background-color: #ddd;
}

/* line 38, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
textarea {
  height: auto;
}

/* line 40, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
select {
  width: 100%;
}

/* Fieldsets */
/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  margin: 18px 0;
}
/* line 45, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

/* Errors */
/* line 49, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

/* line 50, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
  outline-color: #f5797c;
}

/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.error label, label.error {
  color: #c60f13;
}

/* line 52, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.error small, small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Custom Forms ---------------------- */
/* line 55, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 57, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom span.custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white;
}
/* line 59, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom span.custom.radio {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
/* line 61, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom span.custom.checkbox:before {
  content: "";
  display: block;
  line-height: 0.8;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}
/* line 64, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom span.custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #222222;
  position: relative;
  top: 3px;
  left: 3px;
}
/* line 67, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom span.custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
}
/* line 70, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown {
  display: block;
  position: relative;
  width: auto;
  height: 28px;
  margin-bottom: 9px;
  margin-top: 2px;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
/* line 73, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 26px;
  min-height: 28px;
  padding: 0;
  padding-left: 6px;
  padding-right: 38px;
  border: solid 1px #dddddd;
  color: #141414;
  background-color: white;
  white-space: nowrap;
}
/* line 74, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown a.selector {
  position: absolute;
  width: 27px;
  height: 28px;
  display: block;
  right: 0;
  top: 0;
  border: solid 1px #dddddd;
}
/* line 75, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown a.selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #aaaaaa transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -5px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222222 transparent transparent transparent;
}
/* line 81, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}
/* line 83, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.small {
  width: 134px !important;
}
/* line 84, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.medium {
  width: 254px !important;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.large {
  width: 434px !important;
}
/* line 86, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.expand {
  width: 100% !important;
}
/* line 88, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open.small ul {
  width: 134px !important;
}
/* line 89, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open.medium ul {
  width: 254px !important;
}
/* line 90, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open.large ul {
  width: 434px !important;
}
/* line 91, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
}
/* line 94, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0;
  top: 27px;
  margin: 0;
  padding: 0;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #cccccc;
}
/* line 96, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li {
  color: #555555;
  font-size: 13px;
  cursor: pointer;
  padding: 3px;
  padding-left: 6px;
  padding-right: 38px;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 97, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li.selected {
  background: #cdebf5;
  color: black;
}
/* line 98, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li.selected:after {
  content: "\2013";
  position: absolute;
  right: 10px;
}
/* line 100, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li:hover {
  background-color: #cdebf5;
  color: black;
}
/* line 101, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li:hover:after {
  content: "\2013";
  position: absolute;
  right: 10px;
  color: #a3dbec;
}
/* line 103, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li.selected:hover {
  background: #cdebf5;
  cursor: default;
  color: black;
}
/* line 104, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul li.selected:hover:after {
  color: black;
}
/* line 106, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom div.custom.dropdown ul.show {
  display: block;
}
/* line 110, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
form.custom .custom.disabled {
  background-color: #dddddd;
}

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
  /* line 115, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
  form.custom div.custom.dropdown a.selector {
    height: 28px;
  }
}

/* line 117, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/common/_forms.scss */
.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 28px;
}

/* The Grid ---------------------- */
/* line 3, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row {
  width: 1024px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
/* line 4, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 0px;
}
/* line 7, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row.collapse .column, .row.collapse .columns {
  padding: 0;
}
/* line 9, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 0px;
}
/* line 10, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
}

/* line 14, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 0px;
  position: relative;
}
/* line 15, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}

/* line 18, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 19, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.one, .row .one {
  width: 8.33333%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.two, .row .two {
  width: 16.66667%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.three, .row .three {
  width: 25%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.four, .row .four {
  width: 33.33333%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.five, .row .five {
  width: 41.66667%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.six, .row .six {
  width: 50%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.seven, .row .seven {
  width: 58.33333%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.eight, .row .eight {
  width: 66.66667%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.nine, .row .nine {
  width: 75%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.ten, .row .ten {
  width: 83.33333%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.eleven, .row .eleven {
  width: 91.66667%;
}

/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.twelve, .row .twelve {
  width: 100%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-one {
  margin-left: 8.33333%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-two {
  margin-left: 16.66667%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-three {
  margin-left: 25%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-four {
  margin-left: 33.33333%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-five {
  margin-left: 41.66667%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-six {
  margin-left: 50%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-seven {
  margin-left: 58.33333%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-eight {
  margin-left: 66.66667%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-nine {
  margin-left: 75%;
}

/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-ten {
  margin-left: 83.33333%;
}

/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-two {
  left: 16.66667%;
}

/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-two {
  right: 16.66667%;
}

/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-three {
  left: 25%;
}

/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-three {
  right: 25%;
}

/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-four {
  left: 33.33333%;
}

/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-four {
  right: 33.33333%;
}

/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-five {
  left: 41.66667%;
}

/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-five {
  right: 41.66667%;
}

/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-six {
  left: 50%;
}

/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-six {
  right: 50%;
}

/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-seven {
  left: 58.33333%;
}

/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-seven {
  right: 58.33333%;
}

/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-eight {
  left: 66.66667%;
}

/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-eight {
  right: 66.66667%;
}

/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-nine {
  left: 75%;
}

/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-nine {
  right: 75%;
}

/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-ten {
  left: 83.33333%;
}

/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-ten {
  right: 83.33333%;
}

/* line 46, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
img {
  height: auto;
}

/* line 47, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
img, object, embed {
  max-width: 100%;
}

/* line 48, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 49, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
#map_canvas img, .map_canvas img {
  max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
/* line 52, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row {
  *zoom: 1;
}
/* line 4, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 5, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
/* line 67, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
/* line 69, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.one-up {
  margin: 0;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.two-up {
  margin: 0 -15px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.three-up {
  margin: 0 -12px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.three-up > li {
  width: 33.33333%;
  padding: 0 12px 12px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.four-up {
  margin: 0 -10px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.five-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.six-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.six-up > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.seven-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.seven-up > li {
  width: 14.28571%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.seven-up > li:nth-child(7n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eight-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eight-up > li {
  width: 12.5%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eight-up > li:nth-child(8n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.nine-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.nine-up > li {
  width: 11.11111%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.nine-up > li:nth-child(9n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.ten-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.ten-up > li {
  width: 10%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.ten-up > li:nth-child(10n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eleven-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eleven-up > li {
  width: 9.09091%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eleven-up > li:nth-child(11n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.twelve-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.twelve-up > li {
  width: 8.33333%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.twelve-up > li:nth-child(12n+1) {
  clear: both;
}

/* Normal Buttons ---------------------- */
/* line 3, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button {
  width: auto;
  background: #2ba6cb;
  border: 1px solid #1e728c;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  /* Hovers */
  /* Sizes */
  /* Colors */
  /* Radii */
  /* Layout */
  /* Disabled ---------- */
}
/* line 6, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button:hover, .button:focus {
  color: white;
  background-color: #2284a1;
}
/* line 7, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
/* line 10, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.large {
  font-size: 17px;
  padding: 15px 30px 16px;
}
/* line 11, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.medium {
  font-size: 14px;
}
/* line 12, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.small {
  font-size: 11px;
  padding: 7px 14px 8px;
}
/* line 13, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.tiny {
  font-size: 10px;
  padding: 5px 10px 6px;
}
/* line 14, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.expand {
  width: 100%;
  text-align: center;
}
/* line 17, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.primary {
  background-color: #2ba6cb;
  border: 1px solid #1e728c;
}
/* line 18, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #2284a1;
}
/* line 20, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.success {
  background-color: #5da423;
  border: 1px solid #396516;
}
/* line 21, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.alert {
  background-color: #c60f13;
  border: 1px solid #7f0a0c;
}
/* line 24, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
/* line 26, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.secondary {
  background-color: #e9e9e9;
  color: #1d1d1d;
  border: 1px solid #c3c3c3;
}
/* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}
/* line 31, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 35, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.full-width {
  width: 100%;
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
/* line 39, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled, .button[disabled] {
  opacity: 0.6;
  cursor: default;
  background: #2ba6cb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 40, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled:hover, .button[disabled]:hover {
  background: #2ba6cb;
}
/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.success, .button[disabled].success {
  background-color: #5da423;
}
/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
  outline: none;
}
/* line 45, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
}
/* line 46, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
  outline: none;
}
/* line 48, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
}
/* line 49, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
  outline: none;
}

/* Don't use native buttons on iOS */
/* line 55, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

/* Correct FF button padding */
@-moz-document url-prefix() {
  /* line 59, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  /* line 60, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  input[type="submit"].tiny.button {
    padding: 3px 10px 4px;
  }

  /* line 61, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  input[type="submit"].small.button {
    padding: 5px 14px 6px;
  }

  /* line 62, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  input[type="submit"].button, input[type=submit].medium.button {
    padding: 8px 20px 9px;
  }

  /* line 63, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
  input[type="submit"].large.button {
    padding: 13px 30px 14px;
  }
}

/* Buttons with Dropdowns ---------------------- */
/* line 68, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown {
  position: relative;
  padding-right: 44px;
  /* Sizes */
  /* Triangles */
  /* Flyout List */
  /* Split Dropdown Buttons */
}
/* line 71, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.large {
  padding-right: 60px;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.small {
  padding-right: 28px;
}
/* line 73, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.tiny {
  padding-right: 20px;
}
/* line 76, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}
/* line 77, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.large:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  right: 30px;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.small:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-top: -2px;
  right: 14px;
}
/* line 79, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.tiny:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  right: 10px;
}
/* line 82, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  left: -1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: none;
  min-width: 100%;
  z-index: 40;
}
/* line 84, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li {
  width: 100%;
  cursor: pointer;
  padding: 0;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li a, .button.dropdown > ul li button {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 14px;
  text-align: left;
}
/* line 86, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li button {
  width: 100%;
  border: inherit;
  background: inherit;
  font-family: inherit;
  margin: inherit;
  -webkit-font-smoothing: antialiased;
}
/* line 87, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li:hover, .button.dropdown > ul li:focus {
  background-color: #e3f4f9;
  color: #222;
}
/* line 88, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown > ul li.divider {
  min-height: 0;
  padding: 0;
  height: 1px;
  margin: 4px 0;
  background: #ededed;
}
/* line 92, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.up > ul {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
/* line 94, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown ul.no-hover.show-dropdown {
  display: block !important;
}
/* line 96, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown:hover > ul.no-hover {
  display: none;
}
/* line 102, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split {
  padding: 0;
  position: relative;
  /* Sizes */
  /* Triangle Spans */
  /* Colors */
}
/* line 104, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split:after {
  display: none;
}
/* line 105, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split:hover, .button.dropdown.split:focus {
  background-color: #2ba6cb;
}
/* line 106, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus {
  background-color: #c60f13;
}
/* line 107, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.success:hover, .button.dropdown.split.success:focus {
  background-color: #5da423;
}
/* line 108, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus {
  background-color: #e9e9e9;
}
/* line 111, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split > a {
  color: white;
  display: block;
  padding: 10px 50px 11px 20px;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
/* line 112, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split > a:hover, .button.dropdown.split > a:focus {
  background-color: #2284a1;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* line 114, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.large > a {
  padding: 15px 75px 16px 30px;
  padding-left: 30px;
  padding-right: 75px;
}
/* line 115, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.small > a {
  padding: 7px 35px 8px 14px;
  padding-left: 14px;
  padding-right: 35px;
}
/* line 116, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.tiny > a {
  padding: 5px 25px 6px 10px;
  padding-left: 10px;
  padding-right: 25px;
}
/* line 119, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split > span {
  background-color: #2ba6cb;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  border-left: 1px solid #1e728c;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
/* line 120, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split > span:hover, .button.dropdown.split > span:focus {
  background-color: #2284a1;
}
/* line 121, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -2px;
}
/* line 123, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: #1d1d1d transparent transparent transparent;
}
/* line 125, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.large span {
  width: 45px;
}
/* line 126, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.small span {
  width: 21px;
}
/* line 127, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.tiny span {
  width: 15px;
}
/* line 129, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.large span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  margin-left: -7px;
}
/* line 130, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.small span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -4px;
}
/* line 131, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.tiny span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 3px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -3px;
}
/* line 134, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.alert > span {
  background-color: #c60f13;
  border-left-color: #7f0a0c;
}
/* line 135, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.success > span {
  background-color: #5da423;
  border-left-color: #396516;
}
/* line 136, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary > span {
  background-color: #e9e9e9;
  border-left-color: #c3c3c3;
}
/* line 137, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary > a {
  color: #1d1d1d;
}
/* line 139, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus {
  background-color: #970b0e;
}
/* line 140, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus {
  background-color: #457a1a;
}
/* line 141, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus {
  background-color: #d0d0d0;
}

/* Button Groups ---------------------- */
/* line 147, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  *zoom: 1;
}
/* line 4, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
ul.button-group:before, ul.button-group:after {
  content: " ";
  display: table;
}
/* line 5, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
ul.button-group:after {
  clear: both;
}
/* line 149, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group li {
  padding: 0;
  margin: 0 0 0 -1px;
  float: left;
}
/* line 150, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group li:first-child {
  margin-left: 0;
}
/* line 154, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li .button, ul.button-group.radius li .button.radius, ul.button-group.radius li .button-rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 156, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 157, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li:first-child .button.rounded {
  -moz-border-radius-topleft: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-top-left-radius: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}
/* line 160, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 161, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.radius li:last-child .button.rounded {
  -moz-border-radius-topright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-top-right-radius: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 166, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even .button {
  width: 100%;
}
/* line 167, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.two-up li {
  width: 50%;
}
/* line 168, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.three-up li {
  width: 33.3%;
}
/* line 169, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.three-up li:first-child {
  width: 33.4%;
}
/* line 170, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.four-up li {
  width: 25%;
}
/* line 171, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
ul.button-group.even.five-up li {
  width: 20%;
}

/* line 175, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
div.button-bar {
  overflow: hidden;
}
/* line 176, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
div.button-bar ul.button-group {
  float: left;
  margin-right: 8px;
}
/* line 177, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_buttons.scss */
div.button-bar ul.button-group:last-child {
  margin-left: 0;
}

/* line 1, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar {
  height: 40px;
  background: #4d4d4d;
  margin-left: 0;
  margin-top: 20px;
  padding: 0;
}
/* line 3, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid #333333;
  border-right: none;
  line-height: 38px;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
/* line 5, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li:first-child {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
/* line 6, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li:last-child {
  border-right: solid 1px #333333;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
}
/* line 8, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.active {
  background: #2ba6cb;
  border-color: #2284a1;
}
/* line 9, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.active > a {
  color: white;
  cursor: default;
}
/* line 10, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.active:hover {
  background: #2ba6cb;
  cursor: default;
}
/* line 12, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li:hover {
  background: #333333;
}
/* line 14, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li > a {
  color: #e6e6e6;
}
/* line 15, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li ul {
  margin-bottom: 0;
}
/* line 16, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li .flyout {
  display: none;
}
/* line 19, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.has-flyout > a:first-child {
  padding-right: 40px;
  position: relative;
}
/* line 20, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: #e6e6e6 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 17px;
}
/* line 22, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.has-flyout > a.flyout-toggle {
  border-left: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 2;
  display: block;
}
/* line 24, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.has-flyout.is-touch > a:first-child {
  padding-right: 55px;
}
/* line 25, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
  border-left: 1px dashed #666;
}
/* line 30, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li > a:first-child {
  position: relative;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
/* line 31, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar > li > input {
  margin: 0 10px;
}
/* line 33, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical {
  height: auto;
  margin-top: 0;
}
/* line 35, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li {
  float: none;
  border-bottom: none;
  border-right: solid 1px #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 37, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: transparent transparent transparent #e6e6e6;
}
/* line 38, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li .flyout {
  left: 100%;
  top: -1px;
}
/* line 39, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li .flyout.right {
  left: auto;
  right: 100%;
}
/* line 41, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li.active {
  border-right: solid 1px #2284a1;
}
/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.nav-bar.vertical > li:last-child {
  border-bottom: solid 1px #333333;
}

/* line 48, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout {
  background: #f2f2f2;
  padding: 20px;
  margin: 0;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 39px;
  left: -1px;
  width: 250px;
  z-index: 40;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  /* remove margin on any first-child element */
  /* remove margin on last element */
}
/* line 50, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout p {
  line-height: 1.2;
  font-size: 13px;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout *:first-child {
  margin-top: 0;
}
/* line 52, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout *:last-child {
  margin-bottom: 0;
}
/* line 54, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.small {
  width: 166.66667px;
}
/* line 55, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.large {
  width: 437.5px;
}
/* line 57, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.right {
  left: auto;
  right: -2px;
}
/* line 58, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.left {
  right: auto;
  left: -2px;
}
/* line 59, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
.flyout.up {
  top: auto;
  bottom: 39px;
}

/* line 63, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout, .nav-bar li ul {
  padding: 0;
  list-style: none;
}
/* line 65, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout li, .nav-bar li ul li {
  border-left: solid 3px #CCC;
}
/* line 66, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout li a, .nav-bar li ul li a {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* line 67, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus {
  background: #ebebeb;
  color: #333;
}
/* line 69, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout li.active, .nav-bar li ul li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}
/* line 70, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_navbar.scss */
ul.flyout li.active a, .nav-bar li ul li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/*
  Foundation Top Bar

  Requires:
    -jquery.foundation.topbar.js

  Notes:
    - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid.
    - <li class="name"> creates a branding area that can be linked to homepage
      - Can include text, image or both inside this <li>.
    - <li class="divider"> creates a divider between nav items, add margins for space
    - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search"
*/
/* Element that controls breakpoint, no need to change this ever */
/* line 16, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 19, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.contain-to-grid {
  width: 100%;
  background: #222222;
}

/* Wrapped around .top-bar to make it fixed at the top */
/* line 22, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* Add .sticky class for using top bar as a sticky navigation when scrolling passed it. Add the class .sticky to a top bar using .contain-to-grid but leave off .fixed, javascript will take care of that */
/* line 25, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.sticky {
  float: left;
  overflow: hidden;
}
/* line 26, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.sticky.fixed {
  float: none;
}

/* <nav> */
/* line 30, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar {
  background: #222222;
  min-height: 45px;
  line-height: 45px;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  position: relative;
  /* Contain width to .row width */
  /* First <ul> for branding, title, name, etc */
  /* topbar global <ul> styles */
}
/* line 33, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.contain-to-grid .top-bar {
  max-width: 1024px;
  margin: 0 auto;
}
/* line 38, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar > ul .name h1 {
  line-height: 45px;
  margin: 0;
}
/* line 39, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar > ul .name h1 a {
  font-weight: bold;
  padding: 0 22.5px;
  font-size: 17px !important;
}
/* line 41, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar > ul .name img {
  margin-top: -5px;
  vertical-align: middle;
}
/* line 44, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar.expanded {
  height: inherit;
}
/* line 47, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul {
  margin-left: 0;
  display: inline;
  height: 45px;
  line-height: 45px;
  list-style: none;
  /* Main Navigation links style */
  /* Left Side <ul> */
  /* Right Side <ul> */
}
/* line 50, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li {
  float: left;
  /* Dividers between navigation */
  /* Put a button in an <li> but give is a class */
  /* Put a search bar or text input in the bar */
  /* Put login bar in the top bar */
  /* Hide the triangle for breakpoint menu */
  /* li.has-dropdown */
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li a:not(.button) {
  color: white;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}
/* line 53, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus {
  background: black;
}
/* line 54, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a {
  color: #d9d9d9;
}
/* line 59, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.divider {
  background: black;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  height: 100%;
  margin-right: 1px;
  width: 1px;
}
/* line 63, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-button a.button {
  margin: 0 11.25px;
}
/* line 64, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus {
  background: #222222;
}
/* line 65, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a {
  color: #fff;
}
/* line 70, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search {
  padding: 0 15px;
}
/* line 71, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 200px;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search form input[type=text] {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  font-size: 13px;
  margin-top: -1px;
  height: 22.5px;
  margin-bottom: 0;
  width: 130px;
}
/* line 74, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search form input[type=text] + .button {
  border-left: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
  font-size: 12px;
  margin-top: -1px;
  padding: 5px 12px 4px;
}
/* line 76, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search form input[type=search] {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.search:hover, .top-bar ul > li.search:focus {
  background: #222222;
}
/* line 82, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login {
  padding: 0 15px;
}
/* line 83, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 300px;
}
/* line 84, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form input {
  float: left;
  width: auto;
  font-size: 13px;
  margin-top: -1px;
  height: 22.5px;
  margin-bottom: 0;
}
/* line 85, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form input[type=text] {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 120px;
}
/* line 86, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form input[type=password] {
  margin-bottom: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 120px;
}
/* line 87, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login form input[type=password] + .button {
  border-left: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  float: left;
  font-size: 12px;
  margin-top: -1px;
  padding: 5px 12px 4px;
  width: 60px;
}
/* line 90, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.login:hover, .top-bar ul > li.login:focus {
  background: #222222;
}
/* line 94, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.toggle-topbar {
  display: none;
}
/* line 97, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown {
  position: relative;
  /* Dropdown Level 2+ */
}
/* line 98, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown {
  display: block;
  visibility: visible;
}
/* line 99, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown a {
  padding-right: 33.75px;
}
/* line 100, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-right: 15px;
  margin-top: -2.5px;
  position: absolute;
  right: 0;
  top: 50%;
}
/* line 102, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown {
  background: #222222;
  left: 0;
  margin: 0;
  padding: 9px 0 0 0;
  position: absolute;
  visibility: hidden;
  z-index: 99;
}
/* line 103, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li {
  background: #222222;
  line-height: 1;
  min-width: 100%;
  padding-bottom: 5px;
}
/* line 104, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li a {
  color: white;
  font-weight: normal;
  height: 100%;
  line-height: 1;
  padding: 5px 17px 5px 15px;
  white-space: nowrap;
}
/* line 105, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li a:after {
  border: none;
}
/* line 106, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li a:hover, .top-bar ul > li.has-dropdown .dropdown li a:focus {
  background: #3c3c3c;
}
/* line 108, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li label {
  color: #6f6f6f;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding-left: 15px;
  text-transform: uppercase;
}
/* line 109, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.divider {
  border-top: solid 1px black;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  height: 10px;
  padding: 0;
  width: 100%;
}
/* line 110, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li:last-child {
  padding-bottom: 10px;
}
/* line 111, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.active a {
  background: black;
}
/* line 117, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
  padding-right: 30px;
}
/* line 118, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
  border: none;
  content: "\00bb";
  right: 5px;
  top: 6px;
}
/* line 120, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
}
/* line 122, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown {
  display: block;
}
/* line 129, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul.left {
  float: left;
  width: auto;
  margin-bottom: 0;
}
/* line 132, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul.right {
  float: right;
  width: auto;
  margin-bottom: 0;
  /* Dropdown Right Side Alignment */
}
/* line 134, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul.right .has-dropdown .dropdown {
  left: auto;
  right: 0px;
}
/* line 135, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown {
  right: 100%;
  left: auto;
  width: 100%;
}
/* line 140, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.top-bar .js-generated {
  display: none;
}

/* Firefox Fixes */
@-moz-document url-prefix() {
  /* line 145, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
  .top-bar ul li .button.small {
    padding-bottom: 6px;
  }

  /* line 146, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
  .top-bar ul li.search form input[type=search] {
    font-size: 14px;
    height: 22px;
    padding: 3px;
  }
}

/* IE8 Fixes */
/* line 150, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li a {
  color: white;
  display: block;
  font-weight: bold;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}
/* line 151, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li a.button {
  height: auto;
  line-height: 30px;
  margin-top: 7px;
}
/* line 152, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li a img {
  margin-top: -5px;
  vertical-align: middle;
}

/* line 158, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar section > ul > li a:hover, .lt-ie9 .top-bar section > ul > li a:focus {
  color: #cccccc;
}
/* line 160, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar section > ul > li:hover, .lt-ie9 .top-bar section > ul > li:focus {
  background: black;
}
/* line 161, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar section > ul > li.search:hover, .lt-ie9 .top-bar section > ul > li.search:focus, .lt-ie9 .top-bar section > ul > li.has-button:hover, .lt-ie9 .top-bar section > ul > li.has-button:focus {
  background: none;
}
/* line 162, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar section > ul > li.active {
  background: black;
  color: #d9d9d9;
}

/* line 164, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li.has-dropdown {
  padding-right: 33.75px;
}
/* line 166, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_topbar.scss */
.lt-ie9 .top-bar ul li.has-dropdown > ul li {
  padding-right: 0;
}

/* CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */
/* line 9, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}

/* line 11, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
/* line 13, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit.with-bullets {
  margin-bottom: 40px;
}
/* line 15, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 16, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}
/* line 17, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
/* line 25, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 31;
}
/* line 26, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url('../img/foundation/orbit/rotator-black.png?1367240573') no-repeat;
  z-index: 3;
}
/* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.rotator.move {
  left: 0;
}
/* line 29, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
/* line 30, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url('../img/foundation/orbit/timer-black.png?1367240575') repeat 0 0;
}
/* line 32, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/foundation/orbit/pause-black.png?1367240575') no-repeat;
  z-index: 4;
  opacity: 0;
}
/* line 33, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper span.pause.active {
  background: url('../img/foundation/orbit/pause-black.png?1367240575') no-repeat 0 -40px;
}
/* line 35, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .timer:hover span.pause, .orbit-wrapper .timer:focus span.pause, .orbit-wrapper span.pause.active {
  opacity: 1;
}

/* Captions ---------------------- */
/* line 40, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-caption {
  display: none;
  font-family: inherit;
}

/* line 41, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* Directional Nav ---------------------- */
/* line 46, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .slider-nav {
  display: block;
}
/* line 47, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .slider-nav span {
  width: 39px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
/* line 48, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .slider-nav span.right {
  background: url('../img/foundation/orbit/right-arrow.png?1367240573');
  background-size: 100%;
  right: 0;
}
/* line 49, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-wrapper .slider-nav span.left {
  background: url('../img/foundation/orbit/left-arrow.png?1367240573');
  background-size: 100%;
  left: 0;
}

/* line 54, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.lt-ie9 .orbit-wrapper .slider-nav span.right {
  background: url('../img/foundation/orbit/right-arrow-small.png?1367240575');
}
/* line 55, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.lt-ie9 .orbit-wrapper .slider-nav span.left {
  background: url('../img/foundation/orbit/left-arrow-small.png?1367240575');
}

/* Bullet Nav ---------------------- */
/* line 61, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}
/* line 62, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url('../img/foundation/orbit/bullets.jpg?1367240575') no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}
/* line 63, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets li.active {
  color: #222222;
  background-position: -8px 0;
}
/* line 64, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}
/* line 65, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black;
}

/* Orbit Slide Counter */
/* line 70, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit-slide-counter {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
}

/* Fluid Layout ---------------------- */
/* line 74, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

/* line 75, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.orbit, .orbit-wrapper {
  width: 100% !important;
}

/* Correct timer in IE */
/* line 78, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.lt-ie9 .timer {
  display: none !important;
}

/* line 79, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
.lt-ie9 .orbit-caption {
  background: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  /* line 83, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
  .orbit.orbit-stack-on-small img.fluid-placeholder {
    visibility: visible;
  }

  /* line 86, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_orbit.scss */
  .orbit.orbit-stack-on-small .orbit-slide {
    position: static;
    margin-bottom: 10px;
  }
}
/* CSS for jQuery Reveal Plugin
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Reveal Modals ---------------------- */
/* line 9, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
  display: none;
  top: 0;
  left: 0;
}

/* line 11, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal {
  background: #fff;
  visibility: hidden;
  display: none;
  top: 100px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  position: absolute;
  z-index: 41;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/* line 12, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal .close-reveal-modal:not(.button) {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.small {
  width: 30%;
  margin-left: -15%;
}
/* line 24, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.medium {
  width: 40%;
  margin-left: -20%;
}
/* line 25, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.large {
  width: 60%;
  margin-left: -30%;
}
/* line 26, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.xlarge {
  width: 70%;
  margin-left: -35%;
}
/* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal.expand {
  width: 90%;
  margin-left: -45%;
}
/* line 28, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal .row {
  min-width: 0;
  margin-bottom: 10px;
}
/* line 29, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 30, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media print {
  /* line 33, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_reveal.scss */
  .reveal-modal {
    border: solid 1px #000;
    background: #fff;
  }
}
/* line 1, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
#joyRideTipContent {
  display: none;
}

/* Default styles for the container */
/* line 4, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  width: 300px;
  z-index: 101;
  top: 0;
  left: 0;
  font-family: inherit;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 5, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-content-wrapper {
  padding: 18px 20px 24px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 9, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
}
/* line 10, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub.top {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
  bottom: none;
}
/* line 11, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub.bottom {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
  bottom: none;
}
/* line 12, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub.right {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  bottom: none;
  left: auto;
  right: -28px;
}
/* line 13, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide span.joyride-nub.left {
  border-color: black;
  border-color: rgba(0, 0, 0, 0.8) !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  left: -28px;
  right: auto;
  bottom: none;
}

/* Typography */
/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

/* line 24, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 1.3;
}

/* line 26, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 17px;
  bottom: 16px;
}

/* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 29, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 30, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 33, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 4, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
/* line 5, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 8, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 999;
  height: 100%;
  overflow: hidden;
}

/* line 10, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.visible-img {
  height: 75%;
  position: relative;
}
/* line 11, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}
/* line 12, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.visible-img .clearing-caption {
  color: white;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 10px 100px;
}

/* line 15, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-close {
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  color: white;
  display: none;
}
/* line 16, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 18, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-left, .clearing-main-right {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

/* line 19, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-left.disabled, .clearing-main-right.disabled {
  opacity: 0.5;
}

/* line 20, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-left:active, .clearing-main-right:active {
  margin-top: -15px;
}

/* line 21, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-left {
  left: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
  border-color: transparent white transparent transparent;
}

/* line 22, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-main-right {
  right: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
  border-color: transparent transparent transparent white;
}

/* line 24, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
ul[data-clearing].block-grid.three-up > li:nth-child(3n+1) {
  clear: none;
}

/* line 26, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
ul[data-clearing] li {
  cursor: pointer;
  display: block;
}
/* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
ul[data-clearing] li.clearing-feature ~ li {
  display: none;
}

/* line 31, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container .carousel {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  height: 150px;
  margin-top: 5px;
}
/* line 32, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container .visible-img {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
/* line 33, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] {
  z-index: 999;
  width: 200%;
  height: 100%;
  margin-left: 0;
  position: relative;
  left: 0;
}
/* line 34, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] li {
  display: block;
  width: 175px;
  height: inherit;
  padding: 0;
  float: left;
  overflow: hidden;
  background: #222;
  margin-right: 1px;
  position: relative;
}
/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] li.fix-height img {
  min-height: 100%;
  height: 100%;
  max-width: none;
}
/* line 38, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] li img {
  cursor: pointer !important;
  min-width: 100% !important;
}
/* line 39, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-assembled .clearing-container ul[data-clearing] li.visible {
  border-top: 4px solid white;
}

/* Overrides clear:both; when using block-grid with Clearing. Also overrided .th styling when Clearing is open */
/* line 45, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
ul.block-grid[data-clearing] {
  overflow: visible;
}

/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].two-up > li:nth-child(2n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].three-up > li:nth-child(3n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].four-up > li:nth-child(4n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].five-up > li:nth-child(5n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].six-up > li:nth-child(6n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].seven-up > li:nth-child(7n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].eight-up > li:nth-child(8n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].nine-up > li:nth-child(9n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].ten-up > li:nth-child(10n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].eleven-up > li:nth-child(11n+1) {
  clear: none;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout ul.block-grid[data-clearing].twelve-up > li:nth-child(12n+1) {
  clear: none;
}
/* line 56, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout .th img {
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 58, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_clearing.scss */
.clearing-blackout:hover img, .clearing-blackout:focus img {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/* Tabs ---------------------- */
/* line 3, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs {
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  height: 40px;
  padding: 0;
  margin-bottom: 20px;
}
/* line 4, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.contained {
  margin-bottom: 0;
  margin-left: 0;
}
/* line 6, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dt, .tabs li.section-title {
  color: #b3b3b3;
  cursor: default;
  display: block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  padding-right: 9px;
  padding-left: 20px;
  font-weight: normal;
  width: auto;
  text-transform: uppercase;
}
/* line 7, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dt:first-child, .tabs li.section-title:first-child {
  padding: 0;
  padding-right: 9px;
}
/* line 10, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd, .tabs li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 11, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd a, .tabs li a {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 23.8px;
}
/* line 12, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd a:focus, .tabs li a:focus {
  font-weight: bold;
  color: #2ba6cb;
}
/* line 14, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd.active, .tabs li.active {
  border-top: 3px solid #2ba6cb;
  margin-top: -3px;
}
/* line 15, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd.active a, .tabs li.active a {
  cursor: default;
  color: #3c3c3c;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-weight: bold;
}
/* line 17, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs dd:first-child, .tabs li:first-child {
  margin-left: 0;
}
/* line 20, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical {
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
/* line 21, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dt, .tabs.vertical dd, .tabs.vertical li {
  float: none;
  height: auto;
}
/* line 23, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd, .tabs.vertical li {
  border-left: 3px solid #cccccc;
}
/* line 24, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd a, .tabs.vertical li a {
  background: #f2f2f2;
  border: none;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* line 26, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd.active, .tabs.vertical li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}
/* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd.active a, .tabs.vertical li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
/* line 29, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.vertical dd:first-child a.active, .tabs.vertical li:first-child a.active {
  margin: 0;
}
/* line 33, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill {
  border-bottom: none;
  margin-bottom: 10px;
}
/* line 34, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd, .tabs.pill li {
  margin-right: 10px;
}
/* line 35, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd:last-child, .tabs.pill li:last-child {
  margin-right: 0;
}
/* line 36, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd a, .tabs.pill li a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background: #e6e6e6;
  height: 26px;
  line-height: 26px;
  color: #666;
}
/* line 38, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd.active, .tabs.pill li.active {
  border: none;
  margin-top: 0;
}
/* line 39, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill dd.active a, .tabs.pill li.active a {
  background-color: #2ba6cb;
  border: none;
  color: #fff;
}
/* line 42, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill.contained {
  border-bottom: solid 1px #eee;
  margin-bottom: 0;
}
/* line 44, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.pill.two-up dd, .tabs.pill.two-up li, .tabs.pill.three-up dd, .tabs.pill.three-up li, .tabs.pill.four-up dd, .tabs.pill.four-up li, .tabs.pill.five-up dd, .tabs.pill.five-up li {
  margin-right: 0;
}
/* line 49, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.two-up dt a, .tabs.two-up dd a, .tabs.two-up li a, .tabs.three-up dt a, .tabs.three-up dd a, .tabs.three-up li a, .tabs.four-up dt a, .tabs.four-up dd a, .tabs.four-up li a, .tabs.five-up dt a, .tabs.five-up dd a, .tabs.five-up li a {
  padding: 0 17px;
  text-align: center;
  overflow: hidden;
}
/* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.two-up dt, .tabs.two-up dd, .tabs.two-up li {
  width: 50%;
}
/* line 52, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.three-up dt, .tabs.three-up dd, .tabs.three-up li {
  width: 33.33%;
}
/* line 53, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.four-up dt, .tabs.four-up dd, .tabs.four-up li {
  width: 25%;
}
/* line 54, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.tabs.five-up dt, .tabs.five-up dd, .tabs.five-up li {
  width: 20%;
}

/* line 57, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
/* line 58, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content > li {
  display: none;
}
/* line 59, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content > li.active {
  display: block;
}
/* line 61, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content.contained {
  padding: 0;
}
/* line 62, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content.contained > li {
  border: solid 0 #e6e6e6;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}
/* line 63, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
ul.tabs-content.contained.vertical > li {
  border-width: 1px 1px 1px 1px;
}

/* line 67, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_tabs.scss */
.no-js ul.tabs-content > li {
  display: block;
}

/* Table of Contents

:: Visibility
:: Alerts
:: Labels
:: Tooltips
:: Panels
:: Accordion
:: Side Nav
:: Sub Nav
:: Pagination
:: Breadcrumbs
:: Lists
:: Inline/Link Lists
:: Keystroke Chars
:: Image Thumbnails
:: Video
:: Tables
:: Microformats
:: Progress Bars
:: Pricing Tables

*/
/* Alerts ---------------------- */
/* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box {
  display: block;
  padding: 6px 7px 7px;
  font-weight: bold;
  font-size: 14px;
  color: white;
  background-color: #2ba6cb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  position: relative;
}
/* line 29, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box.success {
  background-color: #5da423;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
/* line 30, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box.alert {
  background-color: #c60f13;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
/* line 31, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box.secondary {
  background-color: #e9e9e9;
  color: #505050;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
/* line 33, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box a.close {
  color: #333;
  position: absolute;
  right: 4px;
  top: -1px;
  font-size: 17px;
  opacity: 0.2;
  padding: 4px;
}
/* line 34, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.alert-box a.close:hover, div.alert-box a.close:focus {
  opacity: 0.4;
}

/* Labels ---------------------- */
/* line 41, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label {
  padding: 1px 4px 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
  color: #fff;
  background: #2ba6cb;
}
/* line 43, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 44, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label.round {
  padding: 1px 7px 2px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 46, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label.alert {
  background-color: #c60f13;
}
/* line 47, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label.success {
  background-color: #5da423;
}
/* line 48, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.label.secondary {
  background-color: #e9e9e9;
  color: #505050;
}

/* Tooltips ---------------------- */
/* line 54, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 56, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb;
}
/* line 57, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 61, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip {
  display: none;
  background: black;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
}
/* line 63, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip > .nub {
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}
/* line 64, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-override > .nub {
  border-color: transparent transparent black transparent !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent !important;
  top: -10px !important;
}
/* line 65, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-top > .nub, .tooltip.tip-centered-top > .nub {
  border-color: black transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
  top: auto;
  bottom: -10px;
}
/* line 67, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-left, .tooltip.tip-right {
  float: none !important;
}
/* line 69, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent black;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.85);
  right: -10px;
  left: auto;
}
/* line 70, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.tip-right > .nub {
  border-color: transparent black transparent transparent;
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
  right: auto;
  left: -10px;
}
/* line 72, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 73, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tooltip.opened {
  color: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important;
}

/* line 77, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888888;
  font-weight: normal;
}

/* Panels ---------------------- */
/* line 81, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  margin: 0 0 22px 0;
  padding: 20px;
}
/* line 83, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 84, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 86, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.callout {
  background: #2ba6cb;
  color: #fff;
  border-color: #2284a1;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
/* line 87, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.callout a {
  color: #fff;
}
/* line 88, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.callout .button {
  background: white;
  border: none;
  color: #2ba6cb;
  text-shadow: none;
}
/* line 90, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.callout .button:hover, .panel.callout .button:focus {
  background: rgba(255, 255, 255, 0.8);
}
/* line 94, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Accordion ---------------------- */
/* line 100, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion {
  margin: 0 0 22px 0;
  border-bottom: 1px solid #e9e9e9;
}
/* line 102, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e9e9e9;
}
/* line 104, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li > div.title {
  cursor: pointer;
  background: #f6f6f6;
  padding: 15px;
  margin: 0;
  position: relative;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  -webkit-transition: 0.15s background linear;
  -moz-transition: 0.15s background linear;
  -o-transition: 0.15s background linear;
  transition: 0.15s background linear;
}
/* line 106, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li > div.title h1, ul.accordion > li > div.title h2, ul.accordion > li > div.title h3, ul.accordion > li > div.title h4, ul.accordion > li > div.title h5 {
  margin: 0;
}
/* line 107, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li > div.title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: transparent #9d9d9d transparent transparent;
  position: absolute;
  right: 15px;
  top: 21px;
}
/* line 110, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li .content {
  display: none;
  padding: 15px;
}
/* line 112, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li.active {
  border-top: 3px solid #2ba6cb;
}
/* line 114, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li.active .title {
  background: white;
  padding-top: 13px;
}
/* line 116, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li.active .title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: #9d9d9d transparent transparent transparent;
}
/* line 118, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.accordion > li.active .content {
  background: white;
  display: block;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

/* Side Nav ---------------------- */
/* line 127, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.side-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 17px 0;
}
/* line 129, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.side-nav li {
  display: block;
  list-style: none;
  margin: 0 0 7px 0;
}
/* line 131, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.side-nav li a {
  display: block;
}
/* line 132, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.side-nav li.active a {
  color: #4d4d4d;
  font-weight: bold;
}
/* line 133, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.side-nav li.divider {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}

/* Sub Navs http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na ---------------------- */
/* line 139, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px;
  margin-right: 0;
  margin-left: -9px;
  padding-top: 4px;
}
/* line 141, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
dl.sub-nav dt, dl.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 10px;
}
/* line 142, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
dl.sub-nav dt {
  color: #999;
  font-weight: normal;
}
/* line 143, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
dl.sub-nav dd a {
  text-decoration: none;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 144, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
dl.sub-nav dd.active a {
  font-weight: bold;
  background: #2ba6cb;
  color: #fff;
  padding: 3px 9px;
  cursor: default;
}

/* Pagination ---------------------- */
/* line 150, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination {
  display: block;
  height: 24px;
  margin-left: -5px;
}
/* line 152, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li {
  float: left;
  display: block;
  height: 24px;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}
/* line 154, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li a {
  display: block;
  padding: 1px 7px 1px;
  color: #555;
}
/* line 155, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li:hover a, ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 156, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}
/* line 157, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 158, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 159, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #2ba6cb;
}

/* line 165, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.pagination-centered {
  text-align: center;
}
/* line 167, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

/* Breadcrums ---------------------- */
/* line 172, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs {
  display: block;
  background: #f6f6f6;
  padding: 6px 10px 7px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-left: 0;
}
/* line 174, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
  list-style: none;
}
/* line 176, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li a, ul.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 12px;
}
/* line 177, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span {
  padding-left: 0;
}
/* line 180, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li:before {
  content: "/";
  color: #aaa;
}
/* line 181, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li:first-child:before {
  content: " ";
}
/* line 182, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li.current a {
  cursor: default;
  color: #333;
}
/* line 183, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
  text-decoration: underline;
}
/* line 184, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus {
  text-decoration: none;
}
/* line 186, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li.unavailable a {
  color: #999;
}
/* line 187, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

/* Inline Link List */
/* line 193, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.inline-list, ul.link-list {
  margin: 0 0 17px -22px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 195, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.inline-list > li, ul.link-list > li {
  list-style: none;
  float: left;
  margin-left: 22px;
  display: block;
}
/* line 197, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.inline-list > li > *, ul.link-list > li > * {
  display: block;
}

/* Keytroke Characters ---------------------- */
/* line 203, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.keystroke, kbd {
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 13px;
  padding: 2px 4px 0px;
  margin: 0;
  background: #ededed;
  border: solid 1px #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Image Thumbnails ---------------------- */
/* line 206, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.th {
  display: block;
}
/* line 207, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.th img {
  display: block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
/* line 209, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.th:hover img, .th:focus img {
  -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  -moz-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}

/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */
/* line 215, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
/* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 224, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 226, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Tables ---------------------- */
/* line 232, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}

/* line 234, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead, table tfoot {
  background: #f5f5f5;
}

/* line 239, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

/* line 241, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

/* line 242, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead tr th:first-child, table tfoot tr td:first-child {
  border-left: none;
}

/* line 243, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table thead tr th:last-child, table tfoot tr td:last-child {
  border-right: none;
}

/* line 246, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}

/* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* line 248, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}

/* Microformats ---------------------- */
/* line 252, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  padding: 10px;
}
/* line 254, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.vcard li {
  margin: 0;
  display: block;
}
/* line 255, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
ul.vcard li.fn {
  font-weight: bold;
  font-size: 15px;
}

/* line 260, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
p.vevent span.summary {
  font-weight: bold;
}
/* line 261, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}

/* Progress Bar ---------------------- */
/* line 266, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress {
  padding: 2px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  height: 25px;
  /* meter */
  /* border radii */
}
/* line 269, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress .meter {
  background: #2ba6cb;
  height: 100%;
  display: block;
  width: 50%;
}
/* line 270, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.secondary .meter {
  background: #e9e9e9;
}
/* line 271, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.success .meter {
  background: #5da423;
}
/* line 272, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.alert .meter {
  background: #c60f13;
}
/* line 275, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 276, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.radius .meter {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 278, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 279, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
div.progress.round .meter {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

/* Pricing Tables ---------------------- */
/* line 285, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 20px;
}
/* line 286, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 287, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .title {
  background-color: #dddddd;
  padding: 15px 20px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
/* line 288, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .price {
  background-color: #eeeeee;
  padding: 15px 20px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
}
/* line 289, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .description {
  background-color: white;
  padding: 15px;
  text-align: center;
  color: #777777;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
/* line 290, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .bullet-item {
  background-color: white;
  padding: 15px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
/* line 291, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 20px;
}

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
/* line 10, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}

/* line 18, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  /* line 27, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 34, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 44, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 51, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  /* line 61, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 68, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Orientation targeting */
/* line 73, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 75, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 79, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 81, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 86, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 88, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
/* Touch-enabled device targeting */
/* line 92, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.show-for-touch {
  display: none !important;
}

/* line 93, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 94, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 95, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
/* line 102, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 108, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 115, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {
  /* NavBar --- */
  /*            */
  /* line 124, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  /* line 130, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flex-video {
    padding-top: 0;
  }
}
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* NavBar --- */
  /*            */
  /* line 139, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .touch .nav-bar li a {
    font-size: 13px;
  }
  /* line 141, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important;
  }
  /* line 142, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }

  /* Clearing --- */
  /*              */
  /* line 148, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right, .clearing-main-left {
    height: 100%;
    width: 40px;
    top: 0;
    border: none;
  }
  /* line 153, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right:before, .clearing-main-left:before {
    position: absolute;
    top: 50%;
  }

  /* line 155, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-left {
    left: 0;
  }
  /* line 157, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-left:before {
    left: 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent white transparent transparent;
  }

  /* line 159, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right {
    height: 100%;
    right: 0;
  }
  /* line 162, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent transparent transparent white;
  }
}
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  /* line 172, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .left, .right {
    float: none;
  }

  /* line 173, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* The Grid --- */
  /*              */
  /* line 177, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 178, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .column, .columns {
    width: auto !important;
    float: none;
  }

  /* line 179, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .column:last-child, .columns:last-child {
    float: none;
  }

  /* line 180, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  /* line 181, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table;
  }

  /* line 182, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .column:after, .columns:after {
    clear: both;
  }

  /* line 185, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
    margin-left: 0 !important;
  }

  /* line 186, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
  }

  /* line 187, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto;
  }

  /* Mobile 4-column Grid */
  /* line 200, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 0px;
  }
  /* line 201, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-one:last-child {
    float: right;
  }
  /* line 202, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-one.end {
    float: left;
  }
  /* line 205, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row.collapse .mobile-one {
    padding: 0;
  }

  /* line 200, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 0px;
  }
  /* line 201, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-two:last-child {
    float: right;
  }
  /* line 202, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-two.end {
    float: left;
  }
  /* line 205, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row.collapse .mobile-two {
    padding: 0;
  }

  /* line 200, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 0px;
  }
  /* line 201, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-three:last-child {
    float: right;
  }
  /* line 202, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-three.end {
    float: left;
  }
  /* line 205, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row.collapse .mobile-three {
    padding: 0;
  }

  /* line 200, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 0px;
  }
  /* line 201, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-four:last-child {
    float: right;
  }
  /* line 202, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row .mobile-four.end {
    float: left;
  }
  /* line 205, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .row.collapse .mobile-four {
    padding: 0;
  }

  /* line 210, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .push-one-mobile {
    left: 25%;
  }

  /* line 211, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .pull-one-mobile {
    right: 25%;
  }

  /* line 210, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .push-two-mobile {
    left: 50%;
  }

  /* line 211, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .pull-two-mobile {
    right: 50%;
  }

  /* line 210, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .push-three-mobile {
    left: 75%;
  }

  /* line 211, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .pull-three-mobile {
    right: 75%;
  }

  /* Block Grids --- */
  /*                 */
  /* line 217, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* line 221, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid > li {
    clear: none;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-seven-up > li {
    width: 14.28571%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-seven-up > li:nth-child(7n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-eight-up > li {
    width: 12.5%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-eight-up > li:nth-child(8n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-nine-up > li {
    width: 11.11111%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-nine-up > li:nth-child(9n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-ten-up > li {
    width: 10%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-ten-up > li:nth-child(10n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
    clear: both;
  }
  /* line 223, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%;
  }
  /* line 225, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
    clear: both;
  }

  /* Forms --- */
  /*           */
  /* Label alignment */
  /* line 234, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  label.right {
    text-align: left;
  }

  /* Extend width of all inputs */
  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].one,
  input[type="password"].one,
  input[type="date"].one,
  input[type="datetime"].one,
  input[type="email"].one,
  input[type="number"].one,
  input[type="search"].one,
  input[type="tel"].one,
  input[type="time"].one,
  input[type="url"].one,
  textarea.one,
  .row textarea.one {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].two,
  input[type="password"].two,
  input[type="date"].two,
  input[type="datetime"].two,
  input[type="email"].two,
  input[type="number"].two,
  input[type="search"].two,
  input[type="tel"].two,
  input[type="time"].two,
  input[type="url"].two,
  textarea.two,
  .row textarea.two {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].three,
  input[type="password"].three,
  input[type="date"].three,
  input[type="datetime"].three,
  input[type="email"].three,
  input[type="number"].three,
  input[type="search"].three,
  input[type="tel"].three,
  input[type="time"].three,
  input[type="url"].three,
  textarea.three,
  .row textarea.three {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].four,
  input[type="password"].four,
  input[type="date"].four,
  input[type="datetime"].four,
  input[type="email"].four,
  input[type="number"].four,
  input[type="search"].four,
  input[type="tel"].four,
  input[type="time"].four,
  input[type="url"].four,
  textarea.four,
  .row textarea.four {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].five,
  input[type="password"].five,
  input[type="date"].five,
  input[type="datetime"].five,
  input[type="email"].five,
  input[type="number"].five,
  input[type="search"].five,
  input[type="tel"].five,
  input[type="time"].five,
  input[type="url"].five,
  textarea.five,
  .row textarea.five {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].six,
  input[type="password"].six,
  input[type="date"].six,
  input[type="datetime"].six,
  input[type="email"].six,
  input[type="number"].six,
  input[type="search"].six,
  input[type="tel"].six,
  input[type="time"].six,
  input[type="url"].six,
  textarea.six,
  .row textarea.six {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].seven,
  input[type="password"].seven,
  input[type="date"].seven,
  input[type="datetime"].seven,
  input[type="email"].seven,
  input[type="number"].seven,
  input[type="search"].seven,
  input[type="tel"].seven,
  input[type="time"].seven,
  input[type="url"].seven,
  textarea.seven,
  .row textarea.seven {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].eight,
  input[type="password"].eight,
  input[type="date"].eight,
  input[type="datetime"].eight,
  input[type="email"].eight,
  input[type="number"].eight,
  input[type="search"].eight,
  input[type="tel"].eight,
  input[type="time"].eight,
  input[type="url"].eight,
  textarea.eight,
  .row textarea.eight {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].nine,
  input[type="password"].nine,
  input[type="date"].nine,
  input[type="datetime"].nine,
  input[type="email"].nine,
  input[type="number"].nine,
  input[type="search"].nine,
  input[type="tel"].nine,
  input[type="time"].nine,
  input[type="url"].nine,
  textarea.nine,
  .row textarea.nine {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].ten,
  input[type="password"].ten,
  input[type="date"].ten,
  input[type="datetime"].ten,
  input[type="email"].ten,
  input[type="number"].ten,
  input[type="search"].ten,
  input[type="tel"].ten,
  input[type="time"].ten,
  input[type="url"].ten,
  textarea.ten,
  .row textarea.ten {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].eleven,
  input[type="password"].eleven,
  input[type="date"].eleven,
  input[type="datetime"].eleven,
  input[type="email"].eleven,
  input[type="number"].eleven,
  input[type="search"].eleven,
  input[type="tel"].eleven,
  input[type="time"].eleven,
  input[type="url"].eleven,
  textarea.eleven,
  .row textarea.eleven {
    width: 100% !important;
  }

  /* line 247, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  input[type="text"].twelve,
  input[type="password"].twelve,
  input[type="date"].twelve,
  input[type="datetime"].twelve,
  input[type="email"].twelve,
  input[type="number"].twelve,
  input[type="search"].twelve,
  input[type="tel"].twelve,
  input[type="time"].twelve,
  input[type="url"].twelve,
  textarea.twelve,
  .row textarea.twelve {
    width: 100% !important;
  }

  /* Buttons --- */
  /*             */
  /* Basic overrides */
  /* line 261, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button {
    display: block;
  }

  /* line 262, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  button.button, input[type="submit"].button, input[type="reset"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Button Groups */
  /* line 265, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button, .button-group input[type="submit"].button {
    width: auto;
    padding: 10px 20px 11px;
  }
  /* line 266, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button.large, .button-group input[type="submit"].button.large {
    padding: 15px 30px 16px;
  }
  /* line 267, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button.medium, .button-group input[type="submit"].button.medium {
    padding: 10px 20px 11px;
  }
  /* line 268, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button.small, .button-group input[type="submit"].button.small {
    padding: 7px 14px 8px;
  }
  /* line 269, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny {
    padding: 5px 10px 6px;
  }
  /* line 271, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .button-group.even button.button, .button-group.even input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar --- */
  /*            */
  /* line 276, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar {
    height: auto;
  }
  /* line 277, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li {
    float: none;
    display: block;
    border-right: none;
  }
  /* line 278, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }
  /* line 279, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li:first-child > a.main {
    border-top: none;
  }
  /* line 280, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
  }
  /* line 281, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }
  /* line 282, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }
  /* line 283, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }

  /* line 285, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }
  /* line 286, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }
  /* line 287, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flyout.small, .flyout.large {
    width: 100% !important;
  }
  /* line 288, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .flyout p:last-child {
    margin-bottom: 18px;
  }

  /* Reveal --- */
  /*            */
  /* line 293, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .reveal-modal-bg {
    position: absolute;
  }

  /* line 298, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    width: 80%;
    top: 15px;
    left: 50%;
    margin-left: -40%;
    padding: 20px;
    height: auto;
  }

  /* Clearing --- */
  /*              */
  /* line 302, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-container {
    margin: 0;
  }

  /* line 303, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-close {
    z-index: 99;
    font-size: 37px;
    top: 0px;
    right: 5px;
  }

  /* line 304, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-caption {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px !important;
    line-height: 1.3;
  }

  /* line 305, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-main-right, .clearing-main-left {
    display: none;
  }

  /* line 307, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-blackout.clearing-assembled .visible-img, .clearing-blackout.clearing-assembled .clearing-container {
    height: 100%;
  }
  /* line 308, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .clearing-blackout.clearing-assembled ul[data-clearing] {
    display: none;
  }

  /* Joyride --- */
  /*             */
  /* line 313, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .joyride-tip-guide {
    width: 95% !important;
    left: 2.5% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 314, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .joyride-tip-guide-wrapper {
    width: 100%;
  }

  /* Tabs --- */
  /*          */
  /* line 318, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    border-bottom: solid 1px #ccc;
    height: auto;
    margin: 20px -15px 0px -15px;
  }
  /* line 319, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile dt, .tabs.mobile li, .tabs.mobile dd {
    float: none;
    height: auto;
  }
  /* line 320, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile dd a, .tabs.mobile li a {
    font-size: 15px;
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    margin: 0;
    color: #555;
    line-height: 1;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }
  /* line 321, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile dd a.active, .tabs.mobile li a.active {
    border: none;
    background: #2ba6cb;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }
  /* line 322, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile dd:first-child a.active, .tabs.mobile li:first-child a.active {
    margin: 0;
  }
  /* line 323, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile + .tabs-content.contained {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 324, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile .section-title {
    padding-left: 20px !important;
  }

  /* line 327, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .contained.mobile {
    margin-bottom: 0;
  }

  /* line 328, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .contained.tabs.mobile dd a, .contained.tabs.mobile li a {
    padding: 18px 20px;
  }

  /* line 329, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0;
  }

  /* UI Elements --- */
  /*                 */
  /* Tooltips */
  /* line 334, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tooltip {
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
    left: 50% !important;
    max-width: 80% !important;
    margin-left: -40%;
    font-size: 110%;
  }

  /* line 343, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px;
  }
}
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 940px) {
  /* line 354, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar {
    margin-bottom: 0;
    overflow: hidden;
    height: 45px;
    background: #222222;
    /* Override contain to grid stuff for breakpoint */
    /* Setting up the sliding area */
    /* When the Small Nav is Showing */
  }
  /* line 355, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar .js-generated {
    display: block;
  }
  /* line 358, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .contain-to-grid .top-bar {
    width: auto;
  }
  /* line 361, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms 0;
    -moz-transition: left 300ms 0;
    -o-transition: left 300ms 0;
    transition: left 300ms 0;
  }
  /* line 362, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }
  /* line 363, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li {
    float: none;
    /* Branding and name */
    /* Dropdown Toggle */
    /* Divider for breakpoint */
    /* Search Overrides for breakpoint size */
    /* Dropdown Level 1 */
    /* Dropdown Level 2 */
  }
  /* line 364, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.active, .top-bar ul > li:hover {
    background: #151515;
  }
  /* line 366, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.name {
    height: 45px;
  }
  /* line 367, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.name h1 {
    line-height: 1;
  }
  /* line 368, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.name h1 a {
    color: white;
    display: block;
    line-height: 45px !important;
    padding-left: 15px;
    height: 45px;
  }
  /* line 371, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li:hover a, .top-bar ul > li.active a {
    color: white;
  }
  /* line 372, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li a:not(.button) {
    color: white;
  }
  /* line 375, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.toggle-topbar {
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  /* line 376, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: white transparent transparent transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 22.5px;
    margin-top: -4px;
  }
  /* line 378, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.toggle-topbar:hover {
    background: inherit;
  }
  /* line 380, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.toggle-topbar a {
    padding: 0 !important;
  }
  /* line 383, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.divider {
    border-bottom: solid 1px #3c3c3c;
    border-top: solid 1px black;
    clear: both;
    height: 1px !important;
    margin: 8px 0 !important;
    width: 100%;
  }
  /* line 386, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.search {
    padding: 0 22.5px;
  }
  /* line 387, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.search form {
    width: 100%;
  }
  /* line 388, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.search form input[type=text] {
    width: 75%;
  }
  /* line 389, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.search form .button {
    top: -1px;
    width: 25%;
  }
  /* line 395, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown a {
    padding-right: 33.75px;
  }
  /* line 396, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
  }
  /* line 398, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown:hover > .dropdown {
    display: block;
    visibility: hidden;
  }
  /* line 399, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown {
    visibility: hidden;
    z-index: 0 !important;
  }
  /* line 400, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved {
    position: static;
  }
  /* line 401, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown {
    top: 0;
    visibility: visible;
  }
  /* line 403, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    margin-bottom: 6px;
    padding-top: 6px !important;
    font-size: 11px;
  }
  /* line 404, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) {
    padding-bottom: 0;
  }
  /* line 405, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
    padding: 8px 22.5px;
    font-size: 14px;
  }
  /* line 407, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li a, .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    padding: 0 22.5px;
  }
  /* line 408, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li a:hover {
    background: #3c3c3c;
    display: block;
  }
  /* line 409, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li.divider {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 412, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title {
    padding-bottom: 0;
  }
  /* line 413, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title a:before {
    position: absolute;
    top: 50%;
    left: 17.5px;
    margin-top: -5px;
    width: 0;
    height: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent white transparent transparent;
  }
  /* line 414, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title h5 {
    margin: 0;
    padding-left: 15px;
    position: relative;
  }
  /* line 415, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title h5 a {
    background: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 23px;
    font-weight: bold;
  }
  /* line 422, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li {
    background: transparent;
  }
  /* line 424, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  /* line 425, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
    padding-right: 33.75px;
  }
  /* line 426, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    content: "";
    margin-right: 15px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
  }
  /* line 428, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover {
    background: #3c3c3c;
  }
  /* line 431, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved {
    position: static;
  }
  /* line 432, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved .dropdown {
    top: 0;
    visibility: visible;
  }
  /* line 434, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover {
    display: block;
  }
  /* line 438, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul.left, .top-bar ul.right {
    float: none;
    width: 100%;
  }
  /* line 439, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul.left > li, .top-bar ul.right > li {
    display: block;
    float: none;
    margin: 0 !important;
  }
  /* line 441, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul.left > li.has-dropdown .dropdown, .top-bar ul.right > li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  /* line 446, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar section > ul li a:not(.button) {
    padding-left: 22.5px !important;
  }
  /* line 449, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar.expanded {
    height: 100%;
  }
  /* line 450, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar.expanded ul li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: transparent transparent #cccccc transparent;
    top: auto;
    bottom: 50%;
    margin-bottom: -4px;
  }

  /* line 453, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul li.has-button {
    padding: 5px 15px;
  }

  /* line 454, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul li .button.small {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
  }

  /* line 456, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_mqueries.scss */
  .top-bar ul > li.has-button a.button {
    margin: 0;
  }
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 181, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 198, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 205, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 278, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 290, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 317, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 327, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 337, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 361, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 370, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 12, ../sass/_jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../sass/_jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  width: 634px;
  max-width: 634px;
  min-height: 661px;
}

/* line 30, ../sass/_jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

/* line 37, ../sass/_jquery.fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../sass/_jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../sass/_jquery.fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../sass/_jquery.fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../sass/_jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../sass/_jquery.fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../sass/_jquery.fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../sass/_jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../sass/_jquery.fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/layout/fancybox_sprite.png");
}

/* line 82, ../sass/_jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../sass/_jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/layout/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../sass/_jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../sass/_jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/layout/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 122, ../sass/_jquery.fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../sass/_jquery.fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../sass/_jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../sass/_jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../sass/_jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../sass/_jquery.fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../sass/_jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../sass/_jquery.fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../sass/_jquery.fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../sass/_jquery.fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../sass/_jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/layout/fancybox_overlay.png");
}

/* line 190, ../sass/_jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../sass/_jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, ../sass/_jquery.fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, ../sass/_jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../sass/_jquery.fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../sass/_jquery.fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../sass/_jquery.fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../sass/_jquery.fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../sass/_jquery.fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../sass/_jquery.fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/layout/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../sass/_jquery.fancybox.scss */
  #fancybox-loading div {
    background-image: url("../img/layout/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* @group Base */
/* line 2, ../sass/_chosen.scss */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
}

/* line 10, ../sass/_chosen.scss */
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 24, ../sass/_chosen.scss */
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* @end */
/* @group Single Chosen */
/* line 30, ../sass/_chosen.scss */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 51, ../sass/_chosen.scss */
.chzn-container-single .chzn-default {
  color: #999;
}

/* line 54, ../sass/_chosen.scss */
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 61, ../sass/_chosen.scss */
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}

/* line 64, ../sass/_chosen.scss */
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/layout/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 74, ../sass/_chosen.scss */
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}

/* line 77, ../sass/_chosen.scss */
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}

/* line 80, ../sass/_chosen.scss */
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 88, ../sass/_chosen.scss */
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/layout/chosen-sprite.png") no-repeat 0px 2px;
}

/* line 94, ../sass/_chosen.scss */
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 101, ../sass/_chosen.scss */
.chzn-container-single .chzn-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../img/layout/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/layout/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../img/layout/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/layout/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/layout/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/layout/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
}

/* line 119, ../sass/_chosen.scss */
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 124, ../sass/_chosen.scss */
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Multi Chosen */
/* line 131, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 151, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}

/* line 155, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 160, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li.search-field input {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
}

/* line 172, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #999;
}

/* line 175, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 193, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/layout/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 203, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 206, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 217, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 220, ../sass/_chosen.scss */
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 223, ../sass/_chosen.scss */
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}

/* line 227, ../sass/_chosen.scss */
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 232, ../sass/_chosen.scss */
.chzn-container-multi .chzn-drop .result-selected em {
  background: transparent;
}

/* @end */
/* @group Results */
/* line 238, ../sass/_chosen.scss */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 247, ../sass/_chosen.scss */
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

/* line 254, ../sass/_chosen.scss */
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 258, ../sass/_chosen.scss */
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 263, ../sass/_chosen.scss */
.chzn-container .chzn-results li.disabled-result em {
  background: transparent;
}

/* line 266, ../sass/_chosen.scss */
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 275, ../sass/_chosen.scss */
.chzn-container .chzn-results li.highlighted em {
  background: transparent;
}

/* line 278, ../sass/_chosen.scss */
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

/* line 282, ../sass/_chosen.scss */
.chzn-container .chzn-results li.group-result {
  color: #999;
  font-weight: bold;
  cursor: default;
}

/* line 287, ../sass/_chosen.scss */
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}

/* line 290, ../sass/_chosen.scss */
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

/* @end */
/* @group Active  */
/* line 297, ../sass/_chosen.scss */
.chzn-container-active .chzn-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 301, ../sass/_chosen.scss */
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 314, ../sass/_chosen.scss */
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}

/* line 318, ../sass/_chosen.scss */
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}

/* line 321, ../sass/_chosen.scss */
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 325, ../sass/_chosen.scss */
.chzn-container-active .chzn-choices li.search-field input {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
/* line 331, ../sass/_chosen.scss */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 335, ../sass/_chosen.scss */
.chzn-disabled .chzn-single {
  cursor: default;
}

/* line 338, ../sass/_chosen.scss */
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 344, ../sass/_chosen.scss */
.chzn-rtl {
  text-align: right;
}

/* line 347, ../sass/_chosen.scss */
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 351, ../sass/_chosen.scss */
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 356, ../sass/_chosen.scss */
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}

/* line 359, ../sass/_chosen.scss */
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}

/* line 363, ../sass/_chosen.scss */
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}

/* line 367, ../sass/_chosen.scss */
.chzn-rtl .chzn-choices li {
  float: right;
}

/* line 370, ../sass/_chosen.scss */
.chzn-rtl .chzn-choices li.search-field input {
  direction: rtl;
}

/* line 373, ../sass/_chosen.scss */
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 377, ../sass/_chosen.scss */
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 382, ../sass/_chosen.scss */
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}

/* line 385, ../sass/_chosen.scss */
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 389, ../sass/_chosen.scss */
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 393, ../sass/_chosen.scss */
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}

/* line 396, ../sass/_chosen.scss */
.chzn-rtl .chzn-search input {
  padding: 4px 5px 4px 20px;
  background: white url("../img/layout/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/layout/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../img/layout/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/layout/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/layout/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/layout/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}

/* line 406, ../sass/_chosen.scss */
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}

/* line 409, ../sass/_chosen.scss */
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 422, ../sass/_chosen.scss */
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url("../img/layout/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
@font-face {
  font-family: 'BebasRegular';
  src: url("../font/BEBAS___-webfont.eot");
  src: url("../font/BEBAS___-webfont.eot?#iefix") format("embedded-opentype"), url("../font/BEBAS___-webfont.woff") format("woff"), url("../font/BEBAS___-webfont.ttf") format("truetype"), url("../font/BEBAS___-webfont.svg#BebasRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../font/BebasNeue-webfont.eot");
  src: url("../font/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../font/BebasNeue-webfont.woff") format("woff"), url("../font/BebasNeue-webfont.ttf") format("truetype"), url("../font/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* MIXIN */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 767px) {
  /* line 43, ../sass/_general.scss */
  .outer-wrap {
    overflow: hidden;
  }

  /* line 46, ../sass/_general.scss */
  .inner-wrap.shifted {
    left: 80%;
  }

  /* line 50, ../sass/_general.scss */
  .outer-wrap,
  .inner-wrap {
    background-color: #2b2b2b;
    position: relative;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  /* line 61, ../sass/_general.scss */
  .nav_wrap {
    position: static;
  }

  /* line 64, ../sass/_general.scss */
  #navFixed {
    display: none !important;
  }
}
/* line 69, ../sass/_general.scss */
.inner-wrap {
  background-color: #222222;
}

/* line 74, ../sass/_general.scss */
.stripe .incipit {
  cursor: pointer;
  overflow: hidden;
}
/* line 78, ../sass/_general.scss */
.stripe .incipit img {
  display: block;
}
/* line 82, ../sass/_general.scss */
.stripe .detail {
  background-color: white;
  overflow: hidden;
}

/* line 93, ../sass/_general.scss */
.homepage .stripe a,
.homepage .stripe img {
  display: block;
}

/* line 98, ../sass/_general.scss */
#magazine-stripe {
  /*background: black url(../img/content/lancio-2.jpg) no-repeat top left;*/
}
/* line 101, ../sass/_general.scss */
#magazine-stripe .stripe-image {
  display: block;
  width: 100%;
  height: auto;
  background: black;
}
@media only screen and (max-width: 767px) {
  /* line 98, ../sass/_general.scss */
  #magazine-stripe {
    background-size: 100%;
  }
  /* line 111, ../sass/_general.scss */
  #magazine-stripe .stripe-image {
    background: transparent;
  }
}

/* line 118, ../sass/_general.scss */
.popup {
  display: none;
  width: 20em;
  height: 202px;
  padding: 17px 0 10px 0;
  margin: 10px 0 0;
  background: transparent url(../img/layout/bg_popup.png) 0 0 no-repeat;
}
/* line 125, ../sass/_general.scss */
.popup .jspTrack {
  background-color: white;
}
/* line 128, ../sass/_general.scss */
.popup .jspDrag {
  background-color: #999999;
}
/* line 131, ../sass/_general.scss */
.popup .jspVerticalBar {
  right: 1em;
}
/* line 134, ../sass/_general.scss */
.popup ul {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  background-color: white;
  height: 202px;
  width: 100%;
  overflow: hidden;
  list-style-type: none;
  text-align: left;
  padding: 10px 0;
  margin: 0;
}
/* line 146, ../sass/_general.scss */
.popup ul li {
  display: block;
}
/* line 148, ../sass/_general.scss */
.popup ul li a {
  display: block;
  padding: 5px 0 5px 0;
  text-indent: 2em;
  line-height: 1.6em;
  text-transform: uppercase;
  color: black !important;
  font-family: 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
}
/* line 158, ../sass/_general.scss */
.popup ul li a:hover {
  background-color: #c59365;
}

/* line 167, ../sass/_general.scss */
.lazy, .lazyload {
  display: none;
}

/* line 172, ../sass/_general.scss */
.background_black {
  background-color: black;
}

/* line 176, ../sass/_general.scss */
.lalign {
  text-align: left;
}

/* line 180, ../sass/_general.scss */
.separator {
  background: transparent url(../img/layout/separator.png) 0 0 repeat;
  height: 3px;
  width: 100%;
  clear: both;
}

/* line 186, ../sass/_general.scss */
.separator_small {
  background: transparent url(../img/layout/separator_small.png) 0 0 repeat;
  height: 3px;
  width: 100%;
  clear: both;
}

/* line 192, ../sass/_general.scss */
.push5 {
  margin: 5px 0 0;
}

/* line 195, ../sass/_general.scss */
.push10 {
  margin: 10px 0 0;
}

/* line 198, ../sass/_general.scss */
.push20 {
  margin: 20px 0 0;
}

/* line 201, ../sass/_general.scss */
.push30 {
  margin: 30px 0 0;
}

/* line 204, ../sass/_general.scss */
.push50 {
  margin: 50px 0 0;
}

/* line 207, ../sass/_general.scss */
.push80 {
  margin: 80px 0 0;
}

/* line 210, ../sass/_general.scss */
.push130 {
  margin: 130px 0 0;
}

/* line 213, ../sass/_general.scss */
.pad130 {
  padding: 130px 0 0;
}

/* line 216, ../sass/_general.scss */
.pad250 {
  padding: 250px 0 0;
}

/* line 220, ../sass/_general.scss */
.floatl {
  float: left;
  display: block;
}

/* line 221, ../sass/_general.scss */
.floatr {
  float: right;
  display: block;
}

/* line 223, ../sass/_general.scss */
.nomargin {
  margin: 0;
}

/* line 225, ../sass/_general.scss */
.padding-right30 {
  padding-right: 3em;
}

/* line 226, ../sass/_general.scss */
.padding-left10 {
  padding-left: 1em;
}

/* line 228, ../sass/_general.scss */
.borded {
  border-top: 5px solid black;
  border-bottom: 5px solid black;
}

/* line 232, ../sass/_general.scss */
.hidden {
  display: none;
}

/* line 236, ../sass/_general.scss */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 243, ../sass/_general.scss */
.isotope,
.isotope .item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 252, ../sass/_general.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

/* line 260, ../sass/_general.scss */
.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* line 5, ../sass/_header.scss */
.no-touch .header .local-web-site a:hover {
  color: #c59365;
  text-decoration: underline;
}
/* line 14, ../sass/_header.scss */
.no-touch .header .language li a:hover {
  color: #c59365;
  text-decoration: underline;
}

/* line 25, ../sass/_header.scss */
.header {
  background-color: black;
  height: 215px;
  text-align: center;
}
/* line 29, ../sass/_header.scss */
.header h1 {
  padding: 70px 0 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass/_header.scss */
  .header .logo {
    width: 200px;
  }
}
/* line 40, ../sass/_header.scss */
.header .local-web-site .otherloc {
  margin-top: 30px;
}
/* line 43, ../sass/_header.scss */
.header .local-web-site .filter_opener {
  float: left;
  margin: 15px 0 0 0;
  padding-left: 4em;
  color: white;
  display: inline;
  text-transform: uppercase;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 1.1em;
}
/* line 53, ../sass/_header.scss */
.header .local-web-site .filter {
  position: relative;
}
/* line 55, ../sass/_header.scss */
.header .local-web-site .filter .popup {
  position: absolute;
  left: 63px;
  top: 30px;
  z-index: 10;
  height: 250px;
  /*160px;*/
}
/* line 61, ../sass/_header.scss */
.header .local-web-site .filter .popup ul {
  height: 250px;
  /*160px;*/
}
/* line 65, ../sass/_header.scss */
.header .local-web-site .filter .continent {
  padding-left: 1.5em;
  color: #aaa;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.1em;
}
/* line 74, ../sass/_header.scss */
.header .language {
  float: right;
  margin: 15px 0 0 0;
  padding-right: 4em;
}
/* line 78, ../sass/_header.scss */
.header .language ul {
  display: inline-block;
  line-height: 1em;
  margin: 0 5px 0 0;
  padding: 0 12px 0 0;
}
/* line 84, ../sass/_header.scss */
.header .language ul:last-child, .header .language ul.last {
  padding: 0;
  margin: 0;
  background: none;
}
/* line 90, ../sass/_header.scss */
.header .language li {
  display: inline;
  color: white;
  font-size: 1.1em;
  font-family: 'Ubuntu Condensed', sans-serif;
}
/* line 95, ../sass/_header.scss */
.header .language li a {
  color: white;
  display: inline;
  text-transform: uppercase;
}
/* line 101, ../sass/_header.scss */
.header .language li .nl_link {
  margin-right: 2.2em;
}
/* line 105, ../sass/_header.scss */
.header .language li.active a {
  color: white !important;
  text-decoration: underline !important;
}
/* line 111, ../sass/_header.scss */
.header #pause_button {
  padding-right: 23px;
  margin-right: 20px;
  background: transparent url(../img/layout/sound_on.gif) 100% 50% no-repeat;
}
/* line 115, ../sass/_header.scss */
.header #pause_button .off {
  text-decoration: none;
}
/* line 118, ../sass/_header.scss */
.header #pause_button .on {
  text-decoration: underline;
}
/* line 121, ../sass/_header.scss */
.header #pause_button.active {
  background-image: url(../img/layout/sound_off.gif);
}
/* line 123, ../sass/_header.scss */
.header #pause_button.active .off {
  text-decoration: underline !important;
}
/* line 126, ../sass/_header.scss */
.header #pause_button.active .on {
  text-decoration: none !important;
}

/* line 3, ../sass/_nav.scss */
.no-touch .nav li a:hover {
  color: white;
}

/* line 7, ../sass/_nav.scss */
.shifted .nav .trigger {
  background: #c59365 url('images/sprite-s04cddb2378.png') 0 -2203px no-repeat;
  background-position: 8px -2195px;
}

/* line 13, ../sass/_nav.scss */
.nav,
#navFixed {
  background-color: black;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 35px;
  z-index:2000;
  /* Smartphones (portrait and landscape) ----------- */
}
/* line 20, ../sass/_nav.scss */
.nav .gohome,
#navFixed .gohome {
  position: absolute;
  left: 0;
  top: 0;
  width: 115px;
  height: 45px;
  z-index:2000;
}
/* line 28, ../sass/_nav.scss */
.nav ul,
#navFixed ul {
  display: inline-block;
}
/* line 33, ../sass/_nav.scss */
.ie7 .nav ul, .ie8 .nav ul,
.nav ul .lt-ie9, .ie7
#navFixed ul, .ie8
#navFixed ul,
#navFixed ul .lt-ie9 {
  width: 770px;
}
/* line 37, ../sass/_nav.scss */
.nav ul.lang,
#navFixed ul.lang {
  display: none;
}
/* line 40, ../sass/_nav.scss */
.nav ul.lang li,
#navFixed ul.lang li {
  background-color: #2b2b2b;
}
/* line 45, ../sass/_nav.scss */
.nav li,
#navFixed li {
  display: inline-block;
  float: left;
  text-align: center;
  background: transparent url(images/bg_nav_li.gif) 100% 6px no-repeat;
  /* iPads and desktop ----------- */
}
/* line 50, ../sass/_nav.scss */
.nav li a,
#navFixed li a {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight:700;
  text-transform: uppercase;
  color: #ddd;
  display: inline-block;
  height: 35px;
  padding: 0 1.6em;
}
@media only screen and (min-width: 768px) {
  /* line 63, ../sass/_nav.scss */
  .nav li:last-child, .nav li.last,
  #navFixed li:last-child,
  #navFixed li.last {
    background: none;
  }
}
/* line 67, ../sass/_nav.scss */
.nav li.active a,
#navFixed li.active a {
  font-weight: 700;
  background: transparent url(images/bg_nav_active.png) 50% 100% no-repeat;
}
/* line 71, ../sass/_nav.scss */
.nav li.last,
#navFixed li.last {
  background: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 13, ../sass/_nav.scss */
  .nav,
  #navFixed {
    position: absolute;
    top: 0;
    left: -80%;
    background-color: #1e1e1e;
    height: auto;
    width: 80%;
    z-index: 1;
  }
  /* line 87, ../sass/_nav.scss */
  .nav .trigger,
  #navFixed .trigger {
    display: block;
    background: #353535 url('images/sprite-s04cddb2378.png') 0 -5078px no-repeat;
    background-position: 5px -5068px;
    height: 51px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 100%;
  }
  /* line 98, ../sass/_nav.scss */
  .nav ul,
  #navFixed ul {
    display: block;
    width: 100%;
  }
  /* line 102, ../sass/_nav.scss */
  .nav ul.lang,
  #navFixed ul.lang {
    display: block;
  }
  /* line 106, ../sass/_nav.scss */
  .nav ul li,
  #navFixed ul li {
    border-bottom: 1px solid #505050;
    display: block;
    padding: 0;
    text-align: left;
    background: url('images/sprite-s04cddb2378.png') 0 -4836px no-repeat;
    background-position: 120% -4820px;
    width: 100%;
  }
  /* line 114, ../sass/_nav.scss */
  .nav ul li a,
  #navFixed ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 2em;
  }
  /* line 120, ../sass/_nav.scss */
  .nav ul li.active,
  #navFixed ul li.active {
    background-color: #353535;
  }
  /* line 122, ../sass/_nav.scss */
  .nav ul li.active a,
  #navFixed ul li.active a {
    background: none;
    color: #c59365;
  }
}
/* line 131, ../sass/_nav.scss */
.nav .local_list,
#navFixed .local_list {
  display: none !important;
}
/* line 134, ../sass/_nav.scss */
.nav .local-web-site,
#navFixed .local-web-site {
  display: none !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 140, ../sass/_nav.scss */
  .nav .local_list,
  #navFixed .local_list {
    display: block !important;
  }
  /* line 143, ../sass/_nav.scss */
  .nav .local-web-site,
  #navFixed .local-web-site {
    display: block !important;
    position: relative;
  }
  /* line 147, ../sass/_nav.scss */
  .nav .local-web-site .otherloc,
  #navFixed .local-web-site .otherloc {
    margin-top: 30px;
  }
  /* line 150, ../sass/_nav.scss */
  .nav .local-web-site .popup,
  #navFixed .local-web-site .popup {
    margin: 0;
    position: absolute;
    top: 50px;
    left: 2em;
    height: 250px;
    /*160px;*/
  }
  /* line 158, ../sass/_nav.scss */
  .nav .local-web-site .popup ul,
  #navFixed .local-web-site .popup ul {
    height: 250px;
    /*160px;*/
  }
  /* line 163, ../sass/_nav.scss */
  .nav .local-web-site li,
  #navFixed .local-web-site li {
    background: none;
    border-bottom: none;
  }
  /* line 167, ../sass/_nav.scss */
  .nav .local-web-site li a,
  #navFixed .local-web-site li a {
    padding: 0;
    height: auto;
  }
}

/* line 176, ../sass/_nav.scss */
#navFixed {
  display: none;
  position: fixed;
  top: 0;
  z-index: 2000;
  background-color: white;
  border-bottom: 2px solid #999999;
  max-width: 100%;
  min-width: 768px;
  width: 1024px;
  height: auto;
  font-size: 0;
  line-height: 0;
}
/* line 192, ../sass/_nav.scss */
#navFixed .mainmenu {
  background: url("images/logo_vespa_small.png") no-repeat scroll 14px 5px black;
  font-size: 0;
  line-height: 0;
}
/* line 199, ../sass/_nav.scss */
#navFixed ul {
  margin: 0;
  padding: 0;
  /*float:left;*/
  padding-top: 10px;
}
/* line 207, ../sass/_nav.scss */
#navFixed ul a {
  color: black;
}
@media only screen and (max-width: 1000px) {
  /* line 212, ../sass/_nav.scss */
  #navFixed ul a {
    padding: 0 0.8em;
  }
}
/* line 217, ../sass/_nav.scss */
#navFixed ul .active a {
  background: url("images/bg_menu.gif") no-repeat scroll 50% 100% transparent;
}
/* line 222, ../sass/_nav.scss */
#navFixed ul:first-child {
  float: none;
}
/* line 225, ../sass/_nav.scss */
#navFixed ul:first-child a {
  color: white;
}
/* line 229, ../sass/_nav.scss */
#navFixed ul:first-child .active a {
  background: url("images/bg_nav_active.png") no-repeat scroll 50% 100% transparent;
}
@media only screen and (max-width: 1000px) {
  /* line 237, ../sass/_nav.scss */
  #navFixed ul {
    margin-left: 50px;
  }
}

/* line 1, ../sass/_footer.scss */
.footer {
  background: white url(../img/layout/logo_eni.png) no-repeat 92% bottom;
  background-color: #fff;
  height: 220px;
  text-align: center;
}
/* line 4, ../sass/_footer.scss */
.footer .eni_logo {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  right: 7%;
  /*background:transparent url(../img/layout/logo_eni_eng.png) 0 bottom no-repeat;
  -webkit-background-size:100%;
  -moz-background-size:100%;
  background-size:100%;*/
  width: 10%;
}
/* line 17, ../sass/_footer.scss */
.footer .eni_logo img {
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 4, ../sass/_footer.scss */
  .footer .eni_logo {
    display: none;
  }
}
/* line 26, ../sass/_footer.scss */
.footer .divider {
  background: transparent url(images/bg_footer_divider.png) 100% 50% no-repeat;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 26, ../sass/_footer.scss */
  .footer .divider {
    background: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 1, ../sass/_footer.scss */
  .footer {
    height: 555px;
    background-position: center bottom;
  }
}
/* line 43, ../sass/_footer.scss */
.footer .social,
.footer .shot {
  text-align: center;
  height: 6em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 43, ../sass/_footer.scss */
  .footer .social,
  .footer .shot {
    padding: 0 0 10px 0;
    height: auto;
  }
}
/* line 51, ../sass/_footer.scss */
.footer .social h4,
.footer .shot h4 {
  font-family: "Georgia", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  margin: 15px auto 8px auto;
}
/* line 58, ../sass/_footer.scss */
.footer .social ul,
.footer .shot ul {
  display: inline-block;
  margin: 2em 0 0;
}
/* line 62, ../sass/_footer.scss */
.footer .social li,
.footer .shot li {
  display: inline;
}
/* line 64, ../sass/_footer.scss */
.footer .social li a,
.footer .shot li a {
  display: inline-block;
  width: 25px;
  height: 30px;
  margin: 0 1.6em 0 0;
  /*0 2.2em 0 0;*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 64, ../sass/_footer.scss */
  .footer .social li a,
  .footer .shot li a {
    margin: 0 0.8em 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 64, ../sass/_footer.scss */
  .footer .social li a,
  .footer .shot li a {
    margin: 0 1em 0 0;
  }
}
/* line 75, ../sass/_footer.scss */
.footer .social li a.facebook,
.footer .shot li a.facebook {
  width: 25px;
  background: url('images/sprite-s04cddb2378.png') 0 -4952px no-repeat;
}
/* line 79, ../sass/_footer.scss */
.footer .social li a.twitter,
.footer .shot li a.twitter {
  width: 28px;
  background: url('images/sprite-s04cddb2378.png') 0 -4489px no-repeat;
}
/* line 83, ../sass/_footer.scss */
.footer .social li a.pinterest,
.footer .shot li a.pinterest {
  width: 30px;
  background: url('images/sprite-s04cddb2378.png') 0 -3731px no-repeat;
}
/* line 87, ../sass/_footer.scss */
.footer .social li a.googleplus,
.footer .shot li a.googleplus {
  width: 30px;
  background: url('images/sprite-s04cddb2378.png') 0 -4363px no-repeat;
}
/* line 91, ../sass/_footer.scss */
.footer .social li a.youtube,
.footer .shot li a.youtube {
  width: 25px;
  background: url('images/sprite-s04cddb2378.png') 0 -885px no-repeat;
  padding-top: 6px;
}
/* line 96, ../sass/_footer.scss */
.footer .social li a.instagram,
.footer .shot li a.instagram {
  width: 25px;
  background: url('images/sprite-s04cddb2378.png') 0 -312px no-repeat;
}
/* line 100, ../sass/_footer.scss */
.footer .social li a.vespa-for-children,
.footer .shot li a.vespa-for-children {
  width: 60px;
  height: 58px;
  background: url('images/sprite-s04cddb2378.png') 0 -1015px no-repeat;
}
/* line 105, ../sass/_footer.scss */
.footer .social li a.web-wide,
.footer .shot li a.web-wide {
  width: 125px;
  height: 36px;
  background: url('images/sprite-s04cddb2378.png') 0 -437px no-repeat;
  /*margin-bottom:10px;*/
  margin-right: 0;
}
/* line 117, ../sass/_footer.scss */
.footer .shot ul {
  display: table;
  margin: 0.7em 0 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 123, ../sass/_footer.scss */
.footer .shot ul li {
  display: table-cell;
  vertical-align: middle;
}
/* line 131, ../sass/_footer.scss */
.footer .newsletter {
  padding: 0 3em;
  /*0 6em;*/
  height: 6em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 131, ../sass/_footer.scss */
  .footer .newsletter {
    padding: 0;
    height: auto;
  }
}
/* line 139, ../sass/_footer.scss */
.footer .newsletter h4 {
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0em\9;
  letter-spacing: 0.1em;
}
/* line 147, ../sass/_footer.scss */
.footer .newsletter form {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 150, ../sass/_footer.scss */
  .footer .newsletter form .columns {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 5px 0;
    float: none;
    clear: both;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 160, ../sass/_footer.scss */
  .footer .newsletter form .row .mobile-three {
    width: auto !important;
    padding: 0 1em;
  }
}
/* line 168, ../sass/_footer.scss */
.footer .newsletter form .button {
  border-color: black;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "Roboto", sans-serif;
  font-weight: 700px;
  font-size: 0.85em;
  line-height: 2.5em;
  padding: 0;
  padding-left: 0.2em;
  background-color: black;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 168, ../sass/_footer.scss */
  .footer .newsletter form .button {
    padding-left: 0.1em;
    font-size: 0.75em;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 168, ../sass/_footer.scss */
  .footer .newsletter form .button {
    display: inline-block;
    min-width: 8em;
    left: 50%;
    padding-left: 0.1em;
    font-size: 0.75em;
    letter-spacing: 0.1em;
  }
}
/* line 196, ../sass/_footer.scss */
.footer .newsletter form input {
  border-color: black;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 0.9em;
  color: #999999;
}
/* line 205, ../sass/_footer.scss */
.footer .second {
  text-align: center;
  font-family: Georgia, sans-serif;
}
/* line 208, ../sass/_footer.scss */
.footer .second ul {
  display: inline-block;
  position: relative;
  margin: 15px 0 0 0;
}
/* line 213, ../sass/_footer.scss */
.footer .second ul li {
  display: inline-block;
  line-height: 3em;
  background: transparent url(images/bg_footer_bottom_divider.gif) 100% 50% no-repeat;
  text-align: center;
  padding: 0 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 213, ../sass/_footer.scss */
  .footer .second ul li {
    background: none;
  }
}
/* line 222, ../sass/_footer.scss */
.footer .second ul li a {
  text-transform: uppercase;
  font-size: 0.9em;
  color: black;
}
/* line 227, ../sass/_footer.scss */
.footer .second ul li:last-child, .footer .second ul li.last {
  background: none;
}
/* line 233, ../sass/_footer.scss */
.footer .second p {
  font-size: 0.8em;
  margin: 10px 0 0;
  clear: both;
}

@media screen and (min-width: 1024) {
  /* line 241, ../sass/_footer.scss */
  #formModalXXX {
    width: 1024px;
    margin-left: -512px;
  }
}

/* line 248, ../sass/_footer.scss */
.modal {
  border: 6px solid black;
  background-color: white;
  text-align: center;
  padding: 30px 3em;
  font-family: "Ubuntu condensed";
}
/* line 254, ../sass/_footer.scss */
.modal .message, .modal .message2 {
  padding: 30px 0;
  background-image: url(../img/content/newsletter/dots.gif), url(../img/content/newsletter/dots.gif);
  background-position: center bottom, center top;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 30px 0;
}
/* line 262, ../sass/_footer.scss */
.modal .button {
  background-color: black;
  border: 0;
  font-family: "Roboto";
  text-transform: uppercase;
}
/* line 268, ../sass/_footer.scss */
.modal .close-modal {
  display: block;
  float: right;
  cursor: pointer;
  color: black;
}
/* line 274, ../sass/_footer.scss */
.modal .fieldset {
  border: 0;
  text-align: left;
  padding: 2.35em 0.625em 0.75em;
}
/* line 278, ../sass/_footer.scss */
.modal .fieldset p {
  height: 32px;
  font-size: 0.8em;
  overflow: auto;
}

/* line 2, ../sass/_sharebar.scss */
.sharebar .trigger {
  background: black url('images/sprite-s04cddb2378.png') 0 -2337px no-repeat;
  background-position: 9px -2332px;
  height: 25px;
  width: 70px;
  cursor: pointer;
  clear: both;
  margin: 0 auto;
}
/* line 11, ../sass/_sharebar.scss */
.sharebar .trigger.vertical {
  display: none;
}
/* line 16, ../sass/_sharebar.scss */
.sharebar.opened .trigger {
  background: black url('images/sprite-s04cddb2378.png') 0 -2449px no-repeat;
  background-position: 9px -2444px;
}
/* line 20, ../sass/_sharebar.scss */
.sharebar .facebook {
  background: black url('images/sprite-s04cddb2378.png') 0 -5208px no-repeat;
  background-position: 18px -5196px;
}
/* line 24, ../sass/_sharebar.scss */
.sharebar .twitter {
  background: black url('images/sprite-s04cddb2378.png') 0 -3609px no-repeat;
  background-position: 9px -3597px;
}
/* line 28, ../sass/_sharebar.scss */
.sharebar .pinterest {
  background: black url('images/sprite-s04cddb2378.png') 0 -2865px no-repeat;
  background-position: 12px -2853px;
}
/* line 32, ../sass/_sharebar.scss */
.sharebar .gplus {
  background: black url('images/sprite-s04cddb2378.png') 0 -3857px no-repeat;
  background-position: 12px -3845px;
}
/* line 36, ../sass/_sharebar.scss */
.sharebar .mail {
  background: black url('images/sprite-s04cddb2378.png') 0 -3493px no-repeat;
  background-position: 10px -3478px;
}
/* line 40, ../sass/_sharebar.scss */
.sharebar ul {
  list-style-type: none;
  margin: 0 auto;
  width: 225px;
  height: 45px;
  display: none;
}
/* line 46, ../sass/_sharebar.scss */
.sharebar ul li {
  display: inline;
  float: left;
}
/* line 49, ../sass/_sharebar.scss */
.sharebar ul li a {
  height: 45px;
  width: 45px;
  display: block;
}

/* line 2, ../sass/_hp.scss */
.normal-slider .flex-direction-nav .flex-prev {
  left: 40px !important;
}
/* line 5, ../sass/_hp.scss */
.normal-slider .flex-direction-nav .flex-next {
  right: 40px !important;
}

/* line 10, ../sass/_hp.scss */
.normal-slider .slides > li {
  display: none;
}

/* line 3, ../sass/_detail-gallery.scss */
.no-touch .gallery .thumb:hover .arrow_down,
.no-touch .gallery .thumb:hover .gallery_label {
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/_detail-gallery.scss */
  .no-touch .gallery .thumb:hover .arrow_down,
  .no-touch .gallery .thumb:hover .gallery_label {
    display: none;
  }
}

/* line 14, ../sass/_detail-gallery.scss */
.gallery {
  background-color: black;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/_detail-gallery.scss */
  .gallery .mobile-four {
    width: 33.33333% !important;
  }
  /* line 22, ../sass/_detail-gallery.scss */
  .gallery .mobile-four .gallery_label h3,
  .gallery .mobile-four .gallery_label span,
  .gallery .mobile-four .gallery_label .arrow_down {
    display: none;
  }
  /* line 25, ../sass/_detail-gallery.scss */
  .gallery .mobile-four .current .arrow_down {
    display: none !important;
  }
}
/* line 33, ../sass/_detail-gallery.scss */
.gallery .thumbs {
  padding: 5px 20px;
}
/* line 36, ../sass/_detail-gallery.scss */
.gallery .thumb {
  width: 97%;
  height: auto;
  display: block;
  position: relative;
}
/* line 43, ../sass/_detail-gallery.scss */
.gallery .thumb.current .gallery_index,
.gallery .thumb.current .gallery_label {
  display: block;
}
/* line 46, ../sass/_detail-gallery.scss */
.gallery .thumb.current .arrow_down {
  background: url('images/sprite-s04cddb2378.png') 0 -2061px no-repeat;
  display: block;
}
/* line 52, ../sass/_detail-gallery.scss */
.gallery .gallery_label {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding-top: 20%;
}
/* line 63, ../sass/_detail-gallery.scss */
.msie7 .gallery .gallery .gallery_label {
  height: 81%;
}
/* line 67, ../sass/_detail-gallery.scss */
.gallery .gallery_label h3,
.gallery .gallery_label .date {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  /* line 67, ../sass/_detail-gallery.scss */
  .gallery .gallery_label h3,
  .gallery .gallery_label .date {
    width: 280px;
  }
}
/* line 80, ../sass/_detail-gallery.scss */
.gallery .gallery_label h3 {
  letter-spacing: 0.3em;
  padding-bottom: 10px;
  /* Portrait */
}
@media screen and (orientation: portrait) {
  /* line 80, ../sass/_detail-gallery.scss */
  .gallery .gallery_label h3 {
    /* Portrait styles */
    letter-spacing: 0;
  }
}
/* line 89, ../sass/_detail-gallery.scss */
.gallery .gallery_label .date {
  border-top: 1px solid white;
  padding-top: 10px;
  display: block;
  width: 65%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 89, ../sass/_detail-gallery.scss */
  .gallery .gallery_label .date {
    width: 240px;
  }
}
/* line 98, ../sass/_detail-gallery.scss */
.gallery .gallery_label .arrow_down {
  background: url('images/sprite-s04cddb2378.png') 0 -1919px no-repeat;
  height: 42px;
  width: 43px;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -21.5px;
  display: none;
}
/* line 109, ../sass/_detail-gallery.scss */
.gallery .gallery_label .gallery_index {
  background: url('images/sprite-s04cddb2378.png') 0 -4107px no-repeat;
  height: 30px;
  width: 51px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -25.5px;
  display: none;
}
/* line 122, ../sass/_detail-gallery.scss */
.gallery .social_to_clone {
  display: none;
}
/* line 125, ../sass/_detail-gallery.scss */
.gallery .big {
  background-color: #607360;
  color: white;
  margin: 20px 0;
  padding: 20px;
}
/* line 130, ../sass/_detail-gallery.scss */
.gallery .big .fullimg {
  text-align: left;
}
/* line 133, ../sass/_detail-gallery.scss */
.gallery .big .description {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  /* line 133, ../sass/_detail-gallery.scss */
  .gallery .big .description {
    padding-top: 0px;
  }
}
/* line 141, ../sass/_detail-gallery.scss */
.gallery .big .description h3,
.gallery .big .description .date {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.2em;
}
/* line 148, ../sass/_detail-gallery.scss */
.gallery .big .description h3 {
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
/* line 152, ../sass/_detail-gallery.scss */
.gallery .big .description .date {
  border-top: 1px solid white;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
}
/* line 158, ../sass/_detail-gallery.scss */
.gallery .big .description p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.2em;
  text-align: justify;
}
/* line 165, ../sass/_detail-gallery.scss */
.gallery .big .description .sharebar {
  border-top: 1px solid white;
}

/* line 3, ../sass/_timeline.scss */
#timeline .detail .slide_container {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 8, ../sass/_timeline.scss */
#timeline .detail .slide_container .mobile_nav {
  /*display:none;*/
  position: absolute;
  top: 50%;
  width: 24px;
  height: 91px;
  background-image: url(../img/layout/bg_timeline_nav.gif);
  background-position: 0 0;
  z-index: 10;
}
/* line 17, ../sass/_timeline.scss */
#timeline .detail .slide_container .mobile_nav.nav_right {
  background-position: 100% 0;
  right: 0;
}
/* line 21, ../sass/_timeline.scss */
#timeline .detail .slide_container .mobile_nav.nav_left {
  left: 0;
}
/* line 24, ../sass/_timeline.scss */
#timeline .detail .slide_container .mobile_nav.visible {
  /*display:none;*/
}
@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  /* line 28, ../sass/_timeline.scss */
  #timeline .detail .slide_container .mobile_nav.visible {
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  /* line 8, ../sass/_timeline.scss */
  #timeline .detail .slide_container .mobile_nav {
    top: 70%;
  }
}
/* line 36, ../sass/_timeline.scss */
#timeline .detail .slide_container ul {
  width: 200%;
}
/* line 38, ../sass/_timeline.scss */
#timeline .detail .slide_container ul li {
  display: block;
  width: 50%;
  float: left;
}
/* line 42, ../sass/_timeline.scss */
#timeline .detail .slide_container ul li.open {
  display: block;
}
/* line 45, ../sass/_timeline.scss */
#timeline .detail .slide_container ul li h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3em;
  text-transform: uppercase;
}
/* line 50, ../sass/_timeline.scss */
#timeline .detail .slide_container ul li p {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 56, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li .push130 {
    margin: 60px 0 0;
  }
  /* line 59, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li .push80 {
    margin: 30px 0 0;
  }
  /* line 62, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li .push50 {
    margin: 20px 0 0;
  }
  /* line 65, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li .push10 {
    margin: 3px 0 0;
  }
  /* line 68, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li h2 {
    font-size: 1.5em;
    text-align: left;
    line-height: 1em;
  }
  /* line 73, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li p {
    font-size: 1.1em;
  }
  /* line 76, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li img {
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  /* line 82, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li .push130 {
    margin: 80px 0 0;
    margin: 0;
  }
  /* line 86, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li .push80 {
    margin: 20px 0 0;
    margin: 0;
  }
  /* line 90, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li .push50 {
    margin: 20px 0 0;
    margin: 0;
  }
  /* line 94, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li .push30 {
    margin: 10px 0 0;
    margin: 0;
  }
  /* line 99, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li p {
    font-size: 1.1em;
  }
  /* line 102, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li h2 {
    font-size: 2em;
    display: block;
    text-align: left;
  }
  /* line 107, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li img {
    width: 100%;
  }
  /* line 110, ../sass/_timeline.scss */
  #timeline .detail .slide_container ul li .centered {
    width: 90%;
    padding-left: 10%;
    max-height: 300px;
    overflow: auto;
  }
}
/* line 122, ../sass/_timeline.scss */
#timeline .detail .background_black h2 {
  color: white;
}
/* line 125, ../sass/_timeline.scss */
#timeline .detail .background_black p {
  color: white;
}
/* line 128, ../sass/_timeline.scss */
#timeline .detail .background_black .separator {
  background-image: url(../img/layout/separator_small.gif);
}
/* line 132, ../sass/_timeline.scss */
#timeline .detail .slide_number {
  background-color: #292929;
  padding: 20px 0;
  text-align: center;
}
/* line 136, ../sass/_timeline.scss */
#timeline .detail .slide_number h2 {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: white;
}
/* line 145, ../sass/_timeline.scss */
#timeline .detail .slide_number li {
  display: inline-block;
}
/* line 147, ../sass/_timeline.scss */
#timeline .detail .slide_number li a {
  display: inline-block;
  background: white;
  border: solid 2px white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
/* line 158, ../sass/_timeline.scss */
#timeline .detail .slide_number li.active a {
  background-color: #c59365;
  border-color: #c59365;
}
@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  /* line 132, ../sass/_timeline.scss */
  #timeline .detail .slide_number {
    display: none;
  }
}

/* line 3, ../sass/_heritage.scss */
.heritage #videos {
  background-color: black;
  position: relative;
}
/* line 7, ../sass/_heritage.scss */
.heritage #videos .yt_embedded {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 15, ../sass/_heritage.scss */
.heritage #videos .yt_embedded iframe,
.heritage #videos .yt_embedded object,
.heritage #videos .yt_embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 24, ../sass/_heritage.scss */
.heritage #videos .description {
  background-color: #70513f;
  position: relative;
}
/* line 29, ../sass/_heritage.scss */
.heritage #videos .description h1,
.heritage #videos .description p {
  color: white;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  padding: 0 30px;
}
/* line 35, ../sass/_heritage.scss */
.heritage #videos .description h1 {
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
/* line 41, ../sass/_heritage.scss */
.heritage #videos .related_videos {
  background-color: #39261f;
  padding: 2em 4em;
}
@media screen and (max-width: 767px) {
  /* line 41, ../sass/_heritage.scss */
  .heritage #videos .related_videos {
    padding: 2em 1em;
  }
}
/* line 47, ../sass/_heritage.scss */
.heritage #videos .related_videos .slides li {
  border: 1px solid white;
  margin-left: 20px;
  position: relative;
}
/* line 51, ../sass/_heritage.scss */
.heritage #videos .related_videos .slides li .ico-play {
  background: url('images/sprite-s04cddb2378.png') 0 -1173px no-repeat;
  height: 70px;
  width: 71px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35.5px;
}
/* line 63, ../sass/_heritage.scss */
.heritage #videos .related_videos .slides li img {
  display: block;
  width: 100%;
}
/* line 76, ../sass/_heritage.scss */
.heritage #vintage-commercial .open .incipit02 {
  position: relative;
}
/* line 79, ../sass/_heritage.scss */
.heritage #vintage-commercial .open .incipit02:after {
  content: " ";
  position: absolute;
  left: 25%;
  bottom: -1px;
  margin-left: -26px;
  background: url('images/sprite-s04cddb2378.png') 0 -3977px no-repeat;
  height: 30px;
  width: 52px;
}
/* line 92, ../sass/_heritage.scss */
.heritage #vintage-commercial .open .incipit02 img {
  border: none;
  display: block;
}
/* line 99, ../sass/_heritage.scss */
.heritage .rel_videos_details {
  display: none;
}

/* line 1, ../sass/_legal.scss */
.legal-container {
  background: #607360;
  padding: 2em;
}
/* line 4, ../sass/_legal.scss */
.legal-container .legal {
  background: white;
  border: 0.7em solid black;
  padding: 3em;
}
/* line 8, ../sass/_legal.scss */
.legal-container .legal p {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 1em;
}
/* line 12, ../sass/_legal.scss */
.legal-container .legal h2, .legal-container .legal h4 {
  font-family: 'Ubuntu Condensed', sans-serif;
}
/* line 15, ../sass/_legal.scss */
.legal-container .legal h2 {
  text-transform: uppercase;
}

/* line 1, ../sass/_collection.scss */
.collection {
  /* SUPERSLIDE */
}
/* line 3, ../sass/_collection.scss */
.collection .stripe .incipit3 {
  cursor: pointer;
  overflow: hidden;
}
/* line 7, ../sass/_collection.scss */
.collection .stripe .incipit3 img {
  display: block;
}
/* line 12, ../sass/_collection.scss */
.collection .stripe .incipit,
.collection .stripe .incipit3 {
  position: relative;
}
/* line 14, ../sass/_collection.scss */
.collection .stripe .incipit .tick,
.collection .stripe .incipit3 .tick {
  display: none;
  position: absolute;
  width: 58px;
  height: 50px;
  bottom: 0;
  left: 4em;
  overflow: hidden;
  background: transparent url(../img/layout/collection_tick.png) 0 0 no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 14, ../sass/_collection.scss */
  .collection .stripe .incipit .tick,
  .collection .stripe .incipit3 .tick {
    width: 32px;
    height: 27px;
  }
}
/* line 33, ../sass/_collection.scss */
.collection .stripe.open .tick {
  display: block;
}
/* line 37, ../sass/_collection.scss */
.collection .stripe .detail {
  position: relative;
  text-align: center;
  font-family: 'Roboto', serif;
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  color: white;
}
/* line 47, ../sass/_collection.scss */
.collection .stripe .detail h1, .collection .stripe .detail h2, .collection .stripe .detail h3 {
  font-family: 'BebasNeueRegular';
  color: white;
  /*font-family:'Ubuntu Condensed', sans-serif;*/
}
/* line 53, ../sass/_collection.scss */
.collection .stripe .detail .container .push10 {
  margin-bottom: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 52, ../sass/_collection.scss */
  .collection .stripe .detail .container {
    /*padding:20px 1.5em;*/
    padding: 20px 2.5em;
    min-height: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 62, ../sass/_collection.scss */
  .collection .stripe .detail .container.superslider {
    padding: 0;
  }
  /* line 66, ../sass/_collection.scss */
  .collection .stripe .detail .container.superslider .flex-direction-nav .flex-prev,
  .collection .stripe .detail .container.superslider .flex-direction-nav .flex-next {
    display: block;
  }
}
/* line 73, ../sass/_collection.scss */
.collection .stripe .detail.collection1 {
  background-image: url(../img/content/collection/bg_gts.jpg);
  background-size: auto;
}
/* line 76, ../sass/_collection.scss */
.collection .stripe .detail.collection1 h2, .collection .stripe .detail.collection1 h3, .collection .stripe .detail.collection1 p {
  color: black;
}
/* line 80, ../sass/_collection.scss */
.collection .stripe .detail.collection2 {
  background-image: url(../img/content/collection/bg_s.jpg);
}
/* line 83, ../sass/_collection.scss */
.collection .stripe .detail.collection3 {
  background-image: url(../img/content/collection/bg_lx.jpg);
}
/* line 86, ../sass/_collection.scss */
.collection .stripe .detail.collection4 {
  background-image: url(../img/content/collection/bg_px.jpg);
}
/* line 89, ../sass/_collection.scss */
.collection .stripe .detail.collection5 {
  background-image: url(../img/content/collection/bg_lxv.jpg);
}
/* line 93, ../sass/_collection.scss */
.collection .stripe .detail .close {
  background-position: 0 100%;
}
/* line 99, ../sass/_collection.scss */
.collection .stripe .detail h2 {
  font-size: 80px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
/* line 105, ../sass/_collection.scss */
.collection .stripe .detail h3 {
  font-size: 35px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 112, ../sass/_collection.scss */
  .collection .stripe .detail h2, .collection .stripe .detail h3, .collection .stripe .detail p {
    color: black;
  }
  /* line 115, ../sass/_collection.scss */
  .collection .stripe .detail h2 {
    font-size: 3em;
  }
  /* line 118, ../sass/_collection.scss */
  .collection .stripe .detail h3 {
    font-size: 1.6em;
  }
  /* line 121, ../sass/_collection.scss */
  .collection .stripe .detail .separator, .collection .stripe .detail .separator_small {
    background-image: url(../img/layout/separator.png);
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 129, ../sass/_collection.scss */
  .collection .stripe .detail .container {
    min-height: 0;
    color: black;
    background: transparent url(../img/content/946/bg_text.png) 0 0 repeat;
  }
  /* line 135, ../sass/_collection.scss */
  .collection .stripe .detail .push30, .collection .stripe .detail .push130 {
    margin-top: 20px;
  }
  /* line 138, ../sass/_collection.scss */
  .collection .stripe .detail .pad130, .collection .stripe .detail .pad250 {
    padding: 35px 0 0;
  }
  /* line 141, ../sass/_collection.scss */
  .collection .stripe .detail .mobile-three {
    padding-left: 40px;
  }
  /* line 144, ../sass/_collection.scss */
  .collection .stripe .detail.collection1 {
    background-image: url(../img/content/collection/bg_gts_320.jpg);
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 148, ../sass/_collection.scss */
  .collection .stripe .detail .search {
    display: none;
  }
}
/* line 152, ../sass/_collection.scss */
.collection .stripe .detail .search .otherloc {
  margin-top: 30px;
}
/* line 156, ../sass/_collection.scss */
.collection .stripe .detail .search .filter {
  text-align: left;
}
/* line 158, ../sass/_collection.scss */
.collection .stripe .detail .search .filter .filter_opener {
  display: block;
  border: 1px solid black;
  color: #999999;
  padding: 8px 35px 8px 5px;
  text-transform: uppercase;
  background: white url(../img/content/collection/bg_select_button.gif) 100% 0 no-repeat;
  font-size: 0.8em;
  line-height: 1em;
}
/* line 171, ../sass/_collection.scss */
.collection .stripe .detail .close {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  background: transparent url(../img/layout/bg_button_close.png) 0 0 no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  width: 32px;
  height: 46px;
  right: 20px;
  top: 20px;
  z-index: 100;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 171, ../sass/_collection.scss */
  .collection .stripe .detail .close {
    background-position: 0 0 !important;
  }
}
/* line 188, ../sass/_collection.scss */
.collection .stripe .detail .close.close_negative {
  background-position: 0 0;
}
/* line 192, ../sass/_collection.scss */
.collection .stripe .detail p {
  text-align: justify;
  line-height: 1.3em;
}
/* line 196, ../sass/_collection.scss */
.collection .stripe .detail .background_black {
  color: white;
}
/* line 198, ../sass/_collection.scss */
.collection .stripe .detail .background_black .post_title {
  text-transform: uppercase;
  font-size: 1.3em;
  color: white;
  text-align: left;
  margin: 0;
  padding: 0;
}
/* line 208, ../sass/_collection.scss */
.collection .stripe .detail .bt_gotoyoutube {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  padding-top: 0.8em;
  color: white;
  font-family: georgia;
  font-style: italic;
}
/* line 220, ../sass/_collection.scss */
.collection .stripe .detail .bt_gotoyoutube .ico {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.8em;
  background: url('images/sprite-s04cddb2378.png') 0 -3377px no-repeat;
  width: 16px;
  height: 16px;
}
/* line 232, ../sass/_collection.scss */
.collection .stripe .detail .bt_gotoyoutube.dark {
  color: black;
}
/* line 235, ../sass/_collection.scss */
.collection .stripe .detail .bt_gotoyoutube.dark .ico {
  background: url('images/sprite-s04cddb2378.png') 0 -4615px no-repeat;
  width: 16px;
  height: 16px;
}
/* line 245, ../sass/_collection.scss */
.collection .sharebar {
  position: absolute;
  bottom: 0;
  right: -45px;
  width: 70px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 245, ../sass/_collection.scss */
  .collection .sharebar {
    display: none;
  }
}
/* line 258, ../sass/_collection.scss */
.collection .sharebar.opened {
  right: 0;
}
/* line 261, ../sass/_collection.scss */
.collection .sharebar .trigger {
  background: black url('images/sprite-s04cddb2378.png') 0 -2561px no-repeat;
  background-position: 5px -2552px;
  height: 70px;
  width: 25px;
  display: none;
}
/* line 268, ../sass/_collection.scss */
.collection .sharebar .trigger.vertical {
  display: inline;
  float: left;
  margin-bottom: 155px;
}
/* line 274, ../sass/_collection.scss */
.collection .sharebar.opened .trigger {
  background: black url('images/sprite-s04cddb2378.png') 0 -2713px no-repeat;
  background-position: 5px -2704px;
}
/* line 278, ../sass/_collection.scss */
.collection .sharebar ul {
  width: 45px;
  height: 225px;
  display: inline;
  float: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 287, ../sass/_collection.scss */
  .collection .superslider {
    color: black;
    background: transparent url(../img/content/946/bg_text.png) 0 0 repeat;
  }
  /* line 291, ../sass/_collection.scss */
  .collection .superslider .slide01 {
    background: none !important;
  }
}
/* line 296, ../sass/_collection.scss */
.collection .superslider .dark {
  color: black;
}
/* line 300, ../sass/_collection.scss */
.collection .superslider .pad70 {
  padding: 70px 0 0;
}
/* line 306, ../sass/_collection.scss */
.collection .superslider.super_vespa_gts .slide01 {
  background-image: url(../img/content/collection/bg_gts.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 bottom;
}
/* line 311, ../sass/_collection.scss */
.collection .superslider.super_vespa_gts .slide01 .mobile-four {
  padding-bottom: 350px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 315, ../sass/_collection.scss */
  .collection .superslider.super_vespa_gts .slide01 .mobile-four {
    padding: 1em 10% 90px 10%;
  }
}
/* line 320, ../sass/_collection.scss */
.collection .superslider.super_vespa_gts .rowbottom {
  background-color: white;
}
/* line 323, ../sass/_collection.scss */
.collection .superslider.super_vespa_gts .rowbottom .model {
  background-size: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 323, ../sass/_collection.scss */
  .collection .superslider.super_vespa_gts .rowbottom .model {
    padding: 1em 10% 90px 10%;
  }
}
@media screen and (min-width: 768px) {
  /* line 323, ../sass/_collection.scss */
  .collection .superslider.super_vespa_gts .rowbottom .model {
    background: transparent url(../img/content/collection/model_gts.png) 98px 13px no-repeat;
  }
}
/* line 336, ../sass/_collection.scss */
.collection .superslider.super_vespa_s .slide01 {
  background-image: url(../img/content/collection/bg_s.jpg);
  background-repeat: no-repeat;
}
/* line 339, ../sass/_collection.scss */
.collection .superslider.super_vespa_s .slide01 .mobile-four {
  padding-bottom: 300px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 343, ../sass/_collection.scss */
  .collection .superslider.super_vespa_s .slide01 .mobile-four {
    padding: 1em 10% 90px 10%;
  }
}
/* line 348, ../sass/_collection.scss */
.collection .superslider.super_vespa_s .rowbottom {
  background-color: #b6caae;
}
/* line 351, ../sass/_collection.scss */
.collection .superslider.super_vespa_s .rowbottom .model {
  background-size: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 351, ../sass/_collection.scss */
  .collection .superslider.super_vespa_s .rowbottom .model {
    padding: 1em 10% 90px 10%;
  }
}
@media screen and (min-width: 768px) {
  /* line 351, ../sass/_collection.scss */
  .collection .superslider.super_vespa_s .rowbottom .model {
    background: transparent url(../img/content/collection/model_big.png) 140px 13px no-repeat;
  }
}
/* line 364, ../sass/_collection.scss */
.collection .superslider.super_vespa_lx .slide01 {
  background-image: url(../img/content/collection/bg_lx.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
/* line 368, ../sass/_collection.scss */
.collection .superslider.super_vespa_lx .slide01 .mobile-four {
  padding-bottom: 350px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 372, ../sass/_collection.scss */
  .collection .superslider.super_vespa_lx .slide01 .mobile-four {
    padding: 1em 10% 90px 10%;
  }
}
/* line 377, ../sass/_collection.scss */
.collection .superslider.super_vespa_lx .rowbottom {
  background-color: #669128;
}
/* line 380, ../sass/_collection.scss */
.collection .superslider.super_vespa_lx .rowbottom .model {
  background-size: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 380, ../sass/_collection.scss */
  .collection .superslider.super_vespa_lx .rowbottom .model {
    padding: 1em 10% 90px 10%;
  }
}
@media screen and (min-width: 768px) {
  /* line 380, ../sass/_collection.scss */
  .collection .superslider.super_vespa_lx .rowbottom .model {
    background: transparent url(../img/content/collection/model_lx.png) 125px 13px no-repeat;
  }
}
/* line 393, ../sass/_collection.scss */
.collection .superslider.super_vespa_px .slide01 {
  background-image: url(../img/content/collection/bg_px.jpg);
  background-repeat: no-repeat;
}
/* line 396, ../sass/_collection.scss */
.collection .superslider.super_vespa_px .slide01 .mobile-four {
  padding-bottom: 350px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 400, ../sass/_collection.scss */
  .collection .superslider.super_vespa_px .slide01 .mobile-four {
    padding: 1em 10% 90px 10%;
  }
}
/* line 405, ../sass/_collection.scss */
.collection .superslider.super_vespa_px .rowbottom {
  background-color: #2f2d30;
}
/* line 408, ../sass/_collection.scss */
.collection .superslider.super_vespa_px .rowbottom .model {
  background-size: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 408, ../sass/_collection.scss */
  .collection .superslider.super_vespa_px .rowbottom .model {
    padding: 1em 10% 90px 10%;
    color: white;
  }
}
@media screen and (min-width: 768px) {
  /* line 408, ../sass/_collection.scss */
  .collection .superslider.super_vespa_px .rowbottom .model {
    background: transparent url(../img/content/collection/model_PX.png) 140px 13px no-repeat;
  }
}
/* line 422, ../sass/_collection.scss */
.collection .superslider.super_vespa_lxv .slide01 {
  background-image: url(../img/content/collection/bg_lxv.jpg);
  background-repeat: no-repeat;
}
/* line 425, ../sass/_collection.scss */
.collection .superslider.super_vespa_lxv .slide01 .mobile-four {
  padding-bottom: 350px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 429, ../sass/_collection.scss */
  .collection .superslider.super_vespa_lxv .slide01 .mobile-four {
    padding: 1em 10% 90px 10%;
  }
}
/* line 434, ../sass/_collection.scss */
.collection .superslider.super_vespa_lxv .rowbottom {
  background-color: #49250f;
}
/* line 437, ../sass/_collection.scss */
.collection .superslider.super_vespa_lxv .rowbottom .model {
  background-size: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 437, ../sass/_collection.scss */
  .collection .superslider.super_vespa_lxv .rowbottom .model {
    padding: 1em 10% 90px 10%;
    color: white;
  }
}
@media screen and (min-width: 768px) {
  /* line 437, ../sass/_collection.scss */
  .collection .superslider.super_vespa_lxv .rowbottom .model {
    background: transparent url(../img/content/collection/model_LXV-GTV.png) 140px 13px no-repeat;
  }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* line 9, ../sass/_jquery.jscrollpane.scss */
.jspContainer {
  overflow: hidden;
  position: relative;
}

/* line 15, ../sass/_jquery.jscrollpane.scss */
.jspPane {
  position: absolute;
}

/* line 20, ../sass/_jquery.jscrollpane.scss */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background: red;
}

/* line 30, ../sass/_jquery.jscrollpane.scss */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

/* line 41, ../sass/_jquery.jscrollpane.scss */
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

/* line 47, ../sass/_jquery.jscrollpane.scss */
.jspCap {
  display: none;
}

/* line 52, ../sass/_jquery.jscrollpane.scss */
.jspHorizontalBar .jspCap {
  float: left;
}

/* line 57, ../sass/_jquery.jscrollpane.scss */
.jspTrack {
  background: #2e343a;
  position: relative;
}

/* line 63, ../sass/_jquery.jscrollpane.scss */
.jspDrag {
  background: #394148;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 73, ../sass/_jquery.jscrollpane.scss */
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

/* line 79, ../sass/_jquery.jscrollpane.scss */
.jspArrow {
  background: #f1f1f1;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

/* line 87, ../sass/_jquery.jscrollpane.scss */
.jspArrow.jspDisabled {
  cursor: default;
  background: #f1f1f1;
}

/* line 93, ../sass/_jquery.jscrollpane.scss */
.jspVerticalBar .jspArrow {
  height: 16px;
}

/* line 98, ../sass/_jquery.jscrollpane.scss */
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

/* line 105, ../sass/_jquery.jscrollpane.scss */
.jspVerticalBar .jspArrow:focus {
  outline: none;
}

/* line 109, ../sass/_jquery.jscrollpane.scss */
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
/* line 117, ../sass/_jquery.jscrollpane.scss */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* line 7, ../sass/_magazine.scss */
.magazine {
  background-color: white;
  color: black;
}
/* line 12, ../sass/_magazine.scss */
.magazine .single,
.magazine .annidated {
  margin: 2em 0;
}
/* line 14, ../sass/_magazine.scss */
.magazine .single .columns,
.magazine .annidated .columns {
  text-align: center;
  padding: 0 10px;
}
/* line 18, ../sass/_magazine.scss */
.magazine .single .banner,
.magazine .annidated .banner {
  display: block;
  margin-top: 3em;
}
/* line 22, ../sass/_magazine.scss */
.magazine .single img,
.magazine .annidated img {
  width: 100%;
  height: auto;
}
/* line 28, ../sass/_magazine.scss */
.magazine .category {
  background: black;
  color: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1em 0;
}
/* line 34, ../sass/_magazine.scss */
.magazine .category.bg-dot {
  background: black url("../img/layout/border_dotted_black.png") repeat-x scroll 0 50%;
  padding: 0 2em;
  line-height: 2em;
}
/* line 39, ../sass/_magazine.scss */
.magazine .category.bg-dot span {
  background-color: black;
  padding-left: 0.6em;
  padding-right: 0.6em;
  font-family: 'BebasNeueRegular', sans-serif;
  letter-spacing: 0.3em;
  font-size: 1.2em;
}
/* line 51, ../sass/_magazine.scss */
.magazine .line {
  background: transparent url("../img/content/946/configurator/layout/border_dotted.png") repeat-x;
  height: 5px;
  display: block;
  margin-bottom: 2em;
}
/* line 58, ../sass/_magazine.scss */
.magazine .news {
  position: relative;
  display: block;
}
/* line 61, ../sass/_magazine.scss */
.magazine .news .arrow {
  background: url('images/sprite-s04cddb2378.png') 0 -3119px no-repeat;
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  bottom: -12px;
  right: 0;
}
/* line 70, ../sass/_magazine.scss */
.magazine .news img {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/* line 75, ../sass/_magazine.scss */
.magazine .news .title_wrap {
  border-top: 4px solid black;
  padding: 1em 0;
  margin: 1em 0 0 0;
}
/* line 80, ../sass/_magazine.scss */
.magazine .news h2 {
  font-family: Georgia, serif;
  font-weight: 300;
  text-align: left;
  font-size: 2.1em;
  line-height: 1.1em;
  margin: 0;
}
/* line 89, ../sass/_magazine.scss */
.magazine .sharebar {
  position: relative;
  top: -17px;
}

/* line 7, ../sass/_magazine-article.scss */
.magazine.article {
  background-color: white;
}
/* line 10, ../sass/_magazine-article.scss */
.magazine.article .yt_embedded {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 18, ../sass/_magazine-article.scss */
.magazine.article .yt_embedded iframe,
.magazine.article .yt_embedded object,
.magazine.article .yt_embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 27, ../sass/_magazine-article.scss */
.magazine.article img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 33, ../sass/_magazine-article.scss */
.magazine.article .article_header {
  margin-bottom: 3em;
}
/* line 38, ../sass/_magazine-article.scss */
.magazine.article .two-columns {
  /* Big screens */
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 1em;
  border-bottom: 4px solid black;
  color: black;
  text-align: left;
  font-style: italic;
  font-family: "Georgia", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  /* line 38, ../sass/_magazine-article.scss */
  .magazine.article .two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
/* line 55, ../sass/_magazine-article.scss */
.magazine.article .two-columns b {
  display: block;
}
/* line 58, ../sass/_magazine-article.scss */
.magazine.article .two-columns li {
  padding: auto;
}
/* line 61, ../sass/_magazine-article.scss */
.magazine.article .two-columns a {
  color: #c59365;
}
/* line 66, ../sass/_magazine-article.scss */
.magazine.article .row .columns {
  color: #FFFFFF;
  text-align: center;
}
/* line 73, ../sass/_magazine-article.scss */
.magazine.article article h2.bg-dot {
  border: none;
  background: url("../img/layout/border_dotted_black.png") repeat-x scroll 0 50% transparent;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 0.5em;
}
/* line 80, ../sass/_magazine-article.scss */
.magazine.article article h2.bg-dot span {
  background-color: black;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 0.6em;
  line-height: 1em;
  letter-spacing: 0.3em;
}
/* line 96, ../sass/_magazine-article.scss */
.magazine.article .main_gallerysliderthumbs {
  background: #000;
  position: relative;
  padding: 30px 100px 30px 100px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 96, ../sass/_magazine-article.scss */
  .magazine.article .main_gallerysliderthumbs {
    padding: 45px 0 30px 0;
  }
}
/* line 106, ../sass/_magazine-article.scss */
.magazine.article .main_galleryslider li {
  background: #000;
}
/* line 110, ../sass/_magazine-article.scss */
.magazine.article .main_galleryslider .flex-direction-nav a {
  top: 29%;
}
/* line 114, ../sass/_magazine-article.scss */
.magazine.article .main_galleryslider .flex-prev {
  left: 40px;
}
/* line 118, ../sass/_magazine-article.scss */
.magazine.article .main_galleryslider .flex-next {
  right: 40px;
}
/* line 122, ../sass/_magazine-article.scss */
.magazine.article .main_gallerysliderthumbs .slides li {
  opacity: 0.4;
  cursor: pointer;
}
/* line 127, ../sass/_magazine-article.scss */
.magazine.article .main_gallerysliderthumbs .slides li.flex-active-slide {
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 131, ../sass/_magazine-article.scss */
  .magazine.article .main_gallerysliderthumbs .slides li:first-child img {
    border-left: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 137, ../sass/_magazine-article.scss */
  .magazine.article .main_gallerysliderthumbs .slides li:last-child img {
    border-right: none;
  }
}
/* line 143, ../sass/_magazine-article.scss */
.magazine.article .main_gallerysliderthumbs img {
  border-left: 12px solid #000;
  border-right: 12px solid #000;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 143, ../sass/_magazine-article.scss */
  .magazine.article .main_gallerysliderthumbs img {
    border-left: 5px solid #000;
    border-right: 5px solid #000;
  }
}
/* line 153, ../sass/_magazine-article.scss */
.magazine.article .main_gallerysliderthumbs .flex-direction-nav a {
  top: 60%;
  width: 32px;
  height: 32px;
}
/* line 159, ../sass/_magazine-article.scss */
.magazine.article .main_gallerysliderthumbs .flex-prev {
  background: url('images/sprite-s04cddb2378.png') 0 -1475px;
  left: 40px;
}
/* line 164, ../sass/_magazine-article.scss */
.magazine.article .main_gallerysliderthumbs .flex-next {
  background: url('images/sprite-s04cddb2378.png') 0 -1343px;
  right: 40px;
}
/* line 169, ../sass/_magazine-article.scss */
.magazine.article #secondary-slider-thumbs {
  padding-top: 12px;
}
/* line 171, ../sass/_magazine-article.scss */
.magazine.article #secondary-slider-thumbs li {
  opacity: 1;
  text-align: left;
}
/* line 174, ../sass/_magazine-article.scss */
.magazine.article #secondary-slider-thumbs li span {
  font-family: "Ubuntu Condensed", sans-serif;
  display: block;
  margin: 10px 12px 0 12px;
  color: white;
}
/* line 181, ../sass/_magazine-article.scss */
.magazine.article #secondary-slider-thumbs .flex-direction-nav a {
  top: 50% !important;
}
/* line 186, ../sass/_magazine-article.scss */
.magazine.article .sub_section_title {
  background: black;
  color: white;
  padding: 2em 0 1em 0;
  margin: 0;
}
/* line 191, ../sass/_magazine-article.scss */
.magazine.article .sub_section_title.bg-dot {
  background: black url("../img/layout/border_dotted_black.png") repeat-x scroll 0 50%;
  padding: 0 2em;
  line-height: 2em;
}
/* line 196, ../sass/_magazine-article.scss */
.magazine.article .sub_section_title.bg-dot span {
  background-color: black;
  padding-left: 0.6em;
  padding-right: 0.6em;
  font-family: 'BebasNeueRegular', sans-serif;
  letter-spacing: 0.3em;
  font-size: 1.2em;
}
/* line 208, ../sass/_magazine-article.scss */
.magazine.article .line {
  margin: 1em 0;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
/* line 17, ../sass/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 20, ../sass/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 24, ../sass/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 25, ../sass/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 26, ../sass/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 27, ../sass/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 30, ../sass/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 31, ../sass/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 32, ../sass/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 37, ../sass/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 42, ../sass/_flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

/* line 43, ../sass/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 44, ../sass/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 45, ../sass/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 47, ../sass/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 51, ../sass/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 52, ../sass/_flexslider.scss */
.flex-direction-nav a {
  width: 25px;
  height: 43px;
  margin: -20px 0 0;
  display: block;
  background: url(../img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease;
}

/* line 53, ../sass/_flexslider.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

/* line 54, ../sass/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -36px;
}

/* line 55, ../sass/_flexslider.scss */
.no-touch .flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

/* line 56, ../sass/_flexslider.scss */
.no-touch .flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

/* line 57, ../sass/_flexslider.scss */
.no-touch .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 58, ../sass/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
/* line 61, ../sass/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 62, ../sass/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 63, ../sass/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 64, ../sass/_flexslider.scss */
.no-touch .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 65, ../sass/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 67, ../sass/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 68, ../sass/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 69, ../sass/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 70, ../sass/_flexslider.scss */
.no-touch .flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 71, ../sass/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 767px) {
  /* line 75, ../sass/_flexslider.scss */
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    display: none;
  }
}
/* line 1, ../sass/_store.scss */
.store {
  background: none repeat scroll 0 0 black;
}
/* line 3, ../sass/_store.scss */
.store h2 {
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.75em;
  font-size: 2.5em;
  line-height: 1em;
  /* Smartphones (portrait and landscape) ----------- */
}
/* line 15, ../sass/_store.scss */
.store h2 span {
  font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../sass/_store.scss */
  .store h2 {
    font-size: 1.9em;
    letter-spacing: 0.65em;
  }
}
/* line 25, ../sass/_store.scss */
.store > div {
  border: solid 2px #999999;
  padding-top: 35px;
  padding-bottom: 35px;
  color: white;
  text-align: center;
  width: 100%;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 25, ../sass/_store.scss */
  .store > div {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 41, ../sass/_store.scss */
.store .content {
  border: solid 10px white;
  padding-top: 14em;
  height: 40em;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 41, ../sass/_store.scss */
  .store .content {
    padding-top: 9em;
    height: 30em;
  }
}
/* line 52, ../sass/_store.scss */
.store .content p {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1em;
  letter-spacing: 0.3em;
  /* Smartphones (portrait and landscape) ----------- */
}
/* line 63, ../sass/_store.scss */
.store .content p span {
  font-family: 'Playfair Display:400italic', serif;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 52, ../sass/_store.scss */
  .store .content p {
    font-size: 1.8em;
    letter-spacing: 0.28em;
  }
}

/* line 78, ../sass/_store.scss */
#store_timer {
  display: table;
  margin: 20px auto 0;
}
/* line 83, ../sass/_store.scss */
#store_timer .timer-part {
  display: table-cell;
  vertical-align: middle;
  background: url(../img/layout/store-timer-divider.png) no-repeat scroll 0 0 transparent;
  padding-left: 9px;
  padding-right: 4px;
  height: 110px;
}
/* line 92, ../sass/_store.scss */
#store_timer .timer-part:first-child {
  background: none no-repeat scroll 0 0 transparent;
  padding-left: 4px;
}
/* line 97, ../sass/_store.scss */
#store_timer .timer-part span {
  background: none no-repeat scroll 0 0 white;
  padding: 5px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 3em;
  line-height: 1em;
  color: black;
}

/* line 2, ../sass/_946.scss */
.general_submenu,
.menu_946 {
  font-size: 0;
  line-height: 0;
  text-align: center;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
/* line 7, ../sass/_946.scss */
.general_submenu .columns,
.menu_946 .columns {
  background-color: white;
  border-bottom: 2px solid #999999;
}
/* line 12, ../sass/_946.scss */
.general_submenu ul,
.menu_946 ul {
  display: inline-block;
  margin: 0;
}
/* line 17, ../sass/_946.scss */
.general_submenu li,
.menu_946 li {
  float: left;
  display: inline-block;
  background: transparent url(../img/content/946/bg_menu_li.gif) 100% 50% no-repeat;
  padding: 0 2.3em;
  text-align: center;
}
/* line 23, ../sass/_946.scss */
.general_submenu li a,
.menu_946 li a {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  line-height: 3.5em;
  font-size: 1em;
}
/* line 30, ../sass/_946.scss */
.general_submenu li a:hover,
.menu_946 li a:hover {
  color: black;
}
/* line 37, ../sass/_946.scss */
.general_submenu li.active span,
.menu_946 li.active span {
  display: none;
}
/* line 41, ../sass/_946.scss */
.general_submenu li.active a,
.menu_946 li.active a {
  color: black;
  font-weight: 700;
  background: transparent url(../img/content/946/bg_menu.gif) 50% 100% no-repeat;
}
/* line 47, ../sass/_946.scss */
.general_submenu li.last,
.menu_946 li.last {
  background-image: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 54, ../sass/_946.scss */
  .general_submenu li,
  .menu_946 li {
    padding: 0 1.7em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 60, ../sass/_946.scss */
  .general_submenu .columns,
  .menu_946 .columns {
    height: 3.7em;
  }
  /* line 63, ../sass/_946.scss */
  .general_submenu ul,
  .menu_946 ul {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    z-index: 10;
  }
  /* line 70, ../sass/_946.scss */
  .general_submenu ul li,
  .menu_946 ul li {
    float: none;
    display: none;
    background: none no-repeat scroll 0 0 white;
    padding: 0;
    text-align: left;
  }
  /* line 79, ../sass/_946.scss */
  .general_submenu ul li.displayblock,
  .menu_946 ul li.displayblock {
    display: block;
  }
  /* line 82, ../sass/_946.scss */
  .general_submenu ul li.active,
  .menu_946 ul li.active {
    display: block;
  }
  /* line 85, ../sass/_946.scss */
  .general_submenu ul li.active span,
  .menu_946 ul li.active span {
    display: block;
    background: url("../img/sprite/mobile_menu_black.png") no-repeat scroll 0.5em 50% transparent;
    background-size: 20px auto;
    float: left;
    height: 49px;
    width: 40px;
    cursor: pointer;
  }
  /* line 95, ../sass/_946.scss */
  .general_submenu ul li.active a,
  .menu_946 ul li.active a {
    background: url("../img/sprite/mobile_menu_black.png") no-repeat scroll 0.5em 50% transparent;
    background-size: 20px auto;
  }
  /* line 101, ../sass/_946.scss */
  .general_submenu ul li a,
  .menu_946 ul li a {
    width: 100%;
    padding: 0 2.3em;
  }
}

/* line 112, ../sass/_946.scss */
.intro946 {
  line-height: 0;
}
/* line 115, ../sass/_946.scss */
.intro946 a {
  position: relative;
  display: block;
}
/* line 119, ../sass/_946.scss */
.intro946 a .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: 0.7em;
  color: #FFFFFF;
  font-family: 'Roboto',sans-serif;
  font-size: 2.2em;
  letter-spacing: 0.7em;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 119, ../sass/_946.scss */
  .intro946 a .title {
    font-size: 1.9em;
    letter-spacing: 0.5em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 119, ../sass/_946.scss */
  .intro946 a .title {
    font-size: 1em;
    letter-spacing: 0.5em;
  }
}
/* line 144, ../sass/_946.scss */
.intro946 a .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: 60px;
  background: url('images/sprite-s04cddb2378.png') 0 -156px no-repeat;
  height: 56px;
  width: 56px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 144, ../sass/_946.scss */
  .intro946 a .ico {
    background: url('images/sprite-s04cddb2378.png') 0 -3377px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -14px;
    margin-top: 30px;
  }
}

/* line 167, ../sass/_946.scss */
.mod946.features .feature {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 173, ../sass/_946.scss */
  .mod946.features .feature .container {
    padding: 20px 10px;
    background: transparent url(../img/content/946/bg_text.png) 0 0 repeat;
  }
  /* line 177, ../sass/_946.scss */
  .mod946.features .feature .container .columns h2, .mod946.features .feature .container .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 181, ../sass/_946.scss */
  .mod946.features .feature .container .columns p {
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 167, ../sass/_946.scss */
  .mod946.features .feature {
    min-height: 450px;
  }
  /* line 189, ../sass/_946.scss */
  .mod946.features .feature .columns {
    min-height: 450px;
    padding: 0;
  }
}
/* line 196, ../sass/_946.scss */
.mod946.features .feature2 h3, .mod946.features .feature3 h3, .mod946.features .feature4 h3, .mod946.features .feature5 h3 {
  font-size: 1.4em;
  font-family: 'Ubuntu Condensed', sans-serif;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* line 203, ../sass/_946.scss */
.mod946.features .feature2 p, .mod946.features .feature3 p, .mod946.features .feature4 p, .mod946.features .feature5 p {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 1.2em;
}
/* line 208, ../sass/_946.scss */
.mod946.features .feature1 {
  background-image: url(../img/content/946/features1.jpg);
  min-height: 798px;
}
/* line 211, ../sass/_946.scss */
.mod946.features .feature1 .container {
  min-height: 798px;
}
/* line 214, ../sass/_946.scss */
.mod946.features .feature1 .columns {
  padding: 300px 0 0 0;
  text-align: center;
}
/* line 217, ../sass/_946.scss */
.mod946.features .feature1 .columns h2, .mod946.features .feature1 .columns h3 {
  /*font-family: 'Ubuntu Condensed', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  margin: 0 0 2px 0;
}
/* line 223, ../sass/_946.scss */
.mod946.features .feature1 .columns h2 {
  font-size: 2.5em;
  letter-spacing: 0.5em;
  word-spacing: 0.2em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
/* line 231, ../sass/_946.scss */
.mod946.features .feature1 .columns h2 span {
  font-weight: 400;
}
/* line 235, ../sass/_946.scss */
.mod946.features .feature1 .columns h3 {
  font-size: 1.4em;
  letter-spacing: 0.3em;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 208, ../sass/_946.scss */
  .mod946.features .feature1 {
    min-height: 450px;
  }
  /* line 243, ../sass/_946.scss */
  .mod946.features .feature1 .container {
    min-height: 450px;
  }
  /* line 246, ../sass/_946.scss */
  .mod946.features .feature1 .columns {
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 208, ../sass/_946.scss */
  .mod946.features .feature1 {
    min-height: 180px;
  }
  /* line 253, ../sass/_946.scss */
  .mod946.features .feature1 .container {
    min-height: 180px;
  }
  /* line 256, ../sass/_946.scss */
  .mod946.features .feature1 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 208, ../sass/_946.scss */
  .mod946.features .feature1 {
    min-height: 470px;
    overflow: hidden;
  }
  /* line 263, ../sass/_946.scss */
  .mod946.features .feature1 .container {
    min-height: 470px;
  }
  /* line 266, ../sass/_946.scss */
  .mod946.features .feature1 .columns {
    padding: 80px 0 0;
  }
}
/* line 272, ../sass/_946.scss */
.mod946.features .feature2 {
  background-image: url(../img/content/946/features2.jpg);
  min-height: 601px;
}
/* line 275, ../sass/_946.scss */
.mod946.features .feature2 .container {
  min-height: 601px;
}
/* line 278, ../sass/_946.scss */
.mod946.features .feature2 .columns {
  padding: 200px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 272, ../sass/_946.scss */
  .mod946.features .feature2 {
    min-height: 450px;
  }
  /* line 283, ../sass/_946.scss */
  .mod946.features .feature2 .container {
    min-height: 450px;
  }
  /* line 286, ../sass/_946.scss */
  .mod946.features .feature2 .columns {
    padding: 30px 0 0;
  }
  /* line 288, ../sass/_946.scss */
  .mod946.features .feature2 .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 292, ../sass/_946.scss */
  .mod946.features .feature2 .columns h3, .mod946.features .feature2 .columns p {
    padding: 5px 2em;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 272, ../sass/_946.scss */
  .mod946.features .feature2 {
    min-height: 250px;
  }
  /* line 301, ../sass/_946.scss */
  .mod946.features .feature2 .container {
    min-height: 250px;
  }
  /* line 304, ../sass/_946.scss */
  .mod946.features .feature2 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 272, ../sass/_946.scss */
  .mod946.features .feature2 {
    min-height: 400px;
  }
  /* line 311, ../sass/_946.scss */
  .mod946.features .feature2 .container {
    min-height: 400px;
  }
  /* line 314, ../sass/_946.scss */
  .mod946.features .feature2 .columns {
    padding: 60px 0 0 0;
  }
}
/* line 320, ../sass/_946.scss */
.mod946.features .feature3 {
  background-image: url(../img/content/946/features3.jpg);
  min-height: 599px;
}
/* line 323, ../sass/_946.scss */
.mod946.features .feature3 .container {
  min-height: 584px;
}
/* line 326, ../sass/_946.scss */
.mod946.features .feature3 .columns {
  padding: 200px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 320, ../sass/_946.scss */
  .mod946.features .feature3 {
    min-height: 275px;
  }
  /* line 331, ../sass/_946.scss */
  .mod946.features .feature3 .container {
    min-height: 275px;
  }
  /* line 334, ../sass/_946.scss */
  .mod946.features .feature3 .columns {
    padding: 50px 0 0;
  }
  /* line 336, ../sass/_946.scss */
  .mod946.features .feature3 .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 340, ../sass/_946.scss */
  .mod946.features .feature3 .columns h3, .mod946.features .feature3 .columns p {
    padding: 5px 2em;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 320, ../sass/_946.scss */
  .mod946.features .feature3 {
    min-height: 255px;
  }
  /* line 349, ../sass/_946.scss */
  .mod946.features .feature3 .container {
    min-height: 255px;
  }
  /* line 352, ../sass/_946.scss */
  .mod946.features .feature3 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 320, ../sass/_946.scss */
  .mod946.features .feature3 {
    min-height: 400px;
  }
  /* line 360, ../sass/_946.scss */
  .mod946.features .feature3 .container {
    min-height: 400px;
  }
  /* line 363, ../sass/_946.scss */
  .mod946.features .feature3 .columns {
    padding: 60px 0 0 0;
  }
}
/* line 368, ../sass/_946.scss */
.mod946.features .feature4 {
  background-image: url(../img/content/946/features4.jpg);
  min-height: 602px;
}
/* line 371, ../sass/_946.scss */
.mod946.features .feature4 .container {
  min-height: 583px;
}
/* line 374, ../sass/_946.scss */
.mod946.features .feature4 .columns {
  padding: 200px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 368, ../sass/_946.scss */
  .mod946.features .feature4 {
    min-height: 400px;
  }
  /* line 379, ../sass/_946.scss */
  .mod946.features .feature4 .container {
    min-height: 400px;
  }
  /* line 382, ../sass/_946.scss */
  .mod946.features .feature4 .columns {
    padding: 80px 0 0;
  }
  /* line 384, ../sass/_946.scss */
  .mod946.features .feature4 .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 388, ../sass/_946.scss */
  .mod946.features .feature4 .columns h3, .mod946.features .feature4 .columns p {
    padding: 5px 2em;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 368, ../sass/_946.scss */
  .mod946.features .feature4 {
    min-height: 255px;
  }
  /* line 397, ../sass/_946.scss */
  .mod946.features .feature4 .container {
    min-height: 255px;
  }
  /* line 400, ../sass/_946.scss */
  .mod946.features .feature4 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 368, ../sass/_946.scss */
  .mod946.features .feature4 {
    min-height: 400px;
  }
  /* line 408, ../sass/_946.scss */
  .mod946.features .feature4 .container {
    min-height: 400px;
  }
  /* line 411, ../sass/_946.scss */
  .mod946.features .feature4 .columns {
    padding: 60px 0 0 0;
  }
}
/* line 416, ../sass/_946.scss */
.mod946.features .feature5 {
  background-image: url(../img/content/946/features5.jpg);
  min-height: 598px;
}
/* line 419, ../sass/_946.scss */
.mod946.features .feature5 .container {
  min-height: 598px;
}
/* line 422, ../sass/_946.scss */
.mod946.features .feature5 .columns {
  padding: 200px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 416, ../sass/_946.scss */
  .mod946.features .feature5 {
    min-height: 450px;
  }
  /* line 427, ../sass/_946.scss */
  .mod946.features .feature5 .container {
    min-height: 450px;
  }
  /* line 430, ../sass/_946.scss */
  .mod946.features .feature5 .columns {
    padding: 50px 0 0;
  }
  /* line 432, ../sass/_946.scss */
  .mod946.features .feature5 .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 436, ../sass/_946.scss */
  .mod946.features .feature5 .columns h3, .mod946.features .feature5 .columns p {
    padding: 5px 2em;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 416, ../sass/_946.scss */
  .mod946.features .feature5 {
    min-height: 280px;
  }
  /* line 445, ../sass/_946.scss */
  .mod946.features .feature5 .container {
    min-height: 280px;
  }
  /* line 448, ../sass/_946.scss */
  .mod946.features .feature5 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 416, ../sass/_946.scss */
  .mod946.features .feature5 {
    min-height: 400px;
  }
  /* line 456, ../sass/_946.scss */
  .mod946.features .feature5 .container {
    min-height: 400px;
  }
  /* line 459, ../sass/_946.scss */
  .mod946.features .feature5 .columns {
    padding: 60px 0 0 0;
  }
}

/* line 1, ../sass/_946-gallery.scss */
.mod946_gallery {
  background-color: white;
  /* ORBIT */
  /* ORBIT */
}
/* line 4, ../sass/_946-gallery.scss */
.mod946_gallery .no-margin {
  margin: 0;
}
/* line 8, ../sass/_946-gallery.scss */
.mod946_gallery .yt_embedded {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 16, ../sass/_946-gallery.scss */
.mod946_gallery .yt_embedded iframe,
.mod946_gallery .yt_embedded object,
.mod946_gallery .yt_embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 25, ../sass/_946-gallery.scss */
.mod946_gallery .block {
  display: block;
}
/* line 30, ../sass/_946-gallery.scss */
.mod946_gallery ul.orbit-bullets {
  margin: 0;
  padding: 0;
  bottom: -51px;
}
/* line 36, ../sass/_946-gallery.scss */
.mod946_gallery ul.orbit-bullets li {
  background: url("/bundles/piaggiovespa/img/content/fundation-orbit/pager.png") no-repeat scroll -20px 0 transparent;
  height: 13px;
  width: 11px;
}
/* line 42, ../sass/_946-gallery.scss */
.mod946_gallery ul.orbit-bullets li.active {
  background-position: 0 0;
}
/* line 46, ../sass/_946-gallery.scss */
.mod946_gallery ul.orbit-bullets li img {
  font-size: 0px;
  line-height: 0px;
}
/* line 53, ../sass/_946-gallery.scss */
.mod946_gallery .orbit-wrapper .timer {
  display: none;
}
/* line 58, ../sass/_946-gallery.scss */
.mod946_gallery .orbit-wrapper .slider-nav.hide-for-small {
  /*display:none !important;*/
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 58, ../sass/_946-gallery.scss */
  .mod946_gallery .orbit-wrapper .slider-nav.hide-for-small {
    /*display:block !important;*/
  }
}
/* line 68, ../sass/_946-gallery.scss */
.mod946_gallery .orbit-wrapper .slider-nav span {
  top: 50%;
  margin-top: -16px;
  height: 39px;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 68, ../sass/_946-gallery.scss */
  .mod946_gallery .orbit-wrapper .slider-nav span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* line 82, ../sass/_946-gallery.scss */
.mod946_gallery .orbit-wrapper .slider-nav span.left {
  margin-left: 10px;
  background: url('images/sprite-s04cddb2378.png') 0 -2987px no-repeat;
  height: 32px;
  width: 32px;
}
/* line 89, ../sass/_946-gallery.scss */
.mod946_gallery .orbit-wrapper .slider-nav span.right {
  margin-right: 10px;
  background: url('images/sprite-s04cddb2378.png') 0 -3119px no-repeat;
  height: 32px;
  width: 32px;
}
/* line 99, ../sass/_946-gallery.scss */
.mod946_gallery .orbit.with-bullets {
  margin-bottom: 82px;
  font-size: 0px;
  line-height: 0;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 99, ../sass/_946-gallery.scss */
  .mod946_gallery .orbit.with-bullets {
    margin-bottom: 0;
  }
}
/* line 112, ../sass/_946-gallery.scss */
.mod946_gallery .content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35%;
  width: 50%;
  text-align: center;
}
/* line 122, ../sass/_946-gallery.scss */
.mod946_gallery .content h2 {
  margin: 0;
  padding: 0;
  padding-left: 0.6em;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 0.6em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
/* line 138, ../sass/_946-gallery.scss */
.mod946_gallery .content h2 span {
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 122, ../sass/_946-gallery.scss */
  .mod946_gallery .content h2 {
    font-size: 2.3em;
    letter-spacing: 0.4em;
    padding-left: 0.4em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 122, ../sass/_946-gallery.scss */
  .mod946_gallery .content h2 {
    font-size: 1.7em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 156, ../sass/_946-gallery.scss */
.mod946_gallery .content p {
  margin: 0;
  padding: 0;
  padding-left: 0.19em;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: 0.19em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 156, ../sass/_946-gallery.scss */
  .mod946_gallery .content p {
    font-size: 1.9em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 156, ../sass/_946-gallery.scss */
  .mod946_gallery .content p {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 184, ../sass/_946-gallery.scss */
.mod946_gallery .three-d {
  position: relative;
}
/* line 187, ../sass/_946-gallery.scss */
.mod946_gallery .three-d h3 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: black;
  font-weight: 300;
  font-size: 5em;
  line-height: 1em;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 187, ../sass/_946-gallery.scss */
  .mod946_gallery .three-d h3 {
    margin-bottom: 15px;
    font-size: 4em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 187, ../sass/_946-gallery.scss */
  .mod946_gallery .three-d h3 {
    margin-bottom: 5px;
    font-size: 1.8em;
  }
}
/* line 221, ../sass/_946-gallery.scss */
.mod946_gallery .three-d #ninefoursix-three-d-360-box {
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* line 225, ../sass/_946-gallery.scss */
  .mod946_gallery .three-d #ninefoursix-three-d-360-box:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100px;
  }
  /* line 235, ../sass/_946-gallery.scss */
  .mod946_gallery .three-d #ninefoursix-three-d-360-box:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 248, ../sass/_946-gallery.scss */
  .mod946_gallery .three-d #ninefoursix-three-d-360-box:before {
    content: " ";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
  }
  /* line 258, ../sass/_946-gallery.scss */
  .mod946_gallery .three-d #ninefoursix-three-d-360-box:after {
    content: " ";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
  }
}

/* line 1, ../sass/_946-accessories.scss */
.mod946_accessories {
  /*background-color: $white;*/
}
/* line 4, ../sass/_946-accessories.scss */
.mod946_accessories .block {
  display: block;
}
/* line 8, ../sass/_946-accessories.scss */
.mod946_accessories .content {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 34%;
  width: 45%;
  text-align: center;
}
/* line 16, ../sass/_946-accessories.scss */
.mod946_accessories .content h2 {
  margin: 0;
  padding: 0;
  padding-left: 0.6em;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1em;
  letter-spacing: 0.6em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
/* line 30, ../sass/_946-accessories.scss */
.mod946_accessories .content h2 span {
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 16, ../sass/_946-accessories.scss */
  .mod946_accessories .content h2 {
    font-size: 2.3em;
    letter-spacing: 0.4em;
    padding-left: 0.4em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 16, ../sass/_946-accessories.scss */
  .mod946_accessories .content h2 {
    font-size: 1.7em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 49, ../sass/_946-accessories.scss */
.mod946_accessories .content p {
  margin: 0;
  padding: 0;
  padding-left: 0.19em;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: 0.19em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 49, ../sass/_946-accessories.scss */
  .mod946_accessories .content p {
    font-size: 1.9em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 49, ../sass/_946-accessories.scss */
  .mod946_accessories .content p {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 76, ../sass/_946-accessories.scss */
.mod946_accessories img {
  display: block;
  width: 100%;
}
/* line 83, ../sass/_946-accessories.scss */
.mod946_accessories .columns.text {
  padding: 0 7%;
  color: white;
}
/* line 91, ../sass/_946-accessories.scss */
.mod946_accessories .columns.text .text_content.one_row, .mod946_accessories .columns.text .text_content.two_rows, .mod946_accessories .columns.text .text_content.three_rows {
  margin-top: 60%;
}
/* line 97, ../sass/_946-accessories.scss */
.mod946_accessories .columns.text .text_content.four_rows, .mod946_accessories .columns.text .text_content.five_rows, .mod946_accessories .columns.text .text_content.six_rows {
  margin-top: 19%;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 97, ../sass/_946-accessories.scss */
  .mod946_accessories .columns.text .text_content.four_rows, .mod946_accessories .columns.text .text_content.five_rows, .mod946_accessories .columns.text .text_content.six_rows {
    margin-top: 5%;
  }
}
/* line 108, ../sass/_946-accessories.scss */
.mod946_accessories .columns.text .text_content.seveb_rows, .mod946_accessories .columns.text .text_content.eight_rows, .mod946_accessories .columns.text .text_content.nine_rows {
  margin-top: 40%;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 108, ../sass/_946-accessories.scss */
  .mod946_accessories .columns.text .text_content.seveb_rows, .mod946_accessories .columns.text .text_content.eight_rows, .mod946_accessories .columns.text .text_content.nine_rows {
    margin-top: 5%;
  }
}
/* line 117, ../sass/_946-accessories.scss */
.mod946_accessories .columns.text .text_content.ten_rows {
  margin-top: 30%;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 117, ../sass/_946-accessories.scss */
  .mod946_accessories .columns.text .text_content.ten_rows {
    margin-top: 5%;
  }
}
/* line 127, ../sass/_946-accessories.scss */
.mod946_accessories .columns.text p {
  font: normal 1.2em/1.3em "Ubuntu";
}
/* line 131, ../sass/_946-accessories.scss */
.mod946_accessories .columns.text .uppercase {
  text-transform: uppercase;
}
/* line 132, ../sass/_946-accessories.scss */
.mod946_accessories .columns.text .spaced {
  letter-spacing: 7px;
}
/* line 133, ../sass/_946-accessories.scss */
.mod946_accessories .columns.text .bigger {
  font-size: 1.25em;
}

/* line 1, ../sass/_946-configurator.scss */
.configurator, .primavera_configurator {
  background-color: black;
  border: solid 2px #999999;
  padding: 1em;
  /* Smartphones (portrait and landscape) ----------- */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 1, ../sass/_946-configurator.scss */
  .configurator, .primavera_configurator {
    background-color: white;
    border: none;
    padding: 0;
  }
}
/* line 13, ../sass/_946-configurator.scss */
.configurator .outer, .primavera_configurator .outer {
  background-color: black;
  border: 0.5em solid white;
  padding: 1em;
  /* Smartphones (portrait and landscape) ----------- */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 13, ../sass/_946-configurator.scss */
  .configurator .outer, .primavera_configurator .outer {
    background-color: white;
    border: none;
    padding: 0;
  }
}
/* line 23, ../sass/_946-configurator.scss */
.configurator .outer .inner, .primavera_configurator .outer .inner {
  background-color: white;
}
/* line 28, ../sass/_946-configurator.scss */
.configurator .line, .primavera_configurator .line {
  height: 1px;
  width: 100%;
  border-bottom: 5px solid #000;
  display: block;
}
/* line 36, ../sass/_946-configurator.scss */
.configurator .conf_wrapper, .primavera_configurator .conf_wrapper {
  width: 85%;
  padding: 5em 0;
  margin: 0 auto;
  /* Smartphones (portrait and landscape) ----------- */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 36, ../sass/_946-configurator.scss */
  .configurator .conf_wrapper, .primavera_configurator .conf_wrapper {
    width: 100%;
    padding: 0 3%;
  }
}
/* line 45, ../sass/_946-configurator.scss */
.configurator .conf_wrapper > h1, .primavera_configurator .conf_wrapper > h1 {
  margin: 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
/* line 52, ../sass/_946-configurator.scss */
.configurator .conf_wrapper .bg_h1, .primavera_configurator .conf_wrapper .bg_h1 {
  background-color: white;
  padding: 10px;
}
/* line 56, ../sass/_946-configurator.scss */
.configurator .conf_wrapper .line, .primavera_configurator .conf_wrapper .line {
  position: relative;
  bottom: -1.35em;
}
/* line 63, ../sass/_946-configurator.scss */
.configurator .content_wrapper .line, .primavera_configurator .content_wrapper .line {
  background: transparent url("../img/content/946/configurator/layout/border_dotted.png") repeat-x;
  border: none;
  height: 5px;
}
/* line 67, ../sass/_946-configurator.scss */
.configurator .content_wrapper .line.margin, .primavera_configurator .content_wrapper .line.margin {
  margin: 0 0 2em 0;
}
/* line 73, ../sass/_946-configurator.scss */
.configurator .colors, .primavera_configurator .colors {
  display: inline;
  float: left;
  font-family: 'Ubuntu Condensed', sans-serif;
  margin-top: 21px;
}
/* line 78, ../sass/_946-configurator.scss */
.configurator .colors label, .primavera_configurator .colors label {
  display: inline;
  float: left;
}
/* line 82, ../sass/_946-configurator.scss */
.configurator .colors .custom.radio, .primavera_configurator .colors .custom.radio {
  margin: 0 10px 0 3px;
}
/* line 87, ../sass/_946-configurator.scss */
.configurator .tabs, .primavera_configurator .tabs {
  float: right;
  border: none;
}
/* line 91, ../sass/_946-configurator.scss */
.configurator .tabs p, .primavera_configurator .tabs p {
  display: inline;
  float: left;
  margin: 1.5em 1em 0 1em;
  font-family: 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 91, ../sass/_946-configurator.scss */
  .configurator .tabs p, .primavera_configurator .tabs p {
    display: none;
  }
}
/* line 102, ../sass/_946-configurator.scss */
.configurator .tabs dd, .primavera_configurator .tabs dd {
  text-indent: -9999px;
  width: 80px;
}
/* line 105, ../sass/_946-configurator.scss */
.configurator .tabs dd a, .primavera_configurator .tabs dd a {
  border: none;
  background: transparent;
  height: 100%;
  width: 100%;
}
/* line 111, ../sass/_946-configurator.scss */
.configurator .tabs dd.active, .primavera_configurator .tabs dd.active {
  border-top: 0;
  margin-top: 0;
}
/* line 118, ../sass/_946-configurator.scss */
.configurator .tabs .first, .primavera_configurator .tabs .first {
  background: url('../img/content/946/configurator/sprite-s4fc92e40d4.png') 0 0 no-repeat;
  height: 55px;
  width: 77px;
}
/* line 122, ../sass/_946-configurator.scss */
.configurator .tabs .first.active, .primavera_configurator .tabs .first.active {
  background: url('../img/content/946/configurator/sprite-s4fc92e40d4.png') 0 -155px no-repeat;
}
/* line 127, ../sass/_946-configurator.scss */
.configurator .tabs .second, .primavera_configurator .tabs .second {
  background: url('../img/content/946/configurator/sprite-s4fc92e40d4.png') 0 -440px no-repeat;
  height: 55px;
  width: 29px;
  background-position-x: -50%;
  width: 50px;
}
/* line 133, ../sass/_946-configurator.scss */
.configurator .tabs .second.active, .primavera_configurator .tabs .second.active {
  background: url('../img/content/946/configurator/sprite-s4fc92e40d4.png') 0 -595px no-repeat;
  background-position-x: -50%;
}
/* line 141, ../sass/_946-configurator.scss */
.configurator #profileTab > div,
.configurator #planciaTab > div, .primavera_configurator #profileTab > div,
.primavera_configurator #planciaTab > div {
  position: relative;
}
/* line 143, ../sass/_946-configurator.scss */
.configurator #profileTab > div .optional,
.configurator #planciaTab > div .optional, .primavera_configurator #profileTab > div .optional,
.primavera_configurator #planciaTab > div .optional {
  position: absolute;
  bottom: 6px;
  left: 0;
}
/* line 150, ../sass/_946-configurator.scss */
.configurator .tabs-content, .primavera_configurator .tabs-content {
  clear: both;
  margin: 0;
}
/* line 153, ../sass/_946-configurator.scss */
.configurator .tabs-content .optional, .primavera_configurator .tabs-content .optional {
  display: none;
}
/* line 159, ../sass/_946-configurator.scss */
.configurator .tabs-content.cupolino .optional.cupolino, .primavera_configurator .tabs-content.cupolino .optional.cupolino {
  display: block;
}
/* line 160, ../sass/_946-configurator.scss */
.configurator .tabs-content.sella_black .optional.sella_black, .primavera_configurator .tabs-content.sella_black .optional.sella_black {
  display: block;
}
/* line 161, ../sass/_946-configurator.scss */
.configurator .tabs-content.sella_brown .optional.sella_brown, .primavera_configurator .tabs-content.sella_brown .optional.sella_brown {
  display: block;
}
/* line 162, ../sass/_946-configurator.scss */
.configurator .tabs-content.sella_grey .optional.sella_grey, .primavera_configurator .tabs-content.sella_grey .optional.sella_grey {
  display: block;
}
/* line 163, ../sass/_946-configurator.scss */
.configurator .tabs-content.man_black .optional.man_black, .primavera_configurator .tabs-content.man_black .optional.man_black {
  display: block;
}
/* line 164, ../sass/_946-configurator.scss */
.configurator .tabs-content.man_brown .optional.man_brown, .primavera_configurator .tabs-content.man_brown .optional.man_brown {
  display: block;
}
/* line 165, ../sass/_946-configurator.scss */
.configurator .tabs-content.man_grey .optional.man_grey, .primavera_configurator .tabs-content.man_grey .optional.man_grey {
  display: block;
}
/* line 166, ../sass/_946-configurator.scss */
.configurator .tabs-content.portapacchi .optional.portapacchi, .primavera_configurator .tabs-content.portapacchi .optional.portapacchi {
  display: block;
}
/* line 167, ../sass/_946-configurator.scss */
.configurator .tabs-content.satin1 .optional.satin1, .primavera_configurator .tabs-content.satin1 .optional.satin1 {
  display: block;
}
/* line 168, ../sass/_946-configurator.scss */
.configurator .tabs-content.satin2 .optional.satin2, .primavera_configurator .tabs-content.satin2 .optional.satin2 {
  display: block;
}
/* line 169, ../sass/_946-configurator.scss */
.configurator .tabs-content.cover .optional.cover, .primavera_configurator .tabs-content.cover .optional.cover {
  display: block;
}
/* line 170, ../sass/_946-configurator.scss */
.configurator .tabs-content.moffole .optional.moffole, .primavera_configurator .tabs-content.moffole .optional.moffole {
  display: block;
}
/* line 171, ../sass/_946-configurator.scss */
.configurator .tabs-content.mirror .optional.mirror, .primavera_configurator .tabs-content.mirror .optional.mirror {
  display: block;
}
/* line 172, ../sass/_946-configurator.scss */
.configurator .tabs-content.bag_red .optional.bag_red, .primavera_configurator .tabs-content.bag_red .optional.bag_red {
  display: block;
}
/* line 173, ../sass/_946-configurator.scss */
.configurator .tabs-content.bag_black .optional.bag_black, .primavera_configurator .tabs-content.bag_black .optional.bag_black {
  display: block;
}
/* line 174, ../sass/_946-configurator.scss */
.configurator .tabs-content.bag_grey .optional.bag_grey, .primavera_configurator .tabs-content.bag_grey .optional.bag_grey {
  display: block;
}
/* line 175, ../sass/_946-configurator.scss */
.configurator .tabs-content.bag_brown .optional.bag_brown, .primavera_configurator .tabs-content.bag_brown .optional.bag_brown {
  display: block;
}
/* line 176, ../sass/_946-configurator.scss */
.configurator .tabs-content.alt_man_black .optional.alt_man_black, .primavera_configurator .tabs-content.alt_man_black .optional.alt_man_black {
  display: block;
}
/* line 177, ../sass/_946-configurator.scss */
.configurator .tabs-content.alt_man_grey .optional.alt_man_grey, .primavera_configurator .tabs-content.alt_man_grey .optional.alt_man_grey {
  display: block;
}
/* line 178, ../sass/_946-configurator.scss */
.configurator .tabs-content.alt_man_brown .optional.alt_man_brown, .primavera_configurator .tabs-content.alt_man_brown .optional.alt_man_brown {
  display: block;
}
/* line 179, ../sass/_946-configurator.scss */
.configurator .tabs-content.navigatore .optional.navigatore, .primavera_configurator .tabs-content.navigatore .optional.navigatore {
  display: block;
}
/* line 182, ../sass/_946-configurator.scss */
.configurator .accessories, .primavera_configurator .accessories {
  background-color: black;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  padding: 8px 5em 8px 5em;
  position: relative;
  margin-top: -6px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 182, ../sass/_946-configurator.scss */
  .configurator .accessories, .primavera_configurator .accessories {
    padding: 8px 4px;
  }
}
/* line 193, ../sass/_946-configurator.scss */
.configurator .accessories h2, .primavera_configurator .accessories h2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  color: white;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 204, ../sass/_946-configurator.scss */
.configurator .accessories label, .primavera_configurator .accessories label {
  height: 100px;
  width: 100px;
  position: relative;
}
/* line 208, ../sass/_946-configurator.scss */
.configurator .accessories label img, .primavera_configurator .accessories label img {
  border: 1px solid white;
}
/* line 211, ../sass/_946-configurator.scss */
.configurator .accessories label .checkbox, .primavera_configurator .accessories label .checkbox {
  background: url('../img/content/946/configurator/sprite-s4fc92e40d4.png') 0 -310px no-repeat;
  background-position: 35px -280px;
  background-color: rgba(0, 0, 0, 0.5);
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  display: none;
}
/* line 222, ../sass/_946-configurator.scss */
.configurator .accessories label .checkbox.checked, .primavera_configurator .accessories label .checkbox.checked {
  display: block;
  border: 1px solid white;
}
/* line 225, ../sass/_946-configurator.scss */
.configurator .accessories label .checkbox.checked:before, .primavera_configurator .accessories label .checkbox.checked:before {
  content: none !important;
}
/* line 231, ../sass/_946-configurator.scss */
.configurator .accessories .desc, .primavera_configurator .accessories .desc {
  width: 100px;
  float: left;
  line-height: 1.1em;
  margin-top: 0.3em;
  font-size: 0.9em;
}
/* line 239, ../sass/_946-configurator.scss */
.configurator .accessories .flex-direction-nav .flex-next, .primavera_configurator .accessories .flex-direction-nav .flex-next {
  right: 3%;
}
/* line 242, ../sass/_946-configurator.scss */
.configurator .accessories .flex-direction-nav .flex-prev, .primavera_configurator .accessories .flex-direction-nav .flex-prev {
  left: 3%;
}
/* line 246, ../sass/_946-configurator.scss */
.configurator .overlay, .primavera_configurator .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 310px;
  padding-top: 110px;
  text-align: center;
  z-index: 50;
  /* Smartphones (portrait and landscape) ----------- */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 246, ../sass/_946-configurator.scss */
  .configurator .overlay, .primavera_configurator .overlay {
    height: 345px;
  }
}
/* line 262, ../sass/_946-configurator.scss */
.configurator .overlay .collapse, .primavera_configurator .overlay .collapse {
  width: 40%;
  margin-left: 30% !important;
  padding-top: 40px;
}
/* line 267, ../sass/_946-configurator.scss */
.configurator .overlay .collapse input.error, .primavera_configurator .overlay .collapse input.error {
  background-color: white;
}
/* line 271, ../sass/_946-configurator.scss */
.configurator .overlay .collapse .button, .primavera_configurator .overlay .collapse .button {
  border: 1px solid white;
  background: black;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
}
/* line 279, ../sass/_946-configurator.scss */
.configurator .overlay h1, .primavera_configurator .overlay h1 {
  font-family: 'Roboto', sans-serif;
  color: white;
  line-height: 1.2em;
  text-transform: none !important;
  font-size: 1.3em;
  letter-spacing: 0.2em;
  /* Smartphones (portrait and landscape) ----------- */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 279, ../sass/_946-configurator.scss */
  .configurator .overlay h1, .primavera_configurator .overlay h1 {
    padding: 0 5%;
  }
}
/* line 291, ../sass/_946-configurator.scss */
.configurator .overlay .close, .primavera_configurator .overlay .close {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100;
  display: block;
}
/* line 301, ../sass/_946-configurator.scss */
.configurator .quote_cta, .primavera_configurator .quote_cta {
  padding: 5px 0;
}
/* line 303, ../sass/_946-configurator.scss */
.configurator .quote_cta p, .primavera_configurator .quote_cta p {
  padding: 0;
  margin: 0 0 2px 0;
  color: black;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1em;
}
/* line 310, ../sass/_946-configurator.scss */
.configurator .quote_cta p.note, .primavera_configurator .quote_cta p.note {
  color: #999999;
  font-size: 0.8em;
  text-transform: none !important;
  margin: 0 0 7px 0;
}
/* line 318, ../sass/_946-configurator.scss */
.configurator .quote_cta .button, .primavera_configurator .quote_cta .button {
  margin-top: 10px;
  background: black;
  color: white;
  border: 0;
  text-transform: uppercase;
}

/* line 329, ../sass/_946-configurator.scss */
#quoteModal {
  width: 1024px;
  margin-left: -512px;
}
/* line 332, ../sass/_946-configurator.scss */
#quoteModal .dropdown {
  width: 255px !important;
}

/* line 1, ../sass/_quote.scss */
.quote {
  background: white;
  padding: 3em;
}
/* line 4, ../sass/_quote.scss */
.quote .fieldset {
  border: 0;
  text-align: left;
  padding: 2.35em 0.625em 0.75em;
}
/* line 8, ../sass/_quote.scss */
.quote .fieldset p {
  height: 32px;
  font-size: 0.8em;
  overflow: auto;
}
/* line 14, ../sass/_quote.scss */
.quote .button {
  background-color: black;
  border: 0;
  font-family: "Roboto";
}
/* line 19, ../sass/_quote.scss */
.quote .dropdown {
  width: 200px !important;
}

/* line 1, ../sass/_946-adv.scss */
.mod946_adv {
  background-color: white;
  /* ORBIT */
  /* ORBIT */
}
/* line 4, ../sass/_946-adv.scss */
.mod946_adv .yt_embedded {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 12, ../sass/_946-adv.scss */
.mod946_adv .yt_embedded iframe,
.mod946_adv .yt_embedded object,
.mod946_adv .yt_embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 21, ../sass/_946-adv.scss */
.mod946_adv .block {
  display: block;
}
/* line 26, ../sass/_946-adv.scss */
.mod946_adv ul.orbit-bullets {
  margin: 0;
  padding: 0;
  bottom: -51px;
}
/* line 32, ../sass/_946-adv.scss */
.mod946_adv ul.orbit-bullets li {
  background: url("../img/content/fundation-orbit/pager.png") no-repeat scroll -20px 0 transparent;
  height: 13px;
  width: 11px;
}
/* line 38, ../sass/_946-adv.scss */
.mod946_adv ul.orbit-bullets li.active {
  background-position: 0 0;
}
/* line 42, ../sass/_946-adv.scss */
.mod946_adv ul.orbit-bullets li img {
  font-size: 0px;
  line-height: 0px;
}
/* line 49, ../sass/_946-adv.scss */
.mod946_adv .orbit-wrapper .timer {
  display: none;
}
/* line 54, ../sass/_946-adv.scss */
.mod946_adv .orbit-wrapper .slider-nav.hide-for-small {
  /*display:none !important;*/
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 54, ../sass/_946-adv.scss */
  .mod946_adv .orbit-wrapper .slider-nav.hide-for-small {
    /*display:block !important;*/
  }
}
/* line 64, ../sass/_946-adv.scss */
.mod946_adv .orbit-wrapper .slider-nav span {
  top: 50%;
  margin-top: -16px;
  height: 39px;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 64, ../sass/_946-adv.scss */
  .mod946_adv .orbit-wrapper .slider-nav span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* line 78, ../sass/_946-adv.scss */
.mod946_adv .orbit-wrapper .slider-nav span.left {
  margin-left: 10px;
  background: url('images/sprite-s04cddb2378.png') 0 -2987px no-repeat;
  height: 32px;
  width: 32px;
}
/* line 85, ../sass/_946-adv.scss */
.mod946_adv .orbit-wrapper .slider-nav span.right {
  margin-right: 10px;
  background: url('images/sprite-s04cddb2378.png') 0 -3119px no-repeat;
  height: 32px;
  width: 32px;
}
/* line 95, ../sass/_946-adv.scss */
.mod946_adv .orbit.with-bullets {
  margin-bottom: 82px;
  font-size: 0px;
  line-height: 0;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 95, ../sass/_946-adv.scss */
  .mod946_adv .orbit.with-bullets {
    margin-bottom: 0;
  }
}
/* line 108, ../sass/_946-adv.scss */
.mod946_adv .content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35%;
  width: 50%;
  text-align: center;
}
/* line 118, ../sass/_946-adv.scss */
.mod946_adv .content h2 {
  margin: 0;
  padding: 0;
  padding-left: 0.6em;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 0.6em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 118, ../sass/_946-adv.scss */
  .mod946_adv .content h2 {
    font-size: 2.3em;
    letter-spacing: 0.4em;
    padding-left: 0.4em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 118, ../sass/_946-adv.scss */
  .mod946_adv .content h2 {
    font-size: 1.7em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 145, ../sass/_946-adv.scss */
.mod946_adv .content p {
  margin: 0;
  padding: 0;
  padding-left: 0.19em;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: 0.19em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 145, ../sass/_946-adv.scss */
  .mod946_adv .content p {
    font-size: 1.9em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 145, ../sass/_946-adv.scss */
  .mod946_adv .content p {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 176, ../sass/_946-adv.scss */
.mod946_adv .black {
  background: black;
}
/* line 179, ../sass/_946-adv.scss */
.mod946_adv .black h2, .mod946_adv .black h3, .mod946_adv .black p {
  color: #fff;
}
/* line 183, ../sass/_946-adv.scss */
.mod946_adv .black h2 {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 2.85em;
  /* Portrait */
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  border-bottom: 4px solid #fff;
  display: inline-block;
}
@media only screen and (orientation: portrait) {
  /* line 183, ../sass/_946-adv.scss */
  .mod946_adv .black h2 {
    font-size: 1.6em;
  }
}
/* line 197, ../sass/_946-adv.scss */
.mod946_adv .black h3 {
  margin: 0;
  font-size: 3.6em;
  /* Portrait */
  font-family: 'Playfair Display', serif;
  font-weight: normal;
}
@media only screen and (orientation: portrait) {
  /* line 197, ../sass/_946-adv.scss */
  .mod946_adv .black h3 {
    font-size: 2.4em;
  }
}
/* line 208, ../sass/_946-adv.scss */
.mod946_adv .black p {
  margin: 0;
  padding: 15px 0 15px 0;
  display: inline-block;
  font: italic 1.4em/1.25em "Georgia";
}
/* line 217, ../sass/_946-adv.scss */
.mod946_adv .two-columns {
  /* Big screens */
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 1em;
  border-bottom: 4px solid #000;
}
@media only screen and (min-width: 768px) {
  /* line 217, ../sass/_946-adv.scss */
  .mod946_adv .two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
/* line 227, ../sass/_946-adv.scss */
.mod946_adv .row .columns {
  color: #FFFFFF;
  text-align: center;
}
/* line 231, ../sass/_946-adv.scss */
.mod946_adv img {
  display: block;
  width: 100%;
}
/* line 235, ../sass/_946-adv.scss */
.mod946_adv [data-role="accordion-trigger"] {
  display: block;
}
/* line 238, ../sass/_946-adv.scss */
.mod946_adv .para {
  width: 100%;
  display: table;
  overflow: hidden;
  position: relative;
}
/* line 244, ../sass/_946-adv.scss */
.mod946_adv .para .para-content {
  vertical-align: middle;
  display: table-cell;
}
/* line 249, ../sass/_946-adv.scss */
.mod946_adv .para [data-role="accordion-trigger"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 259, ../sass/_946-adv.scss */
.mod946_adv article h2.bg-dot {
  border: none;
  background: url("../img/layout/border_dotted_black.png") repeat-x scroll 0 50% transparent;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 0.5em;
}
/* line 266, ../sass/_946-adv.scss */
.mod946_adv article h2.bg-dot span {
  background-color: black;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 0.6em;
  line-height: 1em;
  letter-spacing: 0.3em;
}
/* line 280, ../sass/_946-adv.scss */
.mod946_adv [data-role="accordion"] {
  background: #fff;
  display: none;
}
/* line 285, ../sass/_946-adv.scss */
.mod946_adv [data-role="accordion"] article h2 {
  margin: 20px;
  text-align: left;
  font-family: 'BebasNeueRegular';
  font-weight: normal;
  border-bottom: 4px solid #000;
  font-size: 5.7em;
  /* Portrait */
}
@media only screen and (orientation: portrait) {
  /* line 285, ../sass/_946-adv.scss */
  .mod946_adv [data-role="accordion"] article h2 {
    font-size: 3.5em;
  }
}
/* line 298, ../sass/_946-adv.scss */
.mod946_adv [data-role="accordion"] article p {
  margin: 0 20px;
  padding: 35px 0 20px 0;
  color: #000;
  text-align: left;
  font: italic 1.35em/1.55em "Georgia";
}
/* line 306, ../sass/_946-adv.scss */
.mod946_adv [data-role="accordion"] article p.two-columns {
  /* Big screens */
}
@media only screen and (min-width: 768px) {
  /* line 306, ../sass/_946-adv.scss */
  .mod946_adv [data-role="accordion"] article p.two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
/* line 315, ../sass/_946-adv.scss */
.mod946_adv [data-role="accordion"] article section.f-left, .mod946_adv [data-role="accordion"] article section.f-right {
  width: 50%;
  /* Small screens */
}
@media only screen and (max-width: 767px) {
  /* line 315, ../sass/_946-adv.scss */
  .mod946_adv [data-role="accordion"] article section.f-left, .mod946_adv [data-role="accordion"] article section.f-right {
    width: 100%;
  }
}
/* line 322, ../sass/_946-adv.scss */
.mod946_adv [data-role="accordion"] article section.f-left {
  float: left;
}
/* line 325, ../sass/_946-adv.scss */
.mod946_adv [data-role="accordion"] article section.f-right {
  float: right;
}
/* line 329, ../sass/_946-adv.scss */
.mod946_adv [data-role="accordion"] article section p {
  padding: 0 1.5em 1.5em 0;
  border-bottom: 4px dotted #000;
  /* Portait */
}
@media only screen and (orientation: portrait) {
  /* line 329, ../sass/_946-adv.scss */
  .mod946_adv [data-role="accordion"] article section p {
    font-size: 1.15em;
  }
}
/* line 341, ../sass/_946-adv.scss */
.mod946_adv .ico-arrow {
  margin: 1.5em auto;
  display: block;
}
/* line 345, ../sass/_946-adv.scss */
.mod946_adv .ico-arrow.up {
  width: 56px;
  height: 56px;
  background: url('images/sprite-s04cddb2378.png') 0 -1763px no-repeat;
}
/* line 350, ../sass/_946-adv.scss */
.mod946_adv .ico-arrow.up.white {
  width: 56px;
  height: 56px;
  background: url('images/sprite-s04cddb2378.png') 0 -573px no-repeat;
}
/* line 357, ../sass/_946-adv.scss */
.mod946_adv .ico-arrow.down {
  width: 56px;
  height: 56px;
  background: url('images/sprite-s04cddb2378.png') 0 -1607px no-repeat;
}
/* line 362, ../sass/_946-adv.scss */
.mod946_adv .ico-arrow.down.white {
  width: 56px;
  height: 56px;
  background: url('images/sprite-s04cddb2378.png') 0 -729px no-repeat;
}
/* line 370, ../sass/_946-adv.scss */
.mod946_adv .twelve-columns-content {
  position: relative;
}
/* line 373, ../sass/_946-adv.scss */
.mod946_adv .twelve-columns-content .ico-arrow {
  position: absolute;
  margin: 0;
  bottom: 10.2%;
  right: 22.1%;
}
@media screen and (max-width: 767px) {
  /* line 373, ../sass/_946-adv.scss */
  .mod946_adv .twelve-columns-content .ico-arrow {
    display: none;
  }
}
/* line 383, ../sass/_946-adv.scss */
.mod946_adv .sharebar {
  margin: 0 0 40px 0;
}
/* line 387, ../sass/_946-adv.scss */
.mod946_adv .vespa946gallerysliderthumbs {
  background: #000;
  position: relative;
  padding: 60px 100px 30px 100px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 387, ../sass/_946-adv.scss */
  .mod946_adv .vespa946gallerysliderthumbs {
    padding: 45px 0 30px 0;
  }
}
/* line 397, ../sass/_946-adv.scss */
.mod946_adv .vespa946galleryslider li {
  background: #000;
}
/* line 401, ../sass/_946-adv.scss */
.mod946_adv .vespa946galleryslider .flex-direction-nav a {
  top: 29%;
}
/* line 405, ../sass/_946-adv.scss */
.mod946_adv .vespa946galleryslider .flex-prev {
  left: 40px;
}
/* line 409, ../sass/_946-adv.scss */
.mod946_adv .vespa946galleryslider .flex-next {
  right: 40px;
}
/* line 413, ../sass/_946-adv.scss */
.mod946_adv .thumbs-title {
  font: bold 1.65em/1.45em "Ubuntu";
  color: #FFF;
  letter-spacing: 19px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 413, ../sass/_946-adv.scss */
  .mod946_adv .thumbs-title {
    font-size: 1em;
    letter-spacing: 5px;
  }
}
/* line 429, ../sass/_946-adv.scss */
.mod946_adv p.gallery-description {
  color: #fff;
  text-align: left;
  background: #000;
  font: normal 1.25em/1.4em "Ubuntu";
  padding: 0 110px 17px 110px;
  margin-bottom: 0;
}
/* line 437, ../sass/_946-adv.scss */
.mod946_adv p.gallery-description:last-child {
  padding-bottom: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 429, ../sass/_946-adv.scss */
  .mod946_adv p.gallery-description {
    font-size: 1.05em;
    padding: 0 30px 17px 30px;
  }
}
/* line 447, ../sass/_946-adv.scss */
.mod946_adv .gallery-description.justified {
  text-align: justify;
}
/* line 451, ../sass/_946-adv.scss */
.mod946_adv .vespa946gallerysliderthumbs .slides li {
  opacity: 0.4;
}
/* line 455, ../sass/_946-adv.scss */
.mod946_adv .vespa946gallerysliderthumbs .slides li.flex-active-slide {
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 459, ../sass/_946-adv.scss */
  .mod946_adv .vespa946gallerysliderthumbs .slides li:first-child img {
    border-left: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 465, ../sass/_946-adv.scss */
  .mod946_adv .vespa946gallerysliderthumbs .slides li:last-child img {
    border-right: none;
  }
}
/* line 471, ../sass/_946-adv.scss */
.mod946_adv .vespa946gallerysliderthumbs img {
  border-left: 12px solid #000;
  border-right: 12px solid #000;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 471, ../sass/_946-adv.scss */
  .mod946_adv .vespa946gallerysliderthumbs img {
    border-left: 5px solid #000;
    border-right: 5px solid #000;
  }
}
/* line 481, ../sass/_946-adv.scss */
.mod946_adv .vespa946gallerysliderthumbs .flex-direction-nav a {
  top: 60%;
  width: 32px;
  height: 32px;
}
/* line 487, ../sass/_946-adv.scss */
.mod946_adv .vespa946gallerysliderthumbs .flex-prev {
  background: url('images/sprite-s04cddb2378.png') 0 -1475px;
  left: 40px;
}
/* line 492, ../sass/_946-adv.scss */
.mod946_adv .vespa946gallerysliderthumbs .flex-next {
  background: url('images/sprite-s04cddb2378.png') 0 -1343px;
  right: 40px;
}

/* line 1, ../sass/_946-dealerlocator.scss */
.mod946_dealer {
  background: #4f604d;
}
/* line 4, ../sass/_946-dealerlocator.scss */
.mod946_dealer .mod946_wrapper {
  margin: 22px;
  border: 8px solid #a1bea9;
  background: url(../img/layout/dl_map.png) no-repeat top right;
  position: relative;
  min-height: 400px;
}
/* line 11, ../sass/_946-dealerlocator.scss */
.mod946_dealer .mod946_wrapper #dl_compass {
  position: absolute;
  width: 342px;
  height: 343px;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: url(../img/layout/dl_compass.png) no-repeat;
}
@media only screen and (max-width: 820px) {
  /* line 11, ../sass/_946-dealerlocator.scss */
  .mod946_dealer .mod946_wrapper #dl_compass {
    display: none;
  }
}
/* line 24, ../sass/_946-dealerlocator.scss */
.mod946_dealer .mod946_wrapper h2 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-size: 2.5em;
  color: #ffffff;
  text-transform: uppercase;
  background: url(../img/layout/white_dot.png) repeat-y top left;
  padding: 36px 0 0 28px;
  margin: 80px 0 0 80px;
  z-index: 10;
}
/* line 38, ../sass/_946-dealerlocator.scss */
.mod946_dealer .mod946_wrapper select,
.mod946_dealer .mod946_wrapper #nation_selection_chzn,
.mod946_dealer .mod946_wrapper #region_selection_chzn {
  float: left;
  clear: both;
  width: 30%;
  margin: 30px 0 20px 80px;
}
/* line 45, ../sass/_946-dealerlocator.scss */
.mod946_dealer .mod946_wrapper #nation_selection_chzn {
  z-index: 10;
}
/* line 48, ../sass/_946-dealerlocator.scss */
.mod946_dealer .mod946_wrapper #region_selection_chzn {
  z-index: 5;
}

/* line 54, ../sass/_946-dealerlocator.scss */
#dealer_list {
  *zoom: 1;
  margin: 0 auto;
  margin-left: 30px;
  margin-right: 30px;
  clear: both;
}
/* line 4, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
#dealer_list:before, #dealer_list:after {
  content: " ";
  display: table;
}
/* line 5, ../../../../../../../../../../Users/mfiaschini/.rvm/gems/ruby-1.9.3-p429/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
#dealer_list:after {
  clear: both;
}
/* line 61, ../sass/_946-dealerlocator.scss */
#dealer_list .dealer_details {
  float: left;
  width: 200px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 1.07em;
  color: #ffffff;
  margin: 15px;
}
/* line 69, ../sass/_946-dealerlocator.scss */
#dealer_list .dealer_details p, #dealer_list .dealer_details h4, #dealer_list .dealer_details a {
  font-size: 1em;
  color: #ffffff;
}
/* line 74, ../sass/_946-dealerlocator.scss */
#dealer_list .dealer_details h4 {
  font-family: 'Ubuntu', sans-serif;
  font-family: normal;
}

/* line 2, ../sass/_primavera.scss */
.general_submenu,
.menu_946 {
  font-size: 0;
  line-height: 0;
  text-align: center;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
/* line 7, ../sass/_primavera.scss */
.general_submenu .columns,
.menu_946 .columns {
  background-color: white;
  border-bottom: 2px solid #999999;
}
/* line 12, ../sass/_primavera.scss */
.general_submenu ul,
.menu_946 ul {
  display: inline-block;
  margin: 0;
}
/* line 17, ../sass/_primavera.scss */
.general_submenu li,
.menu_946 li {
  float: left;
  display: inline-block;
  background: transparent url(../img/content/946/bg_menu_li.gif) 100% 50% no-repeat;
  padding: 0 2em;
  text-align: center;
}
/* line 23, ../sass/_primavera.scss */
.general_submenu li a,
.menu_946 li a {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  line-height: 3.5em;
  font-size: 1em;
}
/* line 30, ../sass/_primavera.scss */
.general_submenu li a:hover,
.menu_946 li a:hover {
  color: black;
}
/* line 37, ../sass/_primavera.scss */
.general_submenu li.active span,
.menu_946 li.active span {
  display: none;
}
/* line 41, ../sass/_primavera.scss */
.general_submenu li.active a,
.menu_946 li.active a {
  color: black;
  font-weight: 700;
  background: transparent url(../img/content/946/bg_menu.gif) 50% 100% no-repeat;
}
/* line 47, ../sass/_primavera.scss */
.general_submenu li.last,
.menu_946 li.last {
  background-image: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 54, ../sass/_primavera.scss */
  .general_submenu li,
  .menu_946 li {
    padding: 0 1.7em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 60, ../sass/_primavera.scss */
  .general_submenu .columns,
  .menu_946 .columns {
    height: 3.7em;
  }
  /* line 63, ../sass/_primavera.scss */
  .general_submenu ul,
  .menu_946 ul {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    z-index: 10;
  }
  /* line 70, ../sass/_primavera.scss */
  .general_submenu ul li,
  .menu_946 ul li {
    float: none;
    display: none;
    background: none no-repeat scroll 0 0 white;
    padding: 0;
    text-align: left;
  }
  /* line 79, ../sass/_primavera.scss */
  .general_submenu ul li.displayblock,
  .menu_946 ul li.displayblock {
    display: block;
  }
  /* line 82, ../sass/_primavera.scss */
  .general_submenu ul li.active,
  .menu_946 ul li.active {
    display: block;
  }
  /* line 85, ../sass/_primavera.scss */
  .general_submenu ul li.active span,
  .menu_946 ul li.active span {
    display: block;
    background: url("../img/sprite/mobile_menu_black.png") no-repeat scroll 0.5em 50% transparent;
    background-size: 20px auto;
    float: left;
    height: 49px;
    width: 40px;
    cursor: pointer;
  }
  /* line 95, ../sass/_primavera.scss */
  .general_submenu ul li.active a,
  .menu_946 ul li.active a {
    background: url("../img/sprite/mobile_menu_black.png") no-repeat scroll 0.5em 50% transparent;
    background-size: 20px auto;
  }
  /* line 101, ../sass/_primavera.scss */
  .general_submenu ul li a,
  .menu_946 ul li a {
    width: 100%;
    padding: 0 2.3em;
  }
}

/* line 112, ../sass/_primavera.scss */
.introPrimavera {
  line-height: 0;
}
/* line 115, ../sass/_primavera.scss */
.introPrimavera .yt_embedded {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 123, ../sass/_primavera.scss */
.introPrimavera .yt_embedded iframe,
.introPrimavera .yt_embedded object,
.introPrimavera .yt_embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 132, ../sass/_primavera.scss */
.introPrimavera a {
  position: relative;
  display: block;
}
/* line 136, ../sass/_primavera.scss */
.introPrimavera a .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: 0.7em;
  margin-top: -0.5em;
  color: #FFFFFF;
  font-family: 'Roboto',sans-serif;
  font-size: 4.2em;
  letter-spacing: 0.2em;
  line-height: 1em;
  text-align: center;
  font-weight: 400;
}
/* line 151, ../sass/_primavera.scss */
.introPrimavera a .title.features {
  text-align: left;
  margin-left: 1.05em;
}
/* line 156, ../sass/_primavera.scss */
.introPrimavera a .title.studio {
  margin-top: -18%;
}
/* line 160, ../sass/_primavera.scss */
.introPrimavera a .title.configure {
  color: #0fb6cc;
  margin-top: -1.8em;
  font-size: 2.2em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 136, ../sass/_primavera.scss */
  .introPrimavera a .title {
    font-size: 2.8em;
  }
  /* line 169, ../sass/_primavera.scss */
  .introPrimavera a .title.configure {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 136, ../sass/_primavera.scss */
  .introPrimavera a .title {
    font-size: 2em;
  }
  /* line 175, ../sass/_primavera.scss */
  .introPrimavera a .title.configure {
    font-size: 1.2em;
  }
}
/* line 180, ../sass/_primavera.scss */
.introPrimavera a .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: 60px;
  background: url('images/sprite-s04cddb2378.png') 0 -156px no-repeat;
  height: 56px;
  width: 56px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 180, ../sass/_primavera.scss */
  .introPrimavera a .ico {
    background: url('images/sprite-s04cddb2378.png') 0 -3377px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -14px;
    margin-top: 30px;
  }
}

/* line 203, ../sass/_primavera.scss */
.primavera.features .feature {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 209, ../sass/_primavera.scss */
  .primavera.features .feature .container {
    padding: 20px 10px;
    background: transparent url(../img/content/946/bg_text.png) 0 0 repeat;
  }
  /* line 213, ../sass/_primavera.scss */
  .primavera.features .feature .container .columns h2, .primavera.features .feature .container .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 217, ../sass/_primavera.scss */
  .primavera.features .feature .container .columns p {
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 203, ../sass/_primavera.scss */
  .primavera.features .feature {
    min-height: 230px;
  }
  /* line 225, ../sass/_primavera.scss */
  .primavera.features .feature .columns {
    min-height: 230px;
    padding: 0;
  }
}
/* line 232, ../sass/_primavera.scss */
.primavera.features .feature2 h3, .primavera.features .feature3 h3, .primavera.features .feature4 h3, .primavera.features .feature5 h3 {
  font-size: 2.4em;
  line-height: 1em;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -1px;
}
/* line 241, ../sass/_primavera.scss */
.primavera.features .feature2 p, .primavera.features .feature3 p, .primavera.features .feature4 p, .primavera.features .feature5 p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  /* line 249, ../sass/_primavera.scss */
  .primavera.features .feature2 h3, .primavera.features .feature3 h3, .primavera.features .feature4 h3, .primavera.features .feature5 h3 {
    font-size: 1.8em;
  }
  /* line 252, ../sass/_primavera.scss */
  .primavera.features .feature2 p, .primavera.features .feature3 p, .primavera.features .feature4 p, .primavera.features .feature5 p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 257, ../sass/_primavera.scss */
  .primavera.features .feature2 h3, .primavera.features .feature3 h3, .primavera.features .feature4 h3, .primavera.features .feature5 h3 {
    font-size: 1.6em;
  }
  /* line 260, ../sass/_primavera.scss */
  .primavera.features .feature2 p, .primavera.features .feature3 p, .primavera.features .feature4 p, .primavera.features .feature5 p {
    font-size: 0.82em;
  }
}
/* line 265, ../sass/_primavera.scss */
.primavera.features .feature1 {
  background-image: url(../img/content/primavera/features1.jpg);
  background-position: right center;
  min-height: 798px;
}
/* line 269, ../sass/_primavera.scss */
.primavera.features .feature1 .container {
  min-height: 798px;
}
/* line 272, ../sass/_primavera.scss */
.primavera.features .feature1 .columns {
  padding: 300px 0 0 0;
  text-align: center;
}
/* line 275, ../sass/_primavera.scss */
.primavera.features .feature1 .columns h2, .primavera.features .feature1 .columns h3 {
  /*font-family: 'Ubuntu Condensed', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  margin: 0 0 2px 0;
}
/* line 281, ../sass/_primavera.scss */
.primavera.features .feature1 .columns h2 {
  font-size: 2.5em;
  letter-spacing: 0.5em;
  word-spacing: 0.2em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
/* line 289, ../sass/_primavera.scss */
.primavera.features .feature1 .columns h2 span {
  font-weight: 400;
}
/* line 293, ../sass/_primavera.scss */
.primavera.features .feature1 .columns h3 {
  font-size: 1.4em;
  letter-spacing: 0.3em;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 265, ../sass/_primavera.scss */
  .primavera.features .feature1 {
    min-height: 450px;
  }
  /* line 301, ../sass/_primavera.scss */
  .primavera.features .feature1 .container {
    min-height: 450px;
  }
  /* line 304, ../sass/_primavera.scss */
  .primavera.features .feature1 .columns {
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 265, ../sass/_primavera.scss */
  .primavera.features .feature1 {
    min-height: 300px;
  }
  /* line 311, ../sass/_primavera.scss */
  .primavera.features .feature1 .container {
    min-height: 300px;
    background-image: none;
  }
  /* line 315, ../sass/_primavera.scss */
  .primavera.features .feature1 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 265, ../sass/_primavera.scss */
  .primavera.features .feature1 {
    min-height: 300px;
    overflow: hidden;
  }
  /* line 322, ../sass/_primavera.scss */
  .primavera.features .feature1 .container {
    min-height: 300px;
    background-image: none;
  }
  /* line 326, ../sass/_primavera.scss */
  .primavera.features .feature1 .columns {
    padding: 80px 0 0;
  }
}
/* line 332, ../sass/_primavera.scss */
.primavera.features .feature2 {
  background-image: url(../img/content/primavera/features2.jpg);
  background-size: 100%;
  background-position: center center;
  min-height: 500px;
}
/* line 337, ../sass/_primavera.scss */
.primavera.features .feature2 .container {
  min-height: 500px;
}
/* line 340, ../sass/_primavera.scss */
.primavera.features .feature2 .columns {
  padding: 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 332, ../sass/_primavera.scss */
  .primavera.features .feature2 {
    min-height: 450px;
  }
  /* line 345, ../sass/_primavera.scss */
  .primavera.features .feature2 .container {
    min-height: 450px;
  }
  /* line 348, ../sass/_primavera.scss */
  .primavera.features .feature2 .columns {
    padding: 30px 0 0;
  }
  /* line 350, ../sass/_primavera.scss */
  .primavera.features .feature2 .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 354, ../sass/_primavera.scss */
  .primavera.features .feature2 .columns h3, .primavera.features .feature2 .columns p {
    padding: 5px 2em;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 332, ../sass/_primavera.scss */
  .primavera.features .feature2 {
    min-height: 260px;
    background-size: 200%;
    background-position: left center;
  }
  /* line 365, ../sass/_primavera.scss */
  .primavera.features .feature2 .container {
    min-height: 260px;
  }
  /* line 368, ../sass/_primavera.scss */
  .primavera.features .feature2 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 332, ../sass/_primavera.scss */
  .primavera.features .feature2 {
    min-height: 260px;
    background-size: 200%;
    background-position: left center;
  }
  /* line 377, ../sass/_primavera.scss */
  .primavera.features .feature2 .container {
    min-height: 260px;
  }
  /* line 380, ../sass/_primavera.scss */
  .primavera.features .feature2 .columns {
    padding: 60px 0 0 0;
  }
}
/* line 386, ../sass/_primavera.scss */
.primavera.features .feature3 {
  background-image: url(../img/content/primavera/features3.jpg);
  background-size: 100%;
  background-position: center bottom;
  min-height: 520px;
}
/* line 391, ../sass/_primavera.scss */
.primavera.features .feature3 .container {
  min-height: 520px;
}
/* line 394, ../sass/_primavera.scss */
.primavera.features .feature3 .columns {
  padding: 70px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 386, ../sass/_primavera.scss */
  .primavera.features .feature3 {
    min-height: 260px;
  }
  /* line 399, ../sass/_primavera.scss */
  .primavera.features .feature3 .container {
    min-height: 260px;
  }
  /* line 402, ../sass/_primavera.scss */
  .primavera.features .feature3 .columns {
    padding: 50px 0 0;
  }
  /* line 404, ../sass/_primavera.scss */
  .primavera.features .feature3 .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 408, ../sass/_primavera.scss */
  .primavera.features .feature3 .columns h3, .primavera.features .feature3 .columns p {
    padding: 5px 2em;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 386, ../sass/_primavera.scss */
  .primavera.features .feature3 {
    min-height: 260px;
    background-size: 200%;
    background-position: right center;
  }
  /* line 419, ../sass/_primavera.scss */
  .primavera.features .feature3 .container {
    min-height: 260px;
  }
  /* line 422, ../sass/_primavera.scss */
  .primavera.features .feature3 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 386, ../sass/_primavera.scss */
  .primavera.features .feature3 {
    min-height: 260px;
    background-size: 200%;
    background-position: right center;
  }
  /* line 432, ../sass/_primavera.scss */
  .primavera.features .feature3 .container {
    min-height: 260px;
  }
  /* line 435, ../sass/_primavera.scss */
  .primavera.features .feature3 .columns {
    padding: 60px 0 0 0;
  }
}
/* line 440, ../sass/_primavera.scss */
.primavera.features .feature4 {
  background-image: url(../img/content/primavera/features4.jpg);
  background-size: 100%;
  background-position: center center;
  min-height: 530px;
}
/* line 445, ../sass/_primavera.scss */
.primavera.features .feature4 .container {
  min-height: 530px;
}
/* line 448, ../sass/_primavera.scss */
.primavera.features .feature4 .columns {
  padding: 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 440, ../sass/_primavera.scss */
  .primavera.features .feature4 {
    min-height: 400px;
  }
  /* line 453, ../sass/_primavera.scss */
  .primavera.features .feature4 .container {
    min-height: 400px;
  }
  /* line 456, ../sass/_primavera.scss */
  .primavera.features .feature4 .columns {
    padding: 80px 0 0;
  }
  /* line 458, ../sass/_primavera.scss */
  .primavera.features .feature4 .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 462, ../sass/_primavera.scss */
  .primavera.features .feature4 .columns h3, .primavera.features .feature4 .columns p {
    padding: 5px 2em;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 440, ../sass/_primavera.scss */
  .primavera.features .feature4 {
    min-height: 260px;
    background-size: 200%;
    background-position: left center;
  }
  /* line 473, ../sass/_primavera.scss */
  .primavera.features .feature4 .container {
    min-height: 260px;
  }
  /* line 476, ../sass/_primavera.scss */
  .primavera.features .feature4 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 440, ../sass/_primavera.scss */
  .primavera.features .feature4 {
    min-height: 260px;
    background-size: 200%;
    background-position: left center;
  }
  /* line 486, ../sass/_primavera.scss */
  .primavera.features .feature4 .container {
    min-height: 260px;
  }
  /* line 489, ../sass/_primavera.scss */
  .primavera.features .feature4 .columns {
    padding: 60px 0 0 0;
  }
}
/* line 494, ../sass/_primavera.scss */
.primavera.features .feature5 {
  background-image: url(../img/content/primavera/features5.jpg);
  background-size: 100%;
  background-position: center bottom;
  min-height: 500px;
}
/* line 499, ../sass/_primavera.scss */
.primavera.features .feature5 .container {
  min-height: 500px;
}
/* line 502, ../sass/_primavera.scss */
.primavera.features .feature5 .columns {
  padding: 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 494, ../sass/_primavera.scss */
  .primavera.features .feature5 {
    min-height: 450px;
  }
  /* line 507, ../sass/_primavera.scss */
  .primavera.features .feature5 .container {
    min-height: 450px;
  }
  /* line 510, ../sass/_primavera.scss */
  .primavera.features .feature5 .columns {
    padding: 50px 0 0;
  }
  /* line 512, ../sass/_primavera.scss */
  .primavera.features .feature5 .columns h3 {
    word-spacing: inherit;
    letter-spacing: inherit;
  }
  /* line 516, ../sass/_primavera.scss */
  .primavera.features .feature5 .columns h3, .primavera.features .feature5 .columns p {
    padding: 5px 2em;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* line 494, ../sass/_primavera.scss */
  .primavera.features .feature5 {
    min-height: 260px;
    background-size: 200%;
    background-position: right center;
  }
  /* line 527, ../sass/_primavera.scss */
  .primavera.features .feature5 .container {
    min-height: 260px;
  }
  /* line 530, ../sass/_primavera.scss */
  .primavera.features .feature5 .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* line 494, ../sass/_primavera.scss */
  .primavera.features .feature5 {
    min-height: 260px;
    background-size: 200%;
    background-position: right center;
  }
  /* line 540, ../sass/_primavera.scss */
  .primavera.features .feature5 .container {
    min-height: 260px;
  }
  /* line 543, ../sass/_primavera.scss */
  .primavera.features .feature5 .columns {
    padding: 60px 0 0 0;
  }
}

/* line 1, ../sass/_primavera-gallery.scss */
.primavera_gallery {
  background-color: white;
  /* ORBIT */
  /* ORBIT */
}
/* line 4, ../sass/_primavera-gallery.scss */
.primavera_gallery .no-margin {
  margin: 0;
}
/* line 8, ../sass/_primavera-gallery.scss */
.primavera_gallery .yt_embedded {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 16, ../sass/_primavera-gallery.scss */
.primavera_gallery .yt_embedded iframe,
.primavera_gallery .yt_embedded object,
.primavera_gallery .yt_embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 25, ../sass/_primavera-gallery.scss */
.primavera_gallery .block {
  display: block;
}
/* line 30, ../sass/_primavera-gallery.scss */
.primavera_gallery ul.orbit-bullets {
  margin: 0;
  padding: 0;
  bottom: -51px;
  display: none !important;
}
/* line 37, ../sass/_primavera-gallery.scss */
.primavera_gallery ul.orbit-bullets li {
  background: url("../img/content/primavera/pager.png") no-repeat scroll -20px 0 transparent;
  height: 13px;
  width: 11px;
}
/* line 43, ../sass/_primavera-gallery.scss */
.primavera_gallery ul.orbit-bullets li.active {
  background-position: 0 0;
}
/* line 47, ../sass/_primavera-gallery.scss */
.primavera_gallery ul.orbit-bullets li img {
  font-size: 0px;
  line-height: 0px;
}
/* line 54, ../sass/_primavera-gallery.scss */
.primavera_gallery .orbit-wrapper .timer {
  display: none;
}
/* line 59, ../sass/_primavera-gallery.scss */
.primavera_gallery .orbit-wrapper .slider-nav.hide-for-small {
  /*display:none !important;*/
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 59, ../sass/_primavera-gallery.scss */
  .primavera_gallery .orbit-wrapper .slider-nav.hide-for-small {
    display: block !important;
  }
}
/* line 69, ../sass/_primavera-gallery.scss */
.primavera_gallery .orbit-wrapper .slider-nav span {
  top: 50%;
  margin-top: -16px;
  height: 39px;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 69, ../sass/_primavera-gallery.scss */
  .primavera_gallery .orbit-wrapper .slider-nav span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* line 83, ../sass/_primavera-gallery.scss */
.primavera_gallery .orbit-wrapper .slider-nav span.left {
  margin-left: 30px;
  background: url("../img/content/primavera/orbit-left_primavera.png") no-repeat center center transparent;
  height: 29px;
  width: 17px;
}
/* line 90, ../sass/_primavera-gallery.scss */
.primavera_gallery .orbit-wrapper .slider-nav span.right {
  margin-right: 30px;
  background: url("../img/content/primavera/orbit-right_primavera.png") no-repeat center center transparent;
  height: 29px;
  width: 17px;
}
/* line 100, ../sass/_primavera-gallery.scss */
.primavera_gallery .orbit.with-bullets {
  margin-bottom: 60px;
  font-size: 0px;
  line-height: 0;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 100, ../sass/_primavera-gallery.scss */
  .primavera_gallery .orbit.with-bullets {
    margin-bottom: 0;
  }
}
/* line 113, ../sass/_primavera-gallery.scss */
.primavera_gallery .content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35%;
  width: 50%;
  text-align: center;
}
/* line 123, ../sass/_primavera-gallery.scss */
.primavera_gallery .content h2 {
  margin: 0;
  padding: 0;
  padding-left: 0.6em;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 0.6em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
/* line 139, ../sass/_primavera-gallery.scss */
.primavera_gallery .content h2 span {
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 123, ../sass/_primavera-gallery.scss */
  .primavera_gallery .content h2 {
    font-size: 2.3em;
    letter-spacing: 0.4em;
    padding-left: 0.4em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 123, ../sass/_primavera-gallery.scss */
  .primavera_gallery .content h2 {
    font-size: 1.7em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 157, ../sass/_primavera-gallery.scss */
.primavera_gallery .content p {
  margin: 0;
  padding: 0;
  padding-left: 0.19em;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: 0.19em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 157, ../sass/_primavera-gallery.scss */
  .primavera_gallery .content p {
    font-size: 1.9em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 157, ../sass/_primavera-gallery.scss */
  .primavera_gallery .content p {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 185, ../sass/_primavera-gallery.scss */
.primavera_gallery .three-d {
  position: relative;
}
/* line 188, ../sass/_primavera-gallery.scss */
.primavera_gallery .three-d h3 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #4fbdc3;
  font-weight: 400;
  font-size: 4.3em;
  line-height: 1em;
  padding-left: 0.2em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 188, ../sass/_primavera-gallery.scss */
  .primavera_gallery .three-d h3 {
    margin-bottom: 15px;
    font-size: 4em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 188, ../sass/_primavera-gallery.scss */
  .primavera_gallery .three-d h3 {
    margin-bottom: 5px;
    font-size: 1.8em;
  }
}
/* line 221, ../sass/_primavera-gallery.scss */
.primavera_gallery .three-d #ninefoursix-three-d-360-box {
  border-top: 1px solid #999;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* line 227, ../sass/_primavera-gallery.scss */
  .primavera_gallery .three-d #ninefoursix-three-d-360-box:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100px;
  }
  /* line 237, ../sass/_primavera-gallery.scss */
  .primavera_gallery .three-d #ninefoursix-three-d-360-box:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 250, ../sass/_primavera-gallery.scss */
  .primavera_gallery .three-d #ninefoursix-three-d-360-box:before {
    content: " ";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
  }
  /* line 260, ../sass/_primavera-gallery.scss */
  .primavera_gallery .three-d #ninefoursix-three-d-360-box:after {
    content: " ";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
  }
}

/* line 1, ../sass/_primavera-adv.scss */
.modPrimavera_adv {
  background-color: white;
  /* ORBIT */
  /* ORBIT */
}
/* line 4, ../sass/_primavera-adv.scss */
.modPrimavera_adv .yt_embedded {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 12, ../sass/_primavera-adv.scss */
.modPrimavera_adv .yt_embedded iframe,
.modPrimavera_adv .yt_embedded object,
.modPrimavera_adv .yt_embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 21, ../sass/_primavera-adv.scss */
.modPrimavera_adv .block {
  display: block;
}
/* line 26, ../sass/_primavera-adv.scss */
.modPrimavera_adv ul.orbit-bullets {
  margin: 0;
  padding: 0;
  bottom: -51px;
}
/* line 32, ../sass/_primavera-adv.scss */
.modPrimavera_adv ul.orbit-bullets li {
  background: url("../img/content/fundation-orbit/pager.png") no-repeat scroll -20px 0 transparent;
  height: 13px;
  width: 11px;
}
/* line 38, ../sass/_primavera-adv.scss */
.modPrimavera_adv ul.orbit-bullets li.active {
  background-position: 0 0;
}
/* line 42, ../sass/_primavera-adv.scss */
.modPrimavera_adv ul.orbit-bullets li img {
  font-size: 0px;
  line-height: 0px;
}
/* line 49, ../sass/_primavera-adv.scss */
.modPrimavera_adv .orbit-wrapper .timer {
  display: none;
}
/* line 54, ../sass/_primavera-adv.scss */
.modPrimavera_adv .orbit-wrapper .slider-nav.hide-for-small {
  /*display:none !important;*/
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 54, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .orbit-wrapper .slider-nav.hide-for-small {
    /*display:block !important;*/
  }
}
/* line 64, ../sass/_primavera-adv.scss */
.modPrimavera_adv .orbit-wrapper .slider-nav span {
  top: 50%;
  margin-top: -16px;
  height: 39px;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 64, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .orbit-wrapper .slider-nav span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* line 78, ../sass/_primavera-adv.scss */
.modPrimavera_adv .orbit-wrapper .slider-nav span.left {
  margin-left: 10px;
  background: url('images/sprite-s04cddb2378.png') 0 -2987px no-repeat;
  height: 32px;
  width: 32px;
}
/* line 85, ../sass/_primavera-adv.scss */
.modPrimavera_adv .orbit-wrapper .slider-nav span.right {
  margin-right: 10px;
  background: url('images/sprite-s04cddb2378.png') 0 -3119px no-repeat;
  height: 32px;
  width: 32px;
}
/* line 95, ../sass/_primavera-adv.scss */
.modPrimavera_adv .orbit.with-bullets {
  margin-bottom: 82px;
  font-size: 0px;
  line-height: 0;
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 95, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .orbit.with-bullets {
    margin-bottom: 0;
  }
}
/* line 108, ../sass/_primavera-adv.scss */
.modPrimavera_adv .content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35%;
  width: 50%;
  text-align: center;
}
/* line 118, ../sass/_primavera-adv.scss */
.modPrimavera_adv .content h2 {
  margin: 0;
  padding: 0;
  padding-left: 0.6em;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 0.6em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 118, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .content h2 {
    font-size: 2.3em;
    letter-spacing: 0.4em;
    padding-left: 0.4em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 118, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .content h2 {
    font-size: 1.7em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 145, ../sass/_primavera-adv.scss */
.modPrimavera_adv .content p {
  margin: 0;
  padding: 0;
  padding-left: 0.19em;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: 0.19em;
  /* tablet */
  /* Smartphones (portrait and landscape) ----------- */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 145, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .content p {
    font-size: 1.9em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 145, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .content p {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
}
/* line 176, ../sass/_primavera-adv.scss */
.modPrimavera_adv .black {
  background: black;
}
/* line 179, ../sass/_primavera-adv.scss */
.modPrimavera_adv .black h2, .modPrimavera_adv .black h3, .modPrimavera_adv .black p {
  color: #fff;
}
/* line 183, ../sass/_primavera-adv.scss */
.modPrimavera_adv .black h2 {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 2.85em;
  /* Portrait */
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  border-bottom: 4px solid #fff;
  display: inline-block;
}
@media only screen and (orientation: portrait) {
  /* line 183, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .black h2 {
    font-size: 1.6em;
  }
}
/* line 197, ../sass/_primavera-adv.scss */
.modPrimavera_adv .black h3 {
  margin: 0;
  font-size: 3.6em;
  /* Portrait */
  font-family: 'Playfair Display', serif;
  font-weight: normal;
}
@media only screen and (orientation: portrait) {
  /* line 197, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .black h3 {
    font-size: 2.4em;
  }
}
/* line 208, ../sass/_primavera-adv.scss */
.modPrimavera_adv .black p {
  margin: 0;
  padding: 15px 0 15px 0;
  display: inline-block;
  font: italic 1.4em/1.25em "Georgia";
}
/* line 217, ../sass/_primavera-adv.scss */
.modPrimavera_adv .two-columns {
  /* Big screens */
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 1em;
  border-bottom: 4px solid #000;
}
@media only screen and (min-width: 768px) {
  /* line 217, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
/* line 227, ../sass/_primavera-adv.scss */
.modPrimavera_adv .row .columns {
  color: #FFFFFF;
  text-align: center;
}
/* line 231, ../sass/_primavera-adv.scss */
.modPrimavera_adv img {
  display: block;
  width: 100%;
}
/* line 235, ../sass/_primavera-adv.scss */
.modPrimavera_adv [data-role="accordion-trigger"] {
  display: block;
}
/* line 238, ../sass/_primavera-adv.scss */
.modPrimavera_adv .para {
  width: 100%;
  display: table;
  overflow: hidden;
  position: relative;
}
/* line 244, ../sass/_primavera-adv.scss */
.modPrimavera_adv .para .para-content {
  vertical-align: middle;
  display: table-cell;
}
/* line 249, ../sass/_primavera-adv.scss */
.modPrimavera_adv .para [data-role="accordion-trigger"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 259, ../sass/_primavera-adv.scss */
.modPrimavera_adv article h2.bg-dot {
  border: none;
  background: url("../img/layout/border_dotted_black.png") repeat-x scroll 0 50% transparent;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 0.5em;
}
/* line 266, ../sass/_primavera-adv.scss */
.modPrimavera_adv article h2.bg-dot span {
  background-color: black;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 0.6em;
  line-height: 1em;
  letter-spacing: 0.3em;
}
/* line 280, ../sass/_primavera-adv.scss */
.modPrimavera_adv [data-role="accordion"] {
  background: #fff;
  display: none;
}
/* line 285, ../sass/_primavera-adv.scss */
.modPrimavera_adv [data-role="accordion"] article h2 {
  margin: 20px;
  text-align: left;
  font-family: 'BebasNeueRegular';
  font-weight: normal;
  border-bottom: 4px solid #000;
  font-size: 5.7em;
  /* Portrait */
}
@media only screen and (orientation: portrait) {
  /* line 285, ../sass/_primavera-adv.scss */
  .modPrimavera_adv [data-role="accordion"] article h2 {
    font-size: 3.5em;
  }
}
/* line 298, ../sass/_primavera-adv.scss */
.modPrimavera_adv [data-role="accordion"] article p {
  margin: 0 20px;
  padding: 35px 0 20px 0;
  color: #000;
  text-align: left;
  font: italic 1.35em/1.55em "Georgia";
}
/* line 306, ../sass/_primavera-adv.scss */
.modPrimavera_adv [data-role="accordion"] article p.two-columns {
  /* Big screens */
}
@media only screen and (min-width: 768px) {
  /* line 306, ../sass/_primavera-adv.scss */
  .modPrimavera_adv [data-role="accordion"] article p.two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
/* line 315, ../sass/_primavera-adv.scss */
.modPrimavera_adv [data-role="accordion"] article section.f-left, .modPrimavera_adv [data-role="accordion"] article section.f-right {
  width: 50%;
  /* Small screens */
}
@media only screen and (max-width: 767px) {
  /* line 315, ../sass/_primavera-adv.scss */
  .modPrimavera_adv [data-role="accordion"] article section.f-left, .modPrimavera_adv [data-role="accordion"] article section.f-right {
    width: 100%;
  }
}
/* line 322, ../sass/_primavera-adv.scss */
.modPrimavera_adv [data-role="accordion"] article section.f-left {
  float: left;
}
/* line 325, ../sass/_primavera-adv.scss */
.modPrimavera_adv [data-role="accordion"] article section.f-right {
  float: right;
}
/* line 329, ../sass/_primavera-adv.scss */
.modPrimavera_adv [data-role="accordion"] article section p {
  padding: 0 1.5em 1.5em 0;
  border-bottom: 4px dotted #000;
  /* Portait */
}
@media only screen and (orientation: portrait) {
  /* line 329, ../sass/_primavera-adv.scss */
  .modPrimavera_adv [data-role="accordion"] article section p {
    font-size: 1.15em;
  }
}
/* line 341, ../sass/_primavera-adv.scss */
.modPrimavera_adv .ico-arrow {
  margin: 1.5em auto;
  display: block;
}
/* line 345, ../sass/_primavera-adv.scss */
.modPrimavera_adv .ico-arrow.up {
  width: 56px;
  height: 56px;
  background: url('images/sprite-s04cddb2378.png') 0 -1763px no-repeat;
}
/* line 350, ../sass/_primavera-adv.scss */
.modPrimavera_adv .ico-arrow.up.white {
  width: 56px;
  height: 56px;
  background: url('images/sprite-s04cddb2378.png') 0 -573px no-repeat;
}
/* line 357, ../sass/_primavera-adv.scss */
.modPrimavera_adv .ico-arrow.down {
  width: 56px;
  height: 56px;
  background: url('images/sprite-s04cddb2378.png') 0 -1607px no-repeat;
}
/* line 362, ../sass/_primavera-adv.scss */
.modPrimavera_adv .ico-arrow.down.white {
  width: 56px;
  height: 56px;
  background: url('images/sprite-s04cddb2378.png') 0 -729px no-repeat;
}
/* line 370, ../sass/_primavera-adv.scss */
.modPrimavera_adv .twelve-columns-content {
  position: relative;
}
/* line 373, ../sass/_primavera-adv.scss */
.modPrimavera_adv .twelve-columns-content .ico-arrow {
  position: absolute;
  margin: 0;
  bottom: 10.2%;
  right: 22.1%;
}
@media screen and (max-width: 767px) {
  /* line 373, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .twelve-columns-content .ico-arrow {
    display: none;
  }
}
/* line 383, ../sass/_primavera-adv.scss */
.modPrimavera_adv .sharebar {
  margin: 0 0 40px 0;
}
/* line 387, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946gallerysliderthumbs {
  background: #20bbd0;
  position: relative;
  padding: 75px 100px 30px 100px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 387, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .vespa946gallerysliderthumbs {
    padding: 45px 0 30px 0;
  }
}
/* line 397, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946galleryslider li {
  background: #000;
}
/* line 401, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946galleryslider .flex-direction-nav a {
  top: 29%;
}
/* line 405, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946galleryslider .flex-prev {
  left: 40px;
}
/* line 409, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946galleryslider .flex-next {
  right: 40px;
}
/* line 413, ../sass/_primavera-adv.scss */
.modPrimavera_adv .thumbs-title {
  font: bold 2.2em/1.7em "Roboto";
  font-weight: 400;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 413, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .thumbs-title {
    font-size: 1em;
  }
}
/* line 428, ../sass/_primavera-adv.scss */
.modPrimavera_adv p.gallery-description {
  color: #fff;
  text-align: left;
  background: #20bbd0;
  font: normal 1.1em/1.3em "Roboto";
  font-weight: 400;
  padding: 0 110px 17px 110px;
  margin-bottom: 0;
}
/* line 437, ../sass/_primavera-adv.scss */
.modPrimavera_adv p.gallery-description:last-child {
  padding-bottom: 50px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 428, ../sass/_primavera-adv.scss */
  .modPrimavera_adv p.gallery-description {
    font-size: 1.05em;
    padding: 0 30px 17px 30px;
  }
}
/* line 447, ../sass/_primavera-adv.scss */
.modPrimavera_adv .gallery-description.justified {
  text-align: justify;
}
/* line 451, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946gallerysliderthumbs .slides li {
  opacity: 0.4;
}
/* line 455, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946gallerysliderthumbs .slides li.flex-active-slide {
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 459, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .vespa946gallerysliderthumbs .slides li:first-child img {
    border-left: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 465, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .vespa946gallerysliderthumbs .slides li:last-child img {
    border-right: none;
  }
}
/* line 471, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946gallerysliderthumbs img {
  border-left: 12px solid #000;
  border-right: 12px solid #000;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* line 471, ../sass/_primavera-adv.scss */
  .modPrimavera_adv .vespa946gallerysliderthumbs img {
    border-left: 5px solid #000;
    border-right: 5px solid #000;
  }
}
/* line 481, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946gallerysliderthumbs .flex-direction-nav a {
  top: 58%;
  width: 54px;
  height: 54px;
}
/* line 487, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946gallerysliderthumbs .flex-prev {
  background: url("../img/content/primavera/adv-left_primavera.png") no-repeat center center transparent;
  left: 25px;
}
/* line 492, ../sass/_primavera-adv.scss */
.modPrimavera_adv .vespa946gallerysliderthumbs .flex-next {
  background: url("../img/content/primavera/adv-right_primavera.png") no-repeat center center transparent;
  right: 25px;
}

/* line 1, ../sass/_primavera-configurator.scss */
.primavera_configurator {
  background-color: #0fb6cc;
  padding: 1.3em;
  border: 0;
}
/* line 5, ../sass/_primavera-configurator.scss */
.primavera_configurator .outer {
  background-color: #0fb6cc;
  border: 5px dotted white;
  padding: 1.3em;
}
/* line 11, ../sass/_primavera-configurator.scss */
.primavera_configurator .conf_wrapper {
  padding: 2em 0 4em 0;
}
/* line 18, ../sass/_primavera-configurator.scss */
.primavera_configurator .content_wrapper {
  position: relative;
}
/* line 20, ../sass/_primavera-configurator.scss */
.primavera_configurator .content_wrapper .line {
  background: transparent url(../img/content/primavera/configurator/line.gif) 0 0 no-repeat;
  min-height: 10px;
}
/* line 26, ../sass/_primavera-configurator.scss */
.primavera_configurator .tabs-content {
  overflow: hidden;
}
/* line 32, ../sass/_primavera-configurator.scss */
.primavera_configurator .accessories {
  background-color: #5db77a;
  margin: 0;
  padding: 8px 3em;
}
/* line 36, ../sass/_primavera-configurator.scss */
.primavera_configurator .accessories .container {
  overflow: hidden;
  position: relative;
}
/* line 39, ../sass/_primavera-configurator.scss */
.primavera_configurator .accessories .container .slides {
  width: 109%;
}
/* line 41, ../sass/_primavera-configurator.scss */
.primavera_configurator .accessories .container .slides li {
  display: block;
  float: left;
  width: 154px;
}
/* line 45, ../sass/_primavera-configurator.scss */
.primavera_configurator .accessories .container .slides li.hide {
  display: none;
}
/* line 54, ../sass/_primavera-configurator.scss */
.primavera_configurator .engine_size {
  position: absolute;
  display: block;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 1.3em;
  left: 10px;
  top: 15px;
  z-index: 10;
  text-transform: uppercase;
}
/* line 63, ../sass/_primavera-configurator.scss */
.primavera_configurator .engine_size h4 {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid black;
}
/* line 71, ../sass/_primavera-configurator.scss */
.primavera_configurator .engine_size label {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 1em;
  color: black;
}
/* line 75, ../sass/_primavera-configurator.scss */
.primavera_configurator .engine_size label .custom.radio {
  border: 0;
  background-color: #e9e9e9;
}
/* line 78, ../sass/_primavera-configurator.scss */
.primavera_configurator .engine_size label .custom.radio.checked {
  background-color: #fae445;
}
/* line 80, ../sass/_primavera-configurator.scss */
.primavera_configurator .engine_size label .custom.radio.checked:before {
  content: none !important;
  background-color: transparent;
}
/* line 89, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors {
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
}
/* line 95, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label {
  display: block;
  float: left;
  width: 133px;
  text-align: center;
  padding: 55px 0 10px 2px;
  /* tablet */
  /* mobile */
}
/* line 101, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label.label-azure {
  background: transparent url(../img/content/primavera/configurator/colors.gif) left top no-repeat;
}
/* line 104, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label.label-clay {
  background: transparent url(../img/content/primavera/configurator/colors.gif) -130px top no-repeat;
}
/* line 107, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label.label-white {
  background: transparent url(../img/content/primavera/configurator/colors.gif) -265px top no-repeat;
}
/* line 110, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label.label-red {
  background: transparent url(../img/content/primavera/configurator/colors.gif) -397px top no-repeat;
}
/* line 113, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label.label-blue {
  background: transparent url(../img/content/primavera/configurator/colors.gif) -530px top no-repeat;
}
/* line 116, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label.label-black {
  background: transparent url(../img/content/primavera/configurator/colors.gif) right top no-repeat;
}
/* line 119, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label h4 {
  font-family: 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.9em;
  margin: 0 0 2px 0;
}
/* line 126, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label .custom.radio {
  display: inline-block;
  float: none;
  margin: 0 auto;
  border: 0;
  background-color: #e9e9e9;
}
/* line 132, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label .custom.radio.checked {
  background-color: #fae445;
}
/* line 134, ../sass/_primavera-configurator.scss */
.primavera_configurator .colors label .custom.radio.checked:before {
  content: none !important;
  background-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 95, ../sass/_primavera-configurator.scss */
  .primavera_configurator .colors label {
    margin: 0 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
  /* line 95, ../sass/_primavera-configurator.scss */
  .primavera_configurator .colors label {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2%;
  }
}
/* line 152, ../sass/_primavera-configurator.scss */
.primavera_configurator .quote_cta {
  padding: 1em 0 0;
}
/* line 154, ../sass/_primavera-configurator.scss */
.primavera_configurator .quote_cta p {
  font-size: 0.9em;
}
/* line 157, ../sass/_primavera-configurator.scss */
.primavera_configurator .quote_cta .button {
  background-color: #5db77a;
}
/* line 161, ../sass/_primavera-configurator.scss */
.primavera_configurator .accessories .desc {
  margin-bottom: 0.3em;
}

/* line 1, ../sass/_vespa-live.scss */
#vespa_live_container {
  background: #d0b297;
}
/* line 4, ../sass/_vespa-live.scss */
#vespa_live_container #vespa_live_header {
  position: relative;
}
/* line 7, ../sass/_vespa-live.scss */
#vespa_live_container #vespa_live_header .title_line {
  position: absolute;
  top: 20px;
  width: 274px;
  height: 6px;
  background: url("../img/layout/title_wavyline.png") no-repeat top left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 17, ../sass/_vespa-live.scss */
#vespa_live_container #vespa_live_header .title_line.left {
  left: 28px;
}
/* line 18, ../sass/_vespa-live.scss */
#vespa_live_container #vespa_live_header .title_line.right {
  right: 28px;
}
/* line 21, ../sass/_vespa-live.scss */
#vespa_live_container #vespa_live_header #title_vespalive {
  width: 345px;
  height: 55px;
  margin: 17px auto 10px auto;
  clear: both;
  background: url("../img/layout/title_vespalive.png") no-repeat top left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  /* line 21, ../sass/_vespa-live.scss */
  #vespa_live_container #vespa_live_header #title_vespalive {
    background-size: cover;
    width: 290px !important;
    height: 46px !important;
  }
}
/* line 37, ../sass/_vespa-live.scss */
#vespa_live_container #vespa_live_header p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-align: center;
  margin: 0 4% 40px 4%;
}
/* line 44, ../sass/_vespa-live.scss */
#vespa_live_container #vespa_live_header p.small {
  font-size: 14px;
}
/* line 50, ../sass/_vespa-live.scss */
#vespa_live_container #masonry_container {
  position: relative;
  min-width: 768px;
  max-width: 1024px;
  font-family: 'Ubuntu Condensed', sans-serif;
}
/* line 56, ../sass/_vespa-live.scss */
#vespa_live_container #masonry_container .item {
  background: #fff;
  float: left;
  display: table;
  width: 236px;
  /* height: 236px; */
  /* border: 1px solid #000; */
  margin: 0 0 16px 16px;
}
/* line 65, ../sass/_vespa-live.scss */
#vespa_live_container #masonry_container .item img {
  width: 236px;
  display: block;
}
/* line 70, ../sass/_vespa-live.scss */
#vespa_live_container #masonry_container .item .tag_list {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: none;
  width: 236px;
  height: 236px;
  padding: 0 10px;
  background: url("../img/layout/fancybox_overlay.png") repeat top left;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 70, ../sass/_vespa-live.scss */
  #vespa_live_container #masonry_container .item .tag_list {
    width: 100% !important;
    height: 100% !important;
  }
}
/* line 89, ../sass/_vespa-live.scss */
#vespa_live_container #masonry_container .item .tag_list span {
  display: table-cell;
  width: 236px;
  height: 236px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 89, ../sass/_vespa-live.scss */
  #vespa_live_container #masonry_container .item .tag_list span {
    display: block;
    margin: 0 auto;
    margin-top: 20%;
  }
}
/* line 102, ../sass/_vespa-live.scss */
#vespa_live_container #masonry_container .item h3 {
  font-size: 20px;
  font-family: 'Ubuntu Condensed', sans-serif;
  padding: 0 13px;
}
/* line 108, ../sass/_vespa-live.scss */
#vespa_live_container #masonry_container .item:hover .tag_list {
  display: table-row;
}
/* line 112, ../sass/_vespa-live.scss */
#vespa_live_container #masonry_container .item .fancybox_content {
  display: none;
}
/* line 118, ../sass/_vespa-live.scss */
#vespa_live_container #addItem {
  display: block;
  width: 38px;
  height: 21px;
  margin: 35px auto;
  background: url("../img/layout/vespa_live_arrow.png") no-repeat top left;
}
/* line 126, ../sass/_vespa-live.scss */
#vespa_live_container #image_preloading {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 134, ../sass/_vespa-live.scss */
.fancybox_content {
  max-width: 618px;
  width: 618px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
/* line 142, ../sass/_vespa-live.scss */
.fancybox_content p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 7px 0 0;
  display: block;
}
/* line 154, ../sass/_vespa-live.scss */
.fancybox_content .article_link {
  font-family: 'Georgia', serif;
  color: #00b3ba;
}
/* line 159, ../sass/_vespa-live.scss */
.fancybox_content h4 {
  font-family: 'Ubuntu Condensed', sans-serif;
  margin: 0;
  padding: 0 0 10px;
  font-size: 18px;
  line-height: normal;
}
/* line 167, ../sass/_vespa-live.scss */
.fancybox_content img {
  max-width: 100%;
  display: block;
  background: url(../img/layout/fancybox_loading.gif) no-repeat center;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  /* line 175, ../sass/_vespa-live.scss */
  #vespa_live_container {
    min-width: 320px;
  }
  /* line 179, ../sass/_vespa-live.scss */
  #vespa_live_container #vespa_live_header .title_line {
    display: none;
  }
  /* line 184, ../sass/_vespa-live.scss */
  #vespa_live_container #masonry_container {
    width: 95%;
    margin: 0 auto;
    min-width: 320px;
  }
  /* line 189, ../sass/_vespa-live.scss */
  #vespa_live_container #masonry_container .item {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  /* line 193, ../sass/_vespa-live.scss */
  #vespa_live_container #masonry_container .item a {
    color: #000;
  }
  /* line 196, ../sass/_vespa-live.scss */
  #vespa_live_container #masonry_container .item img {
    margin: 2%;
    width: 96%;
    border: 1px solid #ccc;
  }
  /* line 201, ../sass/_vespa-live.scss */
  #vespa_live_container #masonry_container .item .description_mobile {
    margin: 0 2% 2% 2%;
    width: 96%;
  }
  /* line 204, ../sass/_vespa-live.scss */
  #vespa_live_container #masonry_container .item .description_mobile .tags {
    margin-bottom: 9px;
    border: 1px solid #ccc;
    padding: 3px;
  }
}
/* line 216, ../sass/_vespa-live.scss */
.line {
  background: transparent url("../img/content/946/configurator/layout/border_dotted.png") repeat-x;
  height: 5px;
  display: block;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 1.7em;
}

/* line 225, ../sass/_vespa-live.scss */
.arrow {
  background: url('images/sprite-s04cddb2378.png') 0 -3119px no-repeat;
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 238, ../sass/_vespa-live.scss */
  #vespa_live_container #vespa_live_header .title_line {
    width: 22%;
  }
  /* line 241, ../sass/_vespa-live.scss */
  #vespa_live_container #vespa_live_header .title_line.left {
    left: 2%;
  }
  /* line 242, ../sass/_vespa-live.scss */
  #vespa_live_container #vespa_live_header .title_line.right {
    right: 2%;
  }
}
/* line 249, ../sass/_vespa-live.scss */
.lt-ie9 .fancybox_content {
  width: 618px !important;
}
/* line 251, ../sass/_vespa-live.scss */
.lt-ie9 .fancybox_content img {
  width: 612px !important;
}

/* line 1, ../sass/_contact_us.scss */
.contact-us {
  background: #607260;
  padding: 30px;
}

/* line 6, ../sass/_contact_us.scss */
.contact-iframe {
  background: #FFF;
  width: 100%;
  height: 700px;
  display: block;
  margin: 0 auto;
  border: 5px solid;
}

/* line 2, ../sass/_vespa-for-children.scss */
.vespa-for-children .header {
  height: 323px;
  text-indent: -999em;
  background: url("../img/layout/bg_vespaforchildren_head.png") no-repeat 50% 50% white;
}
/* line 8, ../sass/_vespa-for-children.scss */
.vespa-for-children .text {
  background: #E31C3D;
  padding: 60px 50px;
  box-sizing: border-box;
}
/* line 14, ../sass/_vespa-for-children.scss */
.vespa-for-children .text p {
  color: #FFF;
  font: italic 1.35em/1.5em "Georgia";
}
/* line 18, ../sass/_vespa-for-children.scss */
.vespa-for-children .text p:last-child {
  margin-bottom: 0;
}

/* line 1, ../sass/_superslider.scss */
.superslider {
  position: relative;
}
/* line 5, ../sass/_superslider.scss */
.superslider img {
  display: block;
}
/* line 10, ../sass/_superslider.scss */
.superslider .yt_embedded,
.superslider iframe {
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
/* line 18, ../sass/_superslider.scss */
.superslider .rowtop {
  width: 100%;
  height: 600px;
}
/* line 22, ../sass/_superslider.scss */
.superslider .rowbottom {
  display: table;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: 100px;
}
/* line 33, ../sass/_superslider.scss */
.superslider .rowbottom p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 150px;
  padding-right: 150px;
}
/* line 40, ../sass/_superslider.scss */
.superslider .rowbottom p.model {
  padding-left: 230px;
}
/* line 46, ../sass/_superslider.scss */
.superslider .flex-control-paging {
  bottom: 0;
}
/* line 49, ../sass/_superslider.scss */
.superslider .flex-control-paging li {
  min-height: auto !important;
  height: auto !important;
}
/* line 55, ../sass/_superslider.scss */
.superslider .flex-direction-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 61, ../sass/_superslider.scss */
.superslider .flex-direction-nav li {
  min-height: auto !important;
  height: auto !important;
}
/* line 65, ../sass/_superslider.scss */
.superslider .flex-direction-nav li a {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 72, ../sass/_superslider.scss */
.superslider .flex-direction-nav .flex-prev {
  position: absolute;
  left: 37px;
  bottom: 23px;
  top: auto;
  background: url('images/sprite-s04cddb2378.png') 0 0 no-repeat;
  width: 56px;
  height: 56px;
}
/* line 82, ../sass/_superslider.scss */
.superslider .flex-direction-nav .flex-next {
  position: absolute;
  right: 37px;
  bottom: 23px;
  top: auto;
  background: url('images/sprite-s04cddb2378.png') 0 -156px no-repeat;
  width: 56px;
  height: 56px;
}

/* line 1, ../sass/_newsletter.scss */
.newsletter {
  background: white;
  padding: 3em;
}
/* line 4, ../sass/_newsletter.scss */
.newsletter .fieldset {
  border: 0;
  text-align: left;
  padding: 2.35em 0.625em 0.75em;
}
/* line 8, ../sass/_newsletter.scss */
.newsletter .fieldset p {
  height: 32px;
  font-size: 0.8em;
  overflow: auto;
}
/* line 14, ../sass/_newsletter.scss */
.newsletter .button {
  background-color: black;
  border: 0;
  font-family: "Roboto";
}

#subtit {
    border-bottom: 4px solid #000000;
    border-top: 4px solid #000000;
    color: #000000;
    font-family: "BebasNeue",sans-serif;
    font-size: 50px;
    line-height: 45px;
    margin: 15px 0;
    padding: 20px 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	
}	



/* прайс-лист */

table.printable {
    border-collapse: collapse;
	border-spacing: 0;
	font: 14px/20px Helvetica,Arial,sans-serif;
	
}

table.printable tr {
    background: none repeat scroll 0 0 #fff;
}

table.printable tr:nth-child(odd) {
    background: none repeat scroll 0 0 #e0e0e0;
}

table.printable td {
    border: 1px solid #ccc;
    padding: 8px 10px 7px;
    width: 25%;
	vertical-align: top;
	color: black;
}

table.printable tr.tr-title {
    background: none repeat scroll 0 0 #4c4c4c;
}
table.printable .tr-title td {
    border: medium none;
    padding: 6px 10px 4px;
}

table.printable .tr-title td, table.printable .tr-title p {
    color: #fff;
    
}


h4.next-open {
    cursor: pointer;
    padding-bottom: 5px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.next-open-text {
    background: url("http://honda.ua/img/next-open-plusminus.png") no-repeat scroll 0 -59px rgba(0, 0, 0, 0);
    cursor: pointer;
    margin-left: -3px;
    padding: 2px 5px 9px 27px;
}

.next-open-text.active {
    background-position: 0 1px;
    color: #d6030b;
}
