/*
Theme Name: Ius mentis
Theme URI: http://www.iusmentis.com/
Author: Uprise (Frontend + WP development) & chapter42.com (design)
Author URI: http://www.uprise.nl/
Description: Theme for Ius mentis website
Version: 1.0
*/
header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
  margin: 0px;
  padding: 0px;
}
html {
  color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
input[type='submit'],
button,
.button {
  cursor: pointer;
}
.gform_wrapper {
  padding-top: 20px;
}
.gform_wrapper .span4 {
  padding-bottom: 20px;
}
.gform_wrapper .ginput_container {
  *zoom: 1;
}
.gform_wrapper .ginput_container:before,
.gform_wrapper .ginput_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.gform_wrapper .ginput_container:after {
  clear: both;
}
.gform_wrapper .hide-label label {
  display: none;
}
.gform_wrapper .gfield {
  padding-bottom: 15px;
}
.gform_wrapper .gform_footer {
  padding-top: 20px;
}
.gform_wrapper .gfield_description {
  color: #666666;
  font-size: 12px;
  padding-top: 5px;
}
.gform_wrapper .validation_error {
  color: #666666;
  font-size: 12px;
  padding-bottom: 15px;
}
.gform_wrapper .button {
  display: inline-block;
  *border: 0;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 11px 10px 6px 10px;
  background-color: #000000;
  line-height: 13px;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  letter-spacing: .7px;
  font-family: 'DroidSans';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-appearance: none;
}
.gform_wrapper .button:first-child {
  *margin-left: 0;
}
.gform_wrapper .button:hover {
  background-color: #333333;
  color: #fff;
}
.gform_wrapper label {
  display: block;
  margin-bottom: 5px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  float: left;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  clear: left;
}
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="color"],
.gform_wrapper .uneditable-input {
  display: inline-block;
  height: 1.5em;
  padding: 4px 4px 4px 6px;
  font-size: 16px;
  line-height: 1.5em;
  color: #555;
}
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="color"],
.gform_wrapper .uneditable-input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom-color: #eeeeee;
  border-right-color: #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 250px;
}
.gform_wrapper textarea:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="datetime"]:focus,
.gform_wrapper input[type="datetime-local"]:focus,
.gform_wrapper input[type="date"]:focus,
.gform_wrapper input[type="month"]:focus,
.gform_wrapper input[type="time"]:focus,
.gform_wrapper input[type="week"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="search"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="color"]:focus,
.gform_wrapper .uneditable-input:focus {
  border-color: #dcdcdc;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
.gform_wrapper textarea {
  height: auto;
  width: 500px;
}
.gform_wrapper .gfield_error input {
  border-color: #9a0000;
}
.gform_wrapper input[type="radio"],
.gform_wrapper input[type="checkbox"] {
  float: left;
  margin: 3px 10px 0 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}
.gform_wrapper input[type="submit"] {
  width: auto;
  border: 0;
  cursor: pointer;
}
.gform_wrapper select {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
.gform_wrapper select:focus {
  outline: 0;
}
.gform_wrapper select {
  width: 220px;
  border: 1px solid #bbb;
}
@font-face {
  font-family: 'DroidSansRegular';
  src: url('fonts/DroidSans-webfont.eot');
  src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DroidSansBold';
  src: url('fonts/DroidSans-Bold-webfont.eot');
  src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSans-Bold-webfont.woff') format('woff'), url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 11.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  background-color: #fff;
}
a {
  color: #3f6c9e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2b588a;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.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);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -40px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 40px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 920px;
}
.span12 {
  width: 920px;
}
.span11 {
  width: 840px;
}
.span10 {
  width: 760px;
}
.span9 {
  width: 680px;
}
.span8 {
  width: 600px;
}
.span7 {
  width: 520px;
}
.span6 {
  width: 440px;
}
.span5 {
  width: 360px;
}
.span4 {
  width: 280px;
}
.span3 {
  width: 200px;
}
.span2 {
  width: 120px;
}
.span1 {
  width: 40px;
}
.offset12 {
  margin-left: 1000px;
}
.offset11 {
  margin-left: 920px;
}
.offset10 {
  margin-left: 840px;
}
.offset9 {
  margin-left: 760px;
}
.offset8 {
  margin-left: 680px;
}
.offset7 {
  margin-left: 600px;
}
.offset6 {
  margin-left: 520px;
}
.offset5 {
  margin-left: 440px;
}
.offset4 {
  margin-left: 360px;
}
.offset3 {
  margin-left: 280px;
}
.offset2 {
  margin-left: 200px;
}
.offset1 {
  margin-left: 120px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 11.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07331175%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.94565216%;
}
.row-fluid .span11 {
  width: 91.48936169%;
  *width: 91.43501387%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92437557%;
}
.row-fluid .span9 {
  width: 74.4680851%;
  *width: 74.41373727%;
}
.row-fluid .span8 {
  width: 65.9574468%;
  *width: 65.90309898%;
}
.row-fluid .span7 {
  width: 57.4468085%;
  *width: 57.39246068%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88182238%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37118408%;
}
.row-fluid .span4 {
  width: 31.91489361%;
  *width: 31.86054579%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.34990749%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.83926919%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.3286309%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914%;
  *margin-left: 104.14662349%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765956%;
  *margin-left: 102.01896391%;
}
.row-fluid .offset11 {
  margin-left: 95.74468084%;
  *margin-left: 95.63598519%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127%;
  *margin-left: 93.50832561%;
}
.row-fluid .offset10 {
  margin-left: 87.23404254%;
  *margin-left: 87.12534689%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638297%;
  *margin-left: 84.99768732%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425%;
  *margin-left: 78.61470859%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574467%;
  *margin-left: 76.48704902%;
}
.row-fluid .offset8 {
  margin-left: 70.21276595%;
  *margin-left: 70.1040703%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.97641072%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765%;
  *margin-left: 61.593432%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446808%;
  *margin-left: 59.46577243%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.0827937%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382978%;
  *margin-left: 50.95513413%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57215541%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319148%;
  *margin-left: 42.44449583%;
}
.row-fluid .offset4 {
  margin-left: 36.17021276%;
  *margin-left: 36.06151711%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93385754%;
}
.row-fluid .offset3 {
  margin-left: 27.65957446%;
  *margin-left: 27.55087881%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42321924%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04024052%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659%;
  *margin-left: 16.91258094%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.52960222%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40194264%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 0.75em;
}
.lead {
  margin-bottom: 1.5em;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.25em;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.75em 0;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 3em;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 28px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: -0.25em;
  margin: 1.5em 0 2.25em;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 0.75em 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 1.5em;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 1.5em;
}
dt,
dd {
  line-height: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0.75em;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.5em;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 1.5em;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 1.5em;
  font-style: normal;
  line-height: 1.5em;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 1.5em;
  }
  .navbar-fixed-bottom {
    margin-top: 1.5em;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 0.75em;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .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;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .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;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 0.75em 15px;
    margin: 0.75em 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.navbar {
  overflow: visible;
  margin-bottom: 1.5em;
  *position: relative;
  *z-index: 2;
}
.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;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 19.25px 20px 19.25px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.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;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 19.25px 15px 19.25px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.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, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.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);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.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;
}
.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;
}
.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;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.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;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.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;
}
.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;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.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;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.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;
}
.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,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.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;
}
.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 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 1.5em;
  margin-bottom: 1.5em;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
body {
  background: #f3f3f3 url('images/bg-body.png') repeat-x center 140px;
}
header {
  margin-top: 1em;
  margin-bottom: 0.5em;
  position: relative;
}
header figure {
  margin: 4px 0 0 4px;
  float: left;
  width: 80px;
}
header figure img {
  display: block;
}
header .row-fluid div.personal {
  border: 1px solid #ccc;
  padding: 1px;
  margin-bottom: 10px;
  background-color: #fff;
  height: 92px;
  min-height: 0;
}
header .row-fluid div.personal div.text {
  clear: none;
  padding-left: 93px;
}
header .row-fluid div.personal a {
  color: #666;
  text-decoration: underline;
}
header .row-fluid div.personal h1 {
  margin: 3px 0;
  line-height: 1em;
  font-size: 22px;
}
header .row-fluid div.personal h1 a {
  color: #333;
  text-decoration: none;
}
header .row-fluid div.personal h1 a:hover {
  color: #000;
}
header p {
  font-size: 14px;
  color: #666;
  line-height: 1.2em;
}
header .row-fluid .header-add {
  text-align: center;
  min-height: 0;
}
header .row-fluid .header-add .header-add-inner {
  text-align: center;
}
header .row-fluid .header-add .header-add-inner img {
  width: 400px;
  height: 90px;
  border: 1px solid #999;
}
.navbar-inner {
  background: url('images/bg-nav.png') repeat-x 0 0;
  color: #fff;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.navbar-inner .nav {
  font: normal 18px/1.2em 'DroidSans', Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.navbar-inner .nav li {
  margin: 0 20px 0 0;
  padding: 0;
  height: 50px;
  line-height: 1em;
}
.navbar-inner .nav li a {
  padding: 10px 10px 18px 10px;
  height: 22px;
  display: block;
  color: #fff;
  text-shadow: none;
}
.navbar-inner .nav li a:hover {
  color: #ddd;
}
.navbar-inner .nav li.current-nav-item,
.navbar-inner .nav li.current-menu-item,
.navbar-inner .nav li.current_page_item {
  background: url('images/bg-nav-item.png') no-repeat left top;
}
.navbar-inner .nav li.current-nav-item a,
.navbar-inner .nav li.current-menu-item a,
.navbar-inner .nav li.current_page_item a {
  margin-left: 10px;
  padding-right: 20px;
  color: #333;
  background: url('images/bg-nav-item.png') no-repeat right bottom;
}
.box {
  padding: 15px 10px;
  margin-bottom: 1.5em;
  background: #fff;
  border-top: 4px solid #97b1ca;
}
.box.tabbable {
  padding: 0;
}
.sidebar .box {
  background: #eaedef;
}
.main-content article {
  background: #fff;
}
.main-content article.box {
  border-color: #eaedef;
}
.main-content article h1 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 30px;
}
.main-content article .meta {
  font: 12px/1.2em Arial, sans-serif;
  color: #999;
  margin-bottom: 2em;
}
.main-content article .meta a {
  color: #999;
  text-decoration: none;
}
.main-content article .meta a:hover {
  text-decoration: underline;
}
.main-content article .entry {
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.main-content article .entry img {
  margin: 5px;
  border: 1px solid #777;
}
.main-content article .entry img[align="right"],
.main-content article .entry .alignright {
  float: right;
  margin: 0 0 5px 10px;
}
.main-content article .entry img[align="left"],
.main-content article .entry .alignleft {
  float: left;
  margin: 0 10px 5px 0;
}
.main-content article aside {
  min-height: 0;
}
.main-content article aside .pull-left,
.main-content article aside .pull-right {
  min-height: 0;
}
.main-content article aside .pull-left,
.main-content article aside .pull-left a {
  color: #999;
  font: 10px/1.2em 'DroidSans', Verdana, Arial, sans-serif;
}
.main-content article aside .pull-left #add-tag,
.main-content article aside .pull-left a #add-tag {
  margin-left: 10px;
  padding: 2px 4px;
  border: 1px solid #ccc;
}
.main-content article aside .pull-left .info,
.main-content article aside .pull-left a .info {
  background: url('images/icon-info.png') no-repeat center;
  width: 12px;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
}
.main-content article aside .pull-right {
  text-align: right;
  color: #666;
}
.main-content article aside .pull-right .response {
  display: inline-block;
  margin: -2px 2px 0 0;
  padding: 3px 5px 5px 5px;
  height: 25px;
  width: 111px;
  text-align: center;
  color: #3f6c9e;
  text-decoration: none;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
  background: url('images/comment-balloon.png') no-repeat left center;
}
.main-content article aside .pull-right .response:hover {
  color: #2b588a;
}
.main-content article aside .pull-right .response-first {
  width: 153px;
  background: url('images/comment-balloon-big.png') no-repeat left center;
}
.main-content article aside .pull-right a {
  color: #666;
}
.main-content .sponsor,
.main-content .sponsor a {
  color: #333;
  background: #E2E6E9;
}
.main-content .sponsor a,
.main-content .sponsor a a {
  text-decoration: underline;
}
.main-content .sponsor a:hover,
.main-content .sponsor a a:hover {
  color: #858585;
}
.main-content .loading-bar {
  text-align: center;
}
.main-content .loading-bar .progress {
  margin: 0;
  display: inline-block;
  width: 50%;
}
.main-content .loading-bar p {
  font-size: 14px;
  color: #777;
  font-style: italic;
}
.main-content .load-more {
  padding: 0;
}
.main-content .load-more div {
  padding: 20px 10px;
  min-height: 0;
}
.main-content .load-more div span {
  margin-bottom: 0.25em;
  display: block;
  color: #999;
  font: 12px 'DroidSans', Verdana, Arial, sans-serif;
}
.main-content .load-more div.pull-left {
  text-align: left;
}
.main-content .load-more div.pull-right {
  text-align: right;
  float: right;
}
.main-content .load-more div a {
  color: #333;
  text-decoration: none;
  font: 18px/1.2em 'DroidSans', Verdana, Arial, sans-serif;
}
.main-content .load-more.load-more-infinite {
  text-align: center;
}
.main-content .load-more.load-more-infinite a {
  background: #96b1cb;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 10px 20px;
}
.main-content .load-more.load-more-infinite a:hover {
  background: #87a2bc;
}
body.blog h2.post-title,
body.archive h2.post-title,
body.search h2.post-title {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 30px;
}
body.blog h2.post-title a,
body.archive h2.post-title a,
body.search h2.post-title a {
  color: #333;
  text-decoration: none;
}
body.blog h2.post-title a:hover,
body.archive h2.post-title a:hover,
body.search h2.post-title a:hover {
  color: #3f6c9e;
}
body.blog article,
body.archive article,
body.search article {
  margin-bottom: 2em;
}
#footer {
  margin-top: 3em;
  padding: 2em 40px 1em 40px;
  background: #e9ecee;
  font-size: 12px;
}
#footer .about-ius-mentis {
  padding-left: 50px;
  background: url('images/logo-ictrecht-small.png') no-repeat 0 0;
}
#footer .about-ius-mentis a {
  text-decoration: underline;
}
#footer h4 {
  margin-bottom: 0.5em;
  font-weight: bold;
}
#footer a {
  color: #333;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .widget_rss .rsswidget img {
  display: none;
}
blockquote {
  padding: 15px;
  color: #4c4c4c;
  border: 0;
  background: #f3f3f3 url('images/bg-quote-open.png') no-repeat 10px 15px;
}
blockquote p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
  font-size: 16px;
}
blockquote p:last-child {
  margin-bottom: 0;
  background: url('images/bg-quote-close.png') no-repeat right bottom;
}
.entry ul {
  list-style: none;
  margin-bottom: 1em;
}
.entry ul li {
  padding-left: 15px;
  background: url('images/bullet-content.png') no-repeat left 8px;
}
.entry ol {
  margin: 0 0 1em 40px;
  list-style: decimal;
}
.entry ol li {
  list-style: decimal;
}
.tooltip {
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
}
.vhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-tabs-hide {
  display: none;
}
ul.list,
#footer ul {
  margin: 0 0 1em 0;
}
ul.list li,
#footer ul li {
  padding-left: 10px;
  background: url('images/bullet-list.png') no-repeat left 7px;
}
ul.bars {
  margin: 0 0 1em 0;
}
ul.bars li {
  padding: 2px 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
ul.bars li a {
  color: #333;
}
ul.bars li:first-child {
  border-top: 0;
}
ul.bars li:last-child {
  border-bottom: 0;
}
ul.bars li:hover {
  cursor: pointer;
  background-color: #e1e5e8;
}
ul.bars li:hover a {
  color: #4b73a4;
}
ul.docs {
  margin: 0 0 1em 0;
}
ul.docs li {
  padding-left: 25px;
  background: url('images/icon-docs.png') no-repeat 5px 5px;
}
#social-share {
  margin-bottom: 1em;
}
#social-share .row-fluid .social-buttons,
#social-share .row-fluid .message {
  min-height: 0;
}
#social-share h4 {
  padding: 5px 20px;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
  line-height: 1em;
  font-size: 15px;
  color: #666;
  vertical-align: top;
  background: #e8e8e8 url('images/icon-arrow-right.png') no-repeat 10px center;
}
#social-share h4 a {
  padding-top: 4px;
  height: 16px;
  color: #666;
  text-decoration: none;
  display: block;
}
#social-share.open h4 {
  background-image: url('images/icon-arrow-down.png');
  background-position: 8px center;
}
#social-share.closed h4 a {
  background: url('images/social-buttons-disabled.png') no-repeat 110px center;
}
#social-share.open h4 a {
  background: none;
}
#social-share .buttons {
  padding: 10px 0;
  background: #fff;
}
#social-share .buttons .social-buttons li {
  padding: 10px 15px;
  float: left;
}
#social-share .buttons .social-buttons li .socialite {
  display: block;
  position: relative;
  background: url('images/social-sprite.png') 0 0 no-repeat;
}
#social-share .buttons .social-buttons li .socialite-loaded {
  background: none !important;
}
#social-share .buttons .social-buttons li .twitter-share {
  width: 55px;
  height: 65px;
  background-position: 0 0;
}
#social-share .buttons .social-buttons li .googleplus-one {
  width: 50px;
  height: 65px;
  background-position: -75px 0;
}
#social-share .buttons .social-buttons li .facebook-like {
  width: 50px;
  height: 65px;
  background-position: -145px 0;
}
#social-share .buttons .social-buttons li .linkedin-share {
  width: 60px;
  height: 65px;
  background-position: -215px 0;
}
#social-share .buttons .message {
  padding: 5px 10px;
  color: #666;
  font-size: 14px;
  border-left: 1px solid #999;
}
#social-share .buttons .message p {
  margin: 0;
}
#comments,
#comments {
  font-size: 14px;
}
#comments ol,
#comments ol {
  background: #fff;
  margin-bottom: 1em;
}
#comments ol li,
#comments ol li {
  margin: 0 0 1em 0;
}
#comments ol li ul ul ul ul,
#comments ol li ul ul ul ul {
  margin-left: 0;
}
#comments ol li footer,
#comments ol li footer {
  padding: 5px 10px;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
  color: #999;
  background: #ddd;
}
#comments ol li footer .nr,
#comments ol li footer .nr,
#comments ol li footer .fn,
#comments ol li footer .fn,
#comments ol li footer .time,
#comments ol li footer .time {
  margin-right: 10px;
}
#comments ol li footer .nr,
#comments ol li footer .nr,
#comments ol li footer .fn,
#comments ol li footer .fn {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
#comments ol li footer .fn,
#comments ol li footer .fn,
#comments ol li footer .fn a,
#comments ol li footer .fn a {
  color: #666;
  position: relative;
}
#comments ol li footer .fn .triangle,
#comments ol li footer .fn .triangle {
  position: absolute;
  width: 16px;
  height: 8px;
  bottom: -13px;
  left: 10px;
  background: url('images/arrow-down-dark.png') no-repeat 0 0;
}
#comments ol li footer a,
#comments ol li footer a {
  color: #999;
  text-decoration: none;
}
#comments ol li footer a:hover,
#comments ol li footer a:hover {
  text-decoration: underline;
}
#comments ol li .children footer,
#comments ol li .children footer {
  background: #e8e8e8;
}
#comments ol li .children footer .fn .triangle,
#comments ol li .children footer .fn .triangle {
  background-image: url('images/arrow-down-light.png');
}
#comments ol li .comments-content,
#comments ol li .comments-content {
  margin: 10px;
  border-bottom: 1px solid #ccc;
}
#comments ol li blockquote,
#comments ol li blockquote {
  font-size: 14px;
}
#comments #respond,
#comments #respond {
  clear: both;
  margin-bottom: 1em;
  background: #fff;
}
#comments #respond h3,
#comments #respond h3 {
  padding: 5px 10px;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
  color: #666;
  background: #ddd;
  margin-bottom: 1em;
}
#comments #respond h3 .triangle,
#comments #respond h3 .triangle {
  position: absolute;
  width: 16px;
  height: 8px;
  bottom: -13px;
  left: 10px;
  background: url('images/arrow-down-dark.png') no-repeat 0 0;
  bottom: -7px;
  left: 40px;
}
#comments #respond form,
#comments #respond form {
  padding-left: 10px;
  padding-right: 10px;
}
#comments #respond form .notification,
#comments #respond form .notification,
#comments #respond form .required,
#comments #respond form .required {
  font: normal 10px/1.2em 'DroidSans', Verdana, Arial, sans-serif;
  color: #999;
}
#comments #respond form .notification a,
#comments #respond form .notification a,
#comments #respond form .required a,
#comments #respond form .required a {
  color: #999;
  text-decoration: underline;
}
#comments #respond form .notification a:hover,
#comments #respond form .notification a:hover,
#comments #respond form .required a:hover,
#comments #respond form .required a:hover {
  color: #858585;
}
#comments #respond form label,
#comments #respond form label {
  font: bold 14px/1.2em 'DroidSans', Verdana, Arial, sans-serif;
  cursor: pointer;
}
#comments #respond form textarea,
#comments #respond form textarea {
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 14px;
  color: #666;
  line-height: 2.1em;
  border: 1px solid #ccc;
  margin-right: 1%;
  width: 98%;
}
#comments #respond form input,
#comments #respond form input {
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 16px;
  color: #666;
  line-height: 2.1em;
  border: 1px solid #ccc;
  margin-right: 1%;
  width: 45%;
}
#comments #respond form input.checkbox,
#comments #respond form input.checkbox {
  width: auto;
}
#comments #respond form .posts-rss,
#comments #respond form .posts-rss {
  margin-bottom: 2em;
  padding-left: 26px;
  font: 13px/1.2em 'DroidSans', Verdana, Arial, sans-serif;
  background: url('images/icon-rss.png') no-repeat left center;
}
#comments #respond form .form-footer,
#comments #respond form .form-footer {
  margin-top: 0.5em;
}
#comments #respond form .form-footer .span12,
#comments #respond form .form-footer .span12 {
  min-height: 0;
}
#comments #respond form .form-footer .button,
#comments #respond form .form-footer .button {
  background: #97b1ca;
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-block;
  font: 14px/2.1em 'DroidSans', Verdana, Arial, sans-serif;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 25%;
}
#comments #respond form .form-footer .notification,
#comments #respond form .form-footer .notification {
  min-height: 0;
  padding-top: 0.5em;
}
.reply {
  margin-right: 10px;
  text-align: right;
}
.reply a {
  color: #5076a6;
  padding-left: 15px;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  background: url('images/icon-reply.png') no-repeat left -1px;
}
.searchform input {
  min-height: 0 !important;
}
.searchform #s {
  padding: 0 5px;
  font-family: Georgia, serif;
  font-size: 14px;
  color: #666;
  line-height: 2.1em;
  border: 1px solid #ccc;
  margin-right: 1%;
}
.searchform .button {
  background: #97b1ca;
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-block;
  font: 14px/2.1em 'DroidSans', Verdana, Arial, sans-serif;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.main-content .searchform {
  margin: 1em 0 5em 0;
  width: 60%;
}
.sidebar {
  font-size: 14px;
}
.sidebar a {
  color: #333;
  text-decoration: none;
}
.sidebar a:hover {
  color: #4b73a4;
}
.sidebar ul {
  margin: 0 0 1em 0;
}
.sidebar ul.social {
  margin: 0 0 1em 0;
}
.sidebar ul.social li {
  margin-bottom: 0.25em;
  padding-left: 24px;
  color: #666;
  font-size: 12px;
}
.sidebar ul.social li a {
  color: #666;
}
.sidebar ul.social li a:hover {
  text-decoration: underline;
}
.sidebar ul.social li.rss {
  background: url('images/icon-rss.png') no-repeat left center;
}
.sidebar ul.social li.twitter {
  background: url('images/icon-twitter.png') no-repeat left center;
}
.sidebar ul.social li.email {
  background: url('images/icon-email.png') no-repeat left center;
}
.sidebar .widget.widget-comments,
.sidebar .widget.widget-articles {
  padding: 0;
}
.sidebar .widget.im_random_banner {
  text-align: center;
}
.sidebar .widget h4 {
  margin-bottom: 0.5em;
  font: bold 14px/1.2em 'DroidSans', Verdana, Arial, sans-serif;
}
.sidebar .widget .nav-tabs {
  margin: 0;
  overflow: hidden;
  background: #e2e6e9;
}
.sidebar .widget .nav-tabs li {
  float: left;
  width: 50%;
}
.sidebar .widget .nav-tabs li a {
  padding: 0.75em 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  font: bold 14px/1.2em 'DroidSans', Verdana, Arial, sans-serif;
}
.sidebar .widget .nav-tabs li a:hover {
  background: #eaedef;
}
.sidebar .widget .nav-tabs li.ui-tabs-selected a {
  background: #eaedef;
}
.sidebar .widget .tab-content {
  padding: 10px;
}
.sidebar .widget .tab-content ul {
  font-size: 14px;
  margin: 0;
}
.sidebar .widget .tab-content ul li {
  padding: 10px 5px;
}
.sidebar .widget .tab-content ul li p {
  margin: 0;
}
.sidebar .widget .tab-content ul li .comment-tooltip {
  display: none;
}
.sidebar .widget .article-link {
  margin-top: 0.25em;
  font: 12px Arial, sans-serif;
  color: #999;
}
.sidebar .widget .article-link a {
  color: #999;
}
.sidebar .widget .article-link a:hover {
  text-decoration: underline;
}
.sidebar .widget .article-link .nr {
  margin-right: 5px;
  padding-top: 1px;
  height: 15px;
  width: 20px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  background: url('images/icon-comments-gray.png') no-repeat left center;
}
.sidebar .widget.widget-comments .tab-content li:hover {
  color: #4b73a4;
}
.sidebar .widget.widget-articles li a {
  color: #333;
  font: bold 14px/1.2em 'DroidSans', Verdana, Arial, sans-serif;
  text-decoration: none;
}
.sidebar .widget.widget-articles li a:hover {
  color: #4b73a4;
}
.sidebar .widget.widget-articles li .meta {
  color: #999;
  font: 12px Arial, sans-serif;
}
.gform_wrapper ul,
.gform_wrapper li {
  list-style: none !important;
  background: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.gform_wrapper .gform_footer {
  padding-left: 15px;
}
.gform_wrapper .gform_footer button,
.gform_wrapper .gform_footer input.button {
  background: #97b1ca;
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-block;
  font: 14px/2.1em 'DroidSans', Verdana, Arial, sans-serif;
  padding: 0 1.2em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.tooltip {
  position: absolute;
  z-index: 3000;
  color: #fff;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  background-color: #000;
  opacity: 0.85;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 10px;
}
.tooltip p {
  margin: 0;
}
.tooltip.comment-tooltip {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: Georgia, serif;
  width: 27%;
  opacity: 100;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 10px;
}
.tooltip.comment-tooltip .comment-content {
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #eee;
}
.tooltip.comment-tooltip .comment-content strong {
  font-size: 12px;
  font-family: 'DroidSans', Verdana, Arial, sans-serif;
}
.tooltip.comment-tooltip .comment-content a {
  color: #333;
  text-decoration: none;
}
.tooltip.comment-tooltip .comment-content a:hover {
  text-decoration: underline;
}
.tooltip.comment-tooltip .comment-content .reply a {
  color: #5076a6;
}
.tooltip.comment-tooltip .article-link {
  margin-top: 0.25em !important;
  text-align: right;
}
.tooltip.comment-tooltip .article-link .nr {
  background-image: url('images/icon-comments-white.png');
}
.tooltip.comment-tooltip .popup-arrow {
  height: 13px;
  width: 28px;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -14px;
  background: url('images/comment-arrow.png') no-repeat center;
}
.tooltip.social-tooltip {
  padding: 10px;
  width: 50%;
}
#aec_edit_options,
.editor #edit_options {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [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;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 11.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 1.5em;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 11.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70808311%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94565217%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.38211626%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81858035%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25504444%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69150853%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12797262%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.5644367%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00090079%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43736488%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87382897%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31029306%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74675715%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.41616623%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65373529%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85263031%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09019938%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.2890944%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52666346%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72555849%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96312755%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16202258%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.39959164%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.59848667%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.83605573%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03495076%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27251982%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47141485%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.70898391%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.90787893%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14544799%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.34434302%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58191208%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78080711%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.01837617%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.2172712%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45484026%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
body {
  padding: 0;
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-collapse {
    height: auto !important;
  }
}
@media (max-width: 979px) {
  header .book-ad {
    display: none !important;
  }
  .load-more div {
    text-align: left !important;
    float: none !important;
  }
  .sidebar .searchform .button {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  body {
    background-image: none;
    background: #f3f3f3;
  }
  .navbar-inner {
    background: #30659b;
  }
  .navbar-inner .nav li.current-nav-item {
    background: none;
  }
  .navbar-inner .nav li.current-nav-item a {
    color: #999;
    background: none;
  }
  #respond .comment-form-comment {
    margin-left: 0 !important;
  }
}
@media (max-width: 560px) {
  .navbar-inner .nav {
    float: none !important;
  }
  .navbar-inner .nav li {
    float: none !important;
    text-align: center;
  }
  article aside .pull-right {
    text-align: left !important;
  }
}
/*# sourceMappingURL=style.css.map */