@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,900);
/* line 1, ../scss/elements/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 13, ../scss/elements/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 20, ../scss/elements/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 23, ../scss/elements/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 28, ../scss/elements/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 33, ../scss/elements/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 37, ../scss/elements/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 44, ../scss/elements/_reset.scss */
sup {
  top: -0.5em;
}

/* line 47, ../scss/elements/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 50, ../scss/elements/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 66, ../scss/elements/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 70, ../scss/elements/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 78, ../scss/elements/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 83, ../scss/elements/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 88, ../scss/elements/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 95, ../scss/elements/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 105, ../scss/elements/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 111, ../scss/elements/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 115, ../scss/elements/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 120, ../scss/elements/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 126, ../scss/elements/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 130, ../scss/elements/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 133, ../scss/elements/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 136, ../scss/elements/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 141, ../scss/elements/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 146, ../scss/elements/_reset.scss */
  thead {
    display: table-header-group;
  }

  /* line 149, ../scss/elements/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 153, ../scss/elements/_reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 159, ../scss/elements/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 165, ../scss/elements/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 1, ../scss/elements/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* line 9, ../scss/elements/_scaffolding.scss */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 13, ../scss/elements/_scaffolding.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 18, ../scss/elements/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 23, ../scss/elements/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 32, ../scss/elements/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 1, ../scss/elements/_accordion.scss */
.accordion {
  margin-bottom: 20px;
}

/* line 4, ../scss/elements/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 11, ../scss/elements/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 14, ../scss/elements/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 18, ../scss/elements/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 21, ../scss/elements/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 1, ../scss/elements/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 11, ../scss/elements/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 15, ../scss/elements/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 18, ../scss/elements/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 24, ../scss/elements/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 29, ../scss/elements/_alerts.scss */
.alert-success h4 {
  color: #468847;
}

/* line 32, ../scss/elements/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 38, ../scss/elements/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 42, ../scss/elements/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 47, ../scss/elements/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 50, ../scss/elements/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 54, ../scss/elements/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 58, ../scss/elements/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 1, ../scss/elements/_animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 8, ../scss/elements/_animations.scss */
.fade.in {
  opacity: 1;
}

/* line 11, ../scss/elements/_animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 20, ../scss/elements/_animations.scss */
.collapse.in {
  height: auto;
}

/* line 1, ../scss/elements/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 10, ../scss/elements/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 18, ../scss/elements/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 22, ../scss/elements/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 1, ../scss/elements/_buttongroups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

/* line 13, ../scss/elements/_buttongroups.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 16, ../scss/elements/_buttongroups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 19, ../scss/elements/_buttongroups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 24, ../scss/elements/_buttongroups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 29, ../scss/elements/_buttongroups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 35, ../scss/elements/_buttongroups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 38, ../scss/elements/_buttongroups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 43, ../scss/elements/_buttongroups.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 46, ../scss/elements/_buttongroups.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 49, ../scss/elements/_buttongroups.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 52, ../scss/elements/_buttongroups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 61, ../scss/elements/_buttongroups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 70, ../scss/elements/_buttongroups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 79, ../scss/elements/_buttongroups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 88, ../scss/elements/_buttongroups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 94, ../scss/elements/_buttongroups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 98, ../scss/elements/_buttongroups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 107, ../scss/elements/_buttongroups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 113, ../scss/elements/_buttongroups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 117, ../scss/elements/_buttongroups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 123, ../scss/elements/_buttongroups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 129, ../scss/elements/_buttongroups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 132, ../scss/elements/_buttongroups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 135, ../scss/elements/_buttongroups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 138, ../scss/elements/_buttongroups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 141, ../scss/elements/_buttongroups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 144, ../scss/elements/_buttongroups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 147, ../scss/elements/_buttongroups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 150, ../scss/elements/_buttongroups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 154, ../scss/elements/_buttongroups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 157, ../scss/elements/_buttongroups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 162, ../scss/elements/_buttongroups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 166, ../scss/elements/_buttongroups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 169, ../scss/elements/_buttongroups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 178, ../scss/elements/_buttongroups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 185, ../scss/elements/_buttongroups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 193, ../scss/elements/_buttongroups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 197, ../scss/elements/_buttongroups.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 202, ../scss/elements/_buttongroups.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 207, ../scss/elements/_buttongroups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 212, ../scss/elements/_buttongroups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 1, ../scss/elements/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 41, ../scss/elements/_buttons.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 51, ../scss/elements/_buttons.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 55, ../scss/elements/_buttons.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 58, ../scss/elements/_buttons.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 68, ../scss/elements/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 73, ../scss/elements/_buttons.scss */
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 81, ../scss/elements/_buttons.scss */
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 91, ../scss/elements/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 98, ../scss/elements/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 102, ../scss/elements/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 109, ../scss/elements/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 113, ../scss/elements/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 117, ../scss/elements/_buttons.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 124, ../scss/elements/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 133, ../scss/elements/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 136, ../scss/elements/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 141, ../scss/elements/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 149, ../scss/elements/_buttons.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 167, ../scss/elements/_buttons.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 177, ../scss/elements/_buttons.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 181, ../scss/elements/_buttons.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 199, ../scss/elements/_buttons.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 209, ../scss/elements/_buttons.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 213, ../scss/elements/_buttons.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 231, ../scss/elements/_buttons.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 241, ../scss/elements/_buttons.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 245, ../scss/elements/_buttons.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 263, ../scss/elements/_buttons.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 273, ../scss/elements/_buttons.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 277, ../scss/elements/_buttons.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 295, ../scss/elements/_buttons.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 305, ../scss/elements/_buttons.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 309, ../scss/elements/_buttons.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 327, ../scss/elements/_buttons.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 337, ../scss/elements/_buttons.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 341, ../scss/elements/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 346, ../scss/elements/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 351, ../scss/elements/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 356, ../scss/elements/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 361, ../scss/elements/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 366, ../scss/elements/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 375, ../scss/elements/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 383, ../scss/elements/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 389, ../scss/elements/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 1, ../scss/elements/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 6, ../scss/elements/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 11, ../scss/elements/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 19, ../scss/elements/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 24, ../scss/elements/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 29, ../scss/elements/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 32, ../scss/elements/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 38, ../scss/elements/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 41, ../scss/elements/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 44, ../scss/elements/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 48, ../scss/elements/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 51, ../scss/elements/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 54, ../scss/elements/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 74, ../scss/elements/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 78, ../scss/elements/_carousel.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 85, ../scss/elements/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 93, ../scss/elements/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

/* line 104, ../scss/elements/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 107, ../scss/elements/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 116, ../scss/elements/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}

/* line 121, ../scss/elements/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 124, ../scss/elements/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 1, ../scss/elements/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 11, ../scss/elements/_close.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 19, ../scss/elements/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 1, ../scss/elements/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 11, ../scss/elements/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 18, ../scss/elements/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 35, ../scss/elements/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 38, ../scss/elements/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 46, ../scss/elements/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1, ../scss/elements/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 5, ../scss/elements/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 8, ../scss/elements/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 12, ../scss/elements/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 22, ../scss/elements/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 26, ../scss/elements/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 52, ../scss/elements/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 56, ../scss/elements/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 65, ../scss/elements/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../scss/elements/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 89, ../scss/elements/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 104, ../scss/elements/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 109, ../scss/elements/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}

/* line 117, ../scss/elements/_dropdowns.scss */
.open {
  *z-index: 1000;
}

/* line 120, ../scss/elements/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 123, ../scss/elements/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 127, ../scss/elements/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 133, ../scss/elements/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 139, ../scss/elements/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 142, ../scss/elements/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 151, ../scss/elements/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 154, ../scss/elements/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 163, ../scss/elements/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 176, ../scss/elements/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 179, ../scss/elements/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 182, ../scss/elements/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 189, ../scss/elements/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 193, ../scss/elements/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*!
 *  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("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
/* line 37, ../scss/elements/_fontawesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 46, ../scss/elements/_fontawesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

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

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

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

/* line 70, ../scss/elements/_fontawesome.scss */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

/* line 74, ../scss/elements/_fontawesome.scss */
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 78, ../scss/elements/_fontawesome.scss */
.icons-ul > li {
  position: relative;
}

/* line 81, ../scss/elements/_fontawesome.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

/* line 88, ../scss/elements/_fontawesome.scss */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* line 92, ../scss/elements/_fontawesome.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 95, ../scss/elements/_fontawesome.scss */
.icon-light {
  color: #ffffff;
}

/* line 98, ../scss/elements/_fontawesome.scss */
.icon-dark {
  color: #333333;
}

/* line 101, ../scss/elements/_fontawesome.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 108, ../scss/elements/_fontawesome.scss */
.icon-2x {
  font-size: 2em;
}

/* line 111, ../scss/elements/_fontawesome.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 117, ../scss/elements/_fontawesome.scss */
.icon-3x {
  font-size: 3em;
}

/* line 120, ../scss/elements/_fontawesome.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 126, ../scss/elements/_fontawesome.scss */
.icon-4x {
  font-size: 4em;
}

/* line 129, ../scss/elements/_fontawesome.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 135, ../scss/elements/_fontawesome.scss */
.icon-5x {
  font-size: 5em;
}

/* line 138, ../scss/elements/_fontawesome.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 144, ../scss/elements/_fontawesome.scss */
.pull-right {
  float: right;
}

/* line 147, ../scss/elements/_fontawesome.scss */
.pull-left {
  float: left;
}

/* line 150, ../scss/elements/_fontawesome.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 154, ../scss/elements/_fontawesome.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 161, ../scss/elements/_fontawesome.scss */
[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 */
/* line 174, ../scss/elements/_fontawesome.scss */
.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 */
/* line 190, ../scss/elements/_fontawesome.scss */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 196, ../scss/elements/_fontawesome.scss */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 202, ../scss/elements/_fontawesome.scss */
.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;
}

/* line 212, ../scss/elements/_fontawesome.scss */
.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;
}

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

/* line 222, ../scss/elements/_fontawesome.scss */
.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;
}

/* line 228, ../scss/elements/_fontawesome.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 232, ../scss/elements/_fontawesome.scss */
.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;
}

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

/* line 242, ../scss/elements/_fontawesome.scss */
.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 */
/* line 247, ../scss/elements/_fontawesome.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

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

/* line 262, ../scss/elements/_fontawesome.scss */
.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;
}

/* line 273, ../scss/elements/_fontawesome.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 278, ../scss/elements/_fontawesome.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

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

@-moz-keyframes spin {
  /* line 292, ../scss/elements/_fontawesome.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 295, ../scss/elements/_fontawesome.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  /* line 300, ../scss/elements/_fontawesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 303, ../scss/elements/_fontawesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  /* line 308, ../scss/elements/_fontawesome.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 311, ../scss/elements/_fontawesome.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  /* line 316, ../scss/elements/_fontawesome.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 319, ../scss/elements/_fontawesome.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  /* line 324, ../scss/elements/_fontawesome.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 327, ../scss/elements/_fontawesome.scss */
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
/* line 332, ../scss/elements/_fontawesome.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 340, ../scss/elements/_fontawesome.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 348, ../scss/elements/_fontawesome.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 356, ../scss/elements/_fontawesome.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 363, ../scss/elements/_fontawesome.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 371, ../scss/elements/_fontawesome.scss */
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 */
/* line 380, ../scss/elements/_fontawesome.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 383, ../scss/elements/_fontawesome.scss */
.icon-music:before {
  content: "\f001";
}

/* line 386, ../scss/elements/_fontawesome.scss */
.icon-search:before {
  content: "\f002";
}

/* line 389, ../scss/elements/_fontawesome.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 392, ../scss/elements/_fontawesome.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 395, ../scss/elements/_fontawesome.scss */
.icon-star:before {
  content: "\f005";
}

/* line 398, ../scss/elements/_fontawesome.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 401, ../scss/elements/_fontawesome.scss */
.icon-user:before {
  content: "\f007";
}

/* line 404, ../scss/elements/_fontawesome.scss */
.icon-film:before {
  content: "\f008";
}

/* line 407, ../scss/elements/_fontawesome.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 410, ../scss/elements/_fontawesome.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 413, ../scss/elements/_fontawesome.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 416, ../scss/elements/_fontawesome.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 419, ../scss/elements/_fontawesome.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 422, ../scss/elements/_fontawesome.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 425, ../scss/elements/_fontawesome.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 428, ../scss/elements/_fontawesome.scss */
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

/* line 432, ../scss/elements/_fontawesome.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 435, ../scss/elements/_fontawesome.scss */
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

/* line 439, ../scss/elements/_fontawesome.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 442, ../scss/elements/_fontawesome.scss */
.icon-home:before {
  content: "\f015";
}

/* line 445, ../scss/elements/_fontawesome.scss */
.icon-file-alt:before {
  content: "\f016";
}

/* line 448, ../scss/elements/_fontawesome.scss */
.icon-time:before {
  content: "\f017";
}

/* line 451, ../scss/elements/_fontawesome.scss */
.icon-road:before {
  content: "\f018";
}

/* line 454, ../scss/elements/_fontawesome.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 457, ../scss/elements/_fontawesome.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 460, ../scss/elements/_fontawesome.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 463, ../scss/elements/_fontawesome.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 466, ../scss/elements/_fontawesome.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 469, ../scss/elements/_fontawesome.scss */
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

/* line 473, ../scss/elements/_fontawesome.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 476, ../scss/elements/_fontawesome.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 479, ../scss/elements/_fontawesome.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 482, ../scss/elements/_fontawesome.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 485, ../scss/elements/_fontawesome.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 488, ../scss/elements/_fontawesome.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 491, ../scss/elements/_fontawesome.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 494, ../scss/elements/_fontawesome.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 497, ../scss/elements/_fontawesome.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 500, ../scss/elements/_fontawesome.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 503, ../scss/elements/_fontawesome.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 506, ../scss/elements/_fontawesome.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 509, ../scss/elements/_fontawesome.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 512, ../scss/elements/_fontawesome.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 515, ../scss/elements/_fontawesome.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 518, ../scss/elements/_fontawesome.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 521, ../scss/elements/_fontawesome.scss */
.icon-font:before {
  content: "\f031";
}

/* line 524, ../scss/elements/_fontawesome.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 527, ../scss/elements/_fontawesome.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 530, ../scss/elements/_fontawesome.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 533, ../scss/elements/_fontawesome.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 536, ../scss/elements/_fontawesome.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 539, ../scss/elements/_fontawesome.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 542, ../scss/elements/_fontawesome.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 545, ../scss/elements/_fontawesome.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 548, ../scss/elements/_fontawesome.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 551, ../scss/elements/_fontawesome.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 554, ../scss/elements/_fontawesome.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 557, ../scss/elements/_fontawesome.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 560, ../scss/elements/_fontawesome.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 563, ../scss/elements/_fontawesome.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 566, ../scss/elements/_fontawesome.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 569, ../scss/elements/_fontawesome.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 572, ../scss/elements/_fontawesome.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 575, ../scss/elements/_fontawesome.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 578, ../scss/elements/_fontawesome.scss */
.icon-share:before {
  content: "\f045";
}

/* line 581, ../scss/elements/_fontawesome.scss */
.icon-check:before {
  content: "\f046";
}

/* line 584, ../scss/elements/_fontawesome.scss */
.icon-move:before {
  content: "\f047";
}

/* line 587, ../scss/elements/_fontawesome.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 590, ../scss/elements/_fontawesome.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 593, ../scss/elements/_fontawesome.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 596, ../scss/elements/_fontawesome.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 599, ../scss/elements/_fontawesome.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 602, ../scss/elements/_fontawesome.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 605, ../scss/elements/_fontawesome.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 608, ../scss/elements/_fontawesome.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 611, ../scss/elements/_fontawesome.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 614, ../scss/elements/_fontawesome.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 617, ../scss/elements/_fontawesome.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 620, ../scss/elements/_fontawesome.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 623, ../scss/elements/_fontawesome.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 626, ../scss/elements/_fontawesome.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 629, ../scss/elements/_fontawesome.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 632, ../scss/elements/_fontawesome.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 635, ../scss/elements/_fontawesome.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 638, ../scss/elements/_fontawesome.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 641, ../scss/elements/_fontawesome.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 644, ../scss/elements/_fontawesome.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 647, ../scss/elements/_fontawesome.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 650, ../scss/elements/_fontawesome.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 653, ../scss/elements/_fontawesome.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 656, ../scss/elements/_fontawesome.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 659, ../scss/elements/_fontawesome.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 662, ../scss/elements/_fontawesome.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 665, ../scss/elements/_fontawesome.scss */
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

/* line 669, ../scss/elements/_fontawesome.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 672, ../scss/elements/_fontawesome.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 675, ../scss/elements/_fontawesome.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 678, ../scss/elements/_fontawesome.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 681, ../scss/elements/_fontawesome.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 684, ../scss/elements/_fontawesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 687, ../scss/elements/_fontawesome.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 690, ../scss/elements/_fontawesome.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 693, ../scss/elements/_fontawesome.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 696, ../scss/elements/_fontawesome.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 699, ../scss/elements/_fontawesome.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 702, ../scss/elements/_fontawesome.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 705, ../scss/elements/_fontawesome.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 708, ../scss/elements/_fontawesome.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 711, ../scss/elements/_fontawesome.scss */
.icon-random:before {
  content: "\f074";
}

/* line 714, ../scss/elements/_fontawesome.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 717, ../scss/elements/_fontawesome.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 720, ../scss/elements/_fontawesome.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 723, ../scss/elements/_fontawesome.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 726, ../scss/elements/_fontawesome.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 729, ../scss/elements/_fontawesome.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 732, ../scss/elements/_fontawesome.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 735, ../scss/elements/_fontawesome.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 738, ../scss/elements/_fontawesome.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 741, ../scss/elements/_fontawesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 744, ../scss/elements/_fontawesome.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 747, ../scss/elements/_fontawesome.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 750, ../scss/elements/_fontawesome.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 753, ../scss/elements/_fontawesome.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 756, ../scss/elements/_fontawesome.scss */
.icon-key:before {
  content: "\f084";
}

/* line 759, ../scss/elements/_fontawesome.scss */
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

/* line 763, ../scss/elements/_fontawesome.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 766, ../scss/elements/_fontawesome.scss */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 769, ../scss/elements/_fontawesome.scss */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 772, ../scss/elements/_fontawesome.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 775, ../scss/elements/_fontawesome.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 778, ../scss/elements/_fontawesome.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 781, ../scss/elements/_fontawesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 784, ../scss/elements/_fontawesome.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 787, ../scss/elements/_fontawesome.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 790, ../scss/elements/_fontawesome.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 793, ../scss/elements/_fontawesome.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 796, ../scss/elements/_fontawesome.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 799, ../scss/elements/_fontawesome.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 802, ../scss/elements/_fontawesome.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 805, ../scss/elements/_fontawesome.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 808, ../scss/elements/_fontawesome.scss */
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

/* line 812, ../scss/elements/_fontawesome.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 815, ../scss/elements/_fontawesome.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 818, ../scss/elements/_fontawesome.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 821, ../scss/elements/_fontawesome.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 824, ../scss/elements/_fontawesome.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 827, ../scss/elements/_fontawesome.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 830, ../scss/elements/_fontawesome.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 833, ../scss/elements/_fontawesome.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 836, ../scss/elements/_fontawesome.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 839, ../scss/elements/_fontawesome.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 842, ../scss/elements/_fontawesome.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 845, ../scss/elements/_fontawesome.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 848, ../scss/elements/_fontawesome.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 851, ../scss/elements/_fontawesome.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 854, ../scss/elements/_fontawesome.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 857, ../scss/elements/_fontawesome.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 860, ../scss/elements/_fontawesome.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 863, ../scss/elements/_fontawesome.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 866, ../scss/elements/_fontawesome.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 869, ../scss/elements/_fontawesome.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 872, ../scss/elements/_fontawesome.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 875, ../scss/elements/_fontawesome.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 878, ../scss/elements/_fontawesome.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 881, ../scss/elements/_fontawesome.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 884, ../scss/elements/_fontawesome.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 887, ../scss/elements/_fontawesome.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 890, ../scss/elements/_fontawesome.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 893, ../scss/elements/_fontawesome.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 896, ../scss/elements/_fontawesome.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 899, ../scss/elements/_fontawesome.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 902, ../scss/elements/_fontawesome.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 905, ../scss/elements/_fontawesome.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 908, ../scss/elements/_fontawesome.scss */
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 912, ../scss/elements/_fontawesome.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 915, ../scss/elements/_fontawesome.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 918, ../scss/elements/_fontawesome.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 921, ../scss/elements/_fontawesome.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 924, ../scss/elements/_fontawesome.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 927, ../scss/elements/_fontawesome.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 930, ../scss/elements/_fontawesome.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 933, ../scss/elements/_fontawesome.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 936, ../scss/elements/_fontawesome.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 939, ../scss/elements/_fontawesome.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 942, ../scss/elements/_fontawesome.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 945, ../scss/elements/_fontawesome.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 948, ../scss/elements/_fontawesome.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 951, ../scss/elements/_fontawesome.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 954, ../scss/elements/_fontawesome.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 957, ../scss/elements/_fontawesome.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 960, ../scss/elements/_fontawesome.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 963, ../scss/elements/_fontawesome.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 966, ../scss/elements/_fontawesome.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 969, ../scss/elements/_fontawesome.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 972, ../scss/elements/_fontawesome.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 975, ../scss/elements/_fontawesome.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 978, ../scss/elements/_fontawesome.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 981, ../scss/elements/_fontawesome.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 984, ../scss/elements/_fontawesome.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 987, ../scss/elements/_fontawesome.scss */
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

/* line 991, ../scss/elements/_fontawesome.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 994, ../scss/elements/_fontawesome.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 997, ../scss/elements/_fontawesome.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 1000, ../scss/elements/_fontawesome.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 1003, ../scss/elements/_fontawesome.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 1006, ../scss/elements/_fontawesome.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 1009, ../scss/elements/_fontawesome.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 1012, ../scss/elements/_fontawesome.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 1015, ../scss/elements/_fontawesome.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 1018, ../scss/elements/_fontawesome.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 1021, ../scss/elements/_fontawesome.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 1024, ../scss/elements/_fontawesome.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1027, ../scss/elements/_fontawesome.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1030, ../scss/elements/_fontawesome.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1033, ../scss/elements/_fontawesome.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1036, ../scss/elements/_fontawesome.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1039, ../scss/elements/_fontawesome.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1042, ../scss/elements/_fontawesome.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 1045, ../scss/elements/_fontawesome.scss */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 1048, ../scss/elements/_fontawesome.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 1051, ../scss/elements/_fontawesome.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1054, ../scss/elements/_fontawesome.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1057, ../scss/elements/_fontawesome.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1060, ../scss/elements/_fontawesome.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1063, ../scss/elements/_fontawesome.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1066, ../scss/elements/_fontawesome.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1069, ../scss/elements/_fontawesome.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1072, ../scss/elements/_fontawesome.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1075, ../scss/elements/_fontawesome.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1078, ../scss/elements/_fontawesome.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1081, ../scss/elements/_fontawesome.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1084, ../scss/elements/_fontawesome.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1087, ../scss/elements/_fontawesome.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1090, ../scss/elements/_fontawesome.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1093, ../scss/elements/_fontawesome.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1096, ../scss/elements/_fontawesome.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 1099, ../scss/elements/_fontawesome.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 1102, ../scss/elements/_fontawesome.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1105, ../scss/elements/_fontawesome.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1108, ../scss/elements/_fontawesome.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1111, ../scss/elements/_fontawesome.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1114, ../scss/elements/_fontawesome.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1117, ../scss/elements/_fontawesome.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 1120, ../scss/elements/_fontawesome.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 1123, ../scss/elements/_fontawesome.scss */
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

/* line 1127, ../scss/elements/_fontawesome.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 1130, ../scss/elements/_fontawesome.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1133, ../scss/elements/_fontawesome.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1136, ../scss/elements/_fontawesome.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1139, ../scss/elements/_fontawesome.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1142, ../scss/elements/_fontawesome.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 1145, ../scss/elements/_fontawesome.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 1148, ../scss/elements/_fontawesome.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 1151, ../scss/elements/_fontawesome.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1154, ../scss/elements/_fontawesome.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1157, ../scss/elements/_fontawesome.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1160, ../scss/elements/_fontawesome.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1163, ../scss/elements/_fontawesome.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 1166, ../scss/elements/_fontawesome.scss */
.icon-code:before {
  content: "\f121";
}

/* line 1169, ../scss/elements/_fontawesome.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1172, ../scss/elements/_fontawesome.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1175, ../scss/elements/_fontawesome.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 1179, ../scss/elements/_fontawesome.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1182, ../scss/elements/_fontawesome.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 1185, ../scss/elements/_fontawesome.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1188, ../scss/elements/_fontawesome.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 1191, ../scss/elements/_fontawesome.scss */
.icon-question:before {
  content: "\f128";
}

/* line 1194, ../scss/elements/_fontawesome.scss */
.icon-info:before {
  content: "\f129";
}

/* line 1197, ../scss/elements/_fontawesome.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1200, ../scss/elements/_fontawesome.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1203, ../scss/elements/_fontawesome.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1206, ../scss/elements/_fontawesome.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1209, ../scss/elements/_fontawesome.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1212, ../scss/elements/_fontawesome.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 1215, ../scss/elements/_fontawesome.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1218, ../scss/elements/_fontawesome.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 1221, ../scss/elements/_fontawesome.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1224, ../scss/elements/_fontawesome.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1227, ../scss/elements/_fontawesome.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 1230, ../scss/elements/_fontawesome.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1233, ../scss/elements/_fontawesome.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1236, ../scss/elements/_fontawesome.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1239, ../scss/elements/_fontawesome.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1242, ../scss/elements/_fontawesome.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1245, ../scss/elements/_fontawesome.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 1248, ../scss/elements/_fontawesome.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 1251, ../scss/elements/_fontawesome.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1254, ../scss/elements/_fontawesome.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1257, ../scss/elements/_fontawesome.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1260, ../scss/elements/_fontawesome.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1263, ../scss/elements/_fontawesome.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1266, ../scss/elements/_fontawesome.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1269, ../scss/elements/_fontawesome.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1272, ../scss/elements/_fontawesome.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 1275, ../scss/elements/_fontawesome.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1278, ../scss/elements/_fontawesome.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1281, ../scss/elements/_fontawesome.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 1284, ../scss/elements/_fontawesome.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 1287, ../scss/elements/_fontawesome.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 1290, ../scss/elements/_fontawesome.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1293, ../scss/elements/_fontawesome.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1296, ../scss/elements/_fontawesome.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 1299, ../scss/elements/_fontawesome.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 1302, ../scss/elements/_fontawesome.scss */
.icon-collapse:before {
  content: "\f150";
}

/* line 1305, ../scss/elements/_fontawesome.scss */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 1308, ../scss/elements/_fontawesome.scss */
.icon-expand:before {
  content: "\f152";
}

/* line 1311, ../scss/elements/_fontawesome.scss */
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

/* line 1315, ../scss/elements/_fontawesome.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 1318, ../scss/elements/_fontawesome.scss */
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

/* line 1322, ../scss/elements/_fontawesome.scss */
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

/* line 1326, ../scss/elements/_fontawesome.scss */
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

/* line 1330, ../scss/elements/_fontawesome.scss */
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

/* line 1334, ../scss/elements/_fontawesome.scss */
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

/* line 1338, ../scss/elements/_fontawesome.scss */
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

/* line 1342, ../scss/elements/_fontawesome.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 1345, ../scss/elements/_fontawesome.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 1348, ../scss/elements/_fontawesome.scss */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 1351, ../scss/elements/_fontawesome.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 1354, ../scss/elements/_fontawesome.scss */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 1357, ../scss/elements/_fontawesome.scss */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 1360, ../scss/elements/_fontawesome.scss */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 1363, ../scss/elements/_fontawesome.scss */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 1366, ../scss/elements/_fontawesome.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 1369, ../scss/elements/_fontawesome.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 1372, ../scss/elements/_fontawesome.scss */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 1375, ../scss/elements/_fontawesome.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 1378, ../scss/elements/_fontawesome.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 1381, ../scss/elements/_fontawesome.scss */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 1384, ../scss/elements/_fontawesome.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 1387, ../scss/elements/_fontawesome.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 1390, ../scss/elements/_fontawesome.scss */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 1393, ../scss/elements/_fontawesome.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 1396, ../scss/elements/_fontawesome.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 1399, ../scss/elements/_fontawesome.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 1402, ../scss/elements/_fontawesome.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 1405, ../scss/elements/_fontawesome.scss */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 1408, ../scss/elements/_fontawesome.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 1411, ../scss/elements/_fontawesome.scss */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 1414, ../scss/elements/_fontawesome.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 1417, ../scss/elements/_fontawesome.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 1420, ../scss/elements/_fontawesome.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 1423, ../scss/elements/_fontawesome.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 1426, ../scss/elements/_fontawesome.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 1429, ../scss/elements/_fontawesome.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 1432, ../scss/elements/_fontawesome.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 1435, ../scss/elements/_fontawesome.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 1438, ../scss/elements/_fontawesome.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 1441, ../scss/elements/_fontawesome.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 1444, ../scss/elements/_fontawesome.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 1447, ../scss/elements/_fontawesome.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 1450, ../scss/elements/_fontawesome.scss */
.icon-female:before {
  content: "\f182";
}

/* line 1453, ../scss/elements/_fontawesome.scss */
.icon-male:before {
  content: "\f183";
}

/* line 1456, ../scss/elements/_fontawesome.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 1459, ../scss/elements/_fontawesome.scss */
.icon-sun:before {
  content: "\f185";
}

/* line 1462, ../scss/elements/_fontawesome.scss */
.icon-moon:before {
  content: "\f186";
}

/* line 1465, ../scss/elements/_fontawesome.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 1468, ../scss/elements/_fontawesome.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 1471, ../scss/elements/_fontawesome.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 1474, ../scss/elements/_fontawesome.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 1477, ../scss/elements/_fontawesome.scss */
.icon-renren:before {
  content: "\f18b";
}

/* line 1, ../scss/elements/_forms.scss */
form {
  margin: 0 0 20px;
}

/* line 4, ../scss/elements/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 9, ../scss/elements/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 20, ../scss/elements/_forms.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 24, ../scss/elements/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 33, ../scss/elements/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 39, ../scss/elements/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 43, ../scss/elements/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 72, ../scss/elements/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 77, ../scss/elements/_forms.scss */
textarea {
  height: auto;
}

/* line 80, ../scss/elements/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

/* line 106, ../scss/elements/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 131, ../scss/elements/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 142, ../scss/elements/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 151, ../scss/elements/_forms.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 161, ../scss/elements/_forms.scss */
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

/* line 166, ../scss/elements/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 170, ../scss/elements/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 178, ../scss/elements/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 188, ../scss/elements/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 192, ../scss/elements/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 196, ../scss/elements/_forms.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 200, ../scss/elements/_forms.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 204, ../scss/elements/_forms.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 208, ../scss/elements/_forms.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 213, ../scss/elements/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 218, ../scss/elements/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 222, ../scss/elements/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 229, ../scss/elements/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 233, ../scss/elements/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 236, ../scss/elements/_forms.scss */
.input-small {
  width: 90px;
}

/* line 239, ../scss/elements/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 242, ../scss/elements/_forms.scss */
.input-large {
  width: 210px;
}

/* line 245, ../scss/elements/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 248, ../scss/elements/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 251, ../scss/elements/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 262, ../scss/elements/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 274, ../scss/elements/_forms.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 279, ../scss/elements/_forms.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 282, ../scss/elements/_forms.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 287, ../scss/elements/_forms.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 292, ../scss/elements/_forms.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 297, ../scss/elements/_forms.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 302, ../scss/elements/_forms.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 307, ../scss/elements/_forms.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 312, ../scss/elements/_forms.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 317, ../scss/elements/_forms.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 322, ../scss/elements/_forms.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 327, ../scss/elements/_forms.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 332, ../scss/elements/_forms.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 337, ../scss/elements/_forms.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 342, ../scss/elements/_forms.scss */
.controls-row {
  *zoom: 1;
}

/* line 345, ../scss/elements/_forms.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 351, ../scss/elements/_forms.scss */
.controls-row:after {
  clear: both;
}

/* line 354, ../scss/elements/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 358, ../scss/elements/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 362, ../scss/elements/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 371, ../scss/elements/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 377, ../scss/elements/_forms.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 382, ../scss/elements/_forms.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 389, ../scss/elements/_forms.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 397, ../scss/elements/_forms.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 405, ../scss/elements/_forms.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 411, ../scss/elements/_forms.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 416, ../scss/elements/_forms.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 423, ../scss/elements/_forms.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 431, ../scss/elements/_forms.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 439, ../scss/elements/_forms.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 445, ../scss/elements/_forms.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 450, ../scss/elements/_forms.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 457, ../scss/elements/_forms.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 465, ../scss/elements/_forms.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 473, ../scss/elements/_forms.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 479, ../scss/elements/_forms.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 484, ../scss/elements/_forms.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 491, ../scss/elements/_forms.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 499, ../scss/elements/_forms.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

/* line 507, ../scss/elements/_forms.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 513, ../scss/elements/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 519, ../scss/elements/_forms.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 527, ../scss/elements/_forms.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 535, ../scss/elements/_forms.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 541, ../scss/elements/_forms.scss */
.form-actions:after {
  clear: both;
}

/* line 544, ../scss/elements/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 548, ../scss/elements/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 552, ../scss/elements/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 561, ../scss/elements/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 569, ../scss/elements/_forms.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 581, ../scss/elements/_forms.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 595, ../scss/elements/_forms.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 603, ../scss/elements/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 618, ../scss/elements/_forms.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 629, ../scss/elements/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 634, ../scss/elements/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 638, ../scss/elements/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 644, ../scss/elements/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 651, ../scss/elements/_forms.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 658, ../scss/elements/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 663, ../scss/elements/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 670, ../scss/elements/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 677, ../scss/elements/_forms.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 684, ../scss/elements/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 691, ../scss/elements/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 698, ../scss/elements/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 701, ../scss/elements/_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 714, ../scss/elements/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 720, ../scss/elements/_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 725, ../scss/elements/_forms.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 730, ../scss/elements/_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 735, ../scss/elements/_forms.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 740, ../scss/elements/_forms.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 769, ../scss/elements/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 774, ../scss/elements/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 780, ../scss/elements/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 786, ../scss/elements/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 794, ../scss/elements/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 802, ../scss/elements/_forms.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 805, ../scss/elements/_forms.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 809, ../scss/elements/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 813, ../scss/elements/_forms.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 819, ../scss/elements/_forms.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 822, ../scss/elements/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 828, ../scss/elements/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 834, ../scss/elements/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 837, ../scss/elements/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 840, ../scss/elements/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

/* line 848, ../scss/elements/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1, ../scss/elements/_herounit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 13, ../scss/elements/_herounit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 20, ../scss/elements/_herounit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 1, ../scss/elements/_labels.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}

/* line 14, ../scss/elements/_labels.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 19, ../scss/elements/_labels.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 26, ../scss/elements/_labels.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 30, ../scss/elements/_labels.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 38, ../scss/elements/_labels.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 42, ../scss/elements/_labels.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 46, ../scss/elements/_labels.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 50, ../scss/elements/_labels.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 54, ../scss/elements/_labels.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 58, ../scss/elements/_labels.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 62, ../scss/elements/_labels.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 66, ../scss/elements/_labels.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 70, ../scss/elements/_labels.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 74, ../scss/elements/_labels.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 78, ../scss/elements/_labels.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 83, ../scss/elements/_labels.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

/* line 1, ../scss/elements/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 7, ../scss/elements/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 11, ../scss/elements/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 14, ../scss/elements/_media.scss */
.media-object {
  display: block;
}

/* line 17, ../scss/elements/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 20, ../scss/elements/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 23, ../scss/elements/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 26, ../scss/elements/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 1, ../scss/elements/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 10, ../scss/elements/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../scss/elements/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 18, ../scss/elements/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 42, ../scss/elements/_modals.scss */
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}

/* line 49, ../scss/elements/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 52, ../scss/elements/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 56, ../scss/elements/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 59, ../scss/elements/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 63, ../scss/elements/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 69, ../scss/elements/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, ../scss/elements/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 86, ../scss/elements/_modals.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 92, ../scss/elements/_modals.scss */
.modal-footer:after {
  clear: both;
}

/* line 95, ../scss/elements/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 99, ../scss/elements/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 102, ../scss/elements/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 1, ../scss/elements/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 7, ../scss/elements/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, white, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

/* line 28, ../scss/elements/_navbar.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 34, ../scss/elements/_navbar.scss */
.navbar-inner:after {
  clear: both;
}

/* line 37, ../scss/elements/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 40, ../scss/elements/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 44, ../scss/elements/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 54, ../scss/elements/_navbar.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 58, ../scss/elements/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 63, ../scss/elements/_navbar.scss */
.navbar-link {
  color: #777777;
}

/* line 66, ../scss/elements/_navbar.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

/* line 70, ../scss/elements/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 76, ../scss/elements/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 80, ../scss/elements/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 87, ../scss/elements/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 91, ../scss/elements/_navbar.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 97, ../scss/elements/_navbar.scss */
.navbar-form:after {
  clear: both;
}

/* line 100, ../scss/elements/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 106, ../scss/elements/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 112, ../scss/elements/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 117, ../scss/elements/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 122, ../scss/elements/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 126, ../scss/elements/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 132, ../scss/elements/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 143, ../scss/elements/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 147, ../scss/elements/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 152, ../scss/elements/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 160, ../scss/elements/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 164, ../scss/elements/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 167, ../scss/elements/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 175, ../scss/elements/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 180, ../scss/elements/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 183, ../scss/elements/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 189, ../scss/elements/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 192, ../scss/elements/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 197, ../scss/elements/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 204, ../scss/elements/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 208, ../scss/elements/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 211, ../scss/elements/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 218, ../scss/elements/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 221, ../scss/elements/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}

/* line 227, ../scss/elements/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 237, ../scss/elements/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

/* line 263, ../scss/elements/_navbar.scss */
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 273, ../scss/elements/_navbar.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 277, ../scss/elements/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 289, ../scss/elements/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 292, ../scss/elements/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

/* line 303, ../scss/elements/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 313, ../scss/elements/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

/* line 320, ../scss/elements/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 326, ../scss/elements/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 331, ../scss/elements/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}

/* line 337, ../scss/elements/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 341, ../scss/elements/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 347, ../scss/elements/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 352, ../scss/elements/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

/* line 357, ../scss/elements/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

/* line 362, ../scss/elements/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 372, ../scss/elements/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}

/* line 383, ../scss/elements/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 388, ../scss/elements/_navbar.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

/* line 394, ../scss/elements/_navbar.scss */
.navbar-inverse .brand {
  color: #999999;
}

/* line 397, ../scss/elements/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 400, ../scss/elements/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}

/* line 405, ../scss/elements/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* line 411, ../scss/elements/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 414, ../scss/elements/_navbar.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

/* line 418, ../scss/elements/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}

/* line 422, ../scss/elements/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}

/* line 428, ../scss/elements/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 433, ../scss/elements/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 437, ../scss/elements/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 443, ../scss/elements/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 455, ../scss/elements/_navbar.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 458, ../scss/elements/_navbar.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

/* line 461, ../scss/elements/_navbar.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 464, ../scss/elements/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

/* line 476, ../scss/elements/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 494, ../scss/elements/_navbar.scss */
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 504, ../scss/elements/_navbar.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 1, ../scss/elements/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 6, ../scss/elements/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 9, ../scss/elements/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 14, ../scss/elements/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 17, ../scss/elements/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 20, ../scss/elements/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 30, ../scss/elements/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 33, ../scss/elements/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 38, ../scss/elements/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 44, ../scss/elements/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 47, ../scss/elements/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 54, ../scss/elements/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 58, ../scss/elements/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 67, ../scss/elements/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 71, ../scss/elements/_navs.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 79, ../scss/elements/_navs.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 83, ../scss/elements/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 87, ../scss/elements/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 94, ../scss/elements/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 97, ../scss/elements/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 100, ../scss/elements/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 109, ../scss/elements/_navs.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 113, ../scss/elements/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 122, ../scss/elements/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 131, ../scss/elements/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 137, ../scss/elements/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 140, ../scss/elements/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 143, ../scss/elements/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 146, ../scss/elements/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 152, ../scss/elements/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 160, ../scss/elements/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 168, ../scss/elements/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 173, ../scss/elements/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 176, ../scss/elements/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 179, ../scss/elements/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 184, ../scss/elements/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 189, ../scss/elements/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}

/* line 194, ../scss/elements/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
/* line 200, ../scss/elements/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 203, ../scss/elements/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 207, ../scss/elements/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 211, ../scss/elements/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 215, ../scss/elements/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 223, ../scss/elements/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 232, ../scss/elements/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

/* line 236, ../scss/elements/_navs.scss */
.tabbable {
  *zoom: 1;
}

/* line 239, ../scss/elements/_navs.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 245, ../scss/elements/_navs.scss */
.tabbable:after {
  clear: both;
}

/* line 248, ../scss/elements/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 251, ../scss/elements/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 256, ../scss/elements/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 260, ../scss/elements/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 264, ../scss/elements/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 267, ../scss/elements/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 271, ../scss/elements/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 276, ../scss/elements/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 281, ../scss/elements/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 286, ../scss/elements/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 290, ../scss/elements/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 296, ../scss/elements/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 301, ../scss/elements/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 307, ../scss/elements/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 311, ../scss/elements/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/* line 317, ../scss/elements/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 322, ../scss/elements/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 328, ../scss/elements/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 332, ../scss/elements/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* line 338, ../scss/elements/_navs.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 341, ../scss/elements/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 348, ../scss/elements/_navs.scss */
.nav ul li ul {
  position: absolute;
  display: none;
  top: 45px;
  left: 0;
  background: yellow;
  z-index: 99;
  overflow: hidden;
}
/* line 357, ../scss/elements/_navs.scss */
.nav ul li ul li {
  color: black;
}
/* line 362, ../scss/elements/_navs.scss */
.nav ul li:hover ul {
  display: block;
}

/* line 1, ../scss/elements/_pager.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

/* line 7, ../scss/elements/_pager.scss */
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 13, ../scss/elements/_pager.scss */
.pager:after {
  clear: both;
}

/* line 16, ../scss/elements/_pager.scss */
.pager li {
  display: inline;
}

/* line 19, ../scss/elements/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 29, ../scss/elements/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 34, ../scss/elements/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../scss/elements/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 42, ../scss/elements/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

/* line 1, ../scss/elements/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 4, ../scss/elements/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 19, ../scss/elements/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 22, ../scss/elements/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 32, ../scss/elements/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 38, ../scss/elements/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 43, ../scss/elements/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

/* line 51, ../scss/elements/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 61, ../scss/elements/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 70, ../scss/elements/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 73, ../scss/elements/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 76, ../scss/elements/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 81, ../scss/elements/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 90, ../scss/elements/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 99, ../scss/elements/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

/* line 110, ../scss/elements/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 121, ../scss/elements/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 126, ../scss/elements/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 1, ../scss/elements/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 24, ../scss/elements/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../scss/elements/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 30, ../scss/elements/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 33, ../scss/elements/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 36, ../scss/elements/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 48, ../scss/elements/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 51, ../scss/elements/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 54, ../scss/elements/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 63, ../scss/elements/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 66, ../scss/elements/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../scss/elements/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 78, ../scss/elements/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 84, ../scss/elements/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 92, ../scss/elements/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 98, ../scss/elements/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 106, ../scss/elements/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 112, ../scss/elements/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 120, ../scss/elements/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 2, ../scss/elements/_progressbars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 5, ../scss/elements/_progressbars.scss */
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  /* line 10, ../scss/elements/_progressbars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 13, ../scss/elements/_progressbars.scss */
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  /* line 18, ../scss/elements/_progressbars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 21, ../scss/elements/_progressbars.scss */
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  /* line 26, ../scss/elements/_progressbars.scss */
  from {
    background-position: 0 0;
  }

  /* line 29, ../scss/elements/_progressbars.scss */
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  /* line 34, ../scss/elements/_progressbars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 37, ../scss/elements/_progressbars.scss */
  to {
    background-position: 0 0;
  }
}
/* line 41, ../scss/elements/_progressbars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, whitesmoke, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 60, ../scss/elements/_progressbars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 87, ../scss/elements/_progressbars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 92, ../scss/elements/_progressbars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 104, ../scss/elements/_progressbars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 111, ../scss/elements/_progressbars.scss */
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

/* line 122, ../scss/elements/_progressbars.scss */
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 131, ../scss/elements/_progressbars.scss */
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

/* line 142, ../scss/elements/_progressbars.scss */
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 151, ../scss/elements/_progressbars.scss */
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

/* line 162, ../scss/elements/_progressbars.scss */
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 171, ../scss/elements/_progressbars.scss */
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

/* line 182, ../scss/elements/_progressbars.scss */
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../scss/elements/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, ../scss/elements/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 11, ../scss/elements/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 19, ../scss/elements/_tables.scss */
.table th {
  font-weight: bold;
}

/* line 22, ../scss/elements/_tables.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 25, ../scss/elements/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 33, ../scss/elements/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 36, ../scss/elements/_tables.scss */
.table .table {
  background-color: #ffffff;
}

/* line 39, ../scss/elements/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 43, ../scss/elements/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 52, ../scss/elements/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 56, ../scss/elements/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 67, ../scss/elements/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 74, ../scss/elements/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 81, ../scss/elements/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 90, ../scss/elements/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 99, ../scss/elements/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

/* line 104, ../scss/elements/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

/* line 109, ../scss/elements/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 117, ../scss/elements/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 125, ../scss/elements/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 129, ../scss/elements/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 133, ../scss/elements/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 141, ../scss/elements/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 147, ../scss/elements/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 153, ../scss/elements/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 159, ../scss/elements/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 165, ../scss/elements/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 171, ../scss/elements/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 177, ../scss/elements/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 183, ../scss/elements/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 189, ../scss/elements/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 195, ../scss/elements/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 201, ../scss/elements/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 207, ../scss/elements/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 213, ../scss/elements/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 216, ../scss/elements/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 219, ../scss/elements/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 222, ../scss/elements/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 225, ../scss/elements/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 228, ../scss/elements/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 231, ../scss/elements/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 234, ../scss/elements/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 1, ../scss/elements/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 6, ../scss/elements/_thumbnails.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 12, ../scss/elements/_thumbnails.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, ../scss/elements/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 18, ../scss/elements/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 23, ../scss/elements/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 39, ../scss/elements/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 46, ../scss/elements/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 52, ../scss/elements/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 1, ../scss/elements/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 11, ../scss/elements/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 15, ../scss/elements/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 19, ../scss/elements/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 23, ../scss/elements/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 27, ../scss/elements/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 31, ../scss/elements/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 42, ../scss/elements/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 49, ../scss/elements/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 56, ../scss/elements/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

/* line 63, ../scss/elements/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

/* line 70, ../scss/elements/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 1, ../scss/elements/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 4, ../scss/elements/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 10, ../scss/elements/_type.scss */
small {
  font-size: 85%;
}

/* line 13, ../scss/elements/_type.scss */
strong {
  font-weight: bold;
}

/* line 16, ../scss/elements/_type.scss */
em {
  font-style: italic;
}

/* line 19, ../scss/elements/_type.scss */
cite {
  font-style: normal;
}

/* line 22, ../scss/elements/_type.scss */
.muted {
  color: #999999;
}

/* line 25, ../scss/elements/_type.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 29, ../scss/elements/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 32, ../scss/elements/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 36, ../scss/elements/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 39, ../scss/elements/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 43, ../scss/elements/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 46, ../scss/elements/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 50, ../scss/elements/_type.scss */
.text-success {
  color: #468847;
}

/* line 53, ../scss/elements/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 57, ../scss/elements/_type.scss */
.text-left {
  text-align: left;
}

/* line 60, ../scss/elements/_type.scss */
.text-right {
  text-align: right;
}

/* line 63, ../scss/elements/_type.scss */
.text-center {
  text-align: center;
}

/* line 66, ../scss/elements/_type.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 79, ../scss/elements/_type.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 89, ../scss/elements/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 94, ../scss/elements/_type.scss */
h1 {
  font-size: 38.5px;
}

/* line 97, ../scss/elements/_type.scss */
h2 {
  font-size: 31.5px;
}

/* line 100, ../scss/elements/_type.scss */
h3 {
  font-size: 24.5px;
}

/* line 103, ../scss/elements/_type.scss */
h4 {
  font-size: 17.5px;
}

/* line 106, ../scss/elements/_type.scss */
h5 {
  font-size: 14px;
}

/* line 109, ../scss/elements/_type.scss */
h6 {
  font-size: 11.9px;
}

/* line 112, ../scss/elements/_type.scss */
h1 small {
  font-size: 24.5px;
}

/* line 115, ../scss/elements/_type.scss */
h2 small {
  font-size: 17.5px;
}

/* line 118, ../scss/elements/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 121, ../scss/elements/_type.scss */
h4 small {
  font-size: 14px;
}

/* line 124, ../scss/elements/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

/* line 129, ../scss/elements/_type.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 134, ../scss/elements/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 140, ../scss/elements/_type.scss */
li {
  line-height: 20px;
}

/* line 143, ../scss/elements/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 148, ../scss/elements/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 153, ../scss/elements/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 163, ../scss/elements/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 166, ../scss/elements/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 170, ../scss/elements/_type.scss */
dt {
  font-weight: bold;
}

/* line 173, ../scss/elements/_type.scss */
dd {
  margin-left: 10px;
}

/* line 176, ../scss/elements/_type.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 179, ../scss/elements/_type.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 185, ../scss/elements/_type.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 188, ../scss/elements/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 197, ../scss/elements/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 200, ../scss/elements/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 206, ../scss/elements/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 211, ../scss/elements/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 215, ../scss/elements/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 220, ../scss/elements/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 226, ../scss/elements/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

/* line 231, ../scss/elements/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 234, ../scss/elements/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 241, ../scss/elements/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 245, ../scss/elements/_type.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 248, ../scss/elements/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 251, ../scss/elements/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 257, ../scss/elements/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 1, ../scss/elements/_utilities.scss */
.clearfix {
  *zoom: 1;
}

/* line 4, ../scss/elements/_utilities.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 10, ../scss/elements/_utilities.scss */
.clearfix:after {
  clear: both;
}

/* line 13, ../scss/elements/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 20, ../scss/elements/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, ../scss/elements/_utilities.scss */
.pull-right {
  float: right;
}

/* line 31, ../scss/elements/_utilities.scss */
.pull-left {
  float: left;
}

/* line 34, ../scss/elements/_utilities.scss */
.hide {
  display: none;
}

/* line 37, ../scss/elements/_utilities.scss */
.show {
  display: block;
}

/* line 40, ../scss/elements/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 43, ../scss/elements/_utilities.scss */
.affix {
  position: fixed;
}

/* line 1, ../scss/elements/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 14, ../scss/elements/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 18, ../scss/elements/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 24, ../scss/elements/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2, ../scss/elements/_grids.scss */
.container {
  margin-left: auto;
  margin-right: auto;
}

/* line 3, ../scss/elements/_grids.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 6, ../scss/elements/_grids.scss */
.themejuice-desktop .container {
  width: 1280px;
}

/* line 7, ../scss/elements/_grids.scss */
.themejuice-notebook .container {
  width: 960px;
}

/* line 8, ../scss/elements/_grids.scss */
.themejuice-tablet .container {
  width: 640px;
}

/* line 9, ../scss/elements/_grids.scss */
.themejuice-mobile .container {
  width: 320px;
}

/* line 12, ../scss/elements/_grids.scss */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

/* line 15, ../scss/elements/_grids.scss */
.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 22, ../scss/elements/_grids.scss */
.grid-1 {
  width: 60px;
}
/* line 22, ../scss/elements/_grids.scss */
.grid-1.row {
  width: 80px;
}

/* line 23, ../scss/elements/_grids.scss */
.grid-2 {
  width: 140px;
}
/* line 23, ../scss/elements/_grids.scss */
.grid-2.row {
  width: 160px;
}

/* line 24, ../scss/elements/_grids.scss */
.grid-3 {
  width: 220px;
}
/* line 24, ../scss/elements/_grids.scss */
.grid-3.row {
  width: 240px;
}

/* line 25, ../scss/elements/_grids.scss */
.grid-4 {
  width: 300px;
}
/* line 25, ../scss/elements/_grids.scss */
.grid-4.row {
  width: 320px;
}

/* line 26, ../scss/elements/_grids.scss */
.grid-5 {
  width: 380px;
}
/* line 26, ../scss/elements/_grids.scss */
.grid-5.row {
  width: 400px;
}

/* line 27, ../scss/elements/_grids.scss */
.grid-6 {
  width: 460px;
}
/* line 27, ../scss/elements/_grids.scss */
.grid-6.row {
  width: 480px;
}

/* line 28, ../scss/elements/_grids.scss */
.grid-7 {
  width: 540px;
}
/* line 28, ../scss/elements/_grids.scss */
.grid-7.row {
  width: 560px;
}

/* line 29, ../scss/elements/_grids.scss */
.grid-8 {
  width: 620px;
}
/* line 29, ../scss/elements/_grids.scss */
.grid-8.row {
  width: 640px;
}

/* line 30, ../scss/elements/_grids.scss */
.grid-9 {
  width: 700px;
}
/* line 30, ../scss/elements/_grids.scss */
.grid-9.row {
  width: 720px;
}

/* line 31, ../scss/elements/_grids.scss */
.grid-10 {
  width: 780px;
}
/* line 31, ../scss/elements/_grids.scss */
.grid-10.row {
  width: 800px;
}

/* line 32, ../scss/elements/_grids.scss */
.grid-11 {
  width: 860px;
}
/* line 32, ../scss/elements/_grids.scss */
.grid-11.row {
  width: 880px;
}

/* line 33, ../scss/elements/_grids.scss */
.grid-12 {
  width: 940px;
}
/* line 33, ../scss/elements/_grids.scss */
.grid-12.row {
  width: 960px;
}

/* line 34, ../scss/elements/_grids.scss */
.grid-13 {
  width: 1020px;
}
/* line 34, ../scss/elements/_grids.scss */
.grid-13.row {
  width: 1040px;
}

/* line 35, ../scss/elements/_grids.scss */
.grid-14 {
  width: 1100px;
}
/* line 35, ../scss/elements/_grids.scss */
.grid-14.row {
  width: 1120px;
}

/* line 36, ../scss/elements/_grids.scss */
.grid-15 {
  width: 1180px;
}
/* line 36, ../scss/elements/_grids.scss */
.grid-15.row {
  width: 1200px;
}

/* line 37, ../scss/elements/_grids.scss */
.grid-16 {
  width: 1260px;
}
/* line 37, ../scss/elements/_grids.scss */
.grid-16.row {
  width: 1280px;
}

/* line 5, ../scss/elements/_columns.scss */
.themejuice-desktop .page-fullwidth .one-fourth {
  width: 300px;
}
/* line 10, ../scss/elements/_columns.scss */
.themejuice-notebook .page-fullwidth .one-fourth {
  width: 220px;
}
/* line 18, ../scss/elements/_columns.scss */
.themejuice-desktop .page-sidebar .one-fourth {
  width: 220px;
}
/* line 23, ../scss/elements/_columns.scss */
.themejuice-notebook .page-sidebar .one-fourth {
  width: 160px;
}

/* line 34, ../scss/elements/_columns.scss */
.themejuice-desktop .page-fullwidth .three-fourths {
  width: 940px;
}
/* line 39, ../scss/elements/_columns.scss */
.themejuice-notebook .page-fullwidth .three-fourths {
  width: 700px;
}
/* line 47, ../scss/elements/_columns.scss */
.themejuice-desktop .page-sidebar .three-fourths {
  width: 700px;
}
/* line 52, ../scss/elements/_columns.scss */
.themejuice-notebook .page-sidebar .three-fourths {
  width: 520px;
}

/* line 63, ../scss/elements/_columns.scss */
.themejuice-desktop .page-fullwidth .one-half {
  width: 620px;
}
/* line 68, ../scss/elements/_columns.scss */
.themejuice-notebook .page-fullwidth .one-half {
  width: 460px;
}
/* line 76, ../scss/elements/_columns.scss */
.themejuice-desktop .page-sidebar .one-half {
  width: 460px;
}
/* line 81, ../scss/elements/_columns.scss */
.themejuice-notebook .page-sidebar .one-half {
  width: 340px;
}

/* line 92, ../scss/elements/_columns.scss */
.themejuice-desktop .page-fullwidth .one-half {
  width: 620px;
}
/* line 97, ../scss/elements/_columns.scss */
.themejuice-notebook .page-fullwidth .one-half {
  width: 460px;
}
/* line 105, ../scss/elements/_columns.scss */
.themejuice-desktop .page-sidebar .one-half {
  width: 460px;
}
/* line 110, ../scss/elements/_columns.scss */
.themejuice-notebook .page-sidebar .one-half {
  width: 340px;
}

/* line 121, ../scss/elements/_columns.scss */
.themejuice-desktop .page-fullwidth .one-third {
  width: 406px;
}
/* line 126, ../scss/elements/_columns.scss */
.themejuice-notebook .page-fullwidth .one-third {
  width: 300px;
}
/* line 134, ../scss/elements/_columns.scss */
.themejuice-desktop .page-sidebar .one-third {
  width: 300px;
}
/* line 139, ../scss/elements/_columns.scss */
.themejuice-notebook .page-sidebar .one-third {
  width: 220px;
}

/* line 150, ../scss/elements/_columns.scss */
.themejuice-desktop .page-fullwidth .two-thirds {
  width: 832px;
}
/* line 155, ../scss/elements/_columns.scss */
.themejuice-notebook .page-fullwidth .two-thirds {
  width: 620px;
}
/* line 163, ../scss/elements/_columns.scss */
.themejuice-desktop .page-sidebar .two-thirds {
  width: 620px;
}
/* line 168, ../scss/elements/_columns.scss */
.themejuice-notebook .page-sidebar .two-thirds {
  width: 460px;
}

/* line 175, ../scss/elements/_columns.scss */
.one-fourth, .one-half, .three-fourths, .one-third, .two-thirds {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
}
/* line 184, ../scss/elements/_columns.scss */
.themejuice-tablet .page-fullwidth .one-fourth, .themejuice-tablet .page-fullwidth .one-half, .themejuice-tablet .page-fullwidth .three-fourths, .themejuice-tablet .page-fullwidth .one-third, .themejuice-tablet .page-fullwidth .two-thirds {
  width: 620px;
}
/* line 189, ../scss/elements/_columns.scss */
.themejuice-mobile .page-fullwidth .one-fourth, .themejuice-mobile .page-fullwidth .one-half, .themejuice-mobile .page-fullwidth .three-fourths, .themejuice-mobile .page-fullwidth .one-third, .themejuice-mobile .page-fullwidth .two-thirds {
  width: 300px;
}
/* line 197, ../scss/elements/_columns.scss */
.themejuice-tablet .page-sidebar .one-fourth, .themejuice-tablet .page-sidebar .one-half, .themejuice-tablet .page-sidebar .three-fourths, .themejuice-tablet .page-sidebar .one-third, .themejuice-tablet .page-sidebar .two-thirds {
  width: 620px;
}
/* line 202, ../scss/elements/_columns.scss */
.themejuice-mobile .page-sidebar .one-fourth, .themejuice-mobile .page-sidebar .one-half, .themejuice-mobile .page-sidebar .three-fourths, .themejuice-mobile .page-sidebar .one-third, .themejuice-mobile .page-sidebar .two-thirds {
  width: 300px;
}

/* 
_________
VARIABLES

$blue: #3bbfce;

____________________
SELECTOR INHERITANCE

.style1 {
  border: 1px #f00;
}

.style2 {
  @extend .style1;
  border-width: 3px;
}

______
MIXINS

@mixin uniquename {
  p {
    font-weight: normal;
  }
  strong { font-weight: bold; }
}

#container {
  @include uniquename;
}

*/
/* ------ COLOR VARIABLES ------ */
/* line 98, ../scss/style.scss */
body {
  background: white url("../../images/bg.jpg") repeat;
}

/* line 103, ../scss/style.scss */
header {
  height: 135px;
}
/* line 107, ../scss/style.scss */
header .header-content {
  height: 438px;
  background: url("../../images/header-top-bg.png") no-repeat top center;
}
/* line 112, ../scss/style.scss */
header .header-content .top {
  height: 165px;
}
/* line 116, ../scss/style.scss */
header .header-content .top .logo {
  height: 121px;
  background: url("../../images/logo.png") no-repeat;
}
/* line 122, ../scss/style.scss */
header .header-content .top .nav-container {
  clear: both;
  margin: auto;
  height: 43px;
}
/* line 128, ../scss/style.scss */
header .header-content .top .nav-container ul {
  float: left;
  margin: 4px 0px 0px 0px;
  list-style-type: none;
  position: relative;
}
/* line 135, ../scss/style.scss */
header .header-content .top .nav-container ul li {
  float: left;
  height: 39px;
  list-style-type: none;
  position: relative;
}
/* line 142, ../scss/style.scss */
header .header-content .top .nav-container ul li a {
  float: left;
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  color: #e5e2d9;
  text-align: center;
  line-height: 14px;
  height: 39px;
}
/* line 152, ../scss/style.scss */
header .header-content .top .nav-container ul li a:hover {
  color: #171e3e;
  text-decoration: none;
}
/* line 160, ../scss/style.scss */
header .header-content .top .nav-container ul li ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  z-index: 999;
  background: #fff;
  width: 185px;
  border: 1px solid #fff;
}
/* line 171, ../scss/style.scss */
header .header-content .top .nav-container ul li ul li {
  background: #604e2c;
  width: 185px;
  height: 37px;
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
/* line 180, ../scss/style.scss */
header .header-content .top .nav-container ul li ul li a {
  color: #e5e2d9;
  float: left;
  width: 185px;
}
/* line 186, ../scss/style.scss */
header .header-content .top .nav-container ul li ul li a:hover {
  color: #171e3e;
}
/* line 202, ../scss/style.scss */
header .header-content .top .slider-container {
  width: 1000px;
  height: 273px;
  z-index: 999;
  background: #fff;
}

/* line 217, ../scss/style.scss */
.content-break {
  height: 14px;
  margin: auto;
}

/* line 223, ../scss/style.scss */
.content {
  margin: auto;
  content: "";
  display: table;
  clear: both;
}

/* line 231, ../scss/style.scss */
.content-inner {
  margin: auto;
  content: "";
  display: table;
  clear: both;
}

/* line 239, ../scss/style.scss */
.sidebar {
  float: left;
}
/* line 243, ../scss/style.scss */
.sidebar .sidebar-content {
  background: url("../../images/sidebar-content-bg.png") repeat-y;
}
/* line 248, ../scss/style.scss */
.sidebar .sidebar-content p {
  color: #726b55;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  font-family: "Georgia", Times, Serif;
  float: left;
  clear: both;
}
/* line 258, ../scss/style.scss */
.sidebar .sidebar-content a.button {
  float: right;
  clear: both;
  margin: 15px;
  border: 0px;
}
/* line 265, ../scss/style.scss */
.sidebar .sidebar-content a.button img {
  border: 0px;
}
/* line 271, ../scss/style.scss */
.sidebar .sidebar-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 280, ../scss/style.scss */
.sidebar .contact-form {
  float: right;
}
/* line 284, ../scss/style.scss */
.sidebar .contact-form img {
  float: right;
}
/* line 289, ../scss/style.scss */
.sidebar .contact-form .form-content {
  background: url("../../images/contact-sidebar-content.png") no-repeat;
  height: 301px;
  width: 330px;
  text-align: left;
  float: left;
  position: relative;
}
/* line 298, ../scss/style.scss */
.sidebar .contact-form .form-content form {
  margin: 0px;
}
/* line 304, ../scss/style.scss */
.sidebar .contact-form .form-content a.longform {
  position: absolute;
  bottom: 15px;
  right: 8px;
  width: 140px;
  color: #fff;
}
/* line 312, ../scss/style.scss */
.sidebar .contact-form .form-content a.longform:hover {
  color: #000;
  text-decoration: none;
}
/* line 319, ../scss/style.scss */
.sidebar .contact-form .form-content .frm_form_fields {
  width: 300px;
  float: right;
}
/* line 325, ../scss/style.scss */
.sidebar .contact-form .form-content p {
  float: right;
  text-align: left;
  width: 280px;
  padding: 8px 20px 2px 0px;
  color: #e6e3db;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 12px;
}
/* line 338, ../scss/style.scss */
.sidebar .contact-form .form-content input, .sidebar .contact-form .form-content textarea {
  width: 200px;
  color: #000;
  padding: 4px;
  font-size: 10px;
  height: 20px;
}
/* line 347, ../scss/style.scss */
.sidebar .contact-form .form-content textarea {
  height: 50px;
}
/* line 352, ../scss/style.scss */
.sidebar .contact-form .form-content label {
  color: #e6e3db;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 0px 2px 0px;
}
/* line 362, ../scss/style.scss */
.sidebar .contact-form .form-content .with_frm_style .form-field {
  margin-bottom: 0px;
}
/* line 367, ../scss/style.scss */
.sidebar .contact-form .form-content .frm_form_fields {
  widows: 300px;
}
/* line 372, ../scss/style.scss */
.sidebar .contact-form .form-content p.submit {
  padding: 0px 0px 0px 0px;
  float: left;
  margin-left: 20px;
}
/* line 379, ../scss/style.scss */
.sidebar .contact-form .form-content p.submit input {
  width: 130px;
  height: 25px;
  text-align: center;
  padding: 0px 0px 0px 0px;
  border: 0px;
  border-radius: 0px;
  text-shadow: none;
  margin: 8px 0px 0px 8px;
}

/* line 401, ../scss/style.scss */
.clear {
  clear: both;
  height: 5px;
}

/* line 407, ../scss/style.scss */
footer {
  height: 210px;
  background: url("../../images/footer-bg.png") no-repeat;
}
/* line 412, ../scss/style.scss */
footer .col1 {
  float: left;
}
/* line 416, ../scss/style.scss */
footer .col1 p.tf {
  padding-left: 150px;
  line-height: 18px;
  margin: 0px;
}
/* line 423, ../scss/style.scss */
footer .col1 p.tel {
  padding-left: 150px;
  line-height: 18px;
  margin: 0px;
}
/* line 430, ../scss/style.scss */
footer .col1 p.fax {
  padding-left: 150px;
  line-height: 18px;
  margin: 0px;
}
/* line 437, ../scss/style.scss */
footer .col1 p.address {
  margin: 30px 0px 0px 0px;
}
/* line 443, ../scss/style.scss */
footer .col2, footer .col3, footer .col4, footer .col5 {
  float: left;
}
/* line 447, ../scss/style.scss */
footer .col2 ul, footer .col3 ul, footer .col4 ul, footer .col5 ul {
  list-style-type: none;
}
/* line 454, ../scss/style.scss */
footer .col2 ul li a, footer .col3 ul li a, footer .col4 ul li a, footer .col5 ul li a {
  color: #c9bc9f;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}
/* line 460, ../scss/style.scss */
footer .col2 ul li a:hover, footer .col3 ul li a:hover, footer .col4 ul li a:hover, footer .col5 ul li a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 467, ../scss/style.scss */
footer .col2 ul li .indent, footer .col3 ul li .indent, footer .col4 ul li .indent, footer .col5 ul li .indent {
  padding-left: 15px;
}
/* line 476, ../scss/style.scss */
footer .col2 {
  margin: 40px 0px 0px 30px;
}
/* line 481, ../scss/style.scss */
footer .col3 {
  margin: 40px 0px 0px 0px;
}
/* line 486, ../scss/style.scss */
footer .col4 {
  margin: 40px 0px 0px 0px;
}
/* line 491, ../scss/style.scss */
footer .col5 {
  margin: 40px 0px 0px 30px;
}

/* line 503, ../scss/style.scss */
.content {
  padding: 10px 10px 10px 28px;
}
/* line 507, ../scss/style.scss */
.content h1 {
  font-family: "Georgia", Times, Serif;
  font-size: 18px;
  margin: 5px 0px 5px 0px;
  color: #47361a;
}
/* line 515, ../scss/style.scss */
.content p {
  color: #453d26;
  font-family: "Georgia", Times, Serif;
  font-size: 15px;
  margin-bottom: 12px;
}

/* SCSS FROM OLD CSS FILE > converted with css2sass
============================================================================================ */
/*body{
    background-color: white!important;
}
.container{
    background-color: #fff!important;
}
.wrapper .content{
   
}
grid-16{
     margin: 0 auto;
}*/
/* line 544, ../scss/style.scss */
body.themejuice-desktop {
  background: #d7d7d7 url("../../images/bg.jpg") no-repeat top center;
}
/* line 546, ../scss/style.scss */
body.themejuice-desktop .menu-header-menu-container {
  height: 45px;
}
/* line 549, ../scss/style.scss */
body.themejuice-desktop .nav {
  height: 45px;
  margin-bottom: 0px;
}
/* line 554, ../scss/style.scss */
body.themejuice-notebook {
  background: #d7d7d7 url("../../images/bg-notebook.jpg") no-repeat top center;
}
/* line 557, ../scss/style.scss */
body.themejuice-tablet {
  background: #d7d7d7 url("../../images/bg-tablet.jpg") no-repeat top center;
}
/* line 560, ../scss/style.scss */
body.themejuice-mobile {
  background: #d7d7d7 url("../../images/bg-mobile.jpg") no-repeat top center;
}

/* line 566, ../scss/style.scss */
.wrapper header.row, .wrapper footer.row, .wrapper .content {
  position: relative;
  float: none;
  margin: 0px auto;
}

/* line 573, ../scss/style.scss */
header {
  color: #000;
}
/* line 575, ../scss/style.scss */
header .nav {
  position: relative;
  z-index: 2;
  height: 45px;
  margin-bottom: 0px;
}
/* line 581, ../scss/style.scss */
header .menu li {
  float: left;
  margin-left: 10px;
  list-style: none;
}
/* line 585, ../scss/style.scss */
header .menu li a {
  font-family: 'Permanent Marker', cursive;
  text-decoration: none;
  color: #000;
}
/* line 589, ../scss/style.scss */
header .menu li a:hover {
  color: #b42830;
}
/* line 593, ../scss/style.scss */
header .menu li.current-menu-item a {
  color: #fff;
}

/* line 599, ../scss/style.scss */
.nav {
  /* &.grid-12 .menu li { // old styles before menu item was removed
    &:first-child {
      width: 70px;
    }
    &:nth-child(2) {
      width: 141px;
    }
    &:nth-child(3) {
      width: 195px;
    }
    &:nth-child(4) {
      width: 161px;
    }
    &:nth-child(5) {
      width: 183px;
    }
    &:nth-child(6) {
      width: 118px;
    }
  } */
}
/* line 600, ../scss/style.scss */
.nav.grid-16 .menu, .nav.grid-12 .menu {
  padding-top: 15px;
  margin-left: 15px;
  height: 45px;
  background-image: url("../../images/menu-bar_new.png");
  background-repeat: no-repeat;
}
/* line 607, ../scss/style.scss */
.nav.grid-12 {
  margin-bottom: 4px;
}
/* line 611, ../scss/style.scss */
.nav.grid-16 .menu ul, .nav.grid-12 .menu ul {
  margin: 0px;
}
/* line 614, ../scss/style.scss */
.nav.grid-16 .menu li a, .nav.grid-12 .menu li a {
  font-size: 17px;
}
/* line 618, ../scss/style.scss */
.nav .menu li {
  margin-left: 0px;
  text-align: center;
}
/* line 623, ../scss/style.scss */
.nav.grid-16 .menu li:first-child, .nav.grid-12 .menu li:first-child {
  width: 91px;
}
/* line 626, ../scss/style.scss */
.nav.grid-16 .menu li:nth-child(2), .nav.grid-12 .menu li:nth-child(2) {
  width: 179px;
}
/* line 629, ../scss/style.scss */
.nav.grid-16 .menu li:nth-child(3), .nav.grid-12 .menu li:nth-child(3) {
  width: 228px;
}
/* line 632, ../scss/style.scss */
.nav.grid-16 .menu li:nth-child(4), .nav.grid-12 .menu li:nth-child(4) {
  width: 198px;
}
/* line 635, ../scss/style.scss */
.nav.grid-16 .menu li:nth-child(5), .nav.grid-12 .menu li:nth-child(5) {
  width: 156px;
}
/* line 638, ../scss/style.scss */
.nav.grid-16 .menu li:nth-child(6), .nav.grid-12 .menu li:nth-child(6) {
  width: 157px;
}

/* line 666, ../scss/style.scss */
header .text.grid-12, header .text.grid-8 {
  height: 72px;
}
/* line 670, ../scss/style.scss */
header .nurse {
  z-index: 1;
  text-align: center;
  position: absolute;
}
/* line 674, ../scss/style.scss */
header .nurse img {
  display: none;
  margin: 0px auto !important;
}

/* line 681, ../scss/style.scss */
.themejuice-desktop header .nurse {
  text-align: center;
  position: absolute;
  right: 10px;
}
/* line 685, ../scss/style.scss */
.themejuice-desktop header .nurse img.nurse-16 {
  display: block;
}

/* line 690, ../scss/style.scss */
.themejuice-notebook header .nurse {
  right: -10px;
}
/* line 692, ../scss/style.scss */
.themejuice-notebook header .nurse img.nurse-12 {
  display: block;
}

/* line 698, ../scss/style.scss */
header .logo {
  position: relative;
  z-index: 0;
}
/* line 702, ../scss/style.scss */
header .logo img.paper-tablet, header .logo img.paper-mobile {
  /* width:100%;*/
}
/* line 707, ../scss/style.scss */
header .land-in-jail {
  width: 240px;
  margin-left: 10px;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Permanent Marker', cursive;
  top: 35px;
  right: 60px;
  position: absolute;
  z-index: 2;
}
/* line 718, ../scss/style.scss */
header .text {
  text-transform: uppercase;
}
/* line 719, ../scss/style.scss */
header .text .text-content {
  margin-left: 34px;
  width: 390px;
  float: left;
}
/* line 726, ../scss/style.scss */
header .text p.first-line {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #a52c31;
}
/* line 731, ../scss/style.scss */
header .text p.second-line {
  font-family: 'Permanent Marker', cursive;
  font-size: 38px;
  color: #a12026;
}

/* line 740, ../scss/style.scss */
.themejuice-desktop header .text .call-help {
  width: 470px;
  margin-top: 24px;
  font-size: 26px;
}

/* line 746, ../scss/style.scss */
header .text .call-help {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  width: 151px;
  float: right;
}

/* line 757, ../scss/style.scss */
.themejuice-tablet header .text p.second-line {
  font-size: 36px;
}
/* line 760, ../scss/style.scss */
.themejuice-tablet header .text .text-content {
  margin-left: 10px;
}
/* line 763, ../scss/style.scss */
.themejuice-tablet header .text .call-help {
  margin-right: 62px;
}

/* line 768, ../scss/style.scss */
.menu-tablet {
  display: none;
}

/* line 772, ../scss/style.scss */
.themejuice-tablet header .menu-tablet {
  cursor: pointer;
  position: absolute;
  background-image: url("../../images/menu-bar-tablet.png");
  background-repeat: no-repeat;
  font-family: 'Permanent Marker', cursive;
  top: 0px;
  right: 12px;
  width: 88px;
  height: 42px;
  padding-left: 43px;
  padding-top: 18px;
  display: block;
  margin-right: 5px;
  font-size: 25px;
  z-index: 2;
}

/* line 791, ../scss/style.scss */
.themejuice-mobile header .menu-tablet {
  cursor: pointer;
  position: absolute;
  text-indent: -9000px;
  background-image: url("../../images/menu-bar-mobile.png");
  background-repeat: no-repeat;
  font-family: 'Permanent Marker', cursive;
  top: 0px;
  right: 12px;
  width: 63px;
  height: 55px;
  z-index: 2;
  display: block;
  margin-right: 0px;
  font-size: 25px;
}
/* line 807, ../scss/style.scss */
.themejuice-mobile header .land-in-jail {
  line-height: 25px;
}

/* line 812, ../scss/style.scss */
.clinicworker {
  position: absolute;
  top: 0px;
}

/* line 818, ../scss/style.scss */
.poweredby.tablet {
  position: absolute;
  display: none;
  right: 25px;
  top: 66px;
}
/* line 824, ../scss/style.scss */
.poweredby.desktop {
  position: absolute;
  display: none;
  left: 34px;
  top: 95px;
}

/* line 832, ../scss/style.scss */
.paper-tablet, .paper-mobile {
  display: none;
}

/* line 836, ../scss/style.scss */
.themejuice-tablet .paper-tablet {
  display: block;
}

/* line 841, ../scss/style.scss */
.themejuice-mobile .paper-tablet {
  display: none;
}
/* line 844, ../scss/style.scss */
.themejuice-mobile .paper-mobile {
  display: block;
}

/* line 849, ../scss/style.scss */
.themejuice-tablet .paper, .themejuice-mobile .paper {
  display: none;
}

/* line 853, ../scss/style.scss */
.themejuice-tablet .land-in-jail {
  font-size: 18px;
  width: 415px;
  top: 64px;
  left: 0px;
}

/* line 860, ../scss/style.scss */
.themejuice-mobile .land-in-jail {
  font-size: 13px;
  width: 215px;
  top: 34px;
  left: 0px;
  margin-left: 5px;
}

/* line 868, ../scss/style.scss */
.themejuice-tablet .poweredby.tablet, .themejuice-desktop .poweredby.desktop, .themejuice-notebook .poweredby.desktop {
  display: block;
}

/* line 873, ../scss/style.scss */
.themejuice-mobile .text-content {
  display: none;
}

/* line 879, ../scss/style.scss */
.nav-mobile {
  overflow: hidden;
  height: 0px;
  background-image: url("../../images/mobil-menuback.png");
  background-repeat: no-repeat;
}
/* line 884, ../scss/style.scss */
.nav-mobile .menu-item {
  color: #000;
  padding: 10px 0px;
  font-size: 18px;
  float: none;
}

/*.themejuice-mobile header .nav-mobile, .themejuice-tablet header .nav-mobile{
    display:block;
}*/
/* line 899, ../scss/style.scss */
.themejuice-mobile header .text .call-help {
  float: none;
  margin: 0px auto;
  font-size: 16px;
  width: 233px;
  padding-left: 25px;
  background: url("../../images/phone-icon.png") no-repeat center left;
}
/* line 907, ../scss/style.scss */
.themejuice-mobile header .nav {
  display: none;
}

/* line 913, ../scss/style.scss */
.themejuice-tablet header .nav {
  display: none;
}
/* line 916, ../scss/style.scss */
.themejuice-tablet header.row {
  height: 190px;
}

/* line 921, ../scss/style.scss */
.themejuice-mobile header.row {
  height: 110px;
}

/* line 925, ../scss/style.scss */
.nav.grid-16 ul.menu {
  height: 30px;
  margin-bottom: 0px;
}

/* line 931, ../scss/style.scss */
.themejuice-desktop .mugshots-notebook, .themejuice-desktop .mugshots-tablet, .themejuice-desktop .mugshots-mobile {
  display: none;
}

/* line 937, ../scss/style.scss */
.themejuice-notebook .mugshots-desktop, .themejuice-notebook .mugshots-tablet, .themejuice-notebook .mugshots-mobile {
  display: none;
}

/* line 943, ../scss/style.scss */
.themejuice-tablet .mugshots-desktop, .themejuice-tablet .mugshots-notebook, .themejuice-tablet .mugshots-mobile {
  display: none;
}

/* line 949, ../scss/style.scss */
.themejuice-mobile .mugshots-desktop, .themejuice-mobile .mugshots-notebook, .themejuice-mobile .mugshots-tablet {
  display: none;
}

/* line 954, ../scss/style.scss */
.themejuice-desktop .mugshots-desktop {
  position: absolute;
  width: 1090px;
  top: 40px;
  margin: 0 auto;
  padding-left: 20px;
  left: 0;
  right: 0;
  float: none;
  clear: both;
}

/* line 966, ../scss/style.scss */
.themejuice-notebook .mugshots-notebook {
  position: absolute;
  width: 860px;
  top: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  float: none;
  clear: both;
}

/* line 977, ../scss/style.scss */
.themejuice-tablet .mugshots-tablet {
  position: absolute;
  width: 550px;
  top: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  float: none;
  clear: both;
}

/* line 988, ../scss/style.scss */
.themejuice-mobile .mugshots-mobile {
  position: absolute;
  width: 270px;
  top: 25px;
  margin: 0 auto;
  left: 0;
  right: 0;
  float: none;
  clear: both;
}

/* line 999, ../scss/style.scss */
.themejuice-notebook .mugshots-notebook img {
  width: 100%;
}

/* line 1003, ../scss/style.scss */
.slider {
  position: relative;
}
/* line 1005, ../scss/style.scss */
.slider p {
  color: white;
  font-family: 'Permanent Marker', cursive;
}
/* line 1008, ../scss/style.scss */
.slider p a {
  color: black;
}
/* line 1012, ../scss/style.scss */
.slider .mugshots-desktop p {
  font-size: 42px;
  line-height: 39px;
  margin-left: 150px;
}
/* line 1017, ../scss/style.scss */
.slider .mugshots-notebook p {
  font-size: 42px;
  line-height: 39px;
  margin-left: 60px;
}
/* line 1022, ../scss/style.scss */
.slider .mugshots-tablet p {
  font-size: 28px;
  line-height: 23px;
  margin-left: 30px;
}
/* line 1027, ../scss/style.scss */
.slider .mugshots-mobile p {
  font-size: 14px;
  line-height: 13px;
  margin-left: 15px;
}

/* line 1035, ../scss/style.scss */
.themejuice-desktop .slider .pen {
  display: block;
  position: absolute;
  top: 185px;
  right: 30px;
}
/* line 1041, ../scss/style.scss */
.themejuice-desktop .slider .shutterstock {
  position: absolute;
  top: 165px;
  left: 15px;
}

/* line 1048, ../scss/style.scss */
.labels-part a {
  text-decoration: none;
}

/* line 1052, ../scss/style.scss */
.video-part {
  width: 55%;
  float: left;
  fleft: 0px;
  padding-top: 95px;
}

/* line 1059, ../scss/style.scss */
.labels-part {
  padding-top: 50px;
  height: 650px;
  width: 45%;
  float: right;
  right: 0px;
}

/* line 1067, ../scss/style.scss */
.themejuice-notebook .video-part, .themejuice-tablet .video-part {
  width: 60%;
}

/* line 1071, ../scss/style.scss */
.themejuice-notebook .labels-part, .themejuice-tablet .labels-part {
  width: 40%;
}

/* line 1076, ../scss/style.scss */
.labels-part .help, .labels-part .help2, .labels-part .activity {
  float: right;
}
/* line 1079, ../scss/style.scss */
.labels-part .help2 .lab3, .labels-part .help .lab2, .labels-part .activity .lab1 {
  position: absolute;
  top: 0px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

/* line 1088, ../scss/style.scss */
.themejuice-desktop .labels-part .activity {
  margin-right: 25px;
  position: relative;
}

/* line 1093, ../scss/style.scss */
.themejuice-notebook .labels-part .activity {
  margin-top: 30px;
  margin-right: 0px;
  position: relative;
  width: 363px;
}

/* line 1100, ../scss/style.scss */
.themejuice-tablet .labels-part .activity {
  margin-top: 2px;
  margin-right: 0px;
  position: relative;
  width: 238px;
}

/* line 1107, ../scss/style.scss */
.themejuice-mobile .labels-part .activity {
  margin: 0px auto;
  float: none;
  position: relative;
  width: 264px;
}

/* line 1114, ../scss/style.scss */
.themejuice-desktop .labels-part .activity .lab1 {
  top: 0px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

/* line 1121, ../scss/style.scss */
.labels-part p {
  color: #000;
  text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}

/* line 1127, ../scss/style.scss */
.themejuice-desktop .labels-part .activity .lab1 p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 34px;
  margin-bottom: 6px;
}
/* line 1133, ../scss/style.scss */
.themejuice-desktop .labels-part .activity .lab1 p:nth-child(2) {
  font-family: 'Permanent Marker', cursive;
  font-size: 35px;
}
/* line 1137, ../scss/style.scss */
.themejuice-desktop .labels-part .activity .lab1 p:nth-child(3) {
  margin-top: 15px;
}
/* line 1139, ../scss/style.scss */
.themejuice-desktop .labels-part .activity .lab1 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  font-size: 30px;
  color: #a81213;
}
/* line 1143, ../scss/style.scss */
.themejuice-desktop .labels-part .activity .lab1 p:nth-child(3) a:hover {
  color: #000;
}

/* line 1151, ../scss/style.scss */
.themejuice-notebook .labels-part .activity .lab1 p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0px;
}
/* line 1157, ../scss/style.scss */
.themejuice-notebook .labels-part .activity .lab1 p:nth-child(2) {
  margin-bottom: 0px;
  font-family: 'Permanent Marker', cursive;
  font-size: 23px;
}
/* line 1162, ../scss/style.scss */
.themejuice-notebook .labels-part .activity .lab1 p:nth-child(3) {
  margin-top: 5px;
}
/* line 1164, ../scss/style.scss */
.themejuice-notebook .labels-part .activity .lab1 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  font-size: 20px;
  color: #a81213;
}
/* line 1168, ../scss/style.scss */
.themejuice-notebook .labels-part .activity .lab1 p:nth-child(3) a:hover {
  color: #000;
}

/* line 1176, ../scss/style.scss */
.themejuice-tablet .labels-part .activity .lab1 p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 8px;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 8px;
}
/* line 1183, ../scss/style.scss */
.themejuice-tablet .labels-part .activity .lab1 p:nth-child(2) {
  margin-bottom: 0px;
  font-family: 'Permanent Marker', cursive;
  font-size: 15px;
}
/* line 1188, ../scss/style.scss */
.themejuice-tablet .labels-part .activity .lab1 p:nth-child(3) {
  margin-top: 0px;
}
/* line 1190, ../scss/style.scss */
.themejuice-tablet .labels-part .activity .lab1 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  font-size: 12px;
  color: #a81213;
}
/* line 1194, ../scss/style.scss */
.themejuice-tablet .labels-part .activity .lab1 p:nth-child(3) a:hover {
  color: #000;
}

/* line 1202, ../scss/style.scss */
.themejuice-mobile .labels-part .activity .lab1 p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  margin-top: 15px;
  line-height: 9px;
  margin-bottom: 0px;
}
/* line 1209, ../scss/style.scss */
.themejuice-mobile .labels-part .activity .lab1 p:nth-child(2) {
  margin-bottom: 0px;
  font-family: 'Permanent Marker', cursive;
  font-size: 17px;
}
/* line 1214, ../scss/style.scss */
.themejuice-mobile .labels-part .activity .lab1 p:nth-child(3) {
  line-height: 15px;
  margin-top: 0px;
}
/* line 1217, ../scss/style.scss */
.themejuice-mobile .labels-part .activity .lab1 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  font-size: 15px;
  color: #a81213;
}
/* line 1221, ../scss/style.scss */
.themejuice-mobile .labels-part .activity .lab1 p:nth-child(3) a:hover {
  color: #000;
}

/* line 1228, ../scss/style.scss */
.themejuice-desktop .labels-part .help {
  margin-right: 6px;
  position: relative;
}
/* line 1229, ../scss/style.scss */
.themejuice-desktop .labels-part .help img {
  margin-right: 19px;
}

/* line 1236, ../scss/style.scss */
.themejuice-notebook .labels-part .help {
  margin-top: 15px;
  position: relative;
  width: 363px;
}

/* line 1242, ../scss/style.scss */
.themejuice-tablet .labels-part .help {
  margin-top: 12px;
  position: relative;
  width: 240px;
}

/* line 1248, ../scss/style.scss */
.themejuice-desktop .labels-part .help .lab2 {
  margin-top: 35px;
}
/* line 1250, ../scss/style.scss */
.themejuice-desktop .labels-part .help .lab2 p {
  color: #a81213;
}
/* line 1252, ../scss/style.scss */
.themejuice-desktop .labels-part .help .lab2 p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 9px;
}
/* line 1258, ../scss/style.scss */
.themejuice-desktop .labels-part .help .lab2 p:nth-child(2) {
  font-family: 'Permanent Marker', cursive;
  font-size: 35px;
  margin-bottom: 0px;
}
/* line 1263, ../scss/style.scss */
.themejuice-desktop .labels-part .help .lab2 p:nth-child(3) {
  margin-top: 12px;
}
/* line 1265, ../scss/style.scss */
.themejuice-desktop .labels-part .help .lab2 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  color: #000;
  font-size: 30px;
  margin-bottom: 0px;
}
/* line 1270, ../scss/style.scss */
.themejuice-desktop .labels-part .help .lab2 p:nth-child(3) a:hover {
  color: #a81213;
}

/* line 1278, ../scss/style.scss */
.themejuice-notebook .labels-part .help .lab2 {
  margin-top: 10px;
}
/* line 1280, ../scss/style.scss */
.themejuice-notebook .labels-part .help .lab2 p {
  color: #a81213;
}
/* line 1282, ../scss/style.scss */
.themejuice-notebook .labels-part .help .lab2 p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0px;
}
/* line 1288, ../scss/style.scss */
.themejuice-notebook .labels-part .help .lab2 p:nth-child(2) {
  font-family: 'Permanent Marker', cursive;
  font-size: 23px;
  margin-bottom: 0px;
}
/* line 1293, ../scss/style.scss */
.themejuice-notebook .labels-part .help .lab2 p:nth-child(3) {
  margin-top: 6px;
}
/* line 1295, ../scss/style.scss */
.themejuice-notebook .labels-part .help .lab2 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  color: #000;
  font-size: 20px;
  margin-bottom: 0px;
}
/* line 1300, ../scss/style.scss */
.themejuice-notebook .labels-part .help .lab2 p:nth-child(3) a:hover {
  color: #a81213;
}

/* line 1308, ../scss/style.scss */
.themejuice-tablet .labels-part .help .lab2 {
  margin-top: 5px;
}
/* line 1310, ../scss/style.scss */
.themejuice-tablet .labels-part .help .lab2 p {
  color: #a81213;
}
/* line 1312, ../scss/style.scss */
.themejuice-tablet .labels-part .help .lab2 p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 8px;
  margin-top: 16px;
  line-height: 8px;
  margin-bottom: 0px;
}
/* line 1319, ../scss/style.scss */
.themejuice-tablet .labels-part .help .lab2 p:nth-child(2) {
  font-family: 'Permanent Marker', cursive;
  font-size: 15px;
  margin-bottom: 0px;
}
/* line 1324, ../scss/style.scss */
.themejuice-tablet .labels-part .help .lab2 p:nth-child(3) {
  margin-top: 0px;
  line-height: 12px;
}
/* line 1327, ../scss/style.scss */
.themejuice-tablet .labels-part .help .lab2 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  color: #000;
  font-size: 12px;
  margin-bottom: 0px;
}
/* line 1332, ../scss/style.scss */
.themejuice-tablet .labels-part .help .lab2 p:nth-child(3) a:hover {
  color: #a81213;
}

/* line 1340, ../scss/style.scss */
.themejuice-mobile .labels-part .help {
  position: relative;
  margin: 0px auto;
  float: none;
  width: 264px;
}
/* line 1345, ../scss/style.scss */
.themejuice-mobile .labels-part .help .lab2 {
  margin-top: 0px;
}
/* line 1347, ../scss/style.scss */
.themejuice-mobile .labels-part .help .lab2 p {
  color: #a81213;
}
/* line 1349, ../scss/style.scss */
.themejuice-mobile .labels-part .help .lab2 p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  margin-top: 22px;
  line-height: 9px;
  margin-bottom: 0px;
}
/* line 1356, ../scss/style.scss */
.themejuice-mobile .labels-part .help .lab2 p:nth-child(2) {
  font-family: 'Permanent Marker', cursive;
  font-size: 17px;
  margin-bottom: 0px;
}
/* line 1361, ../scss/style.scss */
.themejuice-mobile .labels-part .help .lab2 p:nth-child(3) {
  margin-top: 0px;
}
/* line 1363, ../scss/style.scss */
.themejuice-mobile .labels-part .help .lab2 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  color: #000;
  font-size: 15px;
  margin-bottom: 0px;
}
/* line 1368, ../scss/style.scss */
.themejuice-mobile .labels-part .help .lab2 p:nth-child(3) a:hover {
  color: #a81213;
}

/* line 1377, ../scss/style.scss */
.themejuice-desktop .labels-part .help2 {
  margin-right: 13px;
  position: relative;
}
/* line 1378, ../scss/style.scss */
.themejuice-desktop .labels-part .help2 img {
  margin-top: 15px;
  margin-right: 16px;
}

/* line 1386, ../scss/style.scss */
.themejuice-notebook .labels-part .help2 {
  margin-top: 30px;
  position: relative;
  width: 363px;
}

/* line 1392, ../scss/style.scss */
.themejuice-tablet .labels-part .help2 {
  margin-top: 19px;
  position: relative;
  width: 236px;
}

/* line 1398, ../scss/style.scss */
.themejuice-mobile .labels-part .help2 {
  margin-top: 30px;
  position: relative;
  width: 264px;
  float: none;
  margin: 0px auto;
}

/* line 1406, ../scss/style.scss */
.themejuice-desktop .labels-part .help2 .lab3 {
  margin-top: 65px;
}
/* line 1409, ../scss/style.scss */
.themejuice-desktop .labels-part .help2 .lab3 p:first-child {
  font-family: 'Permanent Marker',cursive;
  font-size: 35px;
  margin-bottom: 20px;
}
/* line 1414, ../scss/style.scss */
.themejuice-desktop .labels-part .help2 .lab3 p:nth-child(2) a {
  font-family: 'Permanent Marker',cursive;
  font-size: 30px;
  color: #a81213;
}
/* line 1418, ../scss/style.scss */
.themejuice-desktop .labels-part .help2 .lab3 p:nth-child(2) a:hover {
  color: #000;
}

/* line 1425, ../scss/style.scss */
.themejuice-notebook .labels-part .help2 .lab3 {
  margin-top: 32px;
}
/* line 1428, ../scss/style.scss */
.themejuice-notebook .labels-part .help2 .lab3 p:first-child {
  font-family: 'Permanent Marker',cursive;
  font-size: 23px;
  margin-bottom: 10px;
}
/* line 1433, ../scss/style.scss */
.themejuice-notebook .labels-part .help2 .lab3 p:nth-child(2) a {
  font-family: 'Permanent Marker',cursive;
  font-size: 20px;
  color: #a81213;
}
/* line 1437, ../scss/style.scss */
.themejuice-notebook .labels-part .help2 .lab3 p:nth-child(2) a:hover {
  color: #000;
}

/* line 1444, ../scss/style.scss */
.themejuice-tablet .labels-part .help2 .lab3 {
  margin-top: 16px;
}
/* line 1447, ../scss/style.scss */
.themejuice-tablet .labels-part .help2 .lab3 p:first-child {
  font-family: 'Permanent Marker',cursive;
  font-size: 16px;
  margin-bottom: 0px;
}
/* line 1452, ../scss/style.scss */
.themejuice-tablet .labels-part .help2 .lab3 p:nth-child(2) a {
  font-family: 'Permanent Marker',cursive;
  font-size: 12px;
  color: #a81213;
}
/* line 1456, ../scss/style.scss */
.themejuice-tablet .labels-part .help2 .lab3 p:nth-child(2) a:hover {
  color: #000;
}

/* line 1463, ../scss/style.scss */
.themejuice-mobile .labels-part .help2 .lab3 {
  margin-top: 18px;
}
/* line 1466, ../scss/style.scss */
.themejuice-mobile .labels-part .help2 .lab3 p:first-child {
  font-family: 'Permanent Marker',cursive;
  font-size: 17px;
  margin-bottom: 0px;
}
/* line 1471, ../scss/style.scss */
.themejuice-mobile .labels-part .help2 .lab3 p:nth-child(2) a {
  font-family: 'Permanent Marker',cursive;
  font-size: 15px;
  color: #a81213;
}
/* line 1475, ../scss/style.scss */
.themejuice-mobile .labels-part .help2 .lab3 p:nth-child(2) a:hover {
  color: #000;
}

/* line 1482, ../scss/style.scss */
.video-part, .labels-part {
  text-align: center;
  top: 0px;
  position: absolute;
  height: 250px;
}

/* line 1490, ../scss/style.scss */
.themejuice-desktop .video-part .video-sub {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #c92d36;
}
/* line 1496, ../scss/style.scss */
.themejuice-desktop .video-part .video-title {
  font-size: 40px;
  font-family: 'Permanent Marker', cursive;
  color: black;
}

/* line 1504, ../scss/style.scss */
.themejuice-notebook .video-part .video-sub {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 2px;
  margin-left: 35px;
  color: #c92d36;
}
/* line 1512, ../scss/style.scss */
.themejuice-notebook .video-part .video-title {
  font-size: 32px;
  margin-left: 35px;
  font-family: 'Permanent Marker', cursive;
  color: black;
}

/* line 1520, ../scss/style.scss */
.themejuice-tablet .video-part {
  padding-top: 70px;
}
/* line 1522, ../scss/style.scss */
.themejuice-tablet .video-part .video-sub {
  margin-left: 35px;
  line-height: 10px;
  margin-bottom: 0px;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #c92d36;
}
/* line 1531, ../scss/style.scss */
.themejuice-tablet .video-part .video-title {
  margin-bottom: 10px;
  margin-left: 35px;
  font-size: 21px;
  font-family: 'Permanent Marker', cursive;
  color: black;
}

/* line 1541, ../scss/style.scss */
.themejuice-mobile .video-part {
  padding-top: 30px;
  width: 100%;
}
/* line 1545, ../scss/style.scss */
.themejuice-mobile .labels-part {
  top: 250px;
  padding-top: 10px;
  width: 100%;
}
/* line 1551, ../scss/style.scss */
.themejuice-mobile .video-part .video-sub {
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
  line-height: 8px;
  font-weight: bold;
  color: #c92d36;
}
/* line 1559, ../scss/style.scss */
.themejuice-mobile .video-part .video-title {
  font-size: 17px;
  line-height: 17px;
  font-family: 'Permanent Marker', cursive;
  margin-bottom: 0px;
  color: black;
}

/* line 1569, ../scss/style.scss */
.video-part iframe {
  float: right;
}

/* line 1573, ../scss/style.scss */
.themejuice-desktop .video-part iframe {
  margin-right: 30px;
  height: 375px;
  width: 609px;
  margin-top: 30px;
}

/* line 1580, ../scss/style.scss */
.themejuice-notebook .video-part iframe {
  margin-right: 10px;
  height: 300px;
  width: 495px;
  margin-top: 15px;
}

/* line 1587, ../scss/style.scss */
.themejuice-tablet .video-part iframe {
  margin-right: 5px;
  height: 200px;
  width: 327px;
  margin-top: 0px;
}

/* line 1594, ../scss/style.scss */
.themejuice-mobile .video-part iframe {
  margin-right: 10px;
  height: 161px;
  width: 263px;
  margin-top: 10px;
}

/* line 1601, ../scss/style.scss */
.video-part .video-title {
  font-size: 40px;
  font-family: 'Permanent Marker', cursive;
  color: black;
}

/* line 1607, ../scss/style.scss */
.content-video {
  position: relative;
}

/* line 1611, ../scss/style.scss */
.pen, .shutterstock, .content-video-img-mobile, .content-video-img-tablet, .content-video-img-notebook, .content-video-img, .content-slider-mobile, .content-slider-tablet, .content-slider-notebook, .content-slider {
  display: none;
}

/* line 1615, ../scss/style.scss */
.themejuice-mobile .content-video-img-mobile, .themejuice-tablet .content-video-img-tablet, .themejuice-notebook .content-video-img-notebook {
  display: block;
}

/* line 1620, ../scss/style.scss */
.themejuice-desktop .content-video-img, .themejuice-desktop .pen, .themejuice-desktop .shutterstock {
  display: block;
}

/* line 1625, ../scss/style.scss */
.themejuice-mobile .content-slider-mobile, .themejuice-tablet .content-slider-tablet, .themejuice-notebook .content-slider-notebook {
  display: block;
}

/* line 1630, ../scss/style.scss */
.themejuice-desktop .content-slider {
  display: block;
}
/* line 1633, ../scss/style.scss */
.themejuice-desktop footer .footer-menu {
  margin-right: 50px;
  float: right;
}

/* line 1639, ../scss/style.scss */
.themejuice-notebook footer .footer-menu {
  margin-right: 20px;
  float: right;
}

/* line 1644, ../scss/style.scss */
footer .footer-menu {
  width: 860px;
}
/* line 1646, ../scss/style.scss */
footer .footer-menu ul.menu {
  text-decoration: none;
  list-style: none;
  margin-left: 0px;
}
/* line 1650, ../scss/style.scss */
footer .footer-menu ul.menu li a {
  font-family: 'Open Sans', cursive;
  float: left;
  font-size: 14px;
  margin-right: 15px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

/* line 1663, ../scss/style.scss */
.themejuice-notebook .nav {
  height: 41px;
}
/* line 1666, ../scss/style.scss */
.themejuice-notebook header {
  height: 271px;
}

/* line 1671, ../scss/style.scss */
.themejuice-mobile footer .menu-header-menu-container, .themejuice-tablet footer .menu-header-menu-container {
  display: none;
}

/* line 1676, ../scss/style.scss */
footer .last-line img {
  float: left;
}
/* line 1679, ../scss/style.scss */
footer .last-line .footer-address {
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  font-family: 'Open Sans', cursive;
  margin-bottom: 0px;
  color: #a81213;
  font-size: 14px;
}

/* line 1690, ../scss/style.scss */
.themejuice-tablet .footer-menu {
  margin-top: 15px;
  width: 640px;
}
/* line 1693, ../scss/style.scss */
.themejuice-tablet .footer-menu .last-line img {
  margin-left: 15px;
}

/* line 1698, ../scss/style.scss */
.themejuice-mobile .footer-menu {
  margin-top: 15px;
  width: 320px;
}
/* line 1699, ../scss/style.scss */
.themejuice-mobile .footer-menu .last-line img {
  margin-left: 15px;
}

/* line 1706, ../scss/style.scss */
.themejuice-tablet header .nav-mobile {
  width: 619px;
  background-color: #d7bc00;
}

/* line 1711, ../scss/style.scss */
.backtotop {
  display: none;
}

/* line 1716, ../scss/style.scss */
.themejuice-mobile .backtotop {
  display: block;
  font-family: 'Open Sans', cursive;
  background-image: url("../../images/back-to-top.png");
  background-repeat: no-repeat;
  background-position: center left;
  width: 85px;
  padding-left: 15px;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
}
/* line 1731, ../scss/style.scss */
.themejuice-mobile .last-line img {
  display: none;
}

/* line 1736, ../scss/style.scss */
.last-line p {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
  margin-left: 20px;
  font-family: 'Open Sans', cursive;
  margin-bottom: 0px;
  color: #a81213;
  font-size: 14px;
}

/* line 1748, ../scss/style.scss */
.themejuice-tablet .last-line img, .themejuice-tablet .last-line span {
  display: block;
  float: none;
}

/* line 1754, ../scss/style.scss */
.themejuice-mobile .last-line span {
  display: block;
  float: none;
}

/* line 1762, ../scss/style.scss */
.themejuice-mobile .last-line span p:nth-child(1) {
  margin-top: 0px;
}
/* line 1765, ../scss/style.scss */
.themejuice-mobile .last-line span p:nth-child(2) {
  background-image: url("../../images/pointer.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
}
/* line 1771, ../scss/style.scss */
.themejuice-mobile .last-line span p:nth-child(3) {
  background-image: url("../../images/phone.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
}

/* line 1779, ../scss/style.scss */
.themejuice-desktop .last-line p:nth-child(4), .themejuice-notebook .last-line p:nth-child(4) {
  float: right;
  margin-right: 70px;
}

/* line 1784, ../scss/style.scss */
.last-line p:nth-child(4) {
  color: #b0b0b0;
  font-size: 11px;
}

/* line 1789, ../scss/style.scss */
.themejuice-desktop .page-content {
  background-image: url("../../images/subpage-desktop-middle.png");
  background-repeat: repeat-y;
}

/* line 1794, ../scss/style.scss */
.themejuice-notebook .page-content {
  background-image: url("../../images/subpage-notebook-middle.png");
  background-repeat: repeat-y;
}

/* line 1799, ../scss/style.scss */
.themejuice-tablet .page-content {
  background-image: url("../../images/subpage-tablet-middle.png");
  background-repeat: repeat-y;
}

/* line 1804, ../scss/style.scss */
.themejuice-mobile .page-content {
  background-image: url("../../images/subpage-mobile-middle.png");
  background-repeat: repeat-y;
}

/* line 1809, ../scss/style.scss */
.themejuice-desktop .subpage-content {
  width: 850px;
  margin-left: 75px;
}

/* line 1814, ../scss/style.scss */
.themejuice-notebook .subpage-content {
  width: 540px;
  margin-left: 75px;
}

/* line 1819, ../scss/style.scss */
.themejuice-tablet .subpage-content {
  width: 570px;
  margin-left: 30px;
}

/* line 1824, ../scss/style.scss */
.themejuice-mobile .subpage-content {
  width: 270px;
  margin-left: 20px;
}

/* line 1829, ../scss/style.scss */
.themejuice-desktop .subpage-content img.wp-post-image {
  margin-bottom: 25px;
  margin-left: -10px;
  float: left;
}

/* line 1835, ../scss/style.scss */
.themejuice-notebook .subpage-content img.wp-post-image, .themejuice-tablet .subpage-content img.wp-post-image {
  margin-bottom: 25px;
  margin-left: -35px;
  float: left;
}

/* line 1841, ../scss/style.scss */
.themejuice-mobile .subpage-content img.wp-post-image {
  display: none;
}

/*.themejuice-desktop .subpage-content p img.alignleft{  

   
    margin-left: -10px;
    float: left;
}

.themejuice-notebook .subpage-content p img.alignleft,
.themejuice-tablet .subpage-content p img.alignleft{
    margin-left: -35px;
    float: left;
}

.themejuice-mobile .subpage-content p img.alignleft{
    display: none;
}*/
/* line 1862, ../scss/style.scss */
.themejuice-desktop .subpage-content h1, .themejuice-notebook .subpage-content h1, .themejuice-tablet .subpage-content h1 {
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  font-size: 42px;
  color: #a12026;
}

/* line 1869, ../scss/style.scss */
.themejuice-desktop .subpage-content h2, .themejuice-notebook .subpage-content h2, .themejuice-tablet .subpage-content h2 {
  font-family: 'Permanent Marker', cursive;
  font-size: 24px;
  color: #a12026;
}

/* line 1875, ../scss/style.scss */
.themejuice-desktop .subpage-content h3, .themejuice-notebook .subpage-content h3, .themejuice-tablet .subpage-content h3 {
  font-family: 'Permanent Marker', cursive;
  font-size: 18px;
  color: #000;
}

/* line 1881, ../scss/style.scss */
.themejuice-desktop .subpage-content h4, .themejuice-notebook .subpage-content h4, .themejuice-tablet .subpage-content h4 {
  font-family: 'Open Sans', cursive;
  font-size: 18px;
  color: #a12026;
}

/* line 1887, ../scss/style.scss */
.themejuice-desktop .subpage-content p, .themejuice-notebook .subpage-content p, .themejuice-tablet .subpage-content p {
  font-family: 'Open Sans', cursive;
  font-size: 14px;
  color: #000;
}

/* line 1894, ../scss/style.scss */
.themejuice-mobile .subpage-content h1, .themejuice-mobile .subpage-content h2 {
  font-family: 'Permanent Marker', cursive;
  font-size: 20px;
  color: #a12026;
}
/* line 1899, ../scss/style.scss */
.themejuice-mobile .subpage-content h3 {
  font-family: 'Permanent Marker', cursive;
  font-size: 16px;
  color: #000;
}
/* line 1904, ../scss/style.scss */
.themejuice-mobile .subpage-content h4 {
  font-family: 'Open Sans', cursive;
  font-size: 18px;
  color: #a12026;
}
/* line 1909, ../scss/style.scss */
.themejuice-mobile .subpage-content p {
  line-height: 17px;
  font-family: 'Open Sans', cursive;
  font-size: 12px;
  color: #000;
}

/* line 1917, ../scss/style.scss */
.themejuice-desktop .labels-part-subpage {
  padding-top: 25px;
  right: 33px;
  position: absolute;
  padding-left: 5px;
  top: 55px;
  background-image: url("../../images/sidebar-background.png");
  background-repeat: no-repeat;
}

/* line 1927, ../scss/style.scss */
.themejuice-notebook .labels-part-subpage {
  padding-top: 25px;
  right: 13px;
  position: absolute;
  padding-left: 5px;
  top: 55px;
  background-image: url("../../images/sidebar-background.png");
  background-repeat: no-repeat;
}

/* line 1937, ../scss/style.scss */
.labels-part-subpage {
  width: 290px;
}
/* line 1938, ../scss/style.scss */
.labels-part-subpage p {
  text-shadow: 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white;
}

/* line 1944, ../scss/style.scss */
.themejuice-tablet .labels-part-subpage {
  width: 585px;
}

/* line 1948, ../scss/style.scss */
.themejuice-mobile .labels-part-subpage {
  margin-left: -13px;
}

/* line 1952, ../scss/style.scss */
.labels-part-subpage a {
  text-decoration: none;
}

/* line 1957, ../scss/style.scss */
.themejuice-tablet .labels-part-subpage .first-side, .themejuice-tablet .labels-part-subpage .second-side {
  margin-top: 25px;
  float: left;
  width: 290px;
}
/* line 1962, ../scss/style.scss */
.themejuice-tablet .labels-part-subpage .help {
  margin-top: 10px;
}

/* line 1967, ../scss/style.scss */
.themejuice-mobile .labels-part-subpage .warning-text, .themejuice-tablet .labels-part-subpage .warning-text {
  margin-top: 0px;
}

/* line 1972, ../scss/style.scss */
.labels-part-subpage .help, .labels-part-subpage .activity {
  position: relative;
}
/* line 1975, ../scss/style.scss */
.labels-part-subpage .help2 {
  position: relative;
}
/* line 1977, ../scss/style.scss */
.labels-part-subpage .help2 .lab3 {
  margin: 0px auto;
  left: 0px;
  right: 0px;
  position: absolute;
  top: -15px;
  text-align: center;
}
/* line 1986, ../scss/style.scss */
.labels-part-subpage .help .lab2 {
  margin: 0px auto;
  left: 0px;
  right: 0px;
  position: absolute;
  top: -15px;
  text-align: center;
}
/* line 1994, ../scss/style.scss */
.labels-part-subpage .activity .lab1 {
  margin: 0px auto;
  left: 0px;
  right: 0px;
  position: absolute;
  top: -15px;
  text-align: center;
}
/* line 2002, ../scss/style.scss */
.labels-part-subpage .activity .lab1 p:first-child {
  font-family: 'Open Sans', sans-serif;
  line-height: 10px;
  font-size: 12px;
  margin-top: 35px;
  margin-bottom: 0px;
}
/* line 2009, ../scss/style.scss */
.labels-part-subpage .activity .lab1 p:nth-child(2) {
  margin-bottom: 0px;
  font-family: 'Permanent Marker', cursive;
  font-size: 21px;
}
/* line 2014, ../scss/style.scss */
.labels-part-subpage .activity .lab1 p:nth-child(3) {
  margin-top: 5px;
}
/* line 2016, ../scss/style.scss */
.labels-part-subpage .activity .lab1 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  font-size: 20px;
  color: #a81213;
}
/* line 2020, ../scss/style.scss */
.labels-part-subpage .activity .lab1 p:nth-child(3) a:hover {
  color: #000;
}
/* line 2027, ../scss/style.scss */
.labels-part-subpage .help .lab2 {
  margin-top: 10px;
}
/* line 2029, ../scss/style.scss */
.labels-part-subpage .help .lab2 p {
  color: #a81213;
}
/* line 2031, ../scss/style.scss */
.labels-part-subpage .help .lab2 p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 10px;
  margin-top: 33px;
  margin-bottom: 0px;
}
/* line 2038, ../scss/style.scss */
.labels-part-subpage .help .lab2 p:nth-child(2) {
  font-family: 'Permanent Marker', cursive;
  font-size: 23px;
  margin-bottom: 0px;
}
/* line 2043, ../scss/style.scss */
.labels-part-subpage .help .lab2 p:nth-child(3) {
  margin-top: 2px;
}
/* line 2045, ../scss/style.scss */
.labels-part-subpage .help .lab2 p:nth-child(3) a {
  font-family: 'Permanent Marker', cursive;
  color: #000;
  font-size: 20px;
  margin-bottom: 0px;
}
/* line 2050, ../scss/style.scss */
.labels-part-subpage .help .lab2 p:nth-child(3) a:hover {
  color: #a81213;
}
/* line 2057, ../scss/style.scss */
.labels-part-subpage .help2 .lab3 {
  margin-top: 32px;
}
/* line 2060, ../scss/style.scss */
.labels-part-subpage .help2 .lab3 p:first-child {
  font-family: 'Permanent Marker',cursive;
  font-size: 23px;
  margin-bottom: 8px;
  margin-top: 6px;
}
/* line 2066, ../scss/style.scss */
.labels-part-subpage .help2 .lab3 p:nth-child(2) a {
  font-family: 'Permanent Marker',cursive;
  font-size: 20px;
  color: #a81213;
}
/* line 2070, ../scss/style.scss */
.labels-part-subpage .help2 .lab3 p:nth-child(2) a:hover {
  color: #000;
}

/* line 2078, ../scss/style.scss */
.warning-text {
  margin-top: 35px;
  text-align: center;
  padding: 10px;
  margin-bottom: 35px;
}
/* line 2083, ../scss/style.scss */
.warning-text h4 {
  margin: 0px;
}
/* line 2086, ../scss/style.scss */
.warning-text p {
  margin: 0px;
  line-height: 13px;
  text-shadow: none;
}

/* line 2093, ../scss/style.scss */
.footer-menu .menu-item a:hover {
  color: #a81213;
}

/* line 2097, ../scss/style.scss */
.slider a {
  text-decoration: none;
}
/* line 2099, ../scss/style.scss */
.slider a:hover {
  color: white;
}

/* line 2104, ../scss/style.scss */
.themejuice-desktop .home {
  position: absolute;
  width: 59%;
  margin-left: 24px;
  height: 42%;
  margin-top: 25px;
}

/* line 2112, ../scss/style.scss */
.themejuice-notebook .home {
  position: absolute;
  width: 59%;
  margin-left: 26px;
  height: 42%;
  margin-top: 25px;
}

/* line 2120, ../scss/style.scss */
.themejuice-tablet .home {
  position: absolute;
  width: 71%;
  margin-left: 5px;
  height: 41%;
  margin-top: 9px;
}

/* line 2128, ../scss/style.scss */
.themejuice-mobile .home {
  position: absolute;
  width: 71%;
  margin-left: 4px;
  height: 36%;
  margin-top: 9px;
}

/* line 2136, ../scss/style.scss */
.home {
  background-image: url("../../images/pixel.png");
}

/*
END
======================================================================
======================================================================
======================================================================
======================================================================
======================================================================
START NEW STYLES - 12/18/13
*/
/* DROPDOWN FOR MAIN NAV 
====================================================================== */
/* line 2174, ../scss/style.scss */
.page-content {
  min-height: 600px;
}
/* line 2177, ../scss/style.scss */
.page-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2179, ../scss/style.scss */
.page-content .content {
  padding-top: 14px;
}

/* line 2181, ../scss/style.scss */
.content {
  padding-top: 0px;
}

/* line 2182, ../scss/style.scss */
footer ul li ul {
  display: none;
}

/* line 2183, ../scss/style.scss */
.nav-mobile ul li ul {
  display: none;
}

/* line 2185, ../scss/style.scss */
.nav ul li {
  position: relative;
  padding-bottom: 40px;
}
/* line 2189, ../scss/style.scss */
.nav ul li ul {
  color: #000;
  position: absolute;
  display: none;
  top: 30px;
  left: 0;
  width: 300px;
  background: url("../../images/dropdown_bg.jpg") #d8bd00;
  z-index: 99;
}
/* line 2199, ../scss/style.scss */
.themejuice-notebook .nav ul li ul {
  left: -20px;
}
/* line 2201, ../scss/style.scss */
.nav ul li ul:before {
  content: " ";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  background: url("../../images/dropdown_pseudo.png") top repeat;
  overflow: hidden;
}
/* line 2213, ../scss/style.scss */
.nav ul li ul:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  background: url("../../images/dropdown_pseudo.png") bottom repeat;
  overflow: hidden;
}
/* line 2225, ../scss/style.scss */
.nav ul li ul a {
  color: #000 !important;
}
/* line 2228, ../scss/style.scss */
.nav ul li ul a:hover {
  color: #a12026 !important;
}
/* line 2231, ../scss/style.scss */
.nav ul li ul li {
  color: black;
  text-align: left !important;
  width: 260px !important;
  padding: 10px 20px;
  border-top: 1px solid #c4b022;
  border-bottom: 1px solid #c4b022;
}
/* line 2239, ../scss/style.scss */
.nav ul li ul li + li {
  border-top: none;
}
/* line 2247, ../scss/style.scss */
.nav ul li:hover ul.sub-menu {
  display: block;
}

/* LIFE DYNAMICS GLOBALS
===================================================== */
/* line 99, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999999999;
  backface-visibility: hidden;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
/* line 108, ../scss/elements/_global-header.scss */
.themejuice-mobile .life-dynamics__global-pop-up__wrapper {
  display: none;
  visibility: hidden;
}
/* line 119, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  background: #2a2a2c;
  background: url(/wp-content/themes/trellis/images/_globalNav/popup_bg.jpg) center top repeat;
  border: 2px solid #49a8dd;
  margin: 0 auto 0;
  padding: 1em 2em;
}
/* line 128, ../scss/elements/_global-header.scss */
.themejuice-desktop .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up {
  margin-top: 260px;
}
/* line 129, ../scss/elements/_global-header.scss */
.themejuice-notebook .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up {
  margin-top: 200px;
}
/* line 130, ../scss/elements/_global-header.scss */
.themejuice-tablet .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up {
  margin-top: 140px;
}
/* line 131, ../scss/elements/_global-header.scss */
.themejuice-mobile .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up {
  margin-top: 40px;
}
/* line 133, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up a, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up p, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up ul, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up li, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up h1, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up h2 {
  font: 14px "Open Sans", sans-serif;
  display: inline;
  color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: none;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* line 20, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up a:hover, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up p:hover, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up ul:hover, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up li:hover, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up h1:hover, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up h2:hover {
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/* line 134, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up strong {
  font-weight: 900;
}
/* line 136, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up h1 {
  display: block;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 900;
}
/* line 143, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up h2 {
  display: block;
  text-transform: uppercase;
  font-size: 2em;
  margin: 0 0 0.25em;
  color: #49a8dd;
}
/* line 150, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up h2:hover {
  color: #49a8dd;
}
/* line 153, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up hr {
  width: 25%;
  border-color: #4a4a4c;
}
/* line 155, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up p {
  display: block;
  font-size: 16px;
  margin: 1em 0;
  color: white;
}
/* line 157, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links {
  zoom: 1;
  display: block;
  margin-top: 2em;
}
/* line 30, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links:before, .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 36, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links:after {
  clear: both;
}
/* line 162, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 2em;
}
/* line 171, ../scss/elements/_global-header.scss */
.themejuice-notebook .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a, .themejuice-desktop .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a {
  float: right;
}
/* line 174, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a.life-dynamics__button--primary {
  background: #49a8dd;
  border: 2px solid #49a8dd;
}
/* line 178, ../scss/elements/_global-header.scss */
.themejuice-notebook .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a.life-dynamics__button--primary, .themejuice-desktop .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a.life-dynamics__button--primary {
  margin-left: 0.5em;
}
/* line 180, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a.life-dynamics__button--primary:hover {
  background: #2a5c7c;
  border: 2px solid #2a5c7c;
}
/* line 185, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a.life-dynamics__button--secondary {
  border: 2px solid #49a8dd;
}
/* line 188, ../scss/elements/_global-header.scss */
.themejuice-tablet .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a.life-dynamics__button--secondary, .themejuice-mobile .life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a.life-dynamics__button--secondary {
  margin-top: 0.5em;
}
/* line 190, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__global-pop-up--links a.life-dynamics__button--secondary:hover {
  border: 2px solid #2a5c7c;
}
/* line 198, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__pop-up--secondary-exit {
  position: absolute;
  top: -2em;
  right: 0;
}
/* line 203, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__pop-up--secondary-exit i {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
/* line 209, ../scss/elements/_global-header.scss */
.life-dynamics__global-pop-up__wrapper .life-dynamics__global-pop-up .life-dynamics__pop-up--secondary-exit i:hover {
  color: #d51d12;
}

/* line 218, ../scss/elements/_global-header.scss */
.life-dynamics__copyright__content {
  position: relative;
  display: none;
  visibility: hidden;
  left: -9999px;
  text-indent: -9999px;
}

/* line 226, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  position: relative;
  height: 130px;
  border-bottom: 1px solid #2a2a2c;
  z-index: 999999;
}
/* line 233, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper.grunge {
  background: url(/wp-content/themes/trellis/images/_globalNav/nav__bg--worn.jpg) center bottom repeat;
}
/* line 234, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper.steel {
  background: url(/wp-content/themes/trellis/images/_globalNav/nav__bg--steel.jpg) center bottom repeat;
}
/* line 235, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper.machined {
  background: url(/wp-content/themes/trellis/images/_globalNav/nav__bg--machined.jpg) center bottom repeat;
}
/* line 236, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper.milled {
  background: url(/wp-content/themes/trellis/images/_globalNav/nav__bg--milled.jpg) center bottom repeat;
}
/* line 237, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper.aluminum {
  background: url(/wp-content/themes/trellis/images/_globalNav/nav__bg--aluminum.jpg) center bottom repeat;
}
/* line 239, ../scss/elements/_global-header.scss */
.themejuice-desktop .life-dynamics__global-nav__wrapper, .themejuice-notebook .life-dynamics__global-nav__wrapper, .themejuice-tablet .life-dynamics__global-nav__wrapper {
  display: none;
}
/* line 245, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper.visited {
  display: block;
  height: 95px;
}
/* line 249, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper.visited .life-dynamics__global-nav .life-dynamics__logo {
  max-width: 400px;
}
/* line 256, ../scss/elements/_global-header.scss */
.themejuice-mobile .life-dynamics__global-nav__wrapper {
  height: 70px !important;
}
/* line 273, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper a, .life-dynamics__global-nav__wrapper p, .life-dynamics__global-nav__wrapper ul, .life-dynamics__global-nav__wrapper li, .life-dynamics__global-nav__wrapper h1 {
  font: 14px "Open Sans", sans-serif;
  display: inline;
  color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: none;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* line 20, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper a:hover, .life-dynamics__global-nav__wrapper p:hover, .life-dynamics__global-nav__wrapper ul:hover, .life-dynamics__global-nav__wrapper li:hover, .life-dynamics__global-nav__wrapper h1:hover {
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/* line 274, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav__wrapper strong {
  font-weight: 900;
}

/* line 277, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav {
  position: relative;
  float: none !important;
  margin: 0 auto !important;
  padding: 0 10px;
}
/* line 283, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__logo {
  position: relative;
  max-width: 600px;
  max-height: 100px;
  padding: 10px 0 0;
}
/* line 289, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__logo.left {
  float: left;
  margin: 0 0 0 -2em;
}
/* line 294, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__logo.center {
  margin: 0 auto;
}
/* line 298, ../scss/elements/_global-header.scss */
.themejuice-desktop .life-dynamics__global-nav .life-dynamics__logo, .themejuice-notebook .life-dynamics__global-nav .life-dynamics__logo, .themejuice-tablet .life-dynamics__global-nav .life-dynamics__logo {
  left: -9999px;
}
/* line 304, ../scss/elements/_global-header.scss */
.themejuice-mobile .life-dynamics__global-nav .life-dynamics__logo {
  margin: 0;
  padding: 6px;
}
/* line 310, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__tagline {
  display: none;
  float: left;
  margin-top: 14px;
  margin-left: 8px;
}
/* line 316, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__tagline h1 {
  color: #49a8dd;
  font-weight: 900;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.25);
}
/* line 322, ../scss/elements/_global-header.scss */
.themejuice-mobile .life-dynamics__global-nav .life-dynamics__tagline, .themejuice-tablet .life-dynamics__global-nav .life-dynamics__tagline {
  display: none;
}
/* line 325, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites {
  float: right;
  margin-top: 14px;
}
/* line 329, ../scss/elements/_global-header.scss */
.themejuice-desktop .life-dynamics__global-nav .life-dynamics__sites {
  margin-top: 74px;
}
/* line 330, ../scss/elements/_global-header.scss */
.themejuice-notebook .life-dynamics__global-nav .life-dynamics__sites {
  margin-top: 50px;
}
/* line 331, ../scss/elements/_global-header.scss */
.themejuice-tablet .life-dynamics__global-nav .life-dynamics__sites {
  margin-top: 4px;
}
/* line 333, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites p {
  color: white;
  float: right;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0.5em 0 0;
  text-shadow: 2px -2px 5px #000;
}
/* line 342, ../scss/elements/_global-header.scss */
.themejuice-mobile .life-dynamics__global-nav .life-dynamics__sites p {
  display: none;
}
/* line 345, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav {
  float: right;
  display: block;
  list-style: none;
  margin: 0;
}
/* line 351, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav #life-dynamics__nav--hook {
  cursor: pointer !important;
}
/* line 354, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav #life-dynamics__nav--hook i {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: white;
  font-size: 24px;
  text-shadow: 2px -2px 5px #000;
}
/* line 360, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav #life-dynamics__nav--hook i:hover {
  color: #89c7e9;
}
/* line 364, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu {
  position: absolute;
  top: 70px;
  right: 10px;
  z-index: 99999999;
}
/* line 370, ../scss/elements/_global-header.scss */
.themejuice-tablet .life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu, .themejuice-desktop .life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu {
  top: 120px;
}
/* line 371, ../scss/elements/_global-header.scss */
.themejuice-notebook .life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu {
  top: 90px;
}
/* line 373, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu ul {
  zoom: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  display: none;
  list-style: none;
  width: 300px;
  margin: 0;
}
/* line 30, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu ul:before, .life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 36, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu ul:after {
  clear: both;
}
/* line 381, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu ul li {
  float: left;
  display: block;
  width: 100%;
  background: #4a4a4c;
  background: url(/wp-content/themes/trellis/images/_globalNav/dropdown_bg.jpg) center bottom repeat;
  border-bottom: 1px solid #3b3b3d;
}
/* line 389, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu ul li:hover {
  background: url(/wp-content/themes/trellis/images/_globalNav/dropdown_bg.jpg) center top repeat;
}
/* line 391, ../scss/elements/_global-header.scss */
.life-dynamics__global-nav .life-dynamics__sites #life-dynamics__nav li.submenu ul li a {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 12px;
  color: black;
  text-shadow: 2px -1px 2px rgba(255, 255, 255, 0.5);
}

/* line 409, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip, .style-options {
  position: fixed;
  top: 200px;
  left: -99px;
  z-index: 999999;
}
/* line 415, ../scss/elements/_global-header.scss */
.themejuice-mobile .life-dynamics__global__zeroclip, .themejuice-mobile .style-options {
  display: none;
}
/* line 419, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a, .style-options a {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  position: relative;
  background: #000;
  padding: 8px;
  cursor: pointer;
  border: 1px solid #009DC2;
}
/* line 429, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a i, .style-options a i {
  font-size: 24px;
}
/* line 433, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a span, .style-options a span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 52px;
  top: 6px;
  width: 200px;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  text-align: center;
  display: none;
  cursor: default !important;
}
/* line 445, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a span:before, .style-options a span:before {
  display: block;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.6);
  border-bottom: 6px solid transparent;
  content: " ";
  position: absolute;
  top: 9px;
  left: -6px;
}
/* line 454, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a span.life-dynamics__tooltip--success, .style-options a span.life-dynamics__tooltip--success {
  display: none;
  width: 210px;
}
/* line 456, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a.life-dynamics__zeroclip--success, .style-options a.life-dynamics__zeroclip--success {
  opacity: 0.5;
}
/* line 459, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a.life-dynamics__zeroclip--success span.life-dynamics__tooltip, .style-options a.life-dynamics__zeroclip--success span.life-dynamics__tooltip {
  display: none !important;
}
/* line 462, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a.zeroclipboard-is-hover, .style-options a.zeroclipboard-is-hover {
  opacity: 1;
}
/* line 465, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a.zeroclipboard-is-hover span.life-dynamics__tooltip, .style-options a.zeroclipboard-is-hover span.life-dynamics__tooltip {
  display: block;
}
/* line 469, ../scss/elements/_global-header.scss */
.life-dynamics__global__zeroclip a.zeroclipboard-is-hover.life-dynamics__zeroclip--success span, .style-options a.zeroclipboard-is-hover.life-dynamics__zeroclip--success span {
  display: block;
}

/* line 480, ../scss/elements/_global-header.scss */
.style-options {
  top: 242px;
  left: 0;
}
/* line 485, ../scss/elements/_global-header.scss */
.style-options a {
  display: block;
  margin-top: 0.5em;
  opacity: 0.25;
}
/* line 491, ../scss/elements/_global-header.scss */
.style-options a span {
  text-align: left;
  padding: 0.25em 0.5em;
  background: none;
}
/* line 496, ../scss/elements/_global-header.scss */
.style-options a span:before {
  display: none;
}
/* line 499, ../scss/elements/_global-header.scss */
.style-options a:hover {
  opacity: 1;
}
/* line 502, ../scss/elements/_global-header.scss */
.style-options a:hover span.life-dynamics__tooltip {
  display: block;
}
/* line 507, ../scss/elements/_global-header.scss */
.style-options a:hover.life-dynamics__zeroclip--success span {
  display: block;
}

#theme-errors {
  display: none !important;
}