/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*
 *  Dimension variables
 */
/*
 * Font vars
 */
/**
* Taken from https://gist.github.com/brubrant/3166895
* to fix this issue:
* https://github.com/chriseppstein/compass/issues/617
*/
@import url(http://fonts.googleapis.com/css?family=Raleway:500,700,800,200);
/* line 10, sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

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

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

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

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

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

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

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

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

/* line 79, sass/_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 91, sass/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 212, sass/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 9, sass/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  line-height: 20px;
  color: #000;
  background-color: #fff;
}

/* line 22, sass/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none;
}

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

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

/* line 41, sass/_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 50, sass/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 564, sass/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.row:after {
  clear: both;
}

/* line 569, sass/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 576, sass/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 590, sass/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 590, sass/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 590, sass/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 590, sass/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 590, sass/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 590, sass/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 590, sass/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 590, sass/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 590, sass/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 590, sass/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 590, sass/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 590, sass/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 597, sass/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 597, sass/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 597, sass/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 597, sass/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 597, sass/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 597, sass/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 597, sass/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 597, sass/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 597, sass/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 597, sass/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 597, sass/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 597, sass/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 613, sass/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.row-fluid:after {
  clear: both;
}
/* line 616, sass/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left !important;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}
/* line 622, sass/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 627, sass/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span12 {
  width: 100% !important;
  *width: 99.94681% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span11 {
  width: 91.48936% !important;
  *width: 91.43617% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span10 {
  width: 82.97872% !important;
  *width: 82.92553% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span9 {
  width: 74.46809% !important;
  *width: 74.41489% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span8 {
  width: 65.95745% !important;
  *width: 65.90426% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span7 {
  width: 57.44681% !important;
  *width: 57.39362% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span6 {
  width: 48.93617% !important;
  *width: 48.88298% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span5 {
  width: 40.42553% !important;
  *width: 40.37234% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span4 {
  width: 31.91489% !important;
  *width: 31.8617% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span3 {
  width: 23.40426% !important;
  *width: 23.35106% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span2 {
  width: 14.89362% !important;
  *width: 14.84043% !important;
}
/* line 639, sass/_mixins.scss */
.row-fluid .span1 {
  width: 6.38298% !important;
  *width: 6.32979% !important;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
/* line 646, sass/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
/* line 647, sass/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}

/* line 13, sass/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 18, sass/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, sass/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, sass/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, sass/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, sass/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 1.275em;
  font-weight: 200;
  line-height: 30px;
}

/* line 24, sass/_type.scss */
small {
  font-size: 85%;
}

/* line 26, sass/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, sass/_type.scss */
em {
  font-style: italic;
}

/* line 28, sass/_type.scss */
cite {
  font-style: normal;
}

/* line 31, sass/_type.scss */
.muted {
  color: #999;
}

/* line 32, sass/_type.scss */
a.muted:hover {
  color: gray;
}

/* line 34, sass/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 35, sass/_type.scss */
a.text-warning:hover {
  color: #a47e3c;
}

/* line 37, sass/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 38, sass/_type.scss */
a.text-error:hover {
  color: #953b39;
}

/* line 40, sass/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 41, sass/_type.scss */
a.text-info:hover {
  color: #2d6987;
}

/* line 43, sass/_type.scss */
.text-success {
  color: #468847;
}

/* line 44, sass/_type.scss */
a.text-success:hover {
  color: #356635;
}

/* line 50, sass/_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 57, sass/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 64, sass/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 68, sass/_type.scss */
h1 {
  font-size: 2.3375em;
}

/* line 69, sass/_type.scss */
h2 {
  font-size: 1.9125em;
}

/* line 70, sass/_type.scss */
h3 {
  font-size: 1.4875em;
}

/* line 71, sass/_type.scss */
h4 {
  font-size: 1.0625em;
}

/* line 72, sass/_type.scss */
h5 {
  font-size: 0.85em;
}

/* line 73, sass/_type.scss */
h6 {
  font-size: 0.7225em;
}

/* line 75, sass/_type.scss */
h1 small {
  font-size: 1.4875em;
}

/* line 76, sass/_type.scss */
h2 small {
  font-size: 1.0625em;
}

/* line 77, sass/_type.scss */
h3 small {
  font-size: 0.85em;
}

/* line 78, sass/_type.scss */
h4 small {
  font-size: 0.85em;
}

/* line 84, sass/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

/* line 96, sass/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 100, sass/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 106, sass/_type.scss */
li {
  line-height: 20px;
}

/* line 111, sass/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 118, sass/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 122, sass/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 130, sass/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 133, sass/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 137, sass/_type.scss */
dt {
  font-weight: bold;
}

/* line 140, sass/_type.scss */
dd {
  margin-left: 10px;
}

/* line 144, sass/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 146, sass/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 153, sass/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 162, sass/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 170, sass/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 176, sass/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 182, sass/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
/* line 186, sass/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
/* line 190, sass/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
/* line 194, sass/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 200, sass/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
/* line 206, sass/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 211, sass/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 214, sass/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 222, sass/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 230, sass/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 17, sass/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/active states of certain elements */
/* line 32, sass/_sprites.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: url("../img/glyphicons-halflings-white.png");
}

/* line 48, sass/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 49, sass/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 50, sass/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 51, sass/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 52, sass/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 53, sass/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 54, sass/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 55, sass/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 56, sass/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 57, sass/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 58, sass/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 59, sass/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 60, sass/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 61, sass/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 62, sass/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 63, sass/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 64, sass/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 65, sass/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 66, sass/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 67, sass/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 69, sass/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 70, sass/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 71, sass/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 72, sass/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 73, sass/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 74, sass/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 75, sass/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 76, sass/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 77, sass/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 78, sass/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 79, sass/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 80, sass/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 81, sass/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 82, sass/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 83, sass/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 84, sass/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 85, sass/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 86, sass/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 87, sass/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 88, sass/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 90, sass/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 91, sass/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 92, sass/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 93, sass/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 94, sass/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 95, sass/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 96, sass/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 97, sass/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 98, sass/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 99, sass/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 100, sass/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 101, sass/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 102, sass/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 103, sass/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 104, sass/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 105, sass/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 106, sass/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 107, sass/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 108, sass/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 109, sass/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 111, sass/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 112, sass/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 113, sass/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 114, sass/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 115, sass/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 116, sass/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 117, sass/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 118, sass/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 119, sass/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 120, sass/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 121, sass/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 122, sass/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 123, sass/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 124, sass/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 125, sass/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 126, sass/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 127, sass/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 128, sass/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 129, sass/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 130, sass/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 132, sass/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 133, sass/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 134, sass/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 135, sass/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 136, sass/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 137, sass/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 138, sass/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 139, sass/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 140, sass/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 141, sass/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 142, sass/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 143, sass/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 144, sass/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 145, sass/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 146, sass/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 147, sass/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 148, sass/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 149, sass/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 150, sass/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 151, sass/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 153, sass/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 154, sass/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 155, sass/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 156, sass/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 157, sass/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 158, sass/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 159, sass/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 160, sass/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 161, sass/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 162, sass/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 163, sass/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 164, sass/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 165, sass/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 166, sass/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 167, sass/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 168, sass/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 169, sass/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
}

/* line 170, sass/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 171, sass/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 172, sass/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 174, sass/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 175, sass/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 176, sass/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 177, sass/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 178, sass/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 179, sass/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 180, sass/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 181, sass/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 182, sass/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 183, sass/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 184, sass/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 185, sass/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 186, sass/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 187, sass/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 188, sass/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 189, sass/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 190, sass/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 191, sass/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 192, sass/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 193, sass/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 7, sass/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

/* line 41, sass/_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: #fff;
  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 64, sass/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 70, sass/_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 #fff;
}
/* line 75, sass/_dropdowns.scss */
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

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

/* line 98, sass/_dropdowns.scss */
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 109, sass/_dropdowns.scss */
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}

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

/* line 124, sass/_dropdowns.scss */
.open {
  *z-index: 1000;
}
/* line 129, sass/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

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

/* line 148, sass/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
/* line 154, sass/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

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

/* line 167, sass/_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 174, sass/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 179, sass/_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 188, sass/_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 201, sass/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 206, sass/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 212, sass/_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 222, sass/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

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

/* line 9, sass/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 16, sass/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, sass/_navs.scss */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 26, sass/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 31, sass/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 36, sass/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 47, sass/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 56, sass/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 61, sass/_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 67, sass/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 70, sass/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 76, sass/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 81, sass/_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 #fff;
}

/* line 91, sass/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 95, sass/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 99, sass/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 111, sass/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 115, sass/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 119, sass/_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 125, sass/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 130, sass/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 144, sass/_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 153, sass/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #08c;
}

/* line 165, sass/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 168, sass/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 173, sass/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 176, sass/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 180, sass/_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 183, sass/_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 186, sass/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

/* line 192, sass/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 195, sass/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 204, sass/_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 207, sass/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 214, sass/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 219, sass/_navs.scss */
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
/* line 224, sass/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 230, sass/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 234, sass/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 241, sass/_navs.scss */
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

/* line 247, sass/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 254, sass/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 263, sass/_navs.scss */
.tabs-stacked .open > a:hover {
  border-color: #999;
}

/* line 277, sass/_navs.scss */
.tabbable {
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 280, sass/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 285, sass/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 292, sass/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 296, sass/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 305, sass/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 308, sass/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 312, sass/_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 314, sass/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 319, sass/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 328, sass/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 332, sass/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 340, sass/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 345, sass/_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 349, sass/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}

/* line 352, sass/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 359, sass/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 364, sass/_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 368, sass/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}

/* line 371, sass/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 383, sass/_navs.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 387, sass/_navs.scss */
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

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

/* line 21, sass/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #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 14, sass/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, sass/_navbar.scss */
.navbar .container {
  width: auto;
}

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

/* line 49, sass/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 59, sass/_navbar.scss */
.navbar .brand:hover {
  text-decoration: none;
}

/* line 66, sass/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

/* line 74, sass/_navbar.scss */
.navbar-link {
  color: #777;
}
/* line 76, sass/_navbar.scss */
.navbar-link:hover {
  color: #333;
}

/* line 83, sass/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 92, sass/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 96, sass/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

/* line 104, sass/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.navbar-form:after {
  clear: both;
}
/* line 107, sass/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
/* line 113, sass/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
/* line 119, sass/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
/* line 124, sass/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
/* line 128, sass/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 136, sass/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 141, sass/_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 154, sass/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
/* line 157, sass/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 168, sass/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 176, sass/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 180, sass/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 183, sass/_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 192, sass/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 199, sass/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 204, sass/_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 210, sass/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}
/* line 212, sass/_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 222, sass/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 229, sass/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 233, sass/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 238, sass/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 246, sass/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 252, sass/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 260, sass/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -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 271, sass/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', 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);
  -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 510, sass/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 517, sass/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 280, sass/_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 288, sass/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 299, sass/_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 310, sass/_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 #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 323, sass/_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 330, sass/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 339, sass/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 345, sass/_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: #e6e6e6;
  color: #555;
}

/* line 351, sass/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 355, sass/_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: #555;
  border-bottom-color: #555;
}

/* line 363, sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 367, sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
/* line 371, sass/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
/* line 375, sass/_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 390, sass/_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 395, sass/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 399, sass/_navbar.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
}
/* line 404, sass/_navbar.scss */
.navbar-inverse .brand {
  color: #999;
}
/* line 408, sass/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999;
}
/* line 412, sass/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
/* line 418, sass/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
/* line 426, sass/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999;
}
/* line 428, sass/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 434, sass/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
/* line 440, sass/_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: #fff;
}
/* line 446, sass/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #fff;
  color: #fff;
}
/* line 450, sass/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
/* line 454, sass/_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: #fff;
  border-bottom-color: #fff;
}
/* line 463, sass/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  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 83, sass/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
/* line 86, sass/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
/* line 89, sass/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
/* line 472, sass/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  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 486, sass/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  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 black;
  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 510, sass/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}
/* line 517, sass/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 6, sass/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 10, sass/_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 21, sass/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, sass/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, sass/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 39, sass/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 44, sass/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 51, sass/_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 56, sass/_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 65, sass/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 68, sass/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 78, sass/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 1.0625em;
}
/* line 83, sass/_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 87, sass/_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 96, sass/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.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 100, sass/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.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 108, sass/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 0.7225em;
}

/* line 116, sass/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 0.6375em;
}

/* line 6, sass/_pager.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, sass/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, sass/_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 23, sass/_pager.scss */
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 27, sass/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 31, sass/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 35, sass/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 9, sass/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, sass/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, sass/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 27, sass/_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 37, sass/_thumbnails.scss */
a.thumbnail:hover {
  border-color: #08c;
  -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 43, sass/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 49, sass/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

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

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

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

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

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

/* line 40, sass/_media.scss */
.media .pull-left {
  margin-right: 10px;
}

/* line 43, sass/_media.scss */
.media .pull-right {
  margin-left: 10px;
}

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

/* line 7, sass/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, sass/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, sass/_utilities.scss */
.hide {
  display: none;
}

/* line 18, sass/_utilities.scss */
.show {
  display: block;
}

/* line 23, sass/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, sass/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, sass/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, sass/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, sass/_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;
}

@-ms-viewport {
  width: device-width;
}
/* line 7, sass/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 12, sass/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 17, sass/_responsive-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 23, sass/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 31, sass/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 32, sass/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 35, sass/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 36, sass/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 41, sass/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 42, sass/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 44, sass/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 46, sass/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 52, sass/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 53, sass/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 55, sass/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 57, sass/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 564, sass/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, sass/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, sass/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 569, sass/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  /* line 576, sass/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }

  /* line 590, sass/_mixins.scss */
  .span12 {
    width: 724px;
  }

  /* line 590, sass/_mixins.scss */
  .span11 {
    width: 662px;
  }

  /* line 590, sass/_mixins.scss */
  .span10 {
    width: 600px;
  }

  /* line 590, sass/_mixins.scss */
  .span9 {
    width: 538px;
  }

  /* line 590, sass/_mixins.scss */
  .span8 {
    width: 476px;
  }

  /* line 590, sass/_mixins.scss */
  .span7 {
    width: 414px;
  }

  /* line 590, sass/_mixins.scss */
  .span6 {
    width: 352px;
  }

  /* line 590, sass/_mixins.scss */
  .span5 {
    width: 290px;
  }

  /* line 590, sass/_mixins.scss */
  .span4 {
    width: 228px;
  }

  /* line 590, sass/_mixins.scss */
  .span3 {
    width: 166px;
  }

  /* line 590, sass/_mixins.scss */
  .span2 {
    width: 104px;
  }

  /* line 590, sass/_mixins.scss */
  .span1 {
    width: 42px;
  }

  /* line 597, sass/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }

  /* line 597, sass/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }

  /* line 597, sass/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }

  /* line 597, sass/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }

  /* line 597, sass/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }

  /* line 597, sass/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }

  /* line 597, sass/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }

  /* line 597, sass/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }

  /* line 597, sass/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }

  /* line 597, sass/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }

  /* line 597, sass/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }

  /* line 597, sass/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }

  /* line 613, sass/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, sass/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, sass/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 616, sass/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left !important;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }
  /* line 622, sass/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 627, sass/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span12 {
    width: 100% !important;
    *width: 99.94681% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span11 {
    width: 91.43646% !important;
    *width: 91.38327% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span10 {
    width: 82.87293% !important;
    *width: 82.81974% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span9 {
    width: 74.30939% !important;
    *width: 74.2562% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span8 {
    width: 65.74586% !important;
    *width: 65.69266% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span7 {
    width: 57.18232% !important;
    *width: 57.12913% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span6 {
    width: 48.61878% !important;
    *width: 48.56559% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span5 {
    width: 40.05525% !important;
    *width: 40.00206% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span4 {
    width: 31.49171% !important;
    *width: 31.43852% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span3 {
    width: 22.92818% !important;
    *width: 22.87499% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span2 {
    width: 14.36464% !important;
    *width: 14.31145% !important;
  }
  /* line 639, sass/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011% !important;
    *width: 5.74791% !important;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.52486%;
    *margin-left: 105.41848%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.76243%;
    *margin-left: 102.65605%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 96.85494%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 94.09251%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 88.29141%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 85.52898%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 79.72787%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 76.96544%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 71.16434%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 68.4019%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 62.6008%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 59.83837%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 54.03726%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 51.27483%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 45.47373%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 42.7113%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 36.91019%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 34.14776%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.45304%;
    *margin-left: 28.34666%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.69061%;
    *margin-left: 25.58422%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 19.78312%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 17.02069%;
  }
  /* line 646, sass/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 11.21958%;
  }
  /* line 647, sass/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: 8.45715%;
  }

  /* line 670, sass/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

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

  /* line 687, sass/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }

  /* line 687, sass/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }

  /* line 687, sass/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }

  /* line 687, sass/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }

  /* line 687, sass/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }

  /* line 687, sass/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }

  /* line 687, sass/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }

  /* line 687, sass/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }

  /* line 687, sass/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }

  /* line 687, sass/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }

  /* line 687, sass/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }

  /* line 687, sass/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  /* line 9, sass/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 14, sass/_responsive-767px-max.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 21, sass/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }

  /* line 29, sass/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, sass/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }

  /* line 43, sass/_responsive-767px-max.scss */
  .container {
    width: auto;
  }

  /* line 47, sass/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 51, sass/_responsive-767px-max.scss */
  .row,
  .thumbnails {
    margin-left: 0;
  }

  /* line 55, sass/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  /* line 60, sass/_responsive-767px-max.scss */
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 69, sass/_responsive-767px-max.scss */
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 74, sass/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  /* line 81, sass/_responsive-767px-max.scss */
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 91, sass/_responsive-767px-max.scss */
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  /* line 98, sass/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  /* line 103, sass/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, sass/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, sass/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 124, sass/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* line 129, sass/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }

  /* line 135, sass/_responsive-767px-max.scss */
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* line 142, sass/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 149, sass/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, sass/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, sass/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 165, sass/_responsive-767px-max.scss */
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  /* line 172, sass/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 178, sass/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  /* line 183, sass/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  /* line 189, sass/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  /* line 13, sass/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }

  /* line 17, sass/_responsive-navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  /* line 21, sass/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }

  /* line 24, sass/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  /* line 27, sass/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  /* line 31, sass/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }

  /* line 36, sass/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  /* line 45, sass/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }

  /* line 49, sass/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }

  /* line 53, sass/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }

  /* line 56, sass/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  /* line 59, sass/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  /* line 62, sass/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  /* line 67, sass/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 75, sass/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 80, sass/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  /* line 83, sass/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }

  /* line 87, sass/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  /* line 91, sass/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }

  /* line 96, sass/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  /* line 101, sass/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 115, sass/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  /* line 119, sass/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  /* line 123, sass/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  /* line 127, sass/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  /* line 133, sass/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 142, sass/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  /* line 148, sass/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  /* line 153, sass/_responsive-navbar.scss */
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  /* line 159, sass/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }

  /* line 165, sass/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  /* line 180, sass/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*
 * Mixins
 */
/*
* Fonts
*/
/*
* General
*/
/*
 * Bootstrap specific overrides
 */
/* line 45, sass/_theme.scss */
.alert {
  margin-top: 10px !important;
}

/*
 * Wordpress specific stuff
 */
/* Alignment */
/* line 54, sass/_theme.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

/* line 59, sass/_theme.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

/* line 64, sass/_theme.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 71, sass/_theme.scss */
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 10px;
}

/*
 * Utility classes
 */
/* line 83, sass/_theme.scss */
.prepend-top {
  margin-top: 10px !important;
}

/* line 89, sass/_theme.scss */
.prepend-top-2 {
  margin-top: 20px !important;
}

/* line 89, sass/_theme.scss */
.prepend-top-3 {
  margin-top: 30px !important;
}

/* line 89, sass/_theme.scss */
.prepend-top-4 {
  margin-top: 40px !important;
}

/* line 89, sass/_theme.scss */
.prepend-top-5 {
  margin-top: 50px !important;
}

/* line 89, sass/_theme.scss */
.prepend-top-6 {
  margin-top: 60px !important;
}

/* line 95, sass/_theme.scss */
.append-bottom {
  margin-bottom: 10px !important;
}

/* line 101, sass/_theme.scss */
.append-bottom-2 {
  margin-bottom: 20px !important;
}

/* line 101, sass/_theme.scss */
.append-bottom-3 {
  margin-bottom: 30px !important;
}

/* line 101, sass/_theme.scss */
.append-bottom-4 {
  margin-bottom: 40px !important;
}

/* line 101, sass/_theme.scss */
.append-bottom-5 {
  margin-bottom: 50px !important;
}

/* line 101, sass/_theme.scss */
.append-bottom-6 {
  margin-bottom: 60px !important;
}

/* line 106, sass/_theme.scss */
.pull-up {
  margin-top: -10px !important;
}

/* line 112, sass/_theme.scss */
.pull-up-2 {
  margin-top: -20px !important;
}

/* line 112, sass/_theme.scss */
.pull-up-3 {
  margin-top: -30px !important;
}

/* line 112, sass/_theme.scss */
.pull-up-4 {
  margin-top: -40px !important;
}

/* line 112, sass/_theme.scss */
.pull-up-5 {
  margin-top: -50px !important;
}

/* line 112, sass/_theme.scss */
.pull-up-6 {
  margin-top: -60px !important;
}

/* line 117, sass/_theme.scss */
.indent {
  padding-left: 5px;
}

/* line 121, sass/_theme.scss */
.postdent {
  padding-right: 5px;
}

/* line 125, sass/_theme.scss */
.clear {
  clear: both;
}

/* line 129, sass/_theme.scss */
.underline {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 135, sass/_theme.scss */
.tight {
  padding: 0;
  margin: 0;
}

/* line 140, sass/_theme.scss */
.wrap {
  width: 100%;
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
.wrap:before, .wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.wrap:after {
  clear: both;
}

/*
* Sprites
*/
/* line 150, sass/_theme.scss */
i.iconblock {
  display: inline-block;
}

/* line 72, spritesrc/*.png */
.spritesrc-sprite, .spritesrc-download, .spritesrc-facebook, .spritesrc-map, .spritesrc-twitter {
  background-image: url('../img/spritesrc-s20d8b4d254.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.spritesrc-download {
  background-position: 0 0;
  height: 32px;
  width: 32px;
}

/* line 84, ../../../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.spritesrc-facebook {
  background-position: 0 -42px;
  height: 24px;
  width: 25px;
}

/* line 84, ../../../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.spritesrc-map {
  background-position: 0 -76px;
  height: 32px;
  width: 32px;
}

/* line 84, ../../../../../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.spritesrc-twitter {
  background-position: 0 -118px;
  height: 24px;
  width: 24px;
}

/*@mixin use-sprite($sprite) {
    background-image: sprite-url($icons-sprites);
    background-position: sprite-position($icons-sprites, $sprite);
    background-repeat: no-repeat;
    height: image-height(sprite-file($icons-sprites, $sprite));
    width: image-width(sprite-file($icons-sprites, $sprite));

    @media only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-moz-min-device-pixel-ratio: 2),
		only screen and (-o-min-device-pixel-ratio: 2/1),
		only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi),
		only screen and (min-device-pixel-ratio: 2) {
        background-image: sprite-url($icons-2x-sprites);
        background-size: (image-width(sprite-path($icons-2x-sprites)) / 2) (image-height(sprite-path($icons-2x-sprites)) / 2);
        background-position: round(nth(sprite-position($icons-2x-sprites, $sprite), 1) / 2) round(nth(sprite-position($icons-2x-sprites, $sprite), 2) / 2);
        height: image-height(sprite-file($icons-2x-sprites, $sprite)) / 2;
        width: image-width(sprite-file($icons-2x-sprites, $sprite)) / 2;
    }
}
*/
/*
* Semantic elements
*/
/* line 192, sass/_theme.scss */
h1, h2, h3, h4 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, "Sans-serif";
  margin: 5px 0 15px 0;
  padding-bottom: 5px;
  font-weight: normal;
  color: #000;
  line-height: 1;
}
/* line 199, sass/_theme.scss */
h1 a, h2 a, h3 a, h4 a {
  color: #000;
  text-decoration-color: #000;
}
/* line 202, sass/_theme.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: #000;
}

/* line 208, sass/_theme.scss */
h1, h4 {
  margin-top: 0;
}

/* line 212, sass/_theme.scss */
h3, h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Sans-serif";
}

/* line 216, sass/_theme.scss */
.strong {
  font-weight: bold;
}

/*
* Structural elements
*/
/* line 224, sass/_theme.scss */
body {
  font-family: 14px "Helvetica Neue", Helvetica, Arial, "Sans-serif";
  color: #414042;
  background-color: #ffffff;
  line-height: 1;
  background: url("../img/background2.png") top center no-repeat #fff;
}

/* line 232, sass/_theme.scss */
#body_wrapper {
  position: relative;
  z-index: 99999;
}

/* line 237, sass/_theme.scss */
.header_line {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0px;
  width: 100%;
  height: 70px;
  background-color: #414042;
}

/* line 249, sass/_theme.scss */
#search_wrapper i.icons-big_search {
  display: none;
}
/* line 252, sass/_theme.scss */
#search_wrapper #searchform {
  background-color: #fff;
}
/* line 256, sass/_theme.scss */
#search_wrapper #searchform .input-append input#s {
  border-color: #CCCAC8;
  border-right-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 263, sass/_theme.scss */
#search_wrapper #searchform #s-symbol {
  border-color: #CCCAC8;
  border-left-color: transparent;
}

/* line 270, sass/_theme.scss */
#searchform {
  margin: 0;
}

/* line 274, sass/_theme.scss */
#s,
#s-symbol {
  -moz-border-radius: 0 / 0;
  -webkit-border-radius: 0 0;
  border-radius: 0 / 0;
  border-color: #000000;
  background-color: transparent;
}

/* line 281, sass/_theme.scss */
#s {
  border-right-color: transparent;
}

/* line 285, sass/_theme.scss */
#s-symbol {
  border-left-color: transparent;
}

/* line 290, sass/_theme.scss */
#header {
  *zoom: 1;
  margin-bottom: 20px;
}
/* line 14, sass/_mixins.scss */
#header:before, #header:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
#header:after {
  clear: both;
}
/* line 294, sass/_theme.scss */
#header #logo_wrapper {
  width: 12%;
  margin: 0 2%;
}
/* line 299, sass/_theme.scss */
#header .mob-menu-wrap {
  display: block;
  float: right;
}
/* line 303, sass/_theme.scss */
#header .mob-menu-wrap .icon {
  display: none;
  position: absolute;
  top: 70px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  /* line 312, sass/_theme.scss */
  #header .mob-menu-wrap .icon {
    display: block;
  }
}
/* line 318, sass/_theme.scss */
#header #primary_nav_wrapper {
  display: block;
  float: right;
  width: 83.5%;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 0;
  text-align: left;
  font: 500 15px "Raleway", Helvetica, Arial, sans-serif;
}
/* line 328, sass/_theme.scss */
#header #primary_nav_wrapper li {
  margin-right: 2.5%;
  margin-bottom: 5px;
}
/* line 332, sass/_theme.scss */
#header #primary_nav_wrapper li:first-child {
  margin-left: 0;
}
/* line 336, sass/_theme.scss */
#header #primary_nav_wrapper li a {
  color: #323232;
  text-decoration: none;
}
/* line 340, sass/_theme.scss */
#header #primary_nav_wrapper li a:hover {
  color: #00beed;
}
/* line 346, sass/_theme.scss */
#header #primary_nav_wrapper .dropdown-menu li {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* line 357, sass/_theme.scss */
  #header #primary_nav_wrapper {
    padding-top: 0;
    display: none;
  }
  /* line 360, sass/_theme.scss */
  #header #primary_nav_wrapper li {
    width: 100%;
    margin-right: 0;
    min-height: 20px;
    float: left;
  }
  /* line 366, sass/_theme.scss */
  #header #primary_nav_wrapper li a {
    line-height: 30px;
    display: block;
  }
  /* line 370, sass/_theme.scss */
  #header #primary_nav_wrapper li a .caret {
    margin-top: 12px;
  }
  /* line 376, sass/_theme.scss */
  #header.menu-expanded #primary_nav_wrapper {
    display: block;
  }
  /* line 380, sass/_theme.scss */
  #header .dropdown-menu {
    position: relative;
    width: 100%;
    z-index: 999999;
  }
  /* line 385, sass/_theme.scss */
  #header .dropdown-menu li, #header .dropdown-menu li a {
    z-index: 999999;
  }
}
/* line 394, sass/_theme.scss */
#top_navigation {
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 398, sass/_theme.scss */
#top_navigation li {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
/* line 405, sass/_theme.scss */
#top_navigation li a {
  color: #fff;
}
/* line 408, sass/_theme.scss */
#top_navigation li a:hover {
  color: #45ade6;
}
/* line 413, sass/_theme.scss */
#top_navigation li a, #top_navigation li a:hover {
  text-decoration: none;
}

/* line 420, sass/_theme.scss */
#logo_wrapper {
  float: left;
}

/* line 424, sass/_theme.scss */
#trust_logo_wrapper {
  float: right;
}

/* line 428, sass/_theme.scss */
#primary_nav_wrapper {
  margin: 50px 0 0 10px;
  float: left;
}

/* line 434, sass/_theme.scss */
#footer {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 30px 0 0 10px;
  margin-bottom: 30px;
  color: #4d4d4d;
}
/* line 443, sass/_theme.scss */
#footer .span8 #menu-footer-navigation {
  margin: 0;
}
/* line 446, sass/_theme.scss */
#footer .span8 #menu-footer-navigation li {
  width: 30%;
  padding-right: 2%;
  display: block;
  float: left;
  font-size: .95em;
  line-height: 25px;
}
/* line 454, sass/_theme.scss */
#footer .span8 #menu-footer-navigation li a {
  color: #4d4d4d;
}
/* line 456, sass/_theme.scss */
#footer .span8 #menu-footer-navigation li a:hover {
  color: #00beed;
}
/* line 465, sass/_theme.scss */
#footer .span4 p {
  margin: 0 0 0 0;
  line-height: 25px;
}
/* line 471, sass/_theme.scss */
#footer #kings_health_logo {
  margin-bottom: -17px;
}

/* line 480, sass/_theme.scss */
#super_header a {
  font-weight: bold;
}

/* line 489, sass/_theme.scss */
#main_index_content, .subpage {
  line-height: 1.5;
  position: relative;
}
/* line 493, sass/_theme.scss */
#main_index_content .homepage_title, #main_index_content .main_title, .subpage .homepage_title, .subpage .main_title {
  max-width: 478px;
  background-color: #414042;
  margin: 0;
  color: #fff;
  padding: 25px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 200;
  display: block;
  float: left;
  position: absolute;
}
/* line 507, sass/_theme.scss */
#main_index_content .main_title, .subpage .main_title {
  font-weight: 800;
  text-transform: uppercase;
}
/* line 512, sass/_theme.scss */
#main_index_content .hp_main_img, .subpage .hp_main_img {
  padding-bottom: 20px;
}
/* line 516, sass/_theme.scss */
#main_index_content p, #main_index_content li, .subpage p, .subpage li {
  line-height: 1.7;
}

/* line 519, sass/_theme.scss */
.titlebox {
  margin-bottom: 20px;
  *zoom: 1;
  display: block;
  float: left;
  width: 100%;
}
/* line 14, sass/_mixins.scss */
.titlebox:before, .titlebox:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.titlebox:after {
  clear: both;
}
/* line 526, sass/_theme.scss */
.titlebox h1, .titlebox h2 {
  display: block;
  float: left;
  padding: 0 20px;
  margin: 0;
  background-color: #414042;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 60px;
}

/* line 540, sass/_theme.scss */
.grey_box {
  background: transparent url("/wp-content/themes/burrellstreet/img/bg_grey.png") repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  margin-bottom: 20px;
  padding: 20px;
  margin-top: 25px;
  color: #343434;
}
/* line 14, sass/_mixins.scss */
.grey_box:before, .grey_box:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
.grey_box:after {
  clear: both;
}
/* line 557, sass/_theme.scss */
.grey_box h1, .grey_box h2, .grey_box h3, .grey_box h4 {
  color: #343434;
}
/* line 561, sass/_theme.scss */
.grey_box.single_page {
  padding: 0 0 20px;
  margin-top: 0;
}
/* line 565, sass/_theme.scss */
.grey_box.single_page .titlebox {
  margin: 0 0 20px;
}
/* line 569, sass/_theme.scss */
.grey_box.single_page p {
  padding: 10px 20px;
  margin-bottom: 0;
}
/* line 577, sass/_theme.scss */
.grey_box .titlebox {
  margin-top: -20px;
  margin-left: -20px;
}
/* line 581, sass/_theme.scss */
.grey_box .titlebox h1, .grey_box .titlebox h2 {
  color: #fff;
}
/* line 586, sass/_theme.scss */
.grey_box ul {
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 15px;
}
/* line 592, sass/_theme.scss */
.grey_box h4, .grey_box .fauxh4 {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 598, sass/_theme.scss */
.grey_box.tight-top {
  margin-top: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}

/* line 606, sass/_theme.scss */
.subpage .wrap, .our-clinics .wrap {
  margin-bottom: 20px;
}
/* line 609, sass/_theme.scss */
.subpage .wrap img.alignleft.size-full + p, .our-clinics .wrap img.alignleft.size-full + p {
  margin-bottom: 0;
}
/* line 614, sass/_theme.scss */
.subpage .titlebox h2, .our-clinics .titlebox h2 {
  font-weight: 800;
}
/* line 618, sass/_theme.scss */
.subpage ul, .our-clinics ul {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 625, sass/_theme.scss */
.subpage img.alignleft, .our-clinics img.alignleft {
  margin-right: 0;
  padding-right: 15px;
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 632, sass/_theme.scss */
.subpage .desc, .our-clinics .desc {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: right;
}
/* line 638, sass/_theme.scss */
.subpage table, .our-clinics table {
  border: 0;
}
/* line 641, sass/_theme.scss */
.subpage table td, .our-clinics table td {
  border: 0;
}
/* line 644, sass/_theme.scss */
.subpage table td:first-child, .our-clinics table td:first-child {
  font-weight: bold;
}
/* line 647, sass/_theme.scss */
.subpage table td:last-child, .our-clinics table td:last-child {
  text-align: right;
}

/* line 654, sass/_theme.scss */
#sidebar {
  margin-left: 18px;
}
/* line 657, sass/_theme.scss */
#sidebar ul, #sidebar li {
  list-style: none;
}
/* line 659, sass/_theme.scss */
#sidebar .faux_banner {
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 664, sass/_theme.scss */
#sidebar .widget, #sidebar .widget.ShowOnMap_Widget div {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
}
/* line 14, sass/_mixins.scss */
#sidebar .widget:before, #sidebar .widget:after, #sidebar .widget.ShowOnMap_Widget div:before, #sidebar .widget.ShowOnMap_Widget div:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
#sidebar .widget:after, #sidebar .widget.ShowOnMap_Widget div:after {
  clear: both;
}
/* line 668, sass/_theme.scss */
#sidebar .widget .widgettitle, #sidebar .widget.ShowOnMap_Widget div .widgettitle {
  *zoom: 1;
  width: 100%;
}
/* line 14, sass/_mixins.scss */
#sidebar .widget .widgettitle:before, #sidebar .widget .widgettitle:after, #sidebar .widget.ShowOnMap_Widget div .widgettitle:before, #sidebar .widget.ShowOnMap_Widget div .widgettitle:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, sass/_mixins.scss */
#sidebar .widget .widgettitle:after, #sidebar .widget.ShowOnMap_Widget div .widgettitle:after {
  clear: both;
}
/* line 672, sass/_theme.scss */
#sidebar .widget .widgettitle span, #sidebar .widget.ShowOnMap_Widget div .widgettitle span {
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 8px 10px;
}
/* line 681, sass/_theme.scss */
#sidebar .widget.ShowOnMap_Widget {
  padding: 0;
}
/* line 684, sass/_theme.scss */
#sidebar .widget.ShowOnMap_Widget iframe {
  margin-bottom: 10px;
}
/* line 689, sass/_theme.scss */
#sidebar .widget.ShowOnMap_Widget div, #sidebar .DownloadDirections_Widget {
  padding: 10px;
  font-size: .95em;
}
/* line 693, sass/_theme.scss */
#sidebar .widget.ShowOnMap_Widget div p, #sidebar .DownloadDirections_Widget p {
  margin-bottom: 0;
}
/* line 696, sass/_theme.scss */
#sidebar .widget.ShowOnMap_Widget div p a, #sidebar .DownloadDirections_Widget p a {
  font-size: 1.1em;
  line-height: 33px;
  color: #00718e !important;
}
/* line 701, sass/_theme.scss */
#sidebar .widget.ShowOnMap_Widget div p a .iconblock.spritesrc-download, #sidebar .widget.ShowOnMap_Widget div p a .iconblock.spritesrc-map, #sidebar .DownloadDirections_Widget p a .iconblock.spritesrc-download, #sidebar .DownloadDirections_Widget p a .iconblock.spritesrc-map {
  float: left;
  margin-right: 10px;
}
/* line 706, sass/_theme.scss */
#sidebar .widget.ShowOnMap_Widget div p a i.spritesrc-map, #sidebar .widget.ShowOnMap_Widget div p a i.spritesrc-download, #sidebar .DownloadDirections_Widget p a i.spritesrc-map, #sidebar .DownloadDirections_Widget p a i.spritesrc-download {
  display: block;
  float: left;
  padding-right: 10px;
}
/* line 715, sass/_theme.scss */
#sidebar .TwitterFeed_Widget {
  padding: 0;
}

/* Plugin */
/* line 723, sass/_theme.scss */
li.widget {
  padding: 10px;
  margin-bottom: 10px;
}
/* line 727, sass/_theme.scss */
li.widget h2 {
  font-size: 1.1em;
  font-weight: bold;
  color: white;
  margin: -10px 0  10px -10px;
}
/* line 733, sass/_theme.scss */
li.widget h2 span {
  background-color: #414042;
  padding: 10px;
  display: inline-block;
}
/* line 740, sass/_theme.scss */
li.widget p {
  font-weight: bold;
  overflow: hidden;
  clear: both;
}
/* line 745, sass/_theme.scss */
li.widget p.light {
  font-weight: normal;
}
/* line 749, sass/_theme.scss */
li.widget p span {
  float: left;
}
/* line 753, sass/_theme.scss */
li.widget p span.value {
  font-weight: normal;
  display: inline-block;
  text-align: right;
  float: right;
  zoom: 1;
  *display: inline;
}

/* line 764, sass/_theme.scss */
li.GetInTouch_Widget {
  background-color: rgba(254, 238, 159, 0.7);
}

/* line 768, sass/_theme.scss */
li.LloydOpeningTimes_Widget,
li.OpeningTimes_Widget{
  background-color: rgba(250, 200, 203, 0.7);
}

/* line 772, sass/_theme.scss */
li.FindUs_Widget {
  background-color: rgba(220, 239, 222, 0.7);
}

/* line 776, sass/_theme.scss */
li.OtherBookings_Widget {
  background-color: #ffffff;
}

/* line 782, sass/_theme.scss */
li.DownloadDirections_Widget,
li.ShowOnMap_Widget div,
li.Bookings_Widget {
  background-color: rgba(204, 245, 255, 0.7);
}

/* line 787, sass/_theme.scss */
li.ChristmasOpeningTimes_Widget,
li.LloydChristmasOpeningTimes_Widget,
li.EasterOpeningTimes_Widget,
li.LongWeekendOpeningTimes_Widget {
  background-color: rgba(179, 0, 12, 0.8);
  color: #fff;
}

/*
* Images
*/
/* line 801, sass/_theme.scss */
img {
  max-width: 100%;
}

/*
* Links
*/
/* line 809, sass/_theme.scss */
a {
  color: #00B5D9;
}
/* line 811, sass/_theme.scss */
a:hover {
  text-decoration: underline;
  color: #00B5D9;
}

/*
* Loops
*/
/* line 821, sass/_theme.scss */
ul.standard_loop,
ul.people_loop {
  list-style: none;
  margin: 0;
}

/* line 830, sass/_theme.scss */
ul.people_loop li {
  padding: 20px;
  margin: 0 0 10px 0;
  background-color: #f8f8f8;
  background-color: rgba(248, 248, 248, 0.6);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 837, sass/_theme.scss */
ul.people_loop li h3, ul.people_loop li h3 a {
  margin: 0;
  color: #fd874d;
  font-weight: bold;
  font-size: 1.3em;
}
/* line 844, sass/_theme.scss */
ul.people_loop li p {
  margin: 0;
}
/* line 846, sass/_theme.scss */
ul.people_loop li p span {
  font-weight: bold;
}
/* line 854, sass/_theme.scss */
ul.people_loop li .small_post_img img {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
/* line 859, sass/_theme.scss */
ul.people_loop li .loopwrap {
  overflow: hidden;
  /* Makes #outer contain its floated children */
  width: 100%;
  margin: 0 0 10px 0;
}
/* line 864, sass/_theme.scss */
ul.people_loop li .imagecol {
  float: left;
  padding: 0 10px 0 0;
}
/* line 868, sass/_theme.scss */
ul.people_loop li .textcol {
  overflow: hidden;
  /* Make this div take up the rest of the horizontal space, and no more */
}

/* line 877, sass/_theme.scss */
ul#menu-primary-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 882, sass/_theme.scss */
ul#menu-primary-navigation li {
  display: inline;
}

/*
 *
 * Responsive overrides
 *
 */
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 899, sass/_theme.scss */
  #header #primary_nav_wrapper {
    width: 84%;
  }
  /* line 901, sass/_theme.scss */
  #header #primary_nav_wrapper li {
    font-size: .85em;
    margin-left: 2%;
    margin-right: 0;
  }

  /* line 909, sass/_theme.scss */
  #main_index_content .homepage_title, #main_index_content .main_title {
    font-size: 1.7em;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  /* line 932, sass/_theme.scss */
  body {
    padding: 0;
  }

  /* line 933, sass/_theme.scss */
  .container {
    padding: 0 20px;
  }

  /* line 935, sass/_theme.scss */
  #sidebar {
    margin-left: 0;
  }

  /* line 940, sass/_theme.scss */
  #header #primary_nav_wrapper li {
    display: inline-block;
  }
  /* line 943, sass/_theme.scss */
  #header #logo_wrapper {
    margin-left: 0;
  }

  /* line 949, sass/_theme.scss */
  .subpage .grey_box .desc, .our-clinics .grey_box .desc {
    width: 100%;
  }

  /* line 955, sass/_theme.scss */
  #footer .span8 {
    width: 70%;
  }
  /* line 957, sass/_theme.scss */
  #footer .span8 #menu-footer-navigation li {
    width: 47%;
    line-height: 22px;
  }
  /* line 962, sass/_theme.scss */
  #footer .span4 {
    width: 28%;
  }
}
@media screen and (min-width: 581px) and (max-width: 767px) {
  /* line 973, sass/_theme.scss */
  #header #logo_wrapper {
    width: 18%;
    margin-right: 3%;
  }
  /* line 978, sass/_theme.scss */
  #header #primary_nav_wrapper {
    width: 79%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  /* line 985, sass/_theme.scss */
  #header #primary_nav_wrapper li:first-child {
    display: inline-block !important;
  }
}
@media (max-width: 580px) {
  /* line 993, sass/_theme.scss */
  #header #trust_logo_wrapper {
    width: 65%;
  }
  /* line 996, sass/_theme.scss */
  #header #trust_logo_wrapper img {
    float: right;
  }
  /* line 1001, sass/_theme.scss */
  #header #logo_wrapper {
    width: 27%;
    margin-right: 3%;
  }
  /* line 1006, sass/_theme.scss */
  #header #primary_nav_wrapper {
    width: 100%;
    border-bottom: 1px solid #323232;
    padding-bottom: 15px;
  }

  /* line 1014, sass/_theme.scss */
  #main_index_content .homepage_title, #main_index_content .main_title {
    font-size: 1.7em;
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  /* line 1027, sass/_theme.scss */
  #header #primary_nav_wrapper li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 1032, sass/_theme.scss */
  #header #primary_nav_wrapper li:last-child {
    margin-bottom: 0;
  }

  /* line 1038, sass/_theme.scss */
  #footer .span4 {
    width: 100%;
    text-align: right;
  }
  /* line 1042, sass/_theme.scss */
  #footer .span8 {
    display: none;
  }

  /* line 1048, sass/_theme.scss */
  #main_index_content .homepage_title, #main_index_content .main_title {
    max-width: 400px;
  }
  /* line 1052, sass/_theme.scss */
  #main_index_content img {
    padding-top: 60px;
  }
}
/* line 1058, sass/_theme.scss */
ul.dropdown-menu {
  margin: 0px;
}

@media screen and (min-width: 768px) {
  /* line 1063, sass/_theme.scss */
  ul li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
/* line 1068, sass/_theme.scss */
ul.dropdown-menu:hover {
  display: block;
}
