@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/stylesheets/scss/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("/stylesheets/scss/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("/stylesheets/scss/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("/stylesheets/scss/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("/stylesheets/scss/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
html {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center 140px; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 200;
  background-image: url(../../images/main-home-background.png);
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

.clear {
  clear: both; }

.centered {
  text-align: center; }

a, a:visited {
  text-decoration: none;
  color: #80c342; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 200; }

h2 {
  font-size: 28px;
  font-weight: 400;
  color: #80c342; }

h3 {
  font-size: 28px;
  font-style: italic; }

header {
  *zoom: 1;
  width: auto;
  max-width: 990px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  height: 270px;
  position: relative; }
  header:before, header:after {
    content: '';
    display: table; }
  header:after {
    clear: both; }
  @media screen and (max-width: 600px) {
    header {
      height: 220px; } }
  header #logo {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 225px;
    height: 183px;
    display: block;
    position: absolute;
    top: 44px;
    left: 55px; }
    header #logo a {
      width: 225px;
      height: 183px;
      display: block;
      background-image: url(../../images/logo.png); }
      header #logo a span {
        display: none; }
    @media screen and (max-width: 923px) {
      header #logo {
        left: 10px;
        top: 10px; }
        header #logo a {
          width: 150px;
          height: 122px;
          background-size: 150px 122px; } }
  header #slogan {
    position: absolute;
    top: 4px;
    right: 0;
    text-align: right; }
    header #slogan h2, header #slogan h3 {
      margin: 0;
      line-height: 1.25em; }
    header #slogan h2 {
      color: #666666;
      font-style: italic;
      font-size: 26px;
      font-weight: 200; }
    header #slogan h3 {
      color: #80c342;
      font-size: 30px; }
    @media screen and (max-width: 780px) {
      header #slogan {
        right: 7px; }
        header #slogan h2 {
          font-size: 20px; }
        header #slogan h3 {
          font-size: 24px; } }
  header nav {
    position: absolute;
    top: 166px;
    right: 0;
    width: 645px;
    height: 35px;
    background-image: url(../../images/menu-separators.png);
    text-align: justify;
    font-size: 20px;
    line-height: 35px; }
    header nav a {
      padding: 0 15px;
      display: inline-block;
      text-transform: uppercase;
      color: #666666; }
      header nav a:visited {
        color: #666666; }
      header nav a:hover, header nav a.selected {
        color: #80c342; }
    header nav:after {
      content: '';
      width: 100%;
      display: inline-block; }
    @media screen and (max-width: 644px) {
      header nav {
        width: 100%; }
        header nav a {
          padding: 0; } }
    @media screen and (max-width: 476px) {
      header nav {
        width: auto;
        height: auto;
        background-image: none;
        line-height: 1.1em;
        text-align: center; }
        header nav a {
          padding: 0 3px;
          display: inline-block; }
        header nav:after {
          display: none; } }

.hero {
  margin: 0 auto;
  width: 990px;
  height: 450px;
  background-image: url(../../images/hero-background.png);
  position: relative; }
  .hero.side1 {
    background-image: url(../../images/hero-background-left.png); }
    .hero.side1 blockquote {
      right: auto;
      left: 20px; }
    .hero.side1 .details {
      right: auto;
      left: 40px;
      text-align: left; }
  .hero blockquote {
    margin: 0;
    position: absolute;
    top: 80px;
    right: 20px;
    width: 450px;
    color: #7fc341;
    font-size: 24px;
    line-height: 1.2em; }
    .hero blockquote p {
      color: #666666;
      font-style: italic;
      font-size: 16px;
      text-indent: 50%;
      margin: 1em 0 0 0; }
  .hero .details {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 450px;
    text-align: right;
    text-transform: uppercase;
    color: #7fc341; }
    .hero .details h2 {
      font-weight: 400;
      margin: 0;
      line-height: 1.75em; }
  .hero.herocontent {
    height: 250px; }
    .hero.herocontent h2 {
      font-size: 28px;
      text-transform: uppercase;
      position: absolute;
      top: 10px;
      left: 20px;
      color: #80c342; }
    .hero.herocontent p {
      display: block;
      position: absolute;
      top: 60px;
      left: 20px;
      font-size: 21px;
      font-style: italic;
      color: #80c342; }
  @media screen and (max-width: 600px) {
    .hero {
      display: none; } }
  @media screen and (max-width: 780px) {
    .hero {
      width: 768px; } }

.content {
  background-image: url(../../images/main-content-background.png);
  background-repeat: no-repeat;
  background-position: top center; }
  @media screen and (max-width: 780px) {
    .content {
      -webkit-background-size: 990px; } }
  .content .main-content {
    border-top: 2px solid #83C24A;
    padding: 0 0 30px 0;
    margin: 0 auto;
    width: 990px;
    position: relative; }
    .content .main-content.main-content-home {
      padding: 30px 0; }
    @media screen and (max-width: 780px) {
      .content .main-content {
        width: 768px; } }
    @media screen and (max-width: 600px) {
      .content .main-content {
        width: auto;
        padding-top: 0 !important; } }
    .content .main-content .col {
      float: left;
      margin-right: 30px;
      width: 476px;
      font-size: 21px; }
      @media screen and (max-width: 780px) {
        .content .main-content .col {
          width: 350px; } }
      @media screen and (max-width: 600px) {
        .content .main-content .col {
          display: none;
          width: auto;
          padding: 0 10px; } }
    .content .main-content .col-right {
      margin-right: 0; }
    .content .main-content .service {
      position: relative;
      float: left;
      width: 313px;
      height: 356px;
      margin-right: 25px; }
      .content .main-content .service .links {
        position: absolute;
        top: 210px;
        width: 313px; }
        .content .main-content .service .links p {
          margin: 5px 0;
          text-align: center; }
          .content .main-content .service .links p a {
            text-transform: uppercase;
            color: white;
            font-weight: 400;
            font-size: 18px;
            border-bottom: 1px solid white; }
      @media screen and (max-width: 780px) {
        .content .main-content .service {
          width: 250px;
          margin-right: 5px; }
          .content .main-content .service .links {
            width: 250px; } }
      @media screen and (max-width: 600px) {
        .content .main-content .service {
          margin: 0 0 20px 0px;
          width: 313px; }
          .content .main-content .service .links {
            width: 313px; } }
    .content .main-content .immobilier {
      background-image: url(../../images/immobilier-background.png); }
    .content .main-content .actes {
      background-image: url(../../images/actes-background.png); }
    .content .main-content .mandats {
      background-image: url(../../images/mandats-background.png);
      margin-right: 0; }
    .content .main-content .main-side {
      *zoom: 1;
      float: left;
      display: inline;
      clear: none;
      padding-left: 0;
      padding-right: 0;
      text-align: inherit;
      width: 66.6666666667%;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 30px; }
      .content .main-content .main-side:before, .content .main-content .main-side:after {
        content: '';
        display: table; }
      .content .main-content .main-side:after {
        clear: both; }
      .content .main-content .main-side .main-side-content {
        margin: 0 0 0 30px; }
        .content .main-content .main-side .main-side-content h2, .content .main-content .main-side .main-side-content h3, .content .main-content .main-side .main-side-content h4, .content .main-content .main-side .main-side-content h5 {
          color: #80c342;
          font-weight: 400;
          font-style: normal; }
        .content .main-content .main-side .main-side-content h2 {
          font-size: 24px; }
        .content .main-content .main-side .main-side-content h3 {
          font-size: 20px; }
        .content .main-content .main-side .main-side-content h4 {
          font-size: 18px; }
        .content .main-content .main-side .main-side-content h5 {
          font-size: 16px; }
        .content .main-content .main-side .main-side-content ul li:before {
          content: "-";
          position: relative;
          left: -5px; }
        .content .main-content .main-side .main-side-content ul li {
          text-indent: -5px;
          list-style-type: none;
          margin-bottom: 1em; }
      @media screen and (max-width: 780px) {
        .content .main-content .main-side {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          padding-left: 0;
          padding-right: 0;
          text-align: inherit;
          width: 58.3333333333%;
          margin-left: 0%;
          margin-right: 0%; }
          .content .main-content .main-side:before, .content .main-content .main-side:after {
            content: '';
            display: table; }
          .content .main-content .main-side:after {
            clear: both; } }
      @media screen and (max-width: 600px) {
        .content .main-content .main-side {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          padding-left: 0;
          padding-right: 0;
          text-align: inherit;
          width: 100%;
          margin-left: 0%;
          margin-right: 0%;
          width: 99%; }
          .content .main-content .main-side:before, .content .main-content .main-side:after {
            content: '';
            display: table; }
          .content .main-content .main-side:after {
            clear: both; }
          .content .main-content .main-side .main-side-content {
            margin: 0 5px 0 5px; } }
    .content .main-content .left-side {
      *zoom: 1;
      float: left;
      display: inline;
      clear: none;
      padding-left: 0;
      padding-right: 0;
      text-align: inherit;
      width: 33.3333333333%;
      margin-left: 0%;
      margin-right: 0%;
      padding-top: 30px; }
      .content .main-content .left-side:before, .content .main-content .left-side:after {
        content: '';
        display: table; }
      .content .main-content .left-side:after {
        clear: both; }
      .content .main-content .left-side .menu {
        margin-top: -30px;
        background-image: url(../../images/menu-background-achat.png);
        width: 325px;
        height: 415px;
        position: relative; }
        .content .main-content .left-side .menu ul {
          position: absolute;
          right: 0;
          list-style: none;
          width: 255px; }
          .content .main-content .left-side .menu ul li a {
            width: 255px;
            height: 28px;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            color: white;
            text-indent: 10px;
            text-decoration: underline;
            text-transform: uppercase; }
            .content .main-content .left-side .menu ul li a.selected, .content .main-content .left-side .menu ul li a:hover {
              background-color: white;
              color: #7fc341; }
          .content .main-content .left-side .menu ul.menu-achats {
            top: 45px; }
          .content .main-content .left-side .menu ul.menu-actes {
            top: 140px; }
          .content .main-content .left-side .menu ul.menu-mandats {
            top: 295px; }
        .content .main-content .left-side .menu.achats {
          background-image: url(../../images/menu-background-achats.png); }
        .content .main-content .left-side .menu.mandats {
          background-image: url(../../images/menu-background-mandats.png); }
        .content .main-content .left-side .menu.actes {
          background-image: url(../../images/menu-background-actes.png); }
      .content .main-content .left-side .tiplist {
        list-style-type: none;
        padding: 0;
        color: #80c342; }
        .content .main-content .left-side .tiplist li {
          margin: 0 0 1em 0;
          padding: 0 0 0 0.5em; }
          .content .main-content .left-side .tiplist li.selected {
            border-left: 2px solid #80c342; }
      @media screen and (max-width: 780px) {
        .content .main-content .left-side {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          padding-left: 0;
          padding-right: 0;
          text-align: inherit;
          width: 41.6666666667%;
          margin-left: 0%;
          margin-right: 0%; }
          .content .main-content .left-side:before, .content .main-content .left-side:after {
            content: '';
            display: table; }
          .content .main-content .left-side:after {
            clear: both; } }
      @media screen and (max-width: 600px) {
        .content .main-content .left-side {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          padding-left: 0;
          padding-right: 0;
          text-align: inherit;
          width: 100%;
          margin-left: 0%;
          margin-right: 0%; }
          .content .main-content .left-side:before, .content .main-content .left-side:after {
            content: '';
            display: table; }
          .content .main-content .left-side:after {
            clear: both; } }

footer {
  background: transparent url(../../images/footer-background.png) center top no-repeat;
  height: 386px;
  position: relative; }
  @media screen and (max-width: 780px) {
    footer {
      background-color: #6CA233;
      height: auto; } }
  @media screen and (max-width: 600px) {
    footer {
      height: auto;
      background: none;
      background-color: #6CA233; } }
  footer .quote {
    background: transparent url(../../images/footer-quote-background.png) center top no-repeat;
    height: 130px; }
    footer .quote blockquote {
      *zoom: 1;
      width: auto;
      max-width: 990px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      padding-top: 30px;
      font-style: italic;
      text-align: center;
      font-size: 24px; }
      footer .quote blockquote:before, footer .quote blockquote:after {
        content: '';
        display: table; }
      footer .quote blockquote:after {
        clear: both; }
      footer .quote blockquote span {
        font-size: 18px;
        padding-left: 1em;
        font-style: normal; }
      footer .quote blockquote p {
        font-size: 18px;
        font-style: normal; }
    @media screen and (max-width: 780px) {
      footer .quote {
        height: auto; }
        footer .quote blockquote {
          padding: 10px; } }
    @media screen and (max-width: 600px) {
      footer .quote {
        background: none;
        background-color: #E1ECD6;
        height: auto; }
        footer .quote blockquote {
          padding: 10px; } }
  footer nav {
    *zoom: 1;
    width: auto;
    max-width: 990px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    background: transparent url(../../images/footer-menu-separator.png) center 40px no-repeat;
    margin-top: 30px;
    text-transform: uppercase; }
    footer nav:before, footer nav:after {
      content: '';
      display: table; }
    footer nav:after {
      clear: both; }
    footer nav a {
      color: white;
      font-weight: 400; }
    footer nav .top {
      text-align: justify;
      font-size: 20px;
      line-height: 35px; }
      footer nav .top a {
        display: inline-block; }
        footer nav .top a:visited {
          color: white; }
        footer nav .top a:hover {
          color: white; }
      footer nav .top:after {
        content: '';
        width: 100%;
        display: inline-block; }
    footer nav .bottom {
      width: 100%;
      text-align: center;
      color: white; }
      footer nav .bottom a {
        color: white;
        line-height: 1.5em; }
      footer nav .bottom .sep {
        padding: 0 10px; }
    @media screen and (max-width: 780px) {
      footer nav .bottom .sep {
        color: transparent; } }
    @media screen and (max-width: 600px) {
      footer nav {
        background: none; }
        footer nav .top a {
          display: inline-block;
          padding: 0 20px 0 5px;
          float: left;
          clear: both; }
        footer nav .top:after {
          display: none; }
        footer nav .bottom {
          width: auto; }
          footer nav .bottom a {
            display: inline-block;
            padding: 0 20px 0 5px;
            float: left;
            clear: both; }
          footer nav .bottom .sep {
            display: none; } }
  footer .copyright {
    *zoom: 1;
    width: auto;
    max-width: 990px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px; }
    footer .copyright:before, footer .copyright:after {
      content: '';
      display: table; }
    footer .copyright:after {
      clear: both; }
    footer .copyright .col {
      *zoom: 1;
      float: left;
      display: inline;
      clear: none;
      padding-left: 0;
      padding-right: 0;
      text-align: inherit;
      width: 50%;
      margin-left: 0%;
      margin-right: 0%;
      color: white;
      font-size: 13px; }
      footer .copyright .col:before, footer .copyright .col:after {
        content: '';
        display: table; }
      footer .copyright .col:after {
        clear: both; }
    footer .copyright .rel {
      text-align: right; }
      footer .copyright .rel a {
        color: white; }

/* forms */
.ws-form ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ws-form .form_select,
.ws-form .form_input_text,
.ws-form .form_textarea {
  border: 1px solid #ccc;
  padding: 4px;
  width: 80%; }

.ws-form .form_select:focus,
.ws-form .form_input_text:focus,
.ws-form .form_textarea:focus {
  background-color: #f0f0f0; }

.ws-form .form_select {
  -webkit-appearance: none;
  border-radius: 0;
  width: 80%; }

.ws-form .form-error {
  position: absolute;
  margin-left: 270px;
  margin-top: -1.2em;
  color: red; }

.ws-form p {
  margin: 1em 0 0 0; }

.ws-button,
.ws-form .ws-submit-button {
  border: 1px solid #80c342;
  background-color: white;
  color: #80c342;
  font-size: 15px; }

.ws-button:hover,
.ws-form .ws-submit-button:hover {
  background-color: #80c342;
  color: white;
  cursor: pointer; }

.ws-form hr {
  display: none; }

#ws-login-username,
#ws-login-password,
#ws-login-password2 {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 4px;
  width: 300px; }

.ws-login-form-error {
  border: 1px solid red;
  margin: 20px;
  padding: 10px;
  color: red;
  text-align: center;
  display: block; }

.ws-button {
  margin: 0 0 0 104px; }
