@charset "UTF-8";
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  /*margin: 1em 0;*/
  margin: 0 0 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
  Extra Strength Responsive Grids
  Author & copyright (c) 2013: John Polacek
  Follow me on Twitter: @johnpolacek

  Dual MIT & GPL license

  Project Page: http://dfcb.github.com/extra-strength-responsive-grids
  Project Repo: https://github.com/dfcb/extra-strength-responsive-grids

  Note: box-sizing: border-box; is required for this solution.
  For more info, see the project page
*/
.grid-all, .grid-1, .grid-2, .grid-3, .grid-quarter, .grid-4, .grid-third, .grid-5, .grid-6, .grid-half, .grid-7, .grid-8, .grid-two-thirds, .grid-9, .grid-three-quarters, .grid-10, .grid-11, .grid-12, .grid-whole {
  margin: 0;
  clear: none;
  float: left;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

.grid-1 {
  width: 8.33333%;
}

.grid-2 {
  width: 16.66667%;
}

.grid-3, .grid-quarter {
  width: 25%;
}

.grid-4, .grid-third {
  width: 33.33333%;
}

.grid-5 {
  width: 41.66667%;
}

.grid-6, .grid-half {
  width: 50%;
}

.grid-7 {
  width: 58.33333%;
}

.grid-8, .grid-two-thirds {
  width: 66.66667%;
}

.grid-9, .grid-three-quarters {
  width: 75%;
}

.grid-10 {
  width: 83.33333%;
}

.grid-11 {
  width: 91.66667%;
}

.grid-12, .grid-whole {
  width: 100%;
}

/* padding helper classes */
.padded {
  padding: 0.5em;
}

.padded-left {
  padding-left: 0.5em;
}

.padded-right {
  padding-right: 0.5em;
}

.padded-top {
  padding-top: 0.5em;
}

.padded-bottom {
  padding-bottom: 0.5em;
}

.padded-sides {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.padded-vertical {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.padded-inner {
  padding: 1em;
}

.padded-inner-left {
  padding-left: 1em;
}

.padded-inner-right {
  padding-right: 1em;
}

.padded-inner-top {
  padding-top: 1em;
}

.padded-inner-bottom {
  padding-bottom: 1em;
}

.padded-inner-sides {
  padding-left: 1em;
  padding-right: 1em;
}

.padded-inner-vertical {
  padding-top: 1em;
  padding-bottom: 1em;
}

.padded-reverse {
  margin: 0 -0.5em;
  width: auto;
  box-sizing: content-box;
  float: none;
}

.padded-reverse-all {
  margin: -0.5em;
  width: auto;
  box-sizing: content-box;
  float: none;
}

.padded-inner-reverse {
  margin: 0 -1em;
  width: auto;
  box-sizing: content-box;
  float: none;
}

.padded-inner-reverse-all {
  margin: -1em;
  width: auto;
  box-sizing: content-box;
  float: none;
}

.padded-none {
  padding: 0;
}

/* miscellaneous helper classes */
.flow {
  float: left;
}

.flow-opposite {
  float: right;
}

.flow-none {
  float: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* For compatibility with Bootstrap (fixed), Foundation, etc. */
.row {
  margin: 0 -0.5em;
  width: auto;
  box-sizing: content-box;
  float: none;
}

@media (max-width: 480px) {
  .s-grid-all, .s-grid-1, .s-grid-2, .s-grid-3, .s-grid-quarter, .s-grid-4, .s-grid-third, .s-grid-5, .s-grid-6, .s-grid-half, .s-grid-7, .s-grid-8, .s-grid-two-thirds, .s-grid-9, .s-grid-three-quarters, .s-grid-10, .s-grid-11, .s-grid-12, .s-grid-whole {
    margin: 0;
    clear: none;
    float: left;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
  }
  .s-grid-1 {
    width: 8.33333%;
  }
  .s-grid-2 {
    width: 16.66667%;
  }
  .s-grid-3, .s-grid-quarter {
    width: 25%;
  }
  .s-grid-4, .s-grid-third {
    width: 33.33333%;
  }
  .s-grid-5 {
    width: 41.66667%;
  }
  .s-grid-6, .s-grid-half {
    width: 50%;
  }
  .s-grid-7 {
    width: 58.33333%;
  }
  .s-grid-8, .s-grid-two-thirds {
    width: 66.66667%;
  }
  .s-grid-9, .s-grid-three-quarters {
    width: 75%;
  }
  .s-grid-10 {
    width: 83.33333%;
  }
  .s-grid-11 {
    width: 91.66667%;
  }
  .s-grid-12, .s-grid-whole {
    width: 100%;
  }
  /* padding helper classes */
  .s-padded {
    padding: 0.5em;
  }
  .s-padded-left {
    padding-left: 0.5em;
  }
  .s-padded-right {
    padding-right: 0.5em;
  }
  .s-padded-top {
    padding-top: 0.5em;
  }
  .s-padded-bottom {
    padding-bottom: 0.5em;
  }
  .s-padded-sides {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .s-padded-vertical {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .s-padded-inner {
    padding: 1em;
  }
  .s-padded-inner-left {
    padding-left: 1em;
  }
  .s-padded-inner-right {
    padding-right: 1em;
  }
  .s-padded-inner-top {
    padding-top: 1em;
  }
  .s-padded-inner-bottom {
    padding-bottom: 1em;
  }
  .s-padded-inner-sides {
    padding-left: 1em;
    padding-right: 1em;
  }
  .s-padded-inner-vertical {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .s-padded-reverse {
    margin: 0 -0.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .s-padded-reverse-all {
    margin: -0.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .s-padded-inner-reverse {
    margin: 0 -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .s-padded-inner-reverse-all {
    margin: -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .s-padded-none {
    padding: 0;
  }
  /* miscellaneous helper classes */
  .s-flow {
    float: left;
  }
  .s-flow-opposite {
    float: right;
  }
  .s-flow-none {
    float: none;
  }
  .s-center {
    text-align: center;
  }
  .s-left {
    text-align: left;
  }
  .s-right {
    text-align: right;
  }
  .s-hidden {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 800px) {
  .m-grid-all, .m-grid-1, .m-grid-2, .m-grid-3, .m-grid-quarter, .m-grid-4, .m-grid-third, .m-grid-5, .m-grid-6, .m-grid-half, .m-grid-7, .m-grid-8, .m-grid-two-thirds, .m-grid-9, .m-grid-three-quarters, .m-grid-10, .m-grid-11, .m-grid-12, .m-grid-whole {
    margin: 0;
    clear: none;
    float: left;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
  }
  .m-grid-1 {
    width: 8.33333%;
  }
  .m-grid-2 {
    width: 16.66667%;
  }
  .m-grid-3, .m-grid-quarter {
    width: 25%;
  }
  .m-grid-4, .m-grid-third {
    width: 33.33333%;
  }
  .m-grid-5 {
    width: 41.66667%;
  }
  .m-grid-6, .m-grid-half {
    width: 50%;
  }
  .m-grid-7 {
    width: 58.33333%;
  }
  .m-grid-8, .m-grid-two-thirds {
    width: 66.66667%;
  }
  .m-grid-9, .m-grid-three-quarters {
    width: 75%;
  }
  .m-grid-10 {
    width: 83.33333%;
  }
  .m-grid-11 {
    width: 91.66667%;
  }
  .m-grid-12, .m-grid-whole {
    width: 100%;
  }
  /* padding helper classes */
  .m-padded {
    padding: 0.5em;
  }
  .m-padded-left {
    padding-left: 0.5em;
  }
  .m-padded-right {
    padding-right: 0.5em;
  }
  .m-padded-top {
    padding-top: 0.5em;
  }
  .m-padded-bottom {
    padding-bottom: 0.5em;
  }
  .m-padded-sides {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .m-padded-vertical {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .m-padded-inner {
    padding: 1em;
  }
  .m-padded-inner-left {
    padding-left: 1em;
  }
  .m-padded-inner-right {
    padding-right: 1em;
  }
  .m-padded-inner-top {
    padding-top: 1em;
  }
  .m-padded-inner-bottom {
    padding-bottom: 1em;
  }
  .m-padded-inner-sides {
    padding-left: 1em;
    padding-right: 1em;
  }
  .m-padded-inner-vertical {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .m-padded-reverse {
    margin: 0 -0.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .m-padded-reverse-all {
    margin: -0.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .m-padded-inner-reverse {
    margin: 0 -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .m-padded-inner-reverse-all {
    margin: -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .m-padded-none {
    padding: 0;
  }
  /* miscellaneous helper classes */
  .m-flow {
    float: left;
  }
  .m-flow-opposite {
    float: right;
  }
  .m-flow-none {
    float: none;
  }
  .m-center {
    text-align: center;
  }
  .m-left {
    text-align: left;
  }
  .m-right {
    text-align: right;
  }
  .m-hidden {
    display: none;
  }
}

@media (min-width: 801px) {
  .l-grid-all, .l-grid-1, .l-grid-2, .l-grid-3, .l-grid-quarter, .l-grid-4, .l-grid-third, .l-grid-5, .l-grid-6, .l-grid-half, .l-grid-7, .l-grid-8, .l-grid-two-thirds, .l-grid-9, .l-grid-three-quarters, .l-grid-10, .l-grid-11, .l-grid-12, .l-grid-whole {
    margin: 0;
    clear: none;
    float: left;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
  }
  .l-grid-1 {
    width: 8.33333%;
  }
  .l-grid-2 {
    width: 16.66667%;
  }
  .l-grid-3, .l-grid-quarter {
    width: 25%;
  }
  .l-grid-4, .l-grid-third {
    width: 33.33333%;
  }
  .l-grid-5 {
    width: 41.66667%;
  }
  .l-grid-6, .l-grid-half {
    width: 50%;
  }
  .l-grid-7 {
    width: 58.33333%;
  }
  .l-grid-8, .l-grid-two-thirds {
    width: 66.66667%;
  }
  .l-grid-9, .l-grid-three-quarters {
    width: 75%;
  }
  .l-grid-10 {
    width: 83.33333%;
  }
  .l-grid-11 {
    width: 91.66667%;
  }
  .l-grid-12, .l-grid-whole {
    width: 100%;
  }
  /* padding helper classes */
  .l-padded {
    padding: 0.5em;
  }
  .l-padded-left {
    padding-left: 0.5em;
  }
  .l-padded-right {
    padding-right: 0.5em;
  }
  .l-padded-top {
    padding-top: 0.5em;
  }
  .l-padded-bottom {
    padding-bottom: 0.5em;
  }
  .l-padded-sides {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .l-padded-vertical {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .l-padded-inner {
    padding: 1em;
  }
  .l-padded-inner-left {
    padding-left: 1em;
  }
  .l-padded-inner-right {
    padding-right: 1em;
  }
  .l-padded-inner-top {
    padding-top: 1em;
  }
  .l-padded-inner-bottom {
    padding-bottom: 1em;
  }
  .l-padded-inner-sides {
    padding-left: 1em;
    padding-right: 1em;
  }
  .l-padded-inner-vertical {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .l-padded-reverse {
    margin: 0 -0.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .l-padded-reverse-all {
    margin: -0.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .l-padded-inner-reverse {
    margin: 0 -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .l-padded-inner-reverse-all {
    margin: -1em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .l-padded-none {
    padding: 0;
  }
  /* miscellaneous helper classes */
  .l-flow {
    float: left;
  }
  .l-flow-opposite {
    float: right;
  }
  .l-flow-none {
    float: none;
  }
  .l-center {
    text-align: center;
  }
  .l-left {
    text-align: left;
  }
  .l-right {
    text-align: right;
  }
  .l-hidden {
    display: none;
  }
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/font/awesome/font/fontawesome-webfont.eot?v=3.2.1");
  src: url("/assets/font/awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("/assets/font/awesome/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("/assets/font/awesome/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("/assets/font/awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.icons-ul > li {
  position: relative;
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: #ffffff;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}

.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 33px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #383838;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-bottom: 1px solid #f1f1f1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 26px;
  border: none !important;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

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

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #000;
  color: #444;
  text-shadow: none;
  border-radius: 1px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

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

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

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

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

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

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

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

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

/*!
 * jQuery UI Datepicker 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  font-size: 1em;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #eee;
  border: 1px solid #ddd;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/*
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}*/
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/*
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}*/
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month {
  width: 60%;
}

.ui-datepicker select.ui-datepicker-year {
  width: 40%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  display: inline-block;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: right;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker {
  padding: 2px !important;
}

.ui-datepicker table {
  margin: 0px;
}

.ui-datepicker .ui-state-default {
  background: #eee;
  border: 1px solid #ddd;
  color: #000;
}

.ui-datepicker td a.ui-state-hover {
  background: #ddd;
  border: 1px solir #ccc;
}

.ui-datepicker i {
  cursor: pointer;
}

.ui-datepicker select {
  text-transform: capitalize;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1em;
}

.ui-datepicker select option {
  text-transform: capitalize;
}

.ui-datepicker .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default;
}

/*.ui-datepicker .ui-state-highlight {border: 1px solid #fcefa1;background: #fbf9ee !important;color: #363636 !important;}*/
.ui-datepicker .ui-state-active {
  background: #ddd !important;
  border: 1px solid #bbb !important;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  outline: none !important;
  text-decoration: none;
  color: #004d95;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
}

.container {
  position: relative;
  *width: 964px;
  max-width: 964px;
  margin: 0 auto;
}

/* Recurs */
.cb {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.gris {
  background: #f2f2f2;
}

.tornar {
  color: #b5b5b7;
  font-size: 16px;
  font-weight: 600;
}

.tornar i {
  margin-right: 6px;
  vertical-align: -1px;
  font-size: 18px;
}

.tornar:hover {
  color: #8b8d8d;
  text-decoration: none;
}

.tit-1 {
  margin-bottom: 15px;
  color: #034787;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.tit-1 i {
  margin-right: 6px;
}

.tit-2 {
  padding-bottom: 6px;
  border-bottom: 2px solid #004d95;
  color: #034787;
  font-size: 15px;
  font-weight: 600;
}

/* Tipografia */
h1, h2, h3, h4, h5, h6, .title1, .title2, .title3, .title4, .title5, .title6 {
  margin: 0;
  line-height: 1.4em;
  font-style: normal;
  font-weight: normal;
}

h1, .title1 {
  line-height: 1.1;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d6d6;
  color: #034787;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 800;
}

h1.lowercase, .title1.lowercase {
  text-transform: none;
}

/* Text */
.text {
  font-family: 'Open Sans', sans-serif;
}

.text p {
  margin-bottom: 1em;
  font-size: 13px;
}

.text ul {
  margin-bottom: 1em;
  list-style: disc inside;
}

.text ul ul {
  margin: 0.25em 0 0.5em 1em;
}

.text.justify {
  text-align: justify;
}

/* Form */
.form .input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  outline: none;
  resize: none;
}

.form textarea.input {
  height: 8em;
}

.form .input.lopd {
  height: auto;
}

.form input.error, .form textarea.error, .form select.error, .form .input.error, #form_tel input[type=text].error, .form_info .input.error {
  background-color: #f5dddd;
  color: #300;
}

/* Select estilitzat */
.dropdown {
  width: 100%;
  height: 34px;
  padding: 6px 25px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  background: #fff url(/assets/img/bkg_select.png) no-repeat right center;
  text-indent: 0.01px;
  text-overflow: "";
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

/* Botons */
.btn-blau {
  display: block;
  position: relative;
  width: 100%;
  line-height: 18px;
  margin-top: 2px;
  padding: 9px 50px 9px 24px;
  border: 1px solid #012f59;
  border-radius: 5px;
  background-color: #014687;
  background: linear-gradient(#014687, #012f59);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  cursor: pointer;
  text-align: left;
}

.btn-blau:hover {
  text-decoration: none;
}

.btn-blau img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
}

/* Flex Video */
.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Header */
#header {
  background: #f5f5f5;
}

#header .container {
  *width: 820px;
  max-width: 820px;
  padding-left: 120px;
}

#header-1 {
  height: 30px;
}

#header-1 .container {
  background-color: #e7e7e7;
}

#header-2 {
  height: 82px;
  /*border-bottom:1px solid #cccdd1;box-shadow:0px 1px 0px #e8e9eb;background-color:#ddd;*/
}

#header-2 .container {
  border-bottom: 1px solid #cccdd1;
  box-shadow: 0px 1px 0px #e8e9eb;
  background-color: #ddd;
}

#logo-header {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
}

#lang-social {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  background-color: #054887;
  text-transform: uppercase;
}

.z-clients {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 1rem;
  padding: 0 0.5em;
}

.z-clients:hover {
  text-decoration: none;
}

#lang {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-left: 1px solid #fff;
  color: #fff;
}

#lang:hover ul {
  display: block;
}

#lang button {
  padding: 0 0.5em;
  border: none;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  text-transform: inherit;
  line-height: inherit;
}

#lang button:hover + ul, #lang button:focus + ul {
  display: block;
}

#lang ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #054887;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}

#lang li {
  border-top: 1px solid #fff;
}

#lang a {
  display: block;
  padding: 0.5em;
  color: inherit;
}

#social-header {
  display: inline-block;
  padding: 0 10px;
  background-color: #e7e7e7;
  font-size: 20px;
}

#social-header li {
  display: inline-block;
}

#social-header a {
  display: block;
  padding: 0 1px;
  color: #222;
}

#social-header a:hover {
  color: inherit;
  text-decoration: none;
}

/* Menú 1 */
#menu1 {
  float: right;
}

#menu1 li {
  float: left;
  line-height: 30px;
}

#menu1 li.highlight {
  background-color: #054887;
  color: #fff;
}

#menu1 a {
  padding: 0 5px;
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
}

#menu1 a.actiu {
  color: #044888;
  font-weight: 700;
  text-decoration: none;
}

#menu1 li.highlight a.actiu {
  color: #fff;
}

.mean-container .mean-bar, .mean-container .mean-nav {
  padding: 0;
  background: #034888;
  font-size: 14px;
}

.mean-container a.meanmenu-reveal {
  padding: 10px 13px;
}

.mean-container .mean-nav ul li.mean-last {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* Menú 2 */
#menu2 ul {
  display: table;
  width: 100%;
  text-align: center;
}

#menu2 li {
  display: table-cell;
  border-right: 1px solid #cccdd1;
  box-shadow: 1px 0px 0px #e8e9eb;
  vertical-align: top;
}

#menu2 a {
  display: table;
  width: 100%;
  height: 69px;
  border-bottom: 12px solid transparent;
  color: #333;
  font-size: 16px;
  line-height: 120%;
}

#menu2 a:hover, #menu2 a.actiu {
  border-bottom-color: inherit;
  background-color: #eee;
  background: linear-gradient(#dcdddf, #f3f3f3);
  color: #044888;
  text-decoration: none;
}

#menu2 .menu2-cell {
  display: table-cell;
  vertical-align: middle;
}

#menu2 .menu2-text {
  display: inline-block;
  padding: 0 10px;
  margin-top: 12px;
}

/* Content */
/* Inici */
.wrap-intro {
  padding: 1em 0;
  background: #f5f5f5;
}

.passi-inici {
  position: relative;
  border: 4px solid #fff;
  border-radius: 8px;
}

.passi-inici img {
  border-radius: 6px;
}

.passi-inici h3 {
  position: absolute;
  left: 0;
  top: 20px;
  line-height: 1.2;
  padding: 12px 30px 12px 40px;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.passi-inici p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.2;
  padding: 0.5em 1em;
  border-radius: 0 0 6px 6px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

.passi-inici .bx-prev, .passi-inici .bx-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.passi-inici .bx-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.passi-inici .bx-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.passi-inici .bx-prev:hover, .passi-inici .bx-next:hover {
  text-decoration: none;
}

.passi-inici .bx-prev.disabled, .passi-inici .bx-next.disabled {
  display: none;
}

.passi-inici .prev, .passi-inici .next {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/assets/img/fletxes_passi-inici.png);
  background-repeat: no-repeat;
}

.passi-inici .prev {
  background-position: left;
}

.passi-inici .next {
  background-position: right;
}

#form_tel {
  margin-bottom: 15px;
  padding: 6px 10px 10px 136px;
  border: 2px solid #fac846;
  border-radius: 8px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: left center;
}

#form_tel .label {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

#form_tel .label strong {
  display: block;
  color: #044888;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
}

#form_tel input[type="text"] {
  display: block;
  width: 100%;
  height: 15px;
  line-height: 15px;
  padding: 0 4px;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  border: none;
  background: #fff;
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

#form_tel button {
  display: block;
  width: 100%;
  height: 15px;
  line-height: 15px;
  border: none;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  background: #fac846;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

#form_tel.two-cols input[type="text"] {
  height: 22px;
}

#form_tel.two-cols button {
  height: 22px;
}

.resultatFormulari {
  margin-top: -10px;
  font-size: 14px;
}

.resultatFormulari_error {
  color: #d00;
}

.resultatFormulari_success {
  color: #192;
}

.form_pressupost {
  padding: 0.75em 0.5em 1em 0.5em;
  border: 1px solid #e0e0e0;
  background: #eee;
}

.form_pressupost .label {
  display: block;
  line-height: 1.3;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.form_pressupost .label strong {
  font-weight: 800;
  text-transform: uppercase;
}

.form_pressupost .lopd {
  display: block;
  margin: 0.5em 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}

.form_pressupost .lopd input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}

.seccions {
  margin: 0 0 20px 0;
}

.seccions h2 {
  color: #044888;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
}

.seccions .resum {
  font-size: 14.5px;
}

.seccions .tot {
  position: relative;
}

.linkSeccio:hover {
  text-decoration: none;
}

.seccions h3 {
  padding: 6px 10px;
  color: #fcfcfc;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.seccions .categories {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}

.seccions .categories li {
  border-top: 1px solid #fff;
}

.seccions .categories li:first-child {
  border-top: none;
}

.seccions .categories a {
  position: relative;
  display: block;
  padding: 3px 24px 3px 12px;
  background: #f0eeee;
  color: #343434;
  font-size: 14px;
  font-weight: 600;
}

.seccions .categories a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  color: #004d95;
  font-size: 16px;
}

.seccions .categories a:hover i {
  text-decoration: none;
}

.seccions .tot .cont-resum {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.seccions .tot .cont-resum h2 {
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  font-style: normal;
}

.last-news {
  margin: 0 0 30px 0;
}

.last-news h2 {
  color: #004d95;
  font-size: 22px;
  font-weight: 700;
}

.last-news img {
  border: 3px solid #e6e6e6;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

.last-news .data {
  display: block;
  color: #919292;
  font-size: 13px;
}

.last-news h3 {
  line-height: 1.1;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.last-news p {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

.instalacions-inici a:hover {
  text-decoration: none;
}

.instalacions-inici img {
  border: none;
}

.instalacions-inici .bx-pager {
  margin-top: 1em;
  text-align: center;
}

.instalacions-inici .bx-pager .bx-pager-item {
  display: inline-block;
}

.instalacions-inici .bx-pager .bx-pager-item .bx-pager-link {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  margin: 0 5px;
  background-color: #dad1d1;
  overflow: hidden;
  text-indent: -9999px;
}

.instalacions-inici .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #f9c753;
}

.instalacions-inici-mes {
  margin-top: 1.25em;
  border-top: 1px solid #fff;
  box-shadow: 0 -1px 0 #ccc;
  font-size: 0.875rem;
}

.dest-inf li {
  padding-right: 3px;
}

.dest-inf a {
  display: block;
  padding: 20px 0 16px 0;
  background-color: #ddd;
  color: #5b5b5b;
  text-align: center;
}

.dest-inf span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: left top;
}

.dest-inf a:hover {
  background-color: #8b8989;
  color: #f2f2f2;
  text-decoration: none;
}

.dest-inf a:hover span {
  background-position: right top;
}

.dest-inf strong {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.colab h2 {
  margin: 10px 0 10px 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.colab li {
  float: left;
  text-align: center;
}

.passiColaboradors {
  position: relative;
  padding: 0 15px;
}

.passiColaboradors .bx-prev,
.passiColaboradors .bx-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 2em;
}

.passiColaboradors .bx-prev:hover,
.passiColaboradors .bx-next:hover {
  text-decoration: none;
}

.passiColaboradors .bx-prev {
  left: 0;
}

.passiColaboradors .bx-next {
  right: 0;
}

.passiColaboradors .disabled {
  visibility: hidden;
}

/* Ruta */
.ruta {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.ruta ul {
  margin: 20px 0 12px 0;
}

.ruta li {
  display: inline;
  margin-right: 5px;
  color: #014687;
}

.ruta li:first-child {
  color: #333;
}

.ruta li:last-of-type {
  text-transform: uppercase;
}

.ruta a {
  margin-right: 6px;
  color: #014687;
  text-decoration: underline;
}

.ruta span {
  margin-right: 6px;
  color: #333;
}

/* Menú de productes lateral */
#menu3 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

#menu3 a {
  display: block;
  position: relative;
}

#menu3 a:hover {
  text-decoration: none;
}

#menu3 > ul > li {
  margin-bottom: 6px;
}

#menu3 > ul > li > a {
  line-height: 18px;
  padding: 6px 26px 6px 12px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

#menu3 > ul > li > a > i {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: -7px;
  color: #333;
  text-align: center;
}

#menu3 > ul > li > a > i.icon-chevron-down {
  display: none;
}

#menu3 > ul > li > a.actiu > i.icon-chevron-down {
  display: block;
}

#menu3 > ul > li > a.actiu > i.icon-chevron-right {
  display: none;
}

#menu3 ul ul {
  display: none;
}

#menu3 ul ul > li {
  margin-bottom: 1px;
}

#menu3 ul ul > li > a {
  line-height: 18px;
  padding: 6px 26px 6px 12px;
  background-color: #e8e8e8;
  color: #333;
  font-weight: 600;
}

#menu3 ul ul > li > a.actiu {
  color: #044888;
}

#menu3 ul ul > li > a > i {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  color: #333;
  font-size: 9px;
  text-align: center;
}

#menu3 ul ul > li > a > i.icon-minus {
  display: none;
}

#menu3 ul ul > li > a.actiu > i.icon-minus {
  display: block;
}

#menu3 ul ul > li > a.actiu > i.icon-plus {
  display: none;
}

#menu3 ul ul ul {
  font-family: 'Source Sans Pro', sans-serif;
}

#menu3 ul ul ul a {
  background-color: #f4f3f3;
  font-weight: 400;
}

#menu3 ul ul ul a:hover {
  color: #044888;
}

/* Destacat telèfon */
.dest-tel {
  margin-bottom: 12px;
  padding: 8px 8px 8px 60px;
  border: 1px solid #fac846;
  border-radius: 5px;
  text-align: right;
  background: none no-repeat left center #fff;
}

.dest-tel strong {
  display: block;
  color: #044888;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
}

/* Formulari pressupost petit del lateral */
.form_pressupost-petit .label {
  font-size: 16px;
}

.form_pressupost-petit .dropdown {
  height: 30px;
  padding: 4px;
  font-size: 11px;
}

.form_pressupost-petit .input {
  height: 30px;
  padding: 4px 6px;
  font-size: 11px;
}

.form_pressupost-petit .btn-blau {
  padding: 7px 40px 7px 12px;
  border: none;
  background: #034888;
  font-size: 11px;
}

.form_pressupost-petit .btn-blau i {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 18px;
  height: 20px;
  line-height: 20px;
  padding-left: 2px;
  border-radius: 20px;
  background: #fff;
  color: #034888;
  font-size: 12px;
  text-align: center;
  text-shadow: none;
}

/* Producte llista 1 */
.prod-list-1 {
  margin-bottom: 30px;
}

.prod-list-1 a {
  color: #333;
}

.prod-list-1 span {
  display: block;
}

.prod-list-1 strong {
  display: block;
  margin-top: 3px;
  padding: 8px 10px;
  background-color: #e8e8e8;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.prod-list-1 a:hover {
  text-decoration: none;
}

.prod-list-1 a:hover strong {
  background-color: inherit;
  color: #fff;
}

/* Producte llista 2 */
.prod-list-2 {
  margin-bottom: 30px;
}

.prod-list-2 .tot {
  position: relative;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

.prod-list-2 img {
  border-right: 1px solid #ccc;
}

.prod-list-2 h4 {
  line-height: 1;
  padding: 6px 12px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  color: #565656;
  text-transform: uppercase;
}

.prod-list-2 .interior {
  padding: 8px 13px 46px;
}

.prod-list-2 h3 {
  line-height: 1.1;
  margin-bottom: 8px;
  color: #044888;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.prod-list-2 ul {
  padding-left: 12px;
  list-style: disc outside;
}

.prod-list-2 ul p {
  color: #333;
}

.prod-list-2 .linkProducte {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 13px;
  padding: 6px 8px;
  border-radius: 5px;
  background: #034787;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.prod-list-2 .linkProducte:hover {
  text-decoration: none;
}

/* Producte fitxa */
.prod-fitxa {
  padding-bottom: 20px;
}

.prod-fitxa h2 {
  line-height: 1.1;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.prod-fitxa h1 {
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: none;
  color: #034787;
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  word-wrap: break-word;
}

.prod-fitxa .text p {
  font-size: 14px;
}

.form_info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #b9b9b9;
}

.form_info .label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.form_info .input {
  display: block;
  width: 100%;
  height: 34px;
  margin-bottom: 5px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  outline: none;
  resize: none;
}

.form_info textarea.input {
  height: 8em;
}

.form_info .lopd {
  display: block;
  margin: 0.5em 0 1em;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}

.form_info .lopd input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}

.form_info .btn {
  display: block;
  width: 100%;
  line-height: 28px;
  border: none;
  border-radius: 4px;
  background-color: #fac846;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.passi-vertical img {
  opacity: 0.5;
}

.passi-vertical img:hover {
  opacity: 1;
}

.features {
  margin-bottom: 20px;
  padding: 12px 15px 15px 30px;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #333;
  font-size: 15px;
}

.features ul {
  list-style: disc outside;
}

.features ul ul {
  margin-top: 5px;
  margin-left: 20px;
  list-style-type: circle;
}

.features li {
  margin: 2px 0;
}

.producteInfoBloc {
  margin-top: 24px;
  padding: 12px 0;
  border-top: 1px dashed #afafaf;
}

.producteInfoBloc .titol {
  margin-bottom: 10px;
  color: #2e2e2e;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.producteInfoBloc .titol i {
  margin-right: 6px;
  font-size: 15px;
}

.info-tec ul {
  padding-left: 13px;
  list-style: disc outside;
  font-size: 13px;
}

.docs li {
  float: left;
  margin: 0 5px 5px 0;
}

.docs a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.altres {
  margin: 60px 0 30px 0;
}

.altres .titol {
  margin-bottom: 2px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004d95;
}

.altres .titol h3 {
  margin-top: 3px;
  color: #034787;
  font-size: 15px;
  font-weight: 600;
}

.altres .titol a {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 4px;
  background-color: #034787;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.altres ul .tot {
  background-color: #f5f5f5;
  position: relative;
}

.altres .interior {
  padding-bottom: 46px;
}

.altres ul h3 {
  line-height: 1.1;
  margin-bottom: 8px;
  color: #044888;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.altres ul ul {
  padding-left: 11px;
  list-style: disc outside;
  font-size: 11px;
  color: #333;
}

.altres .linkProducte {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 13px;
  padding: 6px 8px;
  border-radius: 5px;
  background: #034787;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.altres .linkProducte:hover {
  text-decoration: none;
}

/* Menú 4 */
#menu4 {
  font-family: 'Open Sans', sans-serif;
}

#menu4 a {
  display: block;
  position: relative;
}

#menu4 a:hover {
  text-decoration: none;
}

#menu4 > ul > li > a {
  line-height: 18px;
  padding: 6px 26px 6px 12px;
  border-radius: 5px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#menu4 > ul > li > a > i {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: -7px;
  color: #fff;
  text-align: center;
}

#menu4 > ul > li > a > i.icon-chevron-right {
  display: none;
}

#menu4 > ul > li > a.actiu > i.icon-chevron-right {
  display: block;
}

#menu4 > ul > li > a.actiu > i.icon-chevron-down {
  display: none;
}

#menu4 ul ul > li {
  margin-bottom: 2px;
}

#menu4 ul ul > li > a {
  line-height: 18px;
  padding: 8px 26px 8px 12px;
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
}

#menu4 ul ul > li > a:hover {
  background-color: #e7e7e7;
}

#menu4 ul ul > li > a.actiu {
  background-color: #e7e7e7;
  color: #034787;
  font-weight: 700;
  text-transform: uppercase;
}

#menu4 ul ul > li > a > i {
  display: none;
  position: absolute;
  right: 6px;
  top: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: -7px;
  color: #a3a3a3;
  text-align: center;
}

#menu4 ul ul > li > a.actiu i {
  display: block;
}

/* Borsa de treball */
.form_feina {
  margin-top: 10px;
  color: #004d95;
}

.form_feina .input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #004d95;
  background-color: #fff;
  color: #004d95;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  outline: none;
  resize: none;
}

.form_feina ::-webkit-input-placeholder {
  color: #004d95;
  opacity: 1;
}

/* WebKit browsers */
.form_feina :-moz-placeholder {
  color: #004d95;
  opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
.form_feina ::-moz-placeholder {
  color: #004d95;
  opacity: 1;
}

/* Mozilla Firefox 19+ */
.form_feina :-ms-input-placeholder {
  color: #004d95;
  opacity: 1;
}

/* Internet Explorer 10+ */
.form_feina textarea.input {
  height: 7em;
}

.form_feina input.error, .form_feina textarea.error, .form_feina select.error {
  background-color: #f5dddd;
}

.form_feina input[type="file"] {
  height: 22px;
  outline: none;
}

.form_feina .box-file {
  padding: 5px 10px;
  border: 1px solid #004d95;
}

.form_feina .lopd {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.form_feina .lopd input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}

.form_feina .lopd a {
  text-decoration: underline;
}

.form_feina .btn {
  display: inline-block;
  padding: 6px 50px;
  border: none;
  border-radius: 4px;
  background-color: #fac846;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Col·laboracions */
.collaborations {
  font-family: 'Open Sans', sans-serif;
}

.collaborations li {
  margin-bottom: 20px;
}

.collaborations img {
  display: block;
  margin: 0 auto 10px;
  border: 10px solid #f5f5f5;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

.collaborations .link {
  display: inline-block;
  padding: 0 0 0 24px;
  background: url(/assets/img/ico_link.png) no-repeat 0 0;
  color: #034787;
  font-weight: 600;
}

.collaborations h2 {
  margin-bottom: 12px;
  color: #044888;
  font-size: 18px;
  font-weight: 700;
}

.collaborations .text p {
  font-size: 12px;
}

/* Serveis llista */
.servei-list .tot {
  background-color: #f5f5f5;
}

.servei-list h2 {
  line-height: 1.2;
  margin-bottom: 10px;
  color: #024687;
  font-size: 20px;
  font-weight: 600;
}

.servei-list .text {
  padding: 18px 24px 10px 24px;
}

.servei-list .text p {
  font-size: 14px;
}

.servei-list .btn {
  display: inline-block;
  margin-top: 8px;
  padding: 9px 30px;
  border-radius: 5px;
  background-color: #fac846;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Servei fitxa */
.servei-fitxa {
  font-family: 'Open Sans', sans-serif;
}

.servei-fitxa h2 {
  line-height: 1.1;
  margin-bottom: 8px;
  color: #024687;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.servei-fitxa .text p {
  font-size: 14px;
}

.servei-fitxa p.blue {
  color: #024687;
  font-size: 16px;
  font-weight: 700;
}

/* Scroll Infinit */
.scrollInfinit-footer {
  text-align: center;
}

.scrollInfinit-button,
.mobile-fixed-footer .btn,
.exit-list .btn {
  display: inline-block;
  padding: 9px 30px;
  border: none;
  border-radius: 5px;
  background-color: #fac846;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

/* Exit llista */
.resultats-exit {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 8px;
  padding: 8px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.filtresExit {
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
}

.filtreExit {
  border-bottom: 1px solid #ddd;
}

.filtreExit-boto {
  display: block;
  width: 100%;
  padding: 0.6em 0 0.6em 0.6em;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 1.1em;
  text-align: left;
}

.filtreExit-icon {
  display: inline-block;
  width: 1em;
}

.filtreExit-label {
  display: block;
  margin: 0.5em 0;
}

.filtreExit-label input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 0.25em;
}

.exit-list {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}

.exit-list .tot {
  position: relative;
  padding-bottom: 1em;
  background-color: #f5f5f5;
  text-align: center;
}

.exit-list .text {
  padding: 12px 20px 8px 20px;
}

.exit-list .text p {
  margin-bottom: 0;
}

.exit-list h2 {
  margin-bottom: 4px;
  line-height: 1.2;
  color: #024687;
  font-size: 15px;
  font-weight: 700;
}

.exit-list .wrap-btn {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  text-align: center;
}

.exit-list .btn {
  margin-top: 8px;
}

.exitMes-wrapper {
  display: block;
  clear: both;
  padding-top: 2em;
}

.exitMes-wrapper:first-child {
  padding-top: 1em;
}

.exitMes {
  padding-left: 2em;
  background-color: #004d95;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* Exit fitxa */
.exit-fitxa {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
}

.exit-fitxa h2 {
  line-height: 1;
  margin-bottom: 5px;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.exit-fitxa h1 {
  line-height: 1;
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: none;
  color: #034787;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.exit-fitxa .text p {
  font-size: 14px;
}

.exit-formularis {
  margin-bottom: 50px;
}

.exit-a {
  padding-right: 80px;
}

.exit-b {
  padding-top: 12px;
  padding-left: 0;
}

.passiInstalacio {
  list-style: none;
}

.passiInstalacio_gran {
  max-height: 320px;
}

.passiInstalacio_petit a {
  opacity: 0.5;
}

.passiInstalacio_petit a:hover, .passiInstalacio_petit a.active {
  opacity: 1;
}

/* Delegacions */
.gmap {
  border: 10px solid #f5f5f5;
}

.gmap .poi {
  display: block;
  width: 29px;
  height: 40px;
  background-image: url(/assets/img/sprite_poi.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.gmap .poi.actiu {
  background-position: right top;
}

.gmap .poi:hover {
  text-decoration: none;
}

.comercial {
  font-family: 'Open Sans', sans-serif;
}

.comercial li {
  margin-bottom: 12px;
  background-color: #f6f6f6;
}

.comercial img {
  display: block;
  float: left;
  margin-right: 20px;
  border: 1px solid #dedede;
}

.comercial .txt {
  overflow: hidden;
}

.comercial .txt p {
  font-size: 13px;
}

.comercial strong {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.comercial p.lloc {
  color: #034788;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.comercial .mail {
  color: #034788;
  font-size: 13px;
  text-decoration: underline;
}

.comercial .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 50px;
  border-radius: 5px;
  background-color: #fac846;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Notícia llista */
.not-gran {
  padding: 6px 6px 6px 12px;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
}

.not-gran .data {
  display: block;
  color: #a7a7a7;
  font-size: 15px;
}

.not-gran h2 {
  line-height: 1.2;
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: 700;
}

.not-gran h2 a {
  color: #024687;
}

.not-gran p {
  font-size: 16px;
  font-style: italic;
}

.not-list {
  font-family: 'Open Sans', sans-serif;
}

.not-list ul img {
  border: 10px solid #f5f5f5;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

.not-list .data {
  display: block;
  margin-bottom: 8px;
  color: #a7a7a7;
  font-size: 12px;
}

.not-list h2 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.not-list h2 a {
  color: #044888;
}

.not-list p {
  font-size: 14px;
}

.not-list .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 30px;
  border-radius: 5px;
  background-color: #fac846;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Notícia fitxa */
.not-gran-fitxa .txt {
  padding-right: 50px;
}

.not-gran-fitxa .data {
  margin-bottom: 2px;
  font-size: 12px;
}

.not-gran-fitxa h2 {
  margin-bottom: 20px;
  color: #024687;
  font-size: 22px;
}

.not-gran-fitxa p {
  margin-bottom: 12px;
  padding: 6px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
}

.not-fitxa .text p {
  font-size: 14px;
}

.not-fitxa .font {
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}

.not-fitxa .font a {
  text-decoration: underline;
}

.adjunts {
  margin-top: 20px;
  border-bottom: 1px solid #c1c1c1;
}

.adjunts li {
  margin: 6px 0;
}

.adjunts a {
  display: inline-block;
  padding: 0px 0 4px 24px;
  background-repeat: no-repeat;
  color: #044888;
}

.adjunts a.pdf {
  background-image: url(/assets/img/ico_pdf.png);
  background-position: 1px 0;
}

.adjunts a.link {
  background-image: url(/assets/img/ico_link.png);
}

/* Contacte */
.form_contacte {
  background-color: #f5f5f5;
  color: #004d95;
}

.form_contacte .lopd {
  display: block;
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.form_contacte .lopd input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}

.form_contacte .lopd a {
  text-decoration: underline;
}

.form_contacte .btn {
  display: inline-block;
  padding: 6px 50px;
  border: none;
  border-radius: 4px;
  background-color: #fac846;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.dest-contacte {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.dest-contacte li {
  margin-bottom: 15px;
  padding: 14px 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.dest-contacte li.destacat_treballa {
  text-align: right;
}

.dest-contacte h3 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.dest-contacte p {
  font-size: 12px;
}

.dest-contacte .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 40px;
  border: none;
  border-radius: 4px;
  background-color: #fac846;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.dest-sat {
  margin-bottom: 15px;
  padding: 18px 5px 18px 90px;
  border: 1px solid #989898;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 5px top;
  text-align: center;
}

.dest-sat span {
  display: block;
  color: #004d95;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.dest-sat strong {
  display: block;
  line-height: 1.2;
  color: #636363;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
}

/* Footer */
#footer, #footer a {
  color: #fff;
}

#footer-1 {
  padding: 12px 0;
  background-color: #004d95;
}

#footer-2 {
  background-color: #012e58;
}

#menu-footer-1 > li {
  margin: 0;
  clear: none;
  float: left;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  width: 20%;
}

#menu-footer-1 h3 {
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

#menu-footer-1 ul {
  margin-left: 9px;
  list-style: disc outside;
}

#menu-footer-1 ul li {
  margin-bottom: 2px;
  font-size: 9px;
}

#menu-footer-1 ul li a {
  font-size: 12px;
}

#menu-footer-1 .contacte a {
  text-decoration: underline;
}

#social-footer {
  display: inline-block;
  margin: 12px 0 0 0 !important;
  list-style: none !important;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-size: 26px;
}

#social-footer li {
  display: inline-block;
}

#menu-footer-1 #social-footer li {
  margin-bottom: 0;
}

#menu-footer-1 #social-footer a {
  font-size: 26px;
  color: #222;
}

#menu-footer-1 #social-footer a:hover {
  color: inherit;
  text-decoration: none;
}

#menu-footer-2 {
  float: left;
  margin-top: 8px;
}

#menu-footer-2 li {
  float: left;
  line-height: 1;
  margin-left: 4px;
  padding-left: 4px;
  border-left: 1px solid #fff;
}

#menu-footer-2 li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

#form_newsletter h3 {
  color: #004d95;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#form_newsletter .scrollInfinit-button {
  padding-left: 5px;
  padding-right: 5px;
}

#cookie-policy {
  position: fixed;
  left: 0;
  z-index: 9999999;
  width: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 11px;
}

#cookie-policy .accept {
  border: 0;
  float: right;
  display: block;
  line-height: 16px;
  margin: 4px 0 0 40px;
  padding: 3px 10px;
  border-radius: 2px;
  background: #555;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#cookie-policy .txt {
  line-height: 15px;
}

#cookie-policy .txt a {
  color: #999;
}

@media (max-width: 480px) {
  #cookie-policy {
    top: 0;
  }
}

@media (min-width: 481px) {
  #cookie-policy {
    bottom: 0;
  }
}

.row-padded {
  margin: 0 -0.5em;
}

.row-padded-inner {
  margin: 0 -1em;
}

.mb60 {
  margin-bottom: 60px;
}

.mb40 {
  margin-bottom: 40px;
}

.blog .header {
  text-align: center;
}

.blog .header .logo {
  margin: 35px 0 15px 0;
}

.blog .header .menu {
  border-top: 2px solid #f5f5f5;
}

.blog .header .menu.bb {
  border-bottom: 2px solid #f5f5f5;
}

.blog .header li {
  display: inline-block;
}

.blog .header li a {
  display: block;
  font-size: 16px;
  border-radius: 2px 2px 0 0;
  color: #9b9c9e;
  padding: 6px 15px;
}

.blog .header li a.actiu {
  background: #dddddd;
}

.blog .gris img {
  width: 100%;
}

.blog .text {
  padding: 40px 0;
}

.blog hr {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin: 50px 0 0 0;
}

.blog .categoria {
  background-color: #dddddd;
}

.blog .categoria .container {
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 101px;
  height: auto !important;
  height: 101px;
  padding: 18px 0;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

.blog .categoria .container h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: inherit;
  text-align: left;
}

.blog .categoria .container h3 {
  font-size: 24px;
  line-height: 24px;
  color: inherit;
  font-style: italic;
  text-align: left;
}

.blog .filtres h3 {
  color: #08498b !important;
}

.blog .filtres ul {
  margin: 0 -1em;
}

.blog .filtres .input {
  position: relative;
  background: #fff;
}

.blog .filtres .input input {
  background: transparent !important;
  width: 100%;
  padding: 5px 25px 5px 10px;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  border: 0;
}

.blog .filtres .input select {
  background: transparent !important;
  width: 100%;
  padding: 4px 25px 4px 10px;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  border: 0;
}

.blog .filtres .input input:disabled,
.blog .filtres .input select:disabled {
  opacity: 0.5;
}

.blog .filtres .input .loading {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/blog/ajax-loader-16.gif) no-repeat center center #fff;
  opacity: 0.9;
}

.blog .filtres .input i {
  color: #ccc;
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 15px;
  position: absolute;
}

.blog .filtres button {
  display: inline-block;
  padding: 6px 50px;
  border: none;
  border-radius: 4px;
  background-color: #fac846;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  width: 100%;
}

.blog .pagination {
  font-size: 14px;
  margin-top: 60px;
  text-align: center;
}

.blog .pagination a, .blog .pagination span {
  color: #000;
  display: inline-block;
  background: #ebebeb;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 2px;
  text-decoration: none;
  vertical-align: top;
}

.blog .pagination a:hover, .blog .pagination a.active, .blog .pagination a.current, .blog .pagination span:hover, .blog .pagination span.active, .blog .pagination span.current {
  color: #fff;
  background: #396da2;
}

.blog .pagination a.disabled, .blog .pagination span.disabled {
  display: none;
}

.blog .pagination a.next, .blog .pagination a.prev, .blog .pagination span.next, .blog .pagination span.prev {
  color: #fff;
  background: #383838;
}

.hemeroteca .text {
  padding: 20px 0 0 0;
}

.hemeroteca h4 {
  padding-top: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  color: #08498b;
}

.hemeroteca .resum {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
}

.hemeroteca .data {
  padding: 10px 0 5px 0;
  line-height: 13px;
  font-size: 13px;
}

.hemeroteca li {
  margin-top: 40px;
}

.hemeroteca li .pt60 {
  margin-top: 60px;
}

.post h1 {
  margin: 10px 0 15px 0;
  line-height: 1em;
  color: #08498b;
  font-size: 35px;
  font-weight: 600;
  text-transform: none;
  border: 0;
  padding: 0;
}

.post .data {
  font-size: 16px;
}

.post .comments {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 5px 5px 5px;
  margin-bottom: 20px;
}

.post .comments .addthis {
  text-align: right !important;
}

.post .comments .addthis a {
  display: inline-block;
}

.post .etiquetes {
  background: #eaeaea;
  margin-top: 20px;
}

.post .titol {
  color: #08498b;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.post .text p {
  font-size: 14px;
  line-height: 20px;
}

.post .resum {
  font-size: 16px;
  line-height: 20px;
  padding-top: 20px;
}

.post .relacionats1 li {
  margin-top: 2em;
}

.post .relacionats1 li:first-child {
  margin: 0;
}

.post .relacionats1 .data {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
}

.post .relacionats1 h4 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.post .passi-article {
  position: relative;
  margin-bottom: 30px;
}

.post .bx-pager {
  position: absolute;
  left: 15px;
  bottom: 12px;
  z-index: 10;
  line-height: 1;
}

.post .bx-pager .bx-pager-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px;
}

.post .bx-pager .bx-pager-link {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
}

.post .bx-pager .bx-pager-link:hover {
  text-decoration: none;
}

.post .bx-pager .bx-pager-link.active {
  background: #08498b;
}

.passi-articles {
  position: relative;
}

.passi-articles .bx-prev, .passi-articles .bx-next {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 42px;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: background-color 300ms ease;
}

.passi-articles .bx-prev:hover, .passi-articles .bx-next:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
}

.passi-articles .bx-prev {
  left: 6px;
  padding-right: 4px;
}

.passi-articles .bx-next {
  right: 6px;
  padding-left: 4px;
}

.passi-articles .disabled {
  visibility: hidden;
}

.passi-articles .relacionats2 {
  margin-bottom: 50px;
}

.passi-articles .relacionats2 .data {
  font-size: 12px;
}

.passi-articles .relacionats2 h4 {
  font-size: 16px !important;
  line-height: 20px !important;
  margin: 0;
}

.passi-articles .relacionats3 .data {
  padding: 10px 0 5px 0;
  line-height: 13px;
  font-size: 13px;
}

.passi-articles .relacionats3 h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  color: #08498b;
}

.passi-article {
  position: relative;
}

.passi-article ul {
  list-style: none;
}

.passi-article ul li {
  position: relative;
}

.passi-article ul li a:hover {
  text-decoration: none;
}

.passi-article ul li i {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -30px;
}

.principal {
  display: block;
  position: relative;
  margin: 20px 0;
}

.principal:hover {
  text-decoration: none;
}

.principal .resum {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 40%;
  font-size: 18px;
  color: #fff;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
}

.principal h4 {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 40%;
  padding: 1rem;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0.5);
}

.secundaris li {
  margin-bottom: 20px;
}

.secundaris li a {
  position: relative;
  display: block;
}

.secundaris li h2 {
  position: absolute;
  bottom: 28px;
  left: 10px;
  font-weight: 700;
  font-size: 1.8em;
}

.secundaris li h3 {
  position: absolute;
  bottom: 8px;
  left: 10px;
  font-style: italic;
  font-weight: 600;
}

.secundaris li .bw {
  background-color: #fff;
}

.secundaris li h4 {
  font-size: 18px;
  color: #08498b;
  font-weight: 700;
  line-height: 23px;
}

.secundaris li .resum {
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}

.desktop-blog-form {
  padding: 1rem 0;
}

.desktop-blog-form.sticky {
  position: fixed;
  top: 0;
}

.mobile-fixed-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: white;
  text-align: center;
  border-top: 1px solid #08498b;
  z-index: 9;
}

.mobile-fixed-footer .btn {
  font-size: 14px;
}

.mobile-form-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block !important;
  z-index: 999999;
}

.mobile-form-fullscreen .inner-form {
  background: white;
  margin: 15px;
}

.mobile-form-fullscreen .inner-form .icon-plus {
  font-size: 2em;
}

@media (max-width: 480px) {
  .blog .filtres ul {
    margin: 0;
  }
  .blog .header li a {
    border-radius: 0;
  }
  .blog .gris {
    background: #fff;
  }
  .s-separacio {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 800px) {
  .row-padded {
    margin: 0;
  }
  .row-inner {
    margin: 0;
  }
}

.last-entries {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}

@media (max-width: 480px) {
  #header .container {
    padding-left: 0px;
  }
  #header-1 {
    height: auto;
    text-align: center;
  }
  #header-1 .container {
    background-color: #034888;
  }
  #logo-header {
    position: static;
  }
  #lang-social {
    float: none;
    height: auto;
    margin: 5px 0 0 0;
  }
  #lang {
    display: inline-block;
    float: none;
  }
  #social-header {
    display: inline-block;
    float: none;
    margin-top: 0px;
    vertical-align: 2px;
  }
  #menu-footer-1 li.s-grid-12 {
    width: 100%;
  }
  #social-footer li {
    display: inline-block;
    float: none;
    margin: 0 1px;
  }
  #menu-footer-2 li:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .passi-inici h3 {
    font-size: 26px;
  }
  .passi-inici p {
    font-size: 14px;
  }
  .exit-a {
    padding-right: 1em;
  }
  .exit-b {
    padding-left: 1em;
  }
  .not-gran-fitxa .txt {
    padding-right: 0;
  }
}

/* Icon rotations and mirroring */
.icon-rotate-45:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-45:before {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}
