/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/++genweb++static/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("/++genweb++static/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("/++genweb++static/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("/++genweb++static/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("/++genweb++static/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 25, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 30, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 33, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 36, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 39, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 42, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

/* line 46, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 51, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 54, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

/* line 61, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

/* line 64, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 69, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 72, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 75, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 78, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 81, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 127, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 135, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 143, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 151, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 159, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 167, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 175, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 182, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 185, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 188, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 193, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 196, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 199, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 202, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 205, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 208, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 211, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 214, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 217, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 220, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 223, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 226, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 229, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 235, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 238, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 241, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 244, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 247, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 251, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 254, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 257, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 260, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 263, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 266, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 269, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 272, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 275, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 278, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 281, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 285, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 288, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 291, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 294, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 297, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 300, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 303, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 306, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 309, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 312, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 315, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 318, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 321, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 324, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 327, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 330, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 333, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 336, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 339, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 342, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 345, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 348, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 351, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 354, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 357, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 360, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 363, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 367, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 370, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 373, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-picture-o:before {
  content: "\f03e";
}

/* line 376, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 379, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 382, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 385, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 388, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 392, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 395, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 398, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 401, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 404, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 407, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 410, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 413, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 416, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 419, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 422, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 425, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 428, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 431, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 434, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 437, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 440, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 443, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 446, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 449, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 452, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 455, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 458, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 461, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 464, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 467, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 470, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 473, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 476, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 479, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 483, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 486, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 489, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 492, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 495, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 498, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 501, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 504, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 507, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 510, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 513, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 516, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 520, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 523, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 526, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 529, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 532, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 535, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 538, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 541, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 544, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 547, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 550, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 553, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 556, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 559, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 562, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 638, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 641, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 644, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 647, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 650, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 653, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 656, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 659, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 662, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 665, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 668, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 671, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 674, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 677, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 680, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 683, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 686, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 689, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 692, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 695, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 698, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 701, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 704, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 708, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 712, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 715, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 718, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 722, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 726, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 729, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 733, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 736, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 739, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 742, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 745, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 748, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 751, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 754, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 757, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 760, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 763, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 766, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 769, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 772, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 775, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 778, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 781, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 784, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 787, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 790, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 794, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

/* line 798, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

/* line 802, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 805, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 808, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 812, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 816, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 820, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 823, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 826, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 830, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 833, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 836, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 840, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 843, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 846, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 849, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 852, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 855, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 858, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 861, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 864, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 867, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 870, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 873, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 876, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 879, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 882, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 885, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 888, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 891, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 894, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 897, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 900, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 903, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 906, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 909, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 912, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 915, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 918, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 921, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 924, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 927, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 930, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 934, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 937, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 940, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 943, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 946, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 949, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 953, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 956, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 959, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 962, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 965, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 968, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 971, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 974, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 977, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 980, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 983, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 986, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 989, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-mail-reply-all:before {
  content: "\f122";
}

/* line 995, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1000, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1003, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1006, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1009, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1013, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1016, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1019, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1022, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1025, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1028, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1031, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1034, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1037, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1040, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1043, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1046, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1049, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1052, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1055, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1058, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1061, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1064, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1067, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1070, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1073, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1076, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1079, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1082, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1085, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1088, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1091, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1094, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1097, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1100, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1103, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1106, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1109, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1112, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1115, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1118, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1121, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1124, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1128, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1132, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1136, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1140, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1143, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1147, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1151, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1157, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1162, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1166, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1170, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1173, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1176, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1179, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1182, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1185, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1188, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1191, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1194, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1197, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1200, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1203, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1206, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1209, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1212, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1215, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1218, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1221, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1224, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1227, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1230, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1233, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1236, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1239, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1242, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1245, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1248, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1251, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1254, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1257, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1260, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1263, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1266, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1269, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1272, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1275, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1278, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1281, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1284, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 1287, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1290, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1293, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1296, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1299, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1302, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1305, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1308, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1311, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1314, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1317, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1320, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1324, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1327, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1330, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1333, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1337, ../../../../genweb.theme/genweb/theme/bootstrap/scss/compass_twitter_bootstrap/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 5, ../scss/_overrides.scss */
  #portal-header h1.pull-left {
    height: 46px;
    width: 207px;
    background: url("/++ulearn++static/images/logo-upcnet-ulearn-ca.png") no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
}

/* line 8, ../scss/VilaixTheme.scss */
html {
  background: none repeat scroll 0 0 #fff;
  font-size: 100%;
}

/* line 12, ../scss/VilaixTheme.scss */
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #555555;
  line-height: 20px;
}

/* line 18, ../scss/VilaixTheme.scss */
a {
  text-decoration: none;
}

/* line 21, ../scss/VilaixTheme.scss */
a:hover {
  color: black;
  text-decoration: underline;
}

/* line 25, ../scss/VilaixTheme.scss */
#peu a {
  color: #555;
}

/* line 28, ../scss/VilaixTheme.scss */
h2 a, h3 a {
  color: #444;
}

/* line 34, ../scss/VilaixTheme.scss */
#portal-header {
  border-top: none;
  border-bottom: none;
  background: #e7e4e3;
}

/* line 39, ../scss/VilaixTheme.scss */
#portal-header .container {
  border-bottom: 0 none;
  border-top: 0 none;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 46, ../scss/VilaixTheme.scss */
.header-image {
  background-image: url("/++vilaix++static/images/capcalera.jpg");
  margin-top: 10px !important;
  background-repeat: no-repeat;
}

/* line 54, ../scss/VilaixTheme.scss */
.navbar-inner {
  border: none;
}

/* line 58, ../scss/VilaixTheme.scss */
#portal-globalnav {
  margin-top: 10px;
}

/* line 62, ../scss/VilaixTheme.scss */
#portal-globalnav .nav > li > a {
  color: white;
  background-color: #4B4B4D;
  font-weight: normal;
  border-right: none;
  margin-right: 5px;
}

/* line 70, ../scss/VilaixTheme.scss */
#portal-globalnav .navbar-inner {
  padding: 0;
  border-bottom: none;
}

/* line 75, ../scss/VilaixTheme.scss */
.navbar-inner {
  min-height: 36px;
  background-color: #e7e4e3;
  background-image: none !important;
  border: none !important;
  box-shadow: 0 0 0 transparent;
}

/* line 83, ../scss/VilaixTheme.scss */
.nav > li {
  padding-top: 3px;
}

/* line 87, ../scss/VilaixTheme.scss */
#portal-globalnav .state-published, #portal-globalnav #workflow-transition-publish {
  border-bottom: none;
}

/* line 91, ../scss/VilaixTheme.scss */
#portal-globalnav .state-draft, #portal-globalnav #workflow-transition-reject, #portal-globalnav #workflow-transition-retiraaesborrany, #portal-globalnav #workflow-transition-show, #portal-globalnav .state-visible {
  border-bottom: none;
}

/* line 95, ../scss/VilaixTheme.scss */
#portal-globalnav .state-private, #portal-globalnav #workflow-transition-hide {
  border-bottom: none;
}

/* line 99, ../scss/VilaixTheme.scss */
#portal-globalnav .navbar .nav > li > a:focus, #portal-globalnav .navbar .contentViews > li > a:focus, #portal-globalnav .navbar .configlets > li > a:focus, #portal-globalnav .navbar .formTabs > li > a:focus, #portal-globalnav .navbar .nav > li > a:hover, #portal-globalnav .navbar .contentViews > li > a:hover, #portal-globalnav .navbar .configlets > li > a:hover, #portal-globalnav .navbar .formTabs > li > a:hover {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 20px 20px -20px rgba(255, 255, 255, 0.75);
}

/* line 105, ../scss/VilaixTheme.scss */
.portlet {
  margin-bottom: 20px;
  border: 0;
  background: white;
}

/* line 111, ../scss/VilaixTheme.scss */
.portlet h2 {
  margin: 0;
  font-size: 16px;
  color: white;
  padding: 10px 15px;
  line-height: 18px;
  position: relative;
  border-bottom-width: 0px;
  text-transform: uppercase;
}

/* line 121, ../scss/VilaixTheme.scss */
.portlet h2 a, .portlet a {
  color: #0072B8;
}

/* line 124, ../scss/VilaixTheme.scss */
.portlet-noticia-destacada > h2 {
  margin-bottom: 15px;
}

/* line 127, ../scss/VilaixTheme.scss */
.list-portlet {
  background: white;
  margin: 0;
  padding: 0 0 0 0;
  content: none !important;
  border-bottom: none;
}

/* line 135, ../scss/VilaixTheme.scss */
.list-portlet .noticies {
  height: auto;
  padding: 8px 0 8px 0px !important;
  margin-right: 0px;
  list-style: none !important;
  content: "" !important;
}

/* line 142, ../scss/VilaixTheme.scss */
.list-portlet .noticies .imatge {
  float: left;
  width: 132px;
  height: 80px;
  padding: 2px;
}

/* line 149, ../scss/VilaixTheme.scss */
.noticies h2 {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  color: white;
  padding: 0px 0px;
  position: relative;
  border-bottom-width: 0px;
  background: none;
}

/* line 160, ../scss/VilaixTheme.scss */
.noticies p {
  margin: 0 0 0px;
}

/* line 164, ../scss/VilaixTheme.scss */
.list-portlet li::before {
  content: none;
  position: absolute;
  font-size: 52px;
  margin-left: -20px;
  margin-top: -15px;
  color: #0EA8FF;
}

/* line 173, ../scss/VilaixTheme.scss */
.portlet .portlet-footer {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 0 3px;
  text-align: right;
}

/* line 182, ../scss/VilaixTheme.scss */
.portlet-footer .icon-plus-sign {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.8;
  position: relative;
  left: 0px;
  margin-left: 3px;
  margin-right: 3px;
}

/* line 191, ../scss/VilaixTheme.scss */
.button {
  background: black;
  padding: 0px;
  padding-top: 1px;
  padding-bottom: 0px;
  padding-left: 4px;
}

/* line 198, ../scss/VilaixTheme.scss */
.portlet.portlet-noticia-destacada {
  padding: 0;
  min-height: 145px;
}

/* line 202, ../scss/VilaixTheme.scss */
.portlet.portlet-noticia-destacada h2 {
  margin-bottom: 15px;
}

/* line 205, ../scss/VilaixTheme.scss */
.imatge_Destacada, .text_Destacat {
  margin: 0 !important;
}

/* line 208, ../scss/VilaixTheme.scss */
.text_Destacat {
  margin-left: 10px !important;
}

/* line 211, ../scss/VilaixTheme.scss */
.noticia_Destacada {
  background: none;
}

/* line 214, ../scss/VilaixTheme.scss */
.link_footer_destacat {
  margin-left: 10px !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
}

/* line 219, ../scss/VilaixTheme.scss */
.portlet_mes_consultat .list-portlet li {
  border-top: 1px solid #E5E5E5;
  margin-left: 0 !important;
  padding: 8px 5px 8px 5px !important;
  margin-right: 10px;
}

/* line 226, ../scss/VilaixTheme.scss */
.mes_consultat {
  background: #F2F2F2;
  margin-right: 0px !important;
  padding-right: 0px !important;
  border-top: 3px solid white !important;
}

/* line 233, ../scss/VilaixTheme.scss */
.mes_consultat a {
  color: black !important;
}

/* line 237, ../scss/VilaixTheme.scss */
.portlet-esdeveniments ul {
  border-bottom: none;
}

/* line 241, ../scss/VilaixTheme.scss */
.portlet-esdeveniments ul a {
  color: black;
  display: block;
  padding-left: 70px;
  border-left: 3px solid #F2F2F2;
  font-weight: bold;
  min-height: 0 !important;
}

/* line 250, ../scss/VilaixTheme.scss */
.portlet-esdeveniments .multidate-before {
  padding-left: 73px;
}

/* line 254, ../scss/VilaixTheme.scss */
.portlet-esdeveniments .multidate {
  font-size: 107%;
}

/* line 258, ../scss/VilaixTheme.scss */
.text_esdeveniment {
  padding-left: 73px;
  font-size: 90%;
}

/* line 263, ../scss/VilaixTheme.scss */
.menu_peu {
  border: 2px solid white;
  padding: 10px 10px;
}

/* line 268, ../scss/VilaixTheme.scss */
.menu_peu ul {
  list-style: none;
  margin-left: 0px;
}

/* line 274, ../scss/VilaixTheme.scss */
.menu_peu h4 {
  background: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 280, ../scss/VilaixTheme.scss */
.menu_peu li a {
  color: black;
  margin-left: 10px;
}

/* line 285, ../scss/VilaixTheme.scss */
.menu_peu_links ul li {
  border-bottom: 2px solid white;
  padding-bottom: 5px;
}

/* line 290, ../scss/VilaixTheme.scss */
.menu_peu h4 a {
  text-transform: uppercase;
  margin-left: 10px;
}

/* line 295, ../scss/VilaixTheme.scss */
#baners ul {
  list-style: none;
  margin-left: 0px;
}

/* line 300, ../scss/VilaixTheme.scss */
#baners ul li {
  margin-bottom: 8px;
}

/* line 306, ../scss/VilaixTheme.scss */
#portal-header {
  background: none repeat scroll 0 0 white;
  border-bottom: medium none;
  border-top: 2px solid #0073B8;
  margin: 0 auto;
}

/* line 312, ../scss/VilaixTheme.scss */
.link_footer_destacat {
  margin-left: 0 !important;
}

/* line 313, ../scss/VilaixTheme.scss */
.header-image {
  background-image: url("/++vilaix++static/images/capcalera.jpg");
  background-repeat: no-repeat;
  border-radius: 0 0 0 0;
  box-shadow: none;
  margin-top: 10px !important;
  height: 185px;
}

/* line 321, ../scss/VilaixTheme.scss */
.portlet {
  background: none repeat scroll 0 0 white;
  border: 0;
  border-radius: 0 0 0 0;
  box-shadow: none;
  margin-bottom: 15px;
}

/* line 328, ../scss/VilaixTheme.scss */
.portlet h2 {
  background: none repeat scroll 0 0 #0072b8;
  border-bottom-width: 0;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  padding: 5px 15px 5px 10px;
  position: relative;
  text-transform: uppercase;
}

/* line 340, ../scss/VilaixTheme.scss */
.noticies h2 {
  background: none repeat scroll 0 0 transparent;
  border-bottom-width: 0;
  color: white;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 350, ../scss/VilaixTheme.scss */
.portlet h3 a {
  color: #0072B8;
}

/* line 353, ../scss/VilaixTheme.scss */
b, strong {
  font-weight: 600;
}

/* line 356, ../scss/VilaixTheme.scss */
#portal-globalnav .nav > li > a {
  background-color: transparent;
  border-right: medium none;
  color: white !important;
  font-size: 14px;
  font-weight: 600;
  margin-right: 3px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-shadow: none;
  text-transform: uppercase;
}

/* line 369, ../scss/VilaixTheme.scss */
.button {
  background: none repeat scroll 0 0 #0072B8;
  font-size: 11px;
  padding: 1px 0 2px 8px;
}

/* line 374, ../scss/VilaixTheme.scss */
.portlet-footer {
  background: none repeat scroll 0 0 #000000;
  border-radius: 0;
  border-top: 0 none;
  display: block;
  font-size: 92.3077%;
  padding: 5px 10px 7px;
  position: relative;
  text-align: center;
}

/* line 384, ../scss/VilaixTheme.scss */
#portal-globalnav .navbar .nav > li > a:focus, #portal-globalnav .navbar .contentViews > li > a:focus, #portal-globalnav .navbar .configlets > li > a:focus, #portal-globalnav .navbar .formTabs > li > a:focus, #portal-globalnav .navbar .nav > li > a:hover, #portal-globalnav .navbar .contentViews > li > a:hover, #portal-globalnav .navbar .configlets > li > a:hover, #portal-globalnav .navbar .formTabs > li > a:hover {
  box-shadow: 0 20px 20px -20px rgba(255, 255, 255, 0.4) inset;
}

/* line 388, ../scss/VilaixTheme.scss */
#portal-column-content .span4 {
  margin-left: 2.2%;
  width: 32.15%;
}

/* line 393, ../scss/VilaixTheme.scss */
#portal-column-content .span5 {
  margin-left: 2.2%;
  width: 39.8773%;
}

/* line 398, ../scss/VilaixTheme.scss */
#content-area {
  margin-top: 0.8em;
  padding-bottom: 2em;
}

/* line 408, ../scss/VilaixTheme.scss */
.text_Destacat h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 0;
}

/* line 417, ../scss/VilaixTheme.scss */
.portletCalendar .ploneCalendar td.event, .portletCalendar .ploneCalendar td.todayevent {
  background: none repeat scroll 0 0 #F2F2F2;
  text-shadow: 0 -1px #fff;
}

/* line 421, ../scss/VilaixTheme.scss */
.portletCalendar .ploneCalendar td.event a, .portletCalendar .ploneCalendar td.todayevent a {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 10px 10px 10px 10px;
  color: #444444;
  padding: 1px 5px;
}

/* line 427, ../scss/VilaixTheme.scss */
.portletCalendar .ploneCalendar td:not(:empty) {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  text-shadow: 0 1px #FFFFFF;
}

/* line 432, ../scss/VilaixTheme.scss */
.portlet-esdeveniments ul a {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

/* line 437, ../scss/VilaixTheme.scss */
.portlet-esdeveniments li {
  margin-left: 0px !important;
}

/* line 441, ../scss/VilaixTheme.scss */
#baners img:hover {
  opacity: 0.75;
  transition: 0.5s ease-out 0s;
}

/* line 442, ../scss/VilaixTheme.scss */
#baners a:hover {
  text-decoration: none;
}

/* line 443, ../scss/VilaixTheme.scss */
#content-area, #portal-column-content {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow 0.5s ease-out 0s;
}

/* line 454, ../scss/VilaixTheme.scss */
.span12 #baners li {
  display: inline;
}

/* line 457, ../scss/VilaixTheme.scss */
.span12 #baners li:hover {
  text-decoration: none;
}

/* line 460, ../scss/VilaixTheme.scss */
.span12 #baners li img {
  box-shadow: 2px 2px 2px #777777;
  margin-right: 55px;
  margin-top: 10px;
}

/* line 465, ../scss/VilaixTheme.scss */
.span12 #baners li:first-child img {
  margin-top: 0;
}

/* line 468, ../scss/VilaixTheme.scss */
.span12 #baners li:last-child img {
  margin-bottom: 10px;
}

/* line 471, ../scss/VilaixTheme.scss */
.span12 #baners li:last-child img {
  margin-right: 0;
}

/* line 474, ../scss/VilaixTheme.scss */
.navbar-inner {
  background-color: transparent;
}

/* line 477, ../scss/VilaixTheme.scss */
#portal-header:not(.no-image) + #portal-globalnav .navbar-inner {
  border-radius: 0 0 0 0 !important;
  margin-top: 0;
}

/* line 481, ../scss/VilaixTheme.scss */
#portal-globalnav .navbar-inner {
  background: none repeat scroll 0 0 #0072b8;
  border-bottom: medium none;
  padding: 0 0 0 20px;
}

/* line 487, ../scss/VilaixTheme.scss */
#portal-globalnav {
  margin-top: 0;
}

/* line 490, ../scss/VilaixTheme.scss */
#eines {
  font-size: 12px;
  margin-top: 10px;
}

/* line 495, ../scss/VilaixTheme.scss */
#eines > li > a {
  color: #333;
}

/* line 498, ../scss/VilaixTheme.scss */
.thumbnail, .thumb-img img, .photoAlbumEntry a {
  border: 0 none;
  border-radius: 0 0 0 0;
  display: block;
  line-height: 18px;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
  box-shadow: none;
}

/* line 507, ../scss/VilaixTheme.scss */
#mySlider {
  box-shadow: none;
  margin: 0 0 15px;
  padding: 0;
}

/* line 512, ../scss/VilaixTheme.scss */
.template-homepage #mySlider {
  margin: 0;
}

/* line 515, ../scss/VilaixTheme.scss */
.carousel img {
  border: 0;
}

/* line 516, ../scss/VilaixTheme.scss */
.carousel img:hover {
  cursor: pointer;
  border: 0;
}

/* line 520, ../scss/VilaixTheme.scss */
.carousel .active > img, .carousel .selected > img {
  border-radius: 0;
}

/* line 526, ../scss/VilaixTheme.scss */
.carousel-inner {
  border-image: none;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}

/* line 536, ../scss/VilaixTheme.scss */
.menu_peu {
  background: none repeat scroll 0 0 #0072b8;
  border: 0 none;
  margin: 0 0 0 -2px !important;
  width: 99.8% !important;
}

/* line 542, ../scss/VilaixTheme.scss */
#peu {
  background: none repeat scroll 0 0 #FFFFFF;
  border-top: 0 none;
  font-size: 92.3077%;
}

/* line 547, ../scss/VilaixTheme.scss */
#peu .container {
  border-top: 0 none;
  margin-top: 0;
}

/* line 551, ../scss/VilaixTheme.scss */
.menu_peu li a {
  color: white;
  font-size: 12px;
  margin-left: 10px;
}

/* line 556, ../scss/VilaixTheme.scss */
.menu_peu_links ul li {
  border-bottom: 1px solid #5995B9;
  padding-bottom: 4px;
  padding-top: 4px;
}

/* line 561, ../scss/VilaixTheme.scss */
.portlet_mes_consultat {
  margin-bottom: 20px;
}

/* line 565, ../scss/VilaixTheme.scss */
.portlet-static-social-links {
  background: none repeat scroll 0 0 white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-top: -5px;
  padding: 8px 8px 1px;
  text-align: center;
}

/* line 572, ../scss/VilaixTheme.scss */
.portlet-static-social-links img {
  height: auto;
  margin-left: 6px;
  margin-right: 6px;
  width: 50px;
}

/* line 578, ../scss/VilaixTheme.scss */
.portlet-static-social-links img:hover {
  opacity: 0.9;
  transition: all 0.2s ease-in-out 0s;
}

/* line 579, ../scss/VilaixTheme.scss */
.portlet-noticies {
  padding-bottom: 3px;
}

/* line 582, ../scss/VilaixTheme.scss */
.portlet-noticies .icon-news {
  display: none;
}

/* line 584, ../scss/VilaixTheme.scss */
.portlet-noticies .list-portlet li {
  border-top: 0;
}

/* line 587, ../scss/VilaixTheme.scss */
.dropdown-menu {
  background: none repeat scroll 0 0 #555;
  border-radius: 0;
  color: #FFFFFF;
  border: 1px solid #555555;
}

/* line 593, ../scss/VilaixTheme.scss */
.dropdown-menu a {
  clear: both;
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  line-height: 18px;
  padding: 3px 10px;
  white-space: nowrap;
}

/* line 602, ../scss/VilaixTheme.scss */
.userrole-authenticated .dropdown-menu {
  background: none repeat scroll 0 0 #000;
}

/* line 606, ../scss/VilaixTheme.scss */
.navbar .nav > li > .dropdown-menu:after, .navbar .contentViews > li > .dropdown-menu:after, .navbar .configlets > li > .dropdown-menu:after, .navbar .formTabs > li > .dropdown-menu:after {
  border-bottom: 6px solid #555;
}

/* line 609, ../scss/VilaixTheme.scss */
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background-color: #444444;
  background-image: none;
}

/* line 613, ../scss/VilaixTheme.scss */
.portletStaticText ul {
  font-size: 14px;
  list-style: disc outside none;
  margin-left: 15px;
}

/* line 618, ../scss/VilaixTheme.scss */
.portletStaticText li {
  margin-top: 10px;
}

/* line 622, ../scss/VilaixTheme.scss */
.carousel-control {
  background: none repeat scroll 0 0 transparent;
  opacity: 1;
  top: 45%;
  margin-top: 0;
  line-height: 30px;
}

/* line 629, ../scss/VilaixTheme.scss */
.carousel-control:hover {
  background: white;
  opacity: 1;
}

/* line 633, ../scss/VilaixTheme.scss */
.breadcrumb a {
  color: #777;
}

/* line 640, ../scss/VilaixTheme.scss */
#portal-header h1 {
  float: left;
  margin-bottom: 5px;
  margin-top: 15px;
}

/* line 646, ../scss/VilaixTheme.scss */
.text_Destacat {
  float: left;
  width: 65%;
}

/* line 650, ../scss/VilaixTheme.scss */
.imatge_Destacada {
  float: left;
  width: 30%;
}

/* line 655, ../scss/VilaixTheme.scss */
#baners ul li {
  background: none repeat scroll 0 0 transparent;
}

/* line 658, ../scss/VilaixTheme.scss */
#portal-globalnav .navbar .brand {
  color: #FFFFFF;
  text-shadow: none;
}

/* line 662, ../scss/VilaixTheme.scss */
input, button, select, textarea {
  font-family: 'Open Sans',sans-serif;
}

/* line 665, ../scss/VilaixTheme.scss */
.nav.nav-list.accordion {
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  /* line 672, ../scss/VilaixTheme.scss */
  #portal-globalnav .navbar-inner {
    padding: 0 0 0 5px;
  }

  /* line 675, ../scss/VilaixTheme.scss */
  .navbar .btn-navbar, .navbar .btn-navbar:active {
    background-color: #444444;
    background-image: none;
  }

  /* line 679, ../scss/VilaixTheme.scss */
  #portal-globalnav .nav-collapse .nav > li > a, #portal-globalnav .nav-collapse .contentViews > li > a, #portal-globalnav .nav-collapse .configlets > li > a, #portal-globalnav .nav-collapse .formTabs > li > a, #portal-globalnav .nav-collapse .dropdown-menu a, .nav-collapse-eines.nav-collapse .nav > li > a, .nav-collapse-eines.nav-collapse .contentViews > li > a, .nav-collapse-eines.nav-collapse .configlets > li > a, .nav-collapse-eines.nav-collapse .formTabs > li > a, .nav-collapse-eines.nav-collapse .dropdown-menu a {
    padding: 5px 15px 5px 5px;
  }

  /* line 682, ../scss/VilaixTheme.scss */
  #portal-globalnav .nav > li {
    border-bottom: 1px solid;
  }

  /* line 685, ../scss/VilaixTheme.scss */
  #content-area, #portal-column-content {
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 691, ../scss/VilaixTheme.scss */
  #portal-breadcrumbs {
    margin-top: 10px;
  }

  /* line 696, ../scss/VilaixTheme.scss */
  .subnavbar {
    margin-bottom: 15px;
  }

  /* line 700, ../scss/VilaixTheme.scss */
  #baners ul {
    background: none repeat scroll 0 0 white;
    border: 8px solid white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    list-style: none outside none;
    margin-left: 0;
  }

  /* line 707, ../scss/VilaixTheme.scss */
  #baners ul li:last-child {
    margin-bottom: 0;
  }

  /* line 710, ../scss/VilaixTheme.scss */
  #portal-column-content .span9, #portal-column-content .span4 {
    margin-left: 0;
  }

  /* line 713, ../scss/VilaixTheme.scss */
  [class*="span"], .cella {
    margin-bottom: 15px;
  }

  /* line 716, ../scss/VilaixTheme.scss */
  .imatge_Destacada {
    margin-bottom: 10px !important;
  }

  /* line 717, ../scss/VilaixTheme.scss */
  .text_Destacat {
    margin-left: 0 !important;
  }

  /* line 718, ../scss/VilaixTheme.scss */
  .text_Destacat {
    float: left;
    width: 100%;
  }

  /* line 722, ../scss/VilaixTheme.scss */
  .imatge_Destacada {
    float: left;
    width: 100%;
  }

  /* line 726, ../scss/VilaixTheme.scss */
  .link_footer_destacat {
    float: left;
    clear: both;
  }

  /* line 730, ../scss/VilaixTheme.scss */
  .imatge_Destacada img {
    width: 100%;
  }

  /* line 733, ../scss/VilaixTheme.scss */
  .header-image {
    background-size: auto;
    background-position: center center;
  }

  /* line 737, ../scss/VilaixTheme.scss */
  .portletCalendar .ploneCalendar {
    font-size: 100%;
  }

  /* line 740, ../scss/VilaixTheme.scss */
  .weekdays th {
    padding: 12px;
  }

  /* line 743, ../scss/VilaixTheme.scss */
  .carousel-inner {
    padding-left: 0;
  }

  /* line 747, ../scss/VilaixTheme.scss */
  .carousel img {
    width: 100%;
  }

  /* line 750, ../scss/VilaixTheme.scss */
  .carousel .item {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 754, ../scss/VilaixTheme.scss */
  #portal-header .btn-navbar.pull-right, #portal-header .btn-navbar.newsImageContainer {
    margin-left: 85%;
    position: absolute;
  }

  /* line 758, ../scss/VilaixTheme.scss */
  #portal-header h1 {
    width: 260px;
    margin-bottom: -5px;
  }
}
/* NOVA NAVEGACIO PAGINA PRINCIPAL */
/* line 765, ../scss/VilaixTheme.scss */
.accordion {
  margin-bottom: 18px;
  background: none repeat scroll 0 0 white;
  border: 8px solid white;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 18px;
}

/* line 777, ../scss/VilaixTheme.scss */
.accordion-toggle {
  font-size: 14px;
  background-color: #0073B8;
  background-image: none;
  background-repeat: repeat-x;
  border-top: 0 none !important;
  color: white;
  display: block;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 2px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 8px 8px 8px 9px !important;
  position: relative;
  text-shadow: none !important;
}

/* line 795, ../scss/VilaixTheme.scss */
.accordion-heading a:hover {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dadada', GradientType=0);
  color: #222222;
}

/* line 807, ../scss/VilaixTheme.scss */
.accordion-group {
  margin-bottom: 2px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fcfcfc;
}

/* line 816, ../scss/VilaixTheme.scss */
.accordion-heading a:hover:after,
.accordion-heading .active a:after,
.accordion-heading .selected a:after {
  content: "";
  position: absolute;
  background-color: #007bc0;
  margin-left: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  right: 7px;
  top: 8px;
  background-image: url("/++genweb++static/images/gh-w.png?1370877920");
  background-position: -455px -71px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}

/* line 840, ../scss/VilaixTheme.scss */
.accordion-body {
  margin-left: 0;
  margin-right: 0x;
  border-top: none;
  background: white;
  list-style: none;
  -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.25);
  overflow: visible;
}

/* line 851, ../scss/VilaixTheme.scss */
#accordionLogin {
  margin-top: 20px;
  min-height: 280px;
  padding: 20px;
}

/* line 856, ../scss/VilaixTheme.scss */
#accordionLogin .accordion-body {
  box-shadow: none;
}

/* line 859, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul, .subnavbar .nav-list .selected ul {
  border-top: 0 none;
}

/* line 862, ../scss/VilaixTheme.scss */
#accordionLogin .accordion-inner {
  border-top: 0;
  margin-top: 25px;
}

/* line 866, ../scss/VilaixTheme.scss */
#accordionLogin .accordion-group {
  background: transparent;
}

/* line 869, ../scss/VilaixTheme.scss */
.accordion-inner {
  border-top: 1px solid #DEDEDE;
  padding: 0;
}

/* line 874, ../scss/VilaixTheme.scss */
h1, h2, h3 {
  color: #444;
  margin-top: 27px;
}

/* line 878, ../scss/VilaixTheme.scss */
#portal-column-content {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: none;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}

/* line 885, ../scss/VilaixTheme.scss */
#portal-column-one {
  margin-right: 20px;
}

/* line 888, ../scss/VilaixTheme.scss */
.template-homepage #portal-column-content {
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  padding: 5px 0 0;
  margin-left: 0 !important;
}

/* line 895, ../scss/VilaixTheme.scss */
.liniaBaix, .documentFirstHeading {
  color: #0072B8;
  border-bottom: 1px solid #BEBEBE;
  box-shadow: none;
  margin: 0 10px 5px 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-top: 0;
  font-weight: 600;
}

/* line 905, ../scss/VilaixTheme.scss */
#viewlet-below-content-title {
  color: #888888;
  font-size: 11px;
  margin-bottom: 15px;
}

/* line 910, ../scss/VilaixTheme.scss */
#portal-breadcrumbs {
  margin-top: 5px;
  font-size: 14px;
}

/* line 914, ../scss/VilaixTheme.scss */
#portal-breadcrumbs h2 {
  padding-left: 0;
}

/* line 917, ../scss/VilaixTheme.scss */
.documentDescription {
  font-size: 16px;
  color: #777;
  line-height: 22px;
  font-weight: normal;
}

/* line 923, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul a span:before, .subnavbar .nav-list .selected ul a span:before {
  top: 2px;
}

/* line 926, ../scss/VilaixTheme.scss */
.carousel {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: none;
  line-height: 1;
  margin-bottom: -5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  position: relative;
}

/* line 936, ../scss/VilaixTheme.scss */
.navTreeItem li {
  margin-bottom: 0;
}

/* line 939, ../scss/VilaixTheme.scss */
.carousel li {
  padding-top: 0;
}

/* line 940, ../scss/VilaixTheme.scss */
.carousel_normal .carousel-control {
  margin-top: 0;
  opacity: 0.2;
  top: 30%;
}

/* line 946, ../scss/VilaixTheme.scss */
.carousel_mobile {
  display: block;
}

/* line 949, ../scss/VilaixTheme.scss */
.list-portlet h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 2px;
  text-transform: none;
}

/* line 957, ../scss/VilaixTheme.scss */
.list-portlet li .smaller {
  color: #999999;
  font-size: 14px;
  white-space: nowrap;
}

/* line 962, ../scss/VilaixTheme.scss */
.noticies .newsImage {
  float: left;
  height: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  max-height: 150px;
  padding: 2px;
  width: 185px;
}

/* line 971, ../scss/VilaixTheme.scss */
#portal-column-content {
  margin-left: 0;
}

/* line 974, ../scss/VilaixTheme.scss */
.portlet-esdeveniments ul time {
  color: #000000;
}

/* line 977, ../scss/VilaixTheme.scss */
.portlet-esdeveniments ul a {
  border-left: 0 none;
}

/* line 980, ../scss/VilaixTheme.scss */
.userrole-anonymous #plone-document-byline {
  display: none;
}

/* line 981, ../scss/VilaixTheme.scss */
dd {
  margin-bottom: 10px;
  margin-left: 0;
}

/* line 985, ../scss/VilaixTheme.scss */
dt {
  font-size: 16px;
}

/* line 988, ../scss/VilaixTheme.scss */
.list-portlet li {
  padding: 8px 0 !important;
}

/* line 991, ../scss/VilaixTheme.scss */
.liniaDalt, .tileHeadline {
  border-top: 0;
  box-shadow: none;
}

/* line 995, ../scss/VilaixTheme.scss */
.tileItem {
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 10px;
}

/* line 1000, ../scss/VilaixTheme.scss */
.subnavbar .nav-list {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding-right: 0;
}

/* line 1008, ../scss/VilaixTheme.scss */
.subnavbar .nav-list a {
  color: white;
  font-weight: 600;
}

/* line 1012, ../scss/VilaixTheme.scss */
.subnavbar .nav-list a {
  font-size: 13px;
  background-color: #0072B8;
  background-image: none;
  background-repeat: repeat-x;
  border-top: 0 none !important;
  color: white;
  display: block;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 8px 8px 9px !important;
  position: relative;
  text-shadow: none !important;
  text-transform: uppercase;
}

/* line 1030, ../scss/VilaixTheme.scss */
.subnavbar .nav-list li:first-child a {
  border-radius: 0 0 0 0;
  border-top: 0 none !important;
}

/* line 1034, ../scss/VilaixTheme.scss */
.subnavbar .nav-list li:last-child a:only-child {
  border-radius: 0 0 0 0;
}

/* line 1037, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul a, .subnavbar .nav-list .selected ul a {
  background: #eeeeee !important;
  border-radius: 0 !important;
  border-right: 0;
  border-top: 0 none !important;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
}

/* line 1050, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul a span:before, .subnavbar .nav-list .selected ul a span:before {
  color: #444;
}

/* line 1054, ../scss/VilaixTheme.scss */
.pad {
  padding: 10px 0 0;
}

/* line 1057, ../scss/VilaixTheme.scss */
.portlet > .pad {
  border-bottom: 0 none;
}

/* line 1060, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul, .subnavbar .nav-list .selected ul {
  margin-left: 0 !important;
  margin-right: 0;
  box-shadow: none;
}

/* line 1065, ../scss/VilaixTheme.scss */
.subnavbar .nav-list a:hover:after, .subnavbar .nav-list .active a:after, .subnavbar .nav-list .selected a:after {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 1070, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul a[class^="contenttype-"] span:after, .subnavbar .nav-list .selected ul a[class^="contenttype-"] span:after, .subnavbar .nav-list .active ul a[class*=" contenttype-"] span:after, .subnavbar .nav-list .selected ul a[class*=" contenttype-"] span:after {
  background-image: none;
  background-repeat: no-repeat;
}

/* line 1074, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul a span, .subnavbar .nav-list .selected ul a span {
  border-top: 0 none !important;
  text-transform: none;
  font-size: 13px;
  margin-right: 10px;
  margin-left: 0;
}

/* line 1081, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul a {
  font-size: 13px;
}

/* line 1082, ../scss/VilaixTheme.scss */
.navTreeLevel2 {
  background: #eee !important;
}

/* line 1085, ../scss/VilaixTheme.scss */
.navTreeLevel2 .navTreeFolderish {
  margin-left: 15px;
}

/* line 1088, ../scss/VilaixTheme.scss */
.navTreeLevel2 .navTreeFolderish span {
  margin-left: 5px;
  font-size: 13px !important;
}

/* line 1092, ../scss/VilaixTheme.scss */
.navTreeLevel2 li span {
  font-size: 13px !important;
  margin-left: 10px !important;
}

/* line 1096, ../scss/VilaixTheme.scss */
#rufous-sandbox {
  display: none;
}

/* line 1097, ../scss/VilaixTheme.scss */
#portlet-navigation-tree {
  padding-left: 0;
}

/* line 1101, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul a span:before, .subnavbar .nav-list .selected ul a span:before {
  content: none;
}

/* line 1104, ../scss/VilaixTheme.scss */
#rufous-sandbox {
  display: none !important;
}

/* line 1105, ../scss/VilaixTheme.scss */
.template-folder_full_view h1:first-child, .template-folder_full_view h2:first-child, .template-folder_full_view h3:first-child {
  margin-top: 25px;
}

/* line 1108, ../scss/VilaixTheme.scss */
.table tr:first-child td, .listing tr:first-child td, .taulaRegistres tr:first-child td, .portaltype-packet .estudis table.minimal tr:first-child td {
  border-top: 5px solid #BBBBBB;
}

/* line 1111, ../scss/VilaixTheme.scss */
.listing a {
  color: black;
}

/* line 1112, ../scss/VilaixTheme.scss */
.template-folder_listing dt {
  padding-bottom: 10px;
}

/* line 1115, ../scss/VilaixTheme.scss */
.template-folder_listing dd {
  border-bottom: 1px solid #B2B2B2;
  padding: 0px 10px 15px 0;
}

/* line 1119, ../scss/VilaixTheme.scss */
.template-folder_listing .summary a {
  color: #333333;
}

/* line 1122, ../scss/VilaixTheme.scss */
.photoAlbumEntry {
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
  max-height: 108px;
  overflow: hidden;
  position: relative;
}

/* line 1130, ../scss/VilaixTheme.scss */
.photoAlbumEntry a img:hover {
  opacity: 0.8;
}

/* line 1133, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active ul a.active, .subnavbar .nav-list .selected ul a.active, .subnavbar .nav-list .active ul a.selected, .subnavbar .nav-list .selected ul a.selected {
  background-color: #F5F5F5 !important;
}

/* line 1136, ../scss/VilaixTheme.scss */
.photoAlbumEntryTitle {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF !important;
  opacity: 0.8;
  padding: 0 !important;
  position: absolute;
  text-align: center;
  top: 90px;
  width: 157px;
}

/* line 1147, ../scss/VilaixTheme.scss */
#equipament iframe {
  width: 100%;
  margin-top: 20px;
}

/* line 1151, ../scss/VilaixTheme.scss */
#equipament img {
  margin-bottom: 20px;
}

/* line 1154, ../scss/VilaixTheme.scss */
#equipament label.horizontal {
  font-size: 15px;
  margin-bottom: 15px;
  color: black;
  line-height: 30px;
}

/* line 1160, ../scss/VilaixTheme.scss */
#equipament .columnes {
  column-count: 2;
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  background: none repeat scroll 0 0 #F5F5F5;
  margin-bottom: 20px;
  padding: 25px 20px 20px 30px;
}

/* line 1168, ../scss/VilaixTheme.scss */
#equipament .columnes label.horizontal {
  line-height: 15px;
}

/* line 1171, ../scss/VilaixTheme.scss */
#tramit .camptramit {
  background: none repeat scroll 0 0 #F5F5F5;
  margin-bottom: 20px;
  padding: 10px 20px;
}

/* line 1176, ../scss/VilaixTheme.scss */
#tramit .camptramit label.horizontal {
  font-size: 15px;
  margin-bottom: 15px;
  color: black;
  line-height: 30px;
}

/* line 1182, ../scss/VilaixTheme.scss */
#tramit .tramita {
  background: none repeat scroll 0 0 #000000;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 60px;
  padding: 10px 20px;
}

/* line 1191, ../scss/VilaixTheme.scss */
#tramit .tramita:hover {
  color: #ccc;
}

/* line 1194, ../scss/VilaixTheme.scss */
.tramit_annex:before {
  background: url("/++genweb++static/images/gh-w.png?1370877920") no-repeat scroll -162px -163px #111;
  border: 1px solid;
  border-right: 0px solid;
  content: " ";
  display: block;
  float: left;
  height: 25px;
  margin-top: 4px;
  opacity: 75;
  position: relative;
  width: 25px;
}

/* line 1207, ../scss/VilaixTheme.scss */
.tramit_annex {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #777777;
  color: #000000;
  line-height: 36px;
  padding: 5px 10px 4px;
  vertical-align: middle;
}

/* line 1215, ../scss/VilaixTheme.scss */
.tramit_annex:hover {
  text-decoration: none;
  background: none repeat scroll 0 0 #eee;
}

/* line 1219, ../scss/VilaixTheme.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .contentViews li.dropdown > .dropdown-toggle .caret, .navbar .configlets li.dropdown > .dropdown-toggle .caret, .navbar .formTabs li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
}

/* line 1223, ../scss/VilaixTheme.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .contentViews li.dropdown.open > .dropdown-toggle .caret, .navbar .configlets li.dropdown.open > .dropdown-toggle .caret, .navbar .formTabs li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .contentViews li.dropdown.active > .dropdown-toggle .caret, .navbar .configlets li.dropdown.active > .dropdown-toggle .caret, .navbar .formTabs li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.selected > .dropdown-toggle .caret, .navbar .configlets li.dropdown.selected > .dropdown-toggle .caret, .navbar .formTabs li.dropdown.selected > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar .contentViews li.dropdown.open.active > .dropdown-toggle .caret, .navbar .configlets li.dropdown.open.active > .dropdown-toggle .caret, .navbar .formTabs li.dropdown.open.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.selected > .dropdown-toggle .caret, .navbar .configlets li.dropdown.open.selected > .dropdown-toggle .caret, .navbar .formTabs li.dropdown.open.selected > .dropdown-toggle .caret {
  border-bottom-color: #555;
  border-top-color: #555;
}

/* line 1227, ../scss/VilaixTheme.scss */
.subnavbar .nav-list .active a, .subnavbar .nav-list .selected a {
  background: none repeat scroll 0 0 #0072B8;
  color: #FFFFFF;
}

/* line 1231, ../scss/VilaixTheme.scss */
[class^="icon-"], #category.documentByLine:before, .tileFooter:before, [class*=" icon-"] {
  width: 20px;
}

/* line 1234, ../scss/VilaixTheme.scss */
.icon-carrousel {
  background-position: -335px -72px;
}

/* line 1237, ../scss/VilaixTheme.scss */
.icon-banner, .contenttype-bannercontainer:before {
  background-position: -191px -192px !important;
}

/* line 1240, ../scss/VilaixTheme.scss */
.icon-bannercontainer {
  background-position: -432px -143px;
}

/* line 1243, ../scss/VilaixTheme.scss */
.icon-equipament, .contenttype-equipament:before {
  background-position: -145px -193px;
}

/* line 1246, ../scss/VilaixTheme.scss */
.icon-tramit, .contenttype-tramit:before {
  background-position: -145px -72px;
}

/* line 1249, ../scss/VilaixTheme.scss */
.icon-slider {
  background-position: -360px -72px;
}

/* line 1252, ../scss/VilaixTheme.scss */
.icon-collection {
  background-position: -74px -192px;
}

/* line 1255, ../scss/VilaixTheme.scss */
.icons-on .contenttype-collection {
  background: none repeat scroll 0 0 transparent;
}

/* line 1258, ../scss/VilaixTheme.scss */
.icons-on .contenttype-collection {
  padding-left: 11px !important;
}

/* line 1265, ../scss/VilaixTheme.scss */
#portal-globalnav .navbar .nav > li {
  background: none;
}

/* line 1269, ../scss/VilaixTheme.scss */
.toggle-div .list-portlet li:first-child {
  border-top: 1px solid #e5e5e5 !important;
}

/* line 1273, ../scss/VilaixTheme.scss */
.portlet .icon-plus-sign {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.8;
  position: relative;
  left: 0px;
  margin-left: 3px;
  margin-right: 3px;
}

/* line 1282, ../scss/VilaixTheme.scss */
.more {
  text-align: right;
  float: right;
  color: white !important;
}

/* line 1288, ../scss/VilaixTheme.scss */
.imatge_noticia .discreet {
  width: 185px;
}

/* line 1292, ../scss/VilaixTheme.scss */
.newsImageContainer .discreet {
  width: 185px;
}

/* line 1296, ../scss/VilaixTheme.scss */
.template-subhome strong div.span5 {
  width: 39.8773%;
  margin-left: 3.06748% !important;
}

/* line 1301, ../scss/VilaixTheme.scss */
.leaflet-control-zoom-fullscreen {
  background-image: url("++vilaix++static/images/icon-fullscreen.png");
}

/* line 1305, ../scss/VilaixTheme.scss */
.icon-associacio {
  background-position: -145px -193px;
}

/* line 1309, ../scss/VilaixTheme.scss */
.greyback {
  background: none repeat scroll 0 0 #F5F5F5;
  margin-bottom: 20px;
  padding: 25px 20px 20px 30px;
  margin-left: 0px !important;
}
