/*
Theme Name: Eventbrite Parent Theme
Author: Voce Platforms
Author URI: http://voceplatforms.com
Description: Parent theme for Eventbrite themes
Version: 1.0
License: GPLv3
License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
Tags: responsive-layout, two-columns, custom-header, custom-background, rtl-language-support, custom-menu
*/
/*
 * Bootstrap v2.3.1
 *
 * 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.
 */
/* line 19, sass/bs/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 132, sass/bs/_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/bs/_reset.scss */
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }

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

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

@media print { /* line 155, sass/bs/_reset.scss */
  * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; }
  /* line 163, sass/bs/_reset.scss */
  a, a:visited { text-decoration: underline; }
  /* line 167, sass/bs/_reset.scss */
  a[href]:after { content: " (" attr(href) ")"; }
  /* line 171, sass/bs/_reset.scss */
  abbr[title]:after { content: " (" attr(title) ")"; }
  /* line 178, sass/bs/_reset.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* line 183, sass/bs/_reset.scss */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  /* line 188, sass/bs/_reset.scss */
  thead { display: table-header-group; }
  /* line 193, sass/bs/_reset.scss */
  tr, img { page-break-inside: avoid; }
  /* line 197, sass/bs/_reset.scss */
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  /* line 207, sass/bs/_reset.scss */
  p, h2, h3 { orphans: 3; widows: 3; }
  /* line 213, sass/bs/_reset.scss */
  h2, h3 { page-break-after: avoid; } }
/* line 9, sass/bs/_scaffolding.scss */
body { margin: 0; font-family: "Raleway", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #666; background-color: #fff; }

body.custom-background { -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; background-attachment: fixed;}

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

/* line 27, sass/bs/_scaffolding.scss */
a:hover, a:focus { color: #EFA40F; text-decoration: underline; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 641, sass/bs/_mixins.scss */
.row-fluid { width: 100%; *zoom: 1; }
/* line 15, sass/bs/_mixins.scss */
.row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; }
/* line 22, sass/bs/_mixins.scss */
.row-fluid:after { clear: both; }
/* line 644, sass/bs/_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; margin-left: 2.12766%; *margin-left: 2.07447%; }
/* line 650, sass/bs/_mixins.scss */
.row-fluid [class*="span"]:first-child { margin-left: 0; }
/* line 655, sass/bs/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.12766%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span1 { width: 6.38298%; *width: 6.32979%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span2 { width: 14.89362%; *width: 14.84043%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span3 { width: 23.40426%; *width: 23.35106%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span4 { width: 31.91489%; *width: 31.8617%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span5 { width: 40.42553%; *width: 40.37234%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span6 { width: 48.93617%; *width: 48.88298%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span7 { width: 57.44681%; *width: 57.39362%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span8 { width: 65.95745%; *width: 65.90426%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span9 { width: 74.46809%; *width: 74.41489%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span10 { width: 82.97872%; *width: 82.92553%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span11 { width: 91.48936%; *width: 91.43617%; }
/* line 667, sass/bs/_mixins.scss */
.row-fluid .span12 { width: 100%; *width: 99.94681%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset1 { margin-left: 10.6383%; *margin-left: 10.53191%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset1:first-child { margin-left: 8.51064%; *margin-left: 8.40426%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset2 { margin-left: 19.14894%; *margin-left: 19.04255%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset2:first-child { margin-left: 17.02128%; *margin-left: 16.91489%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset3 { margin-left: 27.65957%; *margin-left: 27.55319%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset3:first-child { margin-left: 25.53191%; *margin-left: 25.42553%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset4 { margin-left: 36.17021%; *margin-left: 36.06383%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset4:first-child { margin-left: 34.04255%; *margin-left: 33.93617%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset5 { margin-left: 44.68085%; *margin-left: 44.57447%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset5:first-child { margin-left: 42.55319%; *margin-left: 42.44681%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset6 { margin-left: 53.19149%; *margin-left: 53.08511%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset6:first-child { margin-left: 51.06383%; *margin-left: 50.95745%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset7 { margin-left: 61.70213%; *margin-left: 61.59574%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset7:first-child { margin-left: 59.57447%; *margin-left: 59.46809%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset8 { margin-left: 70.21277%; *margin-left: 70.10638%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset8:first-child { margin-left: 68.08511%; *margin-left: 67.97872%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset9 { margin-left: 78.7234%; *margin-left: 78.61702%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset9:first-child { margin-left: 76.59574%; *margin-left: 76.48936%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset10 { margin-left: 87.23404%; *margin-left: 87.12766%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset10:first-child { margin-left: 85.10638%; *margin-left: 85.0%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset11 { margin-left: 95.74468%; *margin-left: 95.6383%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset11:first-child { margin-left: 93.61702%; *margin-left: 93.51064%; }
/* line 673, sass/bs/_mixins.scss */
.row-fluid .offset12 { margin-left: 104.25532%; *margin-left: 104.14894%; }
/* line 674, sass/bs/_mixins.scss */
.row-fluid .offset12:first-child { margin-left: 102.12766%; *margin-left: 102.02128%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 51, sass/bs/_type.scss */
.text-left { text-align: left; }

/* line 52, sass/bs/_type.scss */
.text-right { text-align: right; }

/* line 53, sass/bs/_type.scss */
.text-center { text-align: center; }

/* line 59, sass/bs/_type.scss */
h1, h2, h3, h4, h5, h6 { margin: 10px 0; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 400; line-height: 20px; color: inherit; text-rendering: optimizelegibility; }
/* line 66, sass/bs/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; color: #999; }

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

/* line 77, sass/bs/_type.scss */
h1 { font-size: 24.0px; }

/* line 78, sass/bs/_type.scss */
h2 { font-size: 18.0px; }

/* line 79, sass/bs/_type.scss */
h3 { font-size: 16.0px; }

/* line 80, sass/bs/_type.scss */
h4 { font-size: 15.0px; }

/* line 81, sass/bs/_type.scss */
h5 { font-size: 14px; }

/* line 82, sass/bs/_type.scss */
h6 { font-size: 11.9px; }

/* line 84, sass/bs/_type.scss */
h1 small { font-size: 24.5px; }

/* line 85, sass/bs/_type.scss */
h2 small { font-size: 17.5px; }

/* line 86, sass/bs/_type.scss */
h3 small { font-size: 14px; }

/* line 87, sass/bs/_type.scss */
h4 small { font-size: 14px; }

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

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

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

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

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

/* line 128, sass/bs/_type.scss */
ul.inline, ol.inline { margin-left: 0; list-style: none; }
/* line 131, sass/bs/_type.scss */
ul.inline > li, ol.inline > li { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; padding-left: 5px; padding-right: 5px; }

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

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

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

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

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

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

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

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

/* line 192, sass/bs/_type.scss */
blockquote { padding: 0 0 0 15px; margin: 0 0 20px; border-left: 5px solid #eee; }
/* line 196, sass/bs/_type.scss */
blockquote p { margin-bottom: 0; font-size: 17.5px; font-weight: 300; line-height: 1.25; }
/* line 202, sass/bs/_type.scss */
blockquote small { display: block; line-height: 20px; color: #999; }
/* line 206, sass/bs/_type.scss */
blockquote small:before { content: '\2014 \00A0'; }
/* line 212, sass/bs/_type.scss */
blockquote.pull-right { float: right; padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; border-left: 0; }
/* line 219, sass/bs/_type.scss */
blockquote.pull-right p, blockquote.pull-right small { text-align: right; }
/* line 223, sass/bs/_type.scss */
blockquote.pull-right small:before { content: ''; }
/* line 226, sass/bs/_type.scss */
blockquote.pull-right small:after { content: '\00A0 \2014'; }

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

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

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

/* line 17, sass/bs/_code.scss */
code { padding: 2px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; display: block; margin-top: 6px; }

/* line 27, sass/bs/_code.scss */
pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 20px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
/* line 43, sass/bs/_code.scss */
pre.prettyprint { margin-bottom: 20px; }
/* line 48, sass/bs/_code.scss */
pre code { padding: 0; color: inherit; white-space: pre; white-space: pre-wrap; background-color: transparent; border: 0; }

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

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

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

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

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

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

/* line 41, sass/bs/_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/bs/_dropdowns.scss */
.dropdown-menu.pull-right { right: 0; left: auto; }
/* line 70, sass/bs/_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/bs/_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 91, sass/bs/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { text-decoration: none; color: #fff; background-color: #e1781e; background-image: -moz-linear-gradient(top, #F0A818, #EFA40F); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F0A818), to(#EFA40F)); background-image: -webkit-linear-gradient(top, #F0A818, #EFA40F); background-image: -o-linear-gradient(top, #F0A818, #EFA40F); background-image: linear-gradient(to bottom, #F0A818, #EFA40F); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0A818', endColorstr='#FFEFA40F', GradientType=0); }

/* line 101, sass/bs/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #e1781e; background-image: -moz-linear-gradient(top, #F0A818, #EFA40F); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F0A818), to(#EFA40F)); background-image: -webkit-linear-gradient(top, #F0A818, #EFA40F); background-image: -o-linear-gradient(top, #F0A818, #EFA40F); background-image: linear-gradient(to bottom, #F0A818, #EFA40F); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0A818', endColorstr='#FFEFA40F', GradientType=0); }

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

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

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

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

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

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

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

/* line 183, sass/bs/_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 192, sass/bs/_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: #ccc; margin-top: 5px; margin-right: -10px; }

/* line 205, sass/bs/_dropdowns.scss */
.dropdown-submenu:hover > a:after { border-left-color: #fff; }

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

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

/* line 6, sass/bs/_component-animations.scss */
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
/* line 9, sass/bs/_component-animations.scss */
.fade.in { opacity: 1; }

/* line 14, sass/bs/_component-animations.scss */
.collapse { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -moz-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; }
/* line 19, sass/bs/_component-animations.scss */
.collapse.in { height: auto; }

/* line 6, sass/bs/_close.scss */
.close { float: right; font-size: 20px; font-weight: bold; line-height: 20px; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); }
/* line 15, sass/bs/_close.scss */
.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); }

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

/* line 10, sass/bs/_buttons.scss */
.btn, .comments-area .comment-reply-link { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; padding: 4px 12px; margin-bottom: 0; font-size: 0.9285714286em; text-transform: uppercase; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; color: #333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #f5f5f5; background-image: -moz-linear-gradient(top, white, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, white, #e6e6e6); background-image: -o-linear-gradient(top, white, #e6e6e6); background-image: linear-gradient(to bottom, #fff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffFF', endColorstr='#FFE6E6E6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 1px solid #ccc; *border: 0; border-bottom-color: #b3b3b3; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; *margin-left: .3em; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 0 #944d10; -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 0 #944d10; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 0 #944d10; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
/* line 540, sass/bs/_mixins.scss */
.btn:hover, .comments-area .comment-reply-link:hover, .btn:focus, .comments-area .comment-reply-link:focus, .btn:active, .comments-area .comment-reply-link:active, .btn.active, .comments-area .active.comment-reply-link, .btn.disabled, .comments-area .disabled.comment-reply-link, .btn[disabled], .comments-area [disabled].comment-reply-link { color: #333; background-color: #e6e6e6; *background-color: #d9d9d9; }
/* line 548, sass/bs/_mixins.scss */
.btn:active, .comments-area .comment-reply-link:active, .btn.active, .comments-area .active.comment-reply-link { background-color: #ccc \9; }
/* line 88, sass/bs/_mixins.scss */
.btn:first-child, .comments-area .comment-reply-link:first-child { *margin-left: 0; }
/* line 34, sass/bs/_buttons.scss */
.btn:hover, .comments-area .comment-reply-link:hover, .btn:focus, .comments-area .comment-reply-link:focus { color: #333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
/* line 45, sass/bs/_buttons.scss */
.btn:focus, .comments-area .comment-reply-link:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
/* line 51, sass/bs/_buttons.scss */
.btn.active, .comments-area .active.comment-reply-link, .btn:active, .comments-area .comment-reply-link:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
/* line 59, sass/bs/_buttons.scss */
.btn.disabled, .comments-area .disabled.comment-reply-link, .btn[disabled], .comments-area [disabled].comment-reply-link { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

/* line 74, sass/bs/_buttons.scss */
.btn-large { padding: 11px 19px; font-size: 13px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }

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

/* line 85, sass/bs/_buttons.scss */
.btn-small { padding: 2px 10px; font-size: 11.9px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }

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

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

/* line 100, sass/bs/_buttons.scss */
.btn-mini { padding: 0px 6px; font-size: 10.5px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }

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

/* line 119, sass/bs/_buttons.scss */
.btn-block + .btn-block { margin-top: 5px; }

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

/* line 143, sass/bs/_buttons.scss */
.btn-primary.active, .btn-warning.active, .active.btn, .comments-area .active.comment-reply-link, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color: rgba(255, 255, 255, 0.75); }

/* line 149, sass/bs/_buttons.scss */
.btn-primary { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #e79823; background-image: -moz-linear-gradient(top, #F0A818, #e7bf23); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F0A818), to(#e7bf23)); background-image: -webkit-linear-gradient(top, #F0A818, #e7bf23); background-image: -o-linear-gradient(top, #F0A818, #e7bf23); background-image: linear-gradient(to bottom, #F0A818, #e7bf23); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0A818', endColorstr='#FFE7BF23', GradientType=0); border-color: #e7bf23 #e7bf23 #ab8c13; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e7bf23; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 540, sass/bs/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { color: #fff; background-color: #e7bf23; *background-color: #d9b218; }
/* line 548, sass/bs/_mixins.scss */
.btn-primary:active, .btn-primary.active { background-color: #c29f15 \9; }

/* line 153, sass/bs/_buttons.scss */
.btn-warning, .btn, .comments-area .comment-reply-link { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #eb964c; background-image: -moz-linear-gradient(top, #efa668, #F0A818); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efa668), to(#F0A818)); background-image: -webkit-linear-gradient(top, #efa668, #F0A818); background-image: -o-linear-gradient(top, #efa668, #F0A818); background-image: linear-gradient(to bottom, #efa668, #F0A818); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFA668', endColorstr='#FFF0A818', GradientType=0); border-color: #F0A818 #F0A818 #EFA40F; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #F0A818; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 540, sass/bs/_mixins.scss */
.btn-warning:hover, .btn:hover, .comments-area .comment-reply-link:hover, .btn-warning:focus, .btn:focus, .comments-area .comment-reply-link:focus, .btn-warning:active, .btn:active, .comments-area .comment-reply-link:active, .btn-warning.active, .active.btn, .comments-area .active.comment-reply-link, .btn-warning.disabled, .disabled.btn, .comments-area .disabled.comment-reply-link, .btn-warning[disabled], [disabled].btn, .comments-area [disabled].comment-reply-link { color: #fff; background-color: #F0A818; *background-color: #EFA40F; }
/* line 548, sass/bs/_mixins.scss */
.btn-warning:active, .btn:active, .comments-area .comment-reply-link:active, .btn-warning.active, .active.btn, .comments-area .active.comment-reply-link { background-color: #c26515 \9; }

/* line 157, sass/bs/_buttons.scss */
.btn-danger { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4e49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0); border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #bd362f; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 540, sass/bs/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { color: #fff; background-color: #bd362f; *background-color: #a9302a; }
/* line 548, sass/bs/_mixins.scss */
.btn-danger:active, .btn-danger.active { background-color: #942a25 \9; }

/* line 161, sass/bs/_buttons.scss */
.btn-success { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb65b; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(to bottom, #62c462, #51a351); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0); border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #51a351; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 540, sass/bs/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { color: #fff; background-color: #51a351; *background-color: #499249; }
/* line 548, sass/bs/_mixins.scss */
.btn-success:active, .btn-success.active { background-color: #408140 \9; }

/* line 165, sass/bs/_buttons.scss */
.btn-info { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #49afcd; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0); border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #2f96b4; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 540, sass/bs/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { color: #fff; background-color: #2f96b4; *background-color: #2a85a0; }
/* line 548, sass/bs/_mixins.scss */
.btn-info:active, .btn-info.active { background-color: #24748c \9; }

/* line 169, sass/bs/_buttons.scss */
.btn-inverse { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #363636; background-image: -moz-linear-gradient(top, #444, #222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222)); background-image: -webkit-linear-gradient(top, #444, #222); background-image: -o-linear-gradient(top, #444, #222); background-image: linear-gradient(to bottom, #444, #222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0); border-color: #222 #222 black; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #222; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 540, sass/bs/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { color: #fff; background-color: #222; *background-color: #151515; }
/* line 548, sass/bs/_mixins.scss */
.btn-inverse:active, .btn-inverse.active { background-color: #090909 \9; }

/* line 178, sass/bs/_buttons.scss */
button.btn, .comments-area button.comment-reply-link, input[type="submit"].btn, .comments-area input[type="submit"].comment-reply-link { *padding-top: 3px; *padding-bottom: 3px; }
/* line 181, sass/bs/_buttons.scss */
button.btn::-moz-focus-inner, .comments-area button.comment-reply-link::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner, .comments-area input[type="submit"].comment-reply-link::-moz-focus-inner { padding: 0; border: 0; }
/* line 190, sass/bs/_buttons.scss */
button.btn.btn-large, .comments-area button.btn-large.comment-reply-link, input[type="submit"].btn.btn-large, .comments-area input[type="submit"].btn-large.comment-reply-link { *padding-top: 7px; *padding-bottom: 7px; }
/* line 194, sass/bs/_buttons.scss */
button.btn.btn-small, .comments-area button.btn-small.comment-reply-link, input[type="submit"].btn.btn-small, .comments-area input[type="submit"].btn-small.comment-reply-link { *padding-top: 3px; *padding-bottom: 3px; }
/* line 198, sass/bs/_buttons.scss */
button.btn.btn-mini, .comments-area button.btn-mini.comment-reply-link, input[type="submit"].btn.btn-mini, .comments-area input[type="submit"].btn-mini.comment-reply-link { *padding-top: 1px; *padding-bottom: 1px; }

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

/* line 216, sass/bs/_buttons.scss */
.btn-link { border-color: transparent; cursor: pointer; color: #F0A818; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

/* line 223, sass/bs/_buttons.scss */
.btn-link:hover, .btn-link:focus { color: #EFA40F; text-decoration: underline; background-color: transparent; }

/* line 229, sass/bs/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus { color: #333; text-decoration: none; }

/* line 7, sass/bs/_button-groups.scss */
.btn-group { position: relative; display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; font-size: 0; vertical-align: middle; white-space: nowrap; *margin-left: .3em; }
/* line 88, sass/bs/_mixins.scss */
.btn-group:first-child { *margin-left: 0; }

/* line 18, sass/bs/_button-groups.scss */
.btn-group + .btn-group { margin-left: 5px; }

/* line 23, sass/bs/_button-groups.scss */
.btn-toolbar { font-size: 0; margin-top: 10px; margin-bottom: 10px; }
/* line 29, sass/bs/_button-groups.scss */
.btn-toolbar > .btn + .btn, .comments-area .btn-toolbar > .comment-reply-link + .btn, .comments-area .btn-toolbar > .btn + .comment-reply-link, .comments-area .btn-toolbar > .comment-reply-link + .comment-reply-link, .btn-toolbar > .btn-group + .btn, .comments-area .btn-toolbar > .btn-group + .comment-reply-link, .btn-toolbar > .btn + .btn-group, .comments-area .btn-toolbar > .comment-reply-link + .btn-group { margin-left: 5px; }

/* line 35, sass/bs/_button-groups.scss */
.btn-group > .btn, .comments-area .btn-group > .comment-reply-link { position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

/* line 39, sass/bs/_button-groups.scss */
.btn-group > .btn + .btn, .comments-area .btn-group > .comment-reply-link + .btn, .comments-area .btn-group > .btn + .comment-reply-link, .comments-area .btn-group > .comment-reply-link + .comment-reply-link { margin-left: -1px; }

/* line 44, sass/bs/_button-groups.scss */
.btn-group > .btn, .comments-area .btn-group > .comment-reply-link, .btn-group > .dropdown-menu, .btn-group > .popover { font-size: 14px; }

/* line 49, sass/bs/_button-groups.scss */
.btn-group > .btn-mini { font-size: 10.5px; }

/* line 52, sass/bs/_button-groups.scss */
.btn-group > .btn-small { font-size: 11.9px; }

/* line 55, sass/bs/_button-groups.scss */
.btn-group > .btn-large { font-size: 17.5px; }

/* line 60, sass/bs/_button-groups.scss */
.btn-group > .btn:first-child, .comments-area .btn-group > .comment-reply-link:first-child { margin-left: 0; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-left-radius: 2px; }

/* line 67, sass/bs/_button-groups.scss */
.btn-group > .btn:last-child, .comments-area .btn-group > .comment-reply-link:last-child, .btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; border-bottom-right-radius: 2px; }

/* line 72, sass/bs/_button-groups.scss */
.btn-group > .btn.large:first-child, .comments-area .btn-group > .large.comment-reply-link:first-child { margin-left: 0; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; }

/* line 78, sass/bs/_button-groups.scss */
.btn-group > .btn.large:last-child, .comments-area .btn-group > .large.comment-reply-link:last-child, .btn-group > .large.dropdown-toggle { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }

/* line 87, sass/bs/_button-groups.scss */
.btn-group > .btn:hover, .comments-area .btn-group > .comment-reply-link:hover, .btn-group > .btn:focus, .comments-area .btn-group > .comment-reply-link:focus, .btn-group > .btn:active, .comments-area .btn-group > .comment-reply-link:active, .btn-group > .btn.active, .comments-area .btn-group > .active.comment-reply-link { z-index: 2; }

/* line 93, sass/bs/_button-groups.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }

/* line 103, sass/bs/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .comments-area .btn-group > .comment-reply-link + .dropdown-toggle { padding-left: 8px; padding-right: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); *padding-top: 5px; *padding-bottom: 5px; }

/* line 110, sass/bs/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle { padding-left: 5px; padding-right: 5px; *padding-top: 2px; *padding-bottom: 2px; }

/* line 116, sass/bs/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle { *padding-top: 5px; *padding-bottom: 4px; }

/* line 120, sass/bs/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle { padding-left: 12px; padding-right: 12px; *padding-top: 7px; *padding-bottom: 7px; }

/* line 131, sass/bs/_button-groups.scss */
.btn-group.open .dropdown-toggle { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
/* line 137, sass/bs/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle, .btn-group.open .comments-area .dropdown-toggle.comment-reply-link, .comments-area .btn-group.open .dropdown-toggle.comment-reply-link { background-color: #e6e6e6; }
/* line 140, sass/bs/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle { background-color: #e7bf23; }
/* line 143, sass/bs/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle, .btn-group.open .dropdown-toggle.btn, .btn-group.open .comments-area .dropdown-toggle.comment-reply-link, .comments-area .btn-group.open .dropdown-toggle.comment-reply-link { background-color: #F0A818; }
/* line 146, sass/bs/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle { background-color: #bd362f; }
/* line 149, sass/bs/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle { background-color: #51a351; }
/* line 152, sass/bs/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle { background-color: #2f96b4; }
/* line 155, sass/bs/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle { background-color: #222; }

/* line 162, sass/bs/_button-groups.scss */
.btn .caret, .comments-area .comment-reply-link .caret { margin-top: 8px; margin-left: 0; }

/* line 167, sass/bs/_button-groups.scss */
.btn-large .caret { margin-top: 6px; }

/* line 170, sass/bs/_button-groups.scss */
.btn-large .caret { border-left-width: 5px; border-right-width: 5px; border-top-width: 5px; }

/* line 176, sass/bs/_button-groups.scss */
.btn-mini .caret, .btn-small .caret { margin-top: 8px; }

/* line 180, sass/bs/_button-groups.scss */
.dropup .btn-large .caret { border-bottom-width: 5px; }

/* line 193, sass/bs/_button-groups.scss */
.btn-primary .caret, .btn-warning .caret, .btn .caret, .comments-area .comment-reply-link .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret { border-top-color: #fff; border-bottom-color: #fff; }

/* line 204, sass/bs/_button-groups.scss */
.btn-group-vertical { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; }

/* line 208, sass/bs/_button-groups.scss */
.btn-group-vertical > .btn, .comments-area .btn-group-vertical > .comment-reply-link { display: block; float: none; max-width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

/* line 214, sass/bs/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .comments-area .btn-group-vertical > .comment-reply-link + .btn, .comments-area .btn-group-vertical > .btn + .comment-reply-link, .comments-area .btn-group-vertical > .comment-reply-link + .comment-reply-link { margin-left: 0; margin-top: -1px; }

/* line 218, sass/bs/_button-groups.scss */
.btn-group-vertical > .btn:first-child, .comments-area .btn-group-vertical > .comment-reply-link:first-child { -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; }

/* line 221, sass/bs/_button-groups.scss */
.btn-group-vertical > .btn:last-child, .comments-area .btn-group-vertical > .comment-reply-link:last-child { -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }

/* line 224, sass/bs/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }

/* line 227, sass/bs/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }

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

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

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

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

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

/* line 37, sass/bs/_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 48, sass/bs/_navs.scss */
.nav li + .nav-header { margin-top: 9px; }

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

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

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

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

/* line 83, sass/bs/_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 94, sass/bs/_navs.scss */
.nav-tabs, .nav-pills { *zoom: 1; }
/* line 15, sass/bs/_mixins.scss */
.nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after { display: table; content: ""; line-height: 0; }
/* line 22, sass/bs/_mixins.scss */
.nav-tabs:after, .nav-pills:after { clear: both; }

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

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

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

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

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

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

/* line 148, sass/bs/_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 159, sass/bs/_navs.scss */
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { color: #fff; background-color: #F0A818; }

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

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

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

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

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

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

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

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

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

/* line 226, sass/bs/_navs.scss */
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret { border-top-color: #EFA40F; border-bottom-color: #EFA40F; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 21, sass/bs/_navbar.scss */
.navbar-inner { min-height: 40px; padding-left: 20px; padding-right: 20px; background-color: #f9f9f9; background-image: -moz-linear-gradient(top, white, #f2f2f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2)); background-image: -webkit-linear-gradient(top, white, #f2f2f2); background-image: -o-linear-gradient(top, white, #f2f2f2); background-image: linear-gradient(to bottom, #fff, #f2f2f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffFF', endColorstr='#FFF2F2F2', GradientType=0); border: 1px solid #d4d4d4; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -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 15, sass/bs/_mixins.scss */
.navbar-inner:before, .navbar-inner:after { display: table; content: ""; line-height: 0; }
/* line 22, sass/bs/_mixins.scss */
.navbar-inner:after { clear: both; }

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

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

/* line 49, sass/bs/_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 #fff; }
/* line 60, sass/bs/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus { text-decoration: none; }

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

/* line 75, sass/bs/_navbar.scss */
.navbar-link { color: #777; }
/* line 78, sass/bs/_navbar.scss */
.navbar-link:hover, .navbar-link:focus { color: #333; }

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

/* line 95, sass/bs/_navbar.scss */
.navbar .btn, .navbar .comments-area .comment-reply-link, .comments-area .navbar .comment-reply-link, .navbar .btn-group { margin-top: 5px; }

/* line 102, sass/bs/_navbar.scss */
.navbar .btn-group .btn, .navbar .btn-group .comments-area .comment-reply-link, .comments-area .navbar .btn-group .comment-reply-link, .navbar .input-prepend .btn, .navbar .input-prepend .comments-area .comment-reply-link, .comments-area .navbar .input-prepend .comment-reply-link, .navbar .input-append .btn, .navbar .input-append .comments-area .comment-reply-link, .comments-area .navbar .input-append .comment-reply-link, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group { margin-top: 0; }

/* line 108, sass/bs/_navbar.scss */
.navbar-form { margin-bottom: 0; *zoom: 1; }
/* line 15, sass/bs/_mixins.scss */
.navbar-form:before, .navbar-form:after { display: table; content: ""; line-height: 0; }
/* line 22, sass/bs/_mixins.scss */
.navbar-form:after { clear: both; }
/* line 114, sass/bs/_navbar.scss */
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox { margin-top: 5px; }
/* line 119, sass/bs/_navbar.scss */
.navbar-form input, .navbar-form select, .navbar-form .btn, .navbar-form .comments-area .comment-reply-link, .comments-area .navbar-form .comment-reply-link { display: inline-block; margin-bottom: 0; }
/* line 125, sass/bs/_navbar.scss */
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { margin-top: 3px; }
/* line 129, sass/bs/_navbar.scss */
.navbar-form .input-append, .navbar-form .input-prepend { margin-top: 5px; white-space: nowrap; }
/* line 132, sass/bs/_navbar.scss */
.navbar-form .input-append input, .navbar-form .input-prepend input { margin-top: 0; }

/* line 140, sass/bs/_navbar.scss */
.navbar-search { position: relative; float: left; margin-top: 5px; margin-bottom: 0; }
/* line 145, sass/bs/_navbar.scss */
.navbar-search .search-query { margin-bottom: 0; padding: 4px 14px; font-family: "Raleway", 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 158, sass/bs/_navbar.scss */
.navbar-static-top { position: static; margin-bottom: 0; }
/* line 161, sass/bs/_navbar.scss */
.navbar-static-top .navbar-inner { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

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

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

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

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

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

/* line 208, sass/bs/_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 214, sass/bs/_navbar.scss */
.navbar-fixed-bottom { bottom: 0; }
/* line 216, sass/bs/_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 226, sass/bs/_navbar.scss */
.navbar .nav { position: relative; left: 0; display: block; float: left; margin: 0 10px 0 0; }

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

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

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

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

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

/* line 265, sass/bs/_navbar.scss */
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { color: #666; 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 274, sass/bs/_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 540, sass/bs/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] { color: #fff; background-color: #e6e6e6; *background-color: #d9d9d9; }
/* line 548, sass/bs/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active { background-color: #ccc \9; }

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

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

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

/* line 351, sass/bs/_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: #666; }

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

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

/* line 368, sass/bs/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right { left: auto; right: 0; }
/* line 371, sass/bs/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before { left: auto; right: 12px; }
/* line 375, sass/bs/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after { left: auto; right: 13px; }
/* line 379, sass/bs/_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 394, sass/bs/_navbar.scss */
.navbar-inverse .navbar-inner { background-color: #1b1b1b; background-image: -moz-linear-gradient(top, #222, #111); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111)); background-image: -webkit-linear-gradient(top, #222, #111); background-image: -o-linear-gradient(top, #222, #111); background-image: linear-gradient(to bottom, #222, #111); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0); border-color: #252525; }
/* line 400, sass/bs/_navbar.scss */
.navbar-inverse .brand, .navbar-inverse .nav > li > a { color: #999; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
/* line 404, sass/bs/_navbar.scss */
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus { color: #fff; }
/* line 409, sass/bs/_navbar.scss */
.navbar-inverse .brand { color: #999; }
/* line 413, sass/bs/_navbar.scss */
.navbar-inverse .navbar-text { color: #999; }
/* line 418, sass/bs/_navbar.scss */
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { background-color: transparent; color: #fff; }
/* line 425, sass/bs/_navbar.scss */
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus { color: #fff; background-color: #111; }
/* line 431, sass/bs/_navbar.scss */
.navbar-inverse .navbar-link { color: #999; }
/* line 434, sass/bs/_navbar.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus { color: #fff; }
/* line 440, sass/bs/_navbar.scss */
.navbar-inverse .divider-vertical { border-left-color: #111; border-right-color: #222; }
/* line 448, sass/bs/_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: #111; color: #fff; }
/* line 453, sass/bs/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret { border-top-color: #fff; color: #fff; }
/* line 457, sass/bs/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #999; border-bottom-color: #999; }
/* line 463, sass/bs/_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 470, sass/bs/_navbar.scss */
.navbar-inverse .navbar-search .search-query { color: #fff; background-color: #515151; border-color: #111; -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 110, sass/bs/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder { color: #ccc; }
/* line 113, sass/bs/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder { color: #ccc; }
/* line 116, sass/bs/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { color: #ccc; }
/* line 480, sass/bs/_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 493, sass/bs/_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 540, sass/bs/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] { color: #fff; background-color: #040404; *background-color: #000; }
/* line 548, sass/bs/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active { background-color: #000 \9; }

/* line 6, sass/bs/_breadcrumbs.scss */
.breadcrumb { padding: 8px 15px; margin: 0 0 20px; list-style: none; background-color: #f5f5f5; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
/* line 12, sass/bs/_breadcrumbs.scss */
.breadcrumb > li { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; text-shadow: 0 1px 0 #fff; }
/* line 16, sass/bs/_breadcrumbs.scss */
.breadcrumb > li > .divider { padding: 0 5px; color: #ccc; }
/* line 21, sass/bs/_breadcrumbs.scss */
.breadcrumb .active { color: #999; }

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

/* line 10, sass/bs/_pagination.scss */
.pagination ul { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; margin-left: 0; margin-bottom: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -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/bs/_pagination.scss */
.pagination ul > li { display: inline; }

/* line 25, sass/bs/_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 37, sass/bs/_pagination.scss */
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #f5f5f5; }

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

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

/* line 54, sass/bs/_pagination.scss */
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 1px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-left-radius: 2px; }

/* line 59, sass/bs/_pagination.scss */
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span { -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; border-bottom-right-radius: 2px; }

/* line 67, sass/bs/_pagination.scss */
.pagination-centered { text-align: center; }

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

/* line 81, sass/bs/_pagination.scss */
.pagination-large ul > li > a, .pagination-large ul > li > span { padding: 11px 19px; font-size: 17.5px; }
/* line 86, sass/bs/_pagination.scss */
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span { -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 90, sass/bs/_pagination.scss */
.pagination-large ul > li:last-child > a, .pagination-large 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 99, sass/bs/_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: 1px; -moz-border-radius-topleft: 1px; border-top-left-radius: 1px; -webkit-border-bottom-left-radius: 1px; -moz-border-radius-bottomleft: 1px; border-bottom-left-radius: 1px; }
/* line 103, sass/bs/_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: 1px; -moz-border-radius-topright: 1px; border-top-right-radius: 1px; -webkit-border-bottom-right-radius: 1px; -moz-border-radius-bottomright: 1px; border-bottom-right-radius: 1px; }

/* line 111, sass/bs/_pagination.scss */
.pagination-small ul > li > a, .pagination-small ul > li > span { padding: 2px 10px; font-size: 11.9px; }

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

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

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

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

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

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

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

/* line 7, sass/bs/_tooltip.scss */
.tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); }
/* line 15, sass/bs/_tooltip.scss */
.tooltip.in { opacity: 0.8; filter: alpha(opacity=80); }
/* line 16, sass/bs/_tooltip.scss */
.tooltip.top { margin-top: -3px; padding: 5px 0; }
/* line 17, sass/bs/_tooltip.scss */
.tooltip.right { margin-left: 3px; padding: 0 5px; }
/* line 18, sass/bs/_tooltip.scss */
.tooltip.bottom { margin-top: 3px; padding: 5px 0; }
/* line 19, sass/bs/_tooltip.scss */
.tooltip.left { margin-left: -3px; padding: 0 5px; }

/* line 23, sass/bs/_tooltip.scss */
.tooltip-inner { max-width: 200px; padding: 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

/* line 34, sass/bs/_tooltip.scss */
.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }

/* line 42, sass/bs/_tooltip.scss */
.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; }
/* line 49, sass/bs/_tooltip.scss */
.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; }
/* line 56, sass/bs/_tooltip.scss */
.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; }
/* line 63, sass/bs/_tooltip.scss */
.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

/* line 6, sass/bs/_popovers.scss */
.popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; }
/* line 28, sass/bs/_popovers.scss */
.popover.top { margin-top: -10px; }
/* line 29, sass/bs/_popovers.scss */
.popover.right { margin-left: 10px; }
/* line 30, sass/bs/_popovers.scss */
.popover.bottom { margin-top: 10px; }
/* line 31, sass/bs/_popovers.scss */
.popover.left { margin-left: -10px; }

/* line 34, sass/bs/_popovers.scss */
.popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
/* line 44, sass/bs/_popovers.scss */
.popover-title:empty { display: none; }

/* line 49, sass/bs/_popovers.scss */
.popover-content { padding: 9px 14px; }

/* line 58, sass/bs/_popovers.scss */
.popover .arrow, .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }

/* line 66, sass/bs/_popovers.scss */
.popover .arrow { border-width: 11px; }

/* line 69, sass/bs/_popovers.scss */
.popover .arrow:after { border-width: 10px; content: ""; }

/* line 75, sass/bs/_popovers.scss */
.popover.top .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; }
/* line 82, sass/bs/_popovers.scss */
.popover.top .arrow:after { bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; }
/* line 89, sass/bs/_popovers.scss */
.popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999; border-right-color: rgba(0, 0, 0, 0.25); }
/* line 96, sass/bs/_popovers.scss */
.popover.right .arrow:after { left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; }
/* line 103, sass/bs/_popovers.scss */
.popover.bottom .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; }
/* line 110, sass/bs/_popovers.scss */
.popover.bottom .arrow:after { top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; }
/* line 118, sass/bs/_popovers.scss */
.popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25); }
/* line 125, sass/bs/_popovers.scss */
.popover.left .arrow:after { right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; }


/* =Post Formats
-----------------------------------*/

.entry-format {
  display: inline-block;
  padding-right: 6px;
}
.format-link .entry-title {
  display: none;
}

/* line 7, sass/bs/_accordion.scss */
.accordion { margin-bottom: 20px; }

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

/* line 17, sass/bs/_accordion.scss */
.accordion-heading { border-bottom: 0; }

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

/* line 26, sass/bs/_accordion.scss */
.accordion-toggle { cursor: pointer; }

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

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

/* line 12, sass/bs/_carousel.scss */
.eb-carousel-inner { overflow: hidden; width: 100%; position: relative; }

/* line 20, sass/bs/_carousel.scss */
.eb-carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -moz-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; }
/* line 27, sass/bs/_carousel.scss */
.eb-carousel-inner > .item > img, .eb-carousel-inner > .item > a > img { display: block; line-height: 1; }
/* line 35, sass/bs/_carousel.scss */
.eb-carousel-inner > .active, .eb-carousel-inner > .next, .eb-carousel-inner > .prev { display: block; }
/* line 37, sass/bs/_carousel.scss */
.eb-carousel-inner > .active { left: 0; }
/* line 42, sass/bs/_carousel.scss */
.eb-carousel-inner > .next, .eb-carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
/* line 48, sass/bs/_carousel.scss */
.eb-carousel-inner > .next { left: 100%; }
/* line 51, sass/bs/_carousel.scss */
.eb-carousel-inner > .prev { left: -100%; }
/* line 55, sass/bs/_carousel.scss */
.eb-carousel-inner > .next.left, .eb-carousel-inner > .prev.right { left: 0; }
/* line 59, sass/bs/_carousel.scss */
.eb-carousel-inner > .active.left { left: -100%; }
/* line 62, sass/bs/_carousel.scss */
.eb-carousel-inner > .active.right { left: 100%; }

/* line 71, sass/bs/_carousel.scss */
.eb-carousel-control { position: absolute; top: 40%; left: 15px; width: 40px; height: 40px; margin-top: -20px; font-size: 60px; font-weight: 100; line-height: 30px; color: #fff; text-align: center; background: #222; border: 3px solid #fff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: 0.5; filter: alpha(opacity=50); }
/* line 96, sass/bs/_carousel.scss */
.eb-carousel-control.right { left: auto; right: 15px; }
/* line 103, sass/bs/_carousel.scss */
.eb-carousel-control:hover, .eb-carousel-control:focus { color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); }

/* line 112, sass/bs/_carousel.scss */
.carousel-indicators { position: absolute; top: 15px; right: 15px; z-index: 5; margin: 0; list-style: none; }
/* line 120, sass/bs/_carousel.scss */
.carousel-indicators li { display: block; float: left; width: 10px; height: 10px; margin-left: 5px; text-indent: -999px; background-color: #ccc; background-color: rgba(255, 255, 255, 0.25); border-radius: 5px; }
/* line 131, sass/bs/_carousel.scss */
.carousel-indicators .active { background-color: #fff; }

/* line 139, sass/bs/_carousel.scss */
.eb-carousel-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 15px; background: #333; background: rgba(0, 0, 0, 0.75); }

/* line 149, sass/bs/_carousel.scss */
.carousel-caption h4, .carousel-caption p { color: #fff; line-height: 20px; }

/* line 153, sass/bs/_carousel.scss */
.carousel-caption h4 { margin: 0 0 5px; }

/* line 156, sass/bs/_carousel.scss */
.carousel-caption p { margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

/*
 * Bootstrap Responsive v2.3.1
 *
 * 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.
 */
@-ms-viewport { width: device-width; }

/* line 15, sass/bs/_responsive-utilities.scss */
.hidden { display: none; visibility: hidden; }

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

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

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

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

@media (min-width: 768px) and (max-width: 979px) { /* line 33, sass/bs/_responsive-utilities.scss */
  .hidden-desktop { display: inherit !important; }
  /* line 34, sass/bs/_responsive-utilities.scss */
  .visible-desktop { display: none !important; }
  /* line 36, sass/bs/_responsive-utilities.scss */
  .visible-tablet { display: inherit !important; }
  /* line 38, sass/bs/_responsive-utilities.scss */
  .hidden-tablet { display: none !important; } }
@media (max-width: 767px) { /* line 44, sass/bs/_responsive-utilities.scss */
  .hidden-desktop { display: inherit !important; }
  /* line 45, sass/bs/_responsive-utilities.scss */
  .visible-desktop { display: none !important; }
  /* line 47, sass/bs/_responsive-utilities.scss */
  .visible-phone { display: inherit !important; }
  /* line 49, sass/bs/_responsive-utilities.scss */
  .hidden-phone { display: none !important; } }
/* line 53, sass/bs/_responsive-utilities.scss */
.visible-print { display: none !important; }

@media print { /* line 57, sass/bs/_responsive-utilities.scss */
  .visible-print { display: inherit !important; }
  /* line 58, sass/bs/_responsive-utilities.scss */
  .hidden-print { display: none !important; } }
/* line 62, sass/bs/_responsive-utilities.scss */
.clearfix { *zoom: 1; }
/* line 15, sass/bs/_mixins.scss */
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; }
/* line 22, sass/bs/_mixins.scss */
.clearfix:after { clear: both; }

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

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

@media (min-width: 1200px) { /* line 594, sass/bs/_mixins.scss */
  .row { margin-left: -30px; *zoom: 1; }
  /* line 15, sass/bs/_mixins.scss */
  .row:before, .row:after { display: table; content: ""; line-height: 0; }
  /* line 22, sass/bs/_mixins.scss */
  .row:after { clear: both; }
  /* line 599, sass/bs/_mixins.scss */
  [class*="span"] { float: left; min-height: 1px; margin-left: 30px; }
  /* line 609, sass/bs/_mixins.scss */
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 1170px; }
  /* line 620, sass/bs/_mixins.scss */
  .span1 { width: 70px; }
  /* line 620, sass/bs/_mixins.scss */
  .span2 { width: 170px; }
  /* line 620, sass/bs/_mixins.scss */
  .span3 { width: 270px; }
  /* line 620, sass/bs/_mixins.scss */
  .span4 { width: 370px; }
  /* line 620, sass/bs/_mixins.scss */
  .span5 { width: 470px; }
  /* line 620, sass/bs/_mixins.scss */
  .span6 { width: 570px; }
  /* line 620, sass/bs/_mixins.scss */
  .span7 { width: 670px; }
  /* line 620, sass/bs/_mixins.scss */
  .span8 { width: 770px; }
  /* line 620, sass/bs/_mixins.scss */
  .span9 { width: 870px; }
  /* line 620, sass/bs/_mixins.scss */
  .span10 { width: 970px; }
  /* line 620, sass/bs/_mixins.scss */
  .span11 { width: 1070px; }
  /* line 620, sass/bs/_mixins.scss */
  .span12 { width: 1170px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset1 { margin-left: 130px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset2 { margin-left: 230px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset3 { margin-left: 330px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset4 { margin-left: 430px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset5 { margin-left: 530px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset6 { margin-left: 630px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset7 { margin-left: 730px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset8 { margin-left: 830px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset9 { margin-left: 930px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset10 { margin-left: 1030px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset11 { margin-left: 1130px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset12 { margin-left: 1230px; }
  /* line 641, sass/bs/_mixins.scss */
  .row-fluid { width: 100%; *zoom: 1; }
  /* line 15, sass/bs/_mixins.scss */
  .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; }
  /* line 22, sass/bs/_mixins.scss */
  .row-fluid:after { clear: both; }
  /* line 644, sass/bs/_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; margin-left: 2.5641%; *margin-left: 2.51091%; }
  /* line 650, sass/bs/_mixins.scss */
  .row-fluid [class*="span"]:first-child { margin-left: 0; }
  /* line 655, sass/bs/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.5641%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span1 { width: 5.98291%; *width: 5.92971%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span2 { width: 14.52991%; *width: 14.47672%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span3 { width: 23.07692%; *width: 23.02373%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span4 { width: 31.62393%; *width: 31.57074%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span5 { width: 40.17094%; *width: 40.11775%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span6 { width: 48.71795%; *width: 48.66476%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span7 { width: 57.26496%; *width: 57.21177%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span8 { width: 65.81197%; *width: 65.75877%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span9 { width: 74.35897%; *width: 74.30578%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span10 { width: 82.90598%; *width: 82.85279%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span11 { width: 91.45299%; *width: 91.3998%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span12 { width: 100%; *width: 99.94681%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset1 { margin-left: 11.11111%; *margin-left: 11.00473%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset1:first-child { margin-left: 8.54701%; *margin-left: 8.44063%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset2 { margin-left: 19.65812%; *margin-left: 19.55174%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset2:first-child { margin-left: 17.09402%; *margin-left: 16.98763%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset3 { margin-left: 28.20513%; *margin-left: 28.09875%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset3:first-child { margin-left: 25.64103%; *margin-left: 25.53464%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset4 { margin-left: 36.75214%; *margin-left: 36.64575%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset4:first-child { margin-left: 34.18803%; *margin-left: 34.08165%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset5 { margin-left: 45.29915%; *margin-left: 45.19276%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset5:first-child { margin-left: 42.73504%; *margin-left: 42.62866%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset6 { margin-left: 53.84615%; *margin-left: 53.73977%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset6:first-child { margin-left: 51.28205%; *margin-left: 51.17567%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset7 { margin-left: 62.39316%; *margin-left: 62.28678%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset7:first-child { margin-left: 59.82906%; *margin-left: 59.72268%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset8 { margin-left: 70.94017%; *margin-left: 70.83379%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset8:first-child { margin-left: 68.37607%; *margin-left: 68.26969%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset9 { margin-left: 79.48718%; *margin-left: 79.3808%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset9:first-child { margin-left: 76.92308%; *margin-left: 76.81669%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset10 { margin-left: 88.03419%; *margin-left: 87.92781%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset10:first-child { margin-left: 85.47009%; *margin-left: 85.3637%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset11 { margin-left: 96.5812%; *margin-left: 96.47481%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset11:first-child { margin-left: 94.01709%; *margin-left: 93.91071%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset12 { margin-left: 105.12821%; *margin-left: 105.02182%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset12:first-child { margin-left: 102.5641%; *margin-left: 102.45772%; }
  /* line 698, sass/bs/_mixins.scss */
  input, textarea, .uneditable-input { margin-left: 0; }
  /* line 703, sass/bs/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] { margin-left: 30px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span1, textarea.span1, .uneditable-input.span1 { width: 56px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span2, textarea.span2, .uneditable-input.span2 { width: 156px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span3, textarea.span3, .uneditable-input.span3 { width: 256px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span4, textarea.span4, .uneditable-input.span4 { width: 356px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span5, textarea.span5, .uneditable-input.span5 { width: 456px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span6, textarea.span6, .uneditable-input.span6 { width: 556px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span7, textarea.span7, .uneditable-input.span7 { width: 656px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span8, textarea.span8, .uneditable-input.span8 { width: 756px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span9, textarea.span9, .uneditable-input.span9 { width: 856px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span10, textarea.span10, .uneditable-input.span10 { width: 956px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span11, textarea.span11, .uneditable-input.span11 { width: 1056px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span12, textarea.span12, .uneditable-input.span12 { width: 1156px; }
  /* line 18, sass/bs/_responsive-1200px-min.scss */
  .thumbnails { margin-left: -30px; }
  /* line 21, sass/bs/_responsive-1200px-min.scss */
  .thumbnails > li { margin-left: 30px; }
  /* line 24, sass/bs/_responsive-1200px-min.scss */
  .row-fluid .thumbnails { margin-left: 0; } }
@media (min-width: 768px) and (max-width: 979px) { /* line 594, sass/bs/_mixins.scss */
  .row { margin-left: -20px; *zoom: 1; }
  /* line 15, sass/bs/_mixins.scss */
  .row:before, .row:after { display: table; content: ""; line-height: 0; }
  /* line 22, sass/bs/_mixins.scss */
  .row:after { clear: both; }
  /* line 599, sass/bs/_mixins.scss */
  [class*="span"] { float: left; min-height: 1px; margin-left: 20px; }
  /* line 609, sass/bs/_mixins.scss */
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 724px; }
  /* line 620, sass/bs/_mixins.scss */
  .span1 { width: 42px; }
  /* line 620, sass/bs/_mixins.scss */
  .span2 { width: 104px; }
  /* line 620, sass/bs/_mixins.scss */
  .span3 { width: 166px; }
  /* line 620, sass/bs/_mixins.scss */
  .span4 { width: 228px; }
  /* line 620, sass/bs/_mixins.scss */
  .span5 { width: 290px; }
  /* line 620, sass/bs/_mixins.scss */
  .span6 { width: 352px; }
  /* line 620, sass/bs/_mixins.scss */
  .span7 { width: 414px; }
  /* line 620, sass/bs/_mixins.scss */
  .span8 { width: 476px; }
  /* line 620, sass/bs/_mixins.scss */
  .span9 { width: 538px; }
  /* line 620, sass/bs/_mixins.scss */
  .span10 { width: 600px; }
  /* line 620, sass/bs/_mixins.scss */
  .span11 { width: 662px; }
  /* line 620, sass/bs/_mixins.scss */
  .span12 { width: 724px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset1 { margin-left: 82px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset2 { margin-left: 144px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset3 { margin-left: 206px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset4 { margin-left: 268px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset5 { margin-left: 330px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset6 { margin-left: 392px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset7 { margin-left: 454px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset8 { margin-left: 516px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset9 { margin-left: 578px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset10 { margin-left: 640px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset11 { margin-left: 702px; }
  /* line 626, sass/bs/_mixins.scss */
  .offset12 { margin-left: 764px; }
  /* line 641, sass/bs/_mixins.scss */
  .row-fluid { width: 100%; *zoom: 1; }
  /* line 15, sass/bs/_mixins.scss */
  .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; }
  /* line 22, sass/bs/_mixins.scss */
  .row-fluid:after { clear: both; }
  /* line 644, sass/bs/_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; margin-left: 2.76243%; *margin-left: 2.70924%; }
  /* line 650, sass/bs/_mixins.scss */
  .row-fluid [class*="span"]:first-child { margin-left: 0; }
  /* line 655, sass/bs/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.76243%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span1 { width: 5.8011%; *width: 5.74791%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span2 { width: 14.36464%; *width: 14.31145%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span3 { width: 22.92818%; *width: 22.87499%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span4 { width: 31.49171%; *width: 31.43852%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span5 { width: 40.05525%; *width: 40.00206%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span6 { width: 48.61878%; *width: 48.56559%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span7 { width: 57.18232%; *width: 57.12913%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span8 { width: 65.74586%; *width: 65.69266%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span9 { width: 74.30939%; *width: 74.2562%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span10 { width: 82.87293%; *width: 82.81974%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span11 { width: 91.43646%; *width: 91.38327%; }
  /* line 667, sass/bs/_mixins.scss */
  .row-fluid .span12 { width: 100%; *width: 99.94681%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset1 { margin-left: 11.32597%; *margin-left: 11.21958%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset1:first-child { margin-left: 8.56354%; *margin-left: 8.45715%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset2 { margin-left: 19.8895%; *margin-left: 19.78312%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset2:first-child { margin-left: 17.12707%; *margin-left: 17.02069%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset3 { margin-left: 28.45304%; *margin-left: 28.34666%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset3:first-child { margin-left: 25.69061%; *margin-left: 25.58422%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset4 { margin-left: 37.01657%; *margin-left: 36.91019%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset4:first-child { margin-left: 34.25414%; *margin-left: 34.14776%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset5 { margin-left: 45.58011%; *margin-left: 45.47373%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset5:first-child { margin-left: 42.81768%; *margin-left: 42.7113%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset6 { margin-left: 54.14365%; *margin-left: 54.03726%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset6:first-child { margin-left: 51.38122%; *margin-left: 51.27483%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset7 { margin-left: 62.70718%; *margin-left: 62.6008%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset7:first-child { margin-left: 59.94475%; *margin-left: 59.83837%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset8 { margin-left: 71.27072%; *margin-left: 71.16434%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset8:first-child { margin-left: 68.50829%; *margin-left: 68.4019%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset9 { margin-left: 79.83425%; *margin-left: 79.72787%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset9:first-child { margin-left: 77.07182%; *margin-left: 76.96544%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset10 { margin-left: 88.39779%; *margin-left: 88.29141%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset10:first-child { margin-left: 85.63536%; *margin-left: 85.52898%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset11 { margin-left: 96.96133%; *margin-left: 96.85494%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset11:first-child { margin-left: 94.1989%; *margin-left: 94.09251%; }
  /* line 673, sass/bs/_mixins.scss */
  .row-fluid .offset12 { margin-left: 105.52486%; *margin-left: 105.41848%; }
  /* line 674, sass/bs/_mixins.scss */
  .row-fluid .offset12:first-child { margin-left: 102.76243%; *margin-left: 102.65605%; }
  /* line 698, sass/bs/_mixins.scss */
  input, textarea, .uneditable-input { margin-left: 0; }
  /* line 703, sass/bs/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span1, textarea.span1, .uneditable-input.span1 { width: 28px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span2, textarea.span2, .uneditable-input.span2 { width: 90px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span3, textarea.span3, .uneditable-input.span3 { width: 152px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span4, textarea.span4, .uneditable-input.span4 { width: 214px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span5, textarea.span5, .uneditable-input.span5 { width: 276px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span6, textarea.span6, .uneditable-input.span6 { width: 338px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span7, textarea.span7, .uneditable-input.span7 { width: 400px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span8, textarea.span8, .uneditable-input.span8 { width: 462px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span9, textarea.span9, .uneditable-input.span9 { width: 524px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span10, textarea.span10, .uneditable-input.span10 { width: 586px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span11, textarea.span11, .uneditable-input.span11 { width: 648px; }
  /* line 715, sass/bs/_mixins.scss */
  input.span12, textarea.span12, .uneditable-input.span12 { width: 710px; } }
@media (max-width: 767px) { /* line 9, sass/bs/_responsive-767px-max.scss */
  body { padding-left: 20px; padding-right: 20px; }
  /* line 16, sass/bs/_responsive-767px-max.scss */
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin-left: -20px; margin-right: -20px; }
  /* line 21, sass/bs/_responsive-767px-max.scss */
  .container-fluid { padding: 0; }
  /* line 29, sass/bs/_responsive-767px-max.scss */
  .dl-horizontal dt { float: none; clear: none; width: auto; text-align: left; }
  /* line 35, sass/bs/_responsive-767px-max.scss */
  .dl-horizontal dd { margin-left: 0; }
  /* line 43, sass/bs/_responsive-767px-max.scss */
  .container { width: auto; }
  /* line 47, sass/bs/_responsive-767px-max.scss */
  .row-fluid { width: 100%; }
  /* line 52, sass/bs/_responsive-767px-max.scss */
  .row, .thumbnails { margin-left: 0; }
  /* line 55, sass/bs/_responsive-767px-max.scss */
  .thumbnails > li { float: none; margin-left: 0; }
  /* line 62, sass/bs/_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 70, sass/bs/_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/bs/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child { margin-left: 0; }
  /* line 87, sass/bs/_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 94, sass/bs/_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/bs/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] { margin-left: 0; }
  /* line 103, sass/bs/_responsive-767px-max.scss */
  .modal { position: fixed; top: 20px; left: 20px; right: 20px; width: auto; margin: 0; }
  /* line 110, sass/bs/_responsive-767px-max.scss */
  .modal.fade { top: -100px; }
  /* line 111, sass/bs/_responsive-767px-max.scss */
  .modal.fade.in { top: 20px; } }
@media (max-width: 480px) { /* line 124, sass/bs/_responsive-767px-max.scss */
  .nav-collapse { -webkit-transform: translate3d(0, 0, 0); }
  /* line 129, sass/bs/_responsive-767px-max.scss */
  .page-header h1 small { display: block; line-height: 20px; }
  /* line 136, sass/bs/_responsive-767px-max.scss */
  input[type="checkbox"], input[type="radio"] { border: 1px solid #ccc; }
  /* line 142, sass/bs/_responsive-767px-max.scss */
  .form-horizontal .control-label { float: none; width: auto; padding-top: 0; text-align: left; }
  /* line 149, sass/bs/_responsive-767px-max.scss */
  .form-horizontal .controls { margin-left: 0; }
  /* line 153, sass/bs/_responsive-767px-max.scss */
  .form-horizontal .control-list { padding-top: 0; }
  /* line 157, sass/bs/_responsive-767px-max.scss */
  .form-horizontal .form-actions { padding-left: 10px; padding-right: 10px; }
  /* line 166, sass/bs/_responsive-767px-max.scss */
  .media .pull-left, .media .pull-right { float: none; display: block; margin-bottom: 10px; }
  /* line 172, sass/bs/_responsive-767px-max.scss */
  .media-object { margin-right: 0; margin-left: 0; }
  /* line 178, sass/bs/_responsive-767px-max.scss */
  .modal { top: 10px; left: 10px; right: 10px; }
  /* line 183, sass/bs/_responsive-767px-max.scss */
  .modal-header .close { padding: 10px; margin: -10px; }
  /* line 189, sass/bs/_responsive-767px-max.scss */
  .carousel-caption { position: static; } }
@media (max-width: 979px) { /* line 13, sass/bs/_responsive-navbar.scss */
  body { padding-top: 0; }
  /* line 18, sass/bs/_responsive-navbar.scss */
  .navbar-fixed-top, .navbar-fixed-bottom { position: static; }
  /* line 21, sass/bs/_responsive-navbar.scss */
  .navbar-fixed-top { margin-bottom: 20px; }
  /* line 24, sass/bs/_responsive-navbar.scss */
  .navbar-fixed-bottom { margin-top: 20px; }
  /* line 28, sass/bs/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding: 5px; }
  /* line 31, sass/bs/_responsive-navbar.scss */
  .navbar .container { width: auto; padding: 0; }
  /* line 36, sass/bs/_responsive-navbar.scss */
  .navbar .brand { padding-left: 10px; padding-right: 10px; margin: 0 0 0 -5px; }
  /* line 45, sass/bs/_responsive-navbar.scss */
  .nav-collapse { clear: both; }
  /* line 49, sass/bs/_responsive-navbar.scss */
  .nav-collapse .nav { float: none; margin: 0 0 10px; }
  /* line 53, sass/bs/_responsive-navbar.scss */
  .nav-collapse .nav > li { float: none; }
  /* line 56, sass/bs/_responsive-navbar.scss */
  .nav-collapse .nav > li > a { margin-bottom: 2px; }
  /* line 59, sass/bs/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical { display: none; }
  /* line 62, sass/bs/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header { color: #777; text-shadow: none; }
  /* line 68, sass/bs/_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/bs/_responsive-navbar.scss */
  .nav-collapse .btn, .nav-collapse .comments-area .comment-reply-link, .comments-area .nav-collapse .comment-reply-link { padding: 4px 10px 4px; font-weight: normal; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
  /* line 80, sass/bs/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a { margin-bottom: 2px; }
  /* line 86, sass/bs/_responsive-navbar.scss */
  .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; }
  /* line 90, sass/bs/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a { color: #999; }
  /* line 96, sass/bs/_responsive-navbar.scss */
  .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: #111; }
  /* line 100, sass/bs/_responsive-navbar.scss */
  .nav-collapse.in .btn-group { margin-top: 5px; padding: 0; }
  /* line 105, sass/bs/_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 119, sass/bs/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu { display: block; }
  /* line 124, sass/bs/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after { display: none; }
  /* line 127, sass/bs/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider { display: none; }
  /* line 132, sass/bs/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after { display: none; }
  /* line 138, sass/bs/_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 147, sass/bs/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search { border-top-color: #111; border-bottom-color: #111; }
  /* line 152, sass/bs/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right { float: none; margin-left: 0; }
  /* line 158, sass/bs/_responsive-navbar.scss */
  .nav-collapse, .nav-collapse.collapse { overflow: hidden; height: 0; }
  /* line 163, sass/bs/_responsive-navbar.scss */
  .navbar .btn-navbar { display: block; }
  /* line 169, sass/bs/_responsive-navbar.scss */
  .navbar-static .navbar-inner { padding-left: 10px; padding-right: 10px; } }
@media (min-width: 980px) { /* line 184, sass/bs/_responsive-navbar.scss */
  .nav-collapse.collapse { height: auto !important; overflow: visible !important; } }

/* line 1, sass/_required.scss */
.wp-caption { border: 1px solid #ccc; margin: 0 0 1em 0; max-width: 99.7%; background: #eee; }
/* line 6, sass/_required.scss */
.wp-caption.aligncenter { margin-bottom: 1em; }
/* line 9, sass/_required.scss */
.wp-caption.alignleft { margin-right: 1em; }
/* line 12, sass/_required.scss */
.wp-caption.alignright { margin-left: 1em; }

/* line 16, sass/_required.scss */
.wp-caption-text { text-align: center; margin: 0; padding: 7px 0; font-size: 0.8571428571em; line-height: 1.2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* line 24, sass/_required.scss */
.sticky { position: static; }

/* line 27, sass/_required.scss */
.gallery-caption, .entry-caption { background: transparent; color: #333; padding: 5px; }
/* line 31, sass/_required.scss */
.gallery-caption p, .entry-caption p { margin-bottom: 0; }

/* line 38, sass/_required.scss */
.bypostauthor { position: static; }

/* line 41, sass/_required.scss */
.alignright { float: right; }

/* line 44, sass/_required.scss */
img.alignright { margin: 10px 0 10px 12px; }

/* line 47, sass/_required.scss */
.alignleft { float: left; }

/* line 50, sass/_required.scss */
img.alignleft { margin: 10px 12px 10px 0; }

/* line 53, sass/_required.scss */
.aligncenter { margin: 0 auto; text-align: center; }

/* line 57, sass/_required.scss */
img.aligncenter { margin: 10px 0; }

/* line 1, sass/_header.scss */
header { -webkit-background-size: contain !important; -moz-background-size: contain !important; -o-background-size: contain !important; background-size: contain !important; border-top: solid 22px #150f42; }
/* line 3, sass/_header.scss */
header .container { min-height: 286px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; padding: 0; background: url(http://lpmaryland.org/wp-content/uploads/2014/03/cropped-lpmd_header_bg2.png) top center no-repeat; }
/* line 9, sass/_header.scss */
header .logo-row { display: block; }
/* line 12, sass/_header.scss */
header .logo { min-width: 156px; vertical-align: middle; float: left; }
/* line 16, sass/_header.scss */
header .logo img { margin: 0; max-height: 239px; }
/* line 21, sass/_header.scss */
header .logo-text { display: table-cell; vertical-align: middle; }
/* line 24, sass/_header.scss */
header .logo-text h1 { font: 3.7857142857em/1 'Georgia'; color: #fff; margin: 0; }
/* line 29, sass/_header.scss */
header .logo-text h5 { font: 1em/1 'Raleway'; line-height: 24px; margin: 0; padding: 0; color: #fff; }
/* line 35, sass/_header.scss */
header .logo-text:hover { text-decoration: none; }
@media (max-width: 767px) { /* line 1, sass/_header.scss */
  header { position: relative; z-index: 20; }
  /* line 42, sass/_header.scss */
  header .container { min-height: 0; height: auto; padding: 15px 0; }
  /* line 47, sass/_header.scss */
  header .logo { min-width: 0; }
  /* line 49, sass/_header.scss */
  header .logo img { margin: 6px 0 0 5px; max-width: 100px; max-height: 50px; margin-right: 0; }
  /* line 56, sass/_header.scss */
  header .logo-text { padding-left: 10px; padding-right: 44px; }
  /* line 59, sass/_header.scss */
  header .logo-text h1 { margin: 00; padding: 14px 40px 0 10px; display: block; overflow: hidden; font-size: 1.5em; }
  /* line 66, sass/_header.scss */
  header .logo-text h5 { margin-left: 12px; } }

/* line 72, sass/_header.scss */
nav, div.menu { border-top: none; margin: -76px 0 25px 0; left: 0; width: 100%; background: #171142; position: relative; z-index: 100; }
/* line 80, sass/_header.scss */
nav ul, div.menu ul { margin: 0; width: 100%; *zoom: 1; }
/* line 15, sass/bs/_mixins.scss */
nav ul:before, nav ul:after, div.menu ul:before, div.menu ul:after { display: table; content: ""; line-height: 0; }
/* line 22, sass/bs/_mixins.scss */
nav ul:after, div.menu ul:after { clear: both; }
/* line 88, sass/_header.scss */
nav > ul > li:last-child ul, div.menu > ul > li:last-child ul { left: auto; right: 0; }
/* line 91, sass/_header.scss */
nav > ul > li:last-child ul ul, div.menu > ul > li:last-child ul ul { left: 0; right: auto; }
/* line 97, sass/_header.scss */
nav > ul > li ul, div.menu > ul > li ul { display: none; }
/* line 103, sass/_header.scss */
nav li, div.menu li { float: left; display: inline; text-align: center; position: relative; }
@media (max-width: 767px) { /* line 103, sass/_header.scss */
  nav li, div.menu li { display: block; float: none; }
  /* line 111, sass/_header.scss */
  nav li:last-child, div.menu li:last-child { margin-right: 0; } }
/* line 115, sass/_header.scss */
nav li ul, div.menu li ul { position: absolute; top: 100%; width: 200px; left: auto; z-index: 99999; }
/* line 121, sass/_header.scss */
nav li ul li, div.menu li ul li { float: none; display: block; text-align: left; }
/* line 125, sass/_header.scss */
nav li ul li a, div.menu li ul li a { background: #F0A818; height: auto; line-height: 2.5714285714; padding-left: 14px; border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: none; }
/* line 132, sass/_header.scss */
nav li ul li a:hover, div.menu li ul li a:hover { padding-bottom: 0; background: #EFA40F; }
/* line 135, sass/_header.scss */
nav li ul li a:hover:before, nav li ul li a:hover:after, div.menu li ul li a:hover:before, div.menu li ul li a:hover:after { display: none; }
/* line 139, sass/_header.scss */
nav li ul li a:before, nav li ul li a:after, div.menu li ul li a:before, div.menu li ul li a:after { display: none; }
/* line 143, sass/_header.scss */
nav li ul li ul, div.menu li ul li ul { position: relative; top: 0; left: 0; display: block; }
/* line 148, sass/_header.scss */
nav li ul li ul a, div.menu li ul li ul a { line-height: 2.5; font-size: 0.8571428571em; border-bottom: none; padding-left: 30px; }
/* line 155, sass/_header.scss */
nav li ul li ul li ul, div.menu li ul li ul li ul { display: none; }
/* line 159, sass/_header.scss */
nav li ul li ul li:hover ul, div.menu li ul li ul li:hover ul { display: none; }
@media (max-width: 767px) { /* line 121, sass/_header.scss */
  nav li ul li, div.menu li ul li { display: block; position: relative; width: 100%; }
  /* line 168, sass/_header.scss */
  nav li ul, div.menu li ul,
  nav > ul > li ul, div.menu > ul > li ul {
    display: block;
    position: relative;
    width: 100%;
  }
  nav li ul li:hover ul, div.menu li ul li:hover ul { display: block; position: relative; width: 100%; } }
/* line 175, sass/_header.scss */
nav li:hover > ul, div.menu li:hover > ul { display: block; }
/* line 180, sass/_header.scss */
nav li:first-child a:before, div.menu li:first-child a:before { display: none; }
/* line 187, sass/_header.scss */
nav li:last-child a:after, div.menu li:last-child a:after { display: none; }
/* line 193, sass/_header.scss */
nav a, div.menu a { display: block; color: #fff; font: 1em/4 'Georgia', serif; -webkit-transition: background 0.25s; -moz-transition: background 0.25s; -o-transition: background 0.25s; transition: background 0.25s; background: #171142; position: relative; padding: 0 30px; }
/* line 202, sass/_header.scss */
nav a:before, div.menu a:before { width: 1px; height: 100%; position: absolute; top: 0; left: 0; content: ''; background-color: #242424; background-image: -moz-linear-gradient(top, #2f2f2f, #151515); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f2f2f), to(#151515)); background-image: -webkit-linear-gradient(top, #2f2f2f, #151515); background-image: -o-linear-gradient(top, #2f2f2f, #151515); background-image: linear-gradient(to bottom, #2f2f2f, #151515); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2F2F2F', endColorstr='#FF151515', GradientType=0); z-index: 10; }
/* line 212, sass/_header.scss */
nav a:after, div.menu a:after { width: 1px; height: 100%; position: absolute; top: 0; right: 0; content: ''; background-color: #585858; background-image: -moz-linear-gradient(top, #636363, #494949); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#636363), to(#494949)); background-image: -webkit-linear-gradient(top, #636363, #494949); background-image: -o-linear-gradient(top, #636363, #494949); background-image: linear-gradient(to bottom, #636363, #494949); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF636363', endColorstr='#FF494949', GradientType=0); z-index: 10; }
/* line 222, sass/_header.scss */
nav a:hover, div.menu a:hover { color: #fff; background: #F0A818; text-decoration: none; border-bottom: none; padding-bottom: 1px; }
/* line 228, sass/_header.scss */
nav a:hover:after, div.menu a:hover:after { background: #F0A818; }
/* line 231, sass/_header.scss */
nav a:hover:before, div.menu a:hover:before { background: #F0A818; }
@media (max-width: 767px) { /* line 193, sass/_header.scss */
  nav a, div.menu a { padding: 1px 12px; font-size: 1em; height: 2.5714285714em; line-height: 2.5714285714em; } }
@media (max-width: 767px) { /* line 72, sass/_header.scss */
  nav, div.menu { top: 68px; position: absolute; left: 0; display: none; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all, 0.5s; -moz-transition: all, 0.5s; -o-transition: all, 0.5s; transition: all, 0.5s; }
  /* line 250, sass/_header.scss */
  nav.expanded, div.menu.expanded { display: block; filter: alpha(opacity=100); height: auto; opacity: 1; } }
/* line 257, sass/_header.scss */
nav .dropdown-toggle, div.menu .dropdown-toggle { border-right: 1px solid #000; float: right; }
@media (max-width: 767px) { /* line 261, sass/_header.scss */
  nav .dropdown-menu, div.menu .dropdown-menu { clear: both; display: none; }
  /* line 265, sass/_header.scss */
  nav .dropdown-menu.shown, div.menu .dropdown-menu.shown { display: block; }
  /* line 268, sass/_header.scss */
  nav .dropdown-menu li, div.menu .dropdown-menu li { display: block; float: none; }
  /* line 271, sass/_header.scss */
  nav .dropdown-menu li:last-child, div.menu .dropdown-menu li:last-child { margin-right: 0; } }

/* line 278, sass/_header.scss */
.menu-toggle { display: none; background: #000; width: 20px; border-radius: 3px; color: #fff; padding: 2px 6px 6px 6px; position: absolute; top: 16px; right: 6px; font: 2em/.5 'Raleway'; }
/* line 289, sass/_header.scss */
.menu-toggle span { display: block; height: 2px; background: #fff; width: 100%; margin-top: 4px; }
/* line 296, sass/_header.scss */
.menu-toggle:hover { text-decoration: none; }
@media (max-width: 767px) { /* line 278, sass/_header.scss */
  .menu-toggle { display: inline-block; } }

/* line 18, sass/style.scss */
body { background: #373737; }
@media (max-width: 767px) { /* line 18, sass/style.scss */
  body { padding: 0; } }

/* line 24, sass/style.scss */
code { display: inline; }

/* line 28, sass/style.scss */
h1 small, h2 small, h3 small, h4 small, h5 small { font-size: .625em; line-height: 40px; }

/* line 34, sass/style.scss */
blockquote blockquote { margin-top: 15px; }

/* line 38, sass/style.scss */
.btn, .comments-area .comment-reply-link { background: #F0A818; -webkit-box-shadow: 0 2px 0 #d25400; -moz-box-shadow: 0 2px 0 #d25400; box-shadow: 0 2px 0 #d25400; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }

/* line 43, sass/style.scss */
.main-container { padding-bottom: 50px; position: relative; }
/* line 46, sass/style.scss */
.main-container .container { padding: 25px 0; background: #fff; border-top: none; position: relative; }
/* line 52, sass/style.scss */
.main-container .container:after { display: block; width: 1px; height: 100%; position: absolute; left: 65%; top: 0; background: #eee; content: ''; }
/* line 63, sass/style.scss */
.page-calendar .main-container .container:after { display: none; }
@media (max-width: 767px) { /* line 69, sass/style.scss */
  .main-container .container:after { display: none; } }

/* line 75, sass/style.scss */
.left-col { position: relative; z-index: 10; padding-left: 25px; padding-right: 40px; }
@media (max-width: 767px) { /* line 75, sass/style.scss */
  .left-col { padding: 0 15px; } }

/* line 84, sass/style.scss */
.accordion-group { font-family: 'Lato'; }

/* line 87, sass/style.scss */
.accordion-heading { border-top: 1px solid #ededed; }
/* line 90, sass/style.scss */
.accordion-heading:first-child { border-top: none; }
/* line 93, sass/style.scss */
.accordion-heading a { color: #333; }
/* line 96, sass/style.scss */
.accordion-heading .accordion-toggle { position: relative; padding: 8px 30px; }
/* line 99, sass/style.scss */
.accordion-heading .accordion-toggle:before { position: absolute; content: 'v'; top: 8px; left: 13px; color: #46a546; font-weight: bold; }
/* line 108, sass/style.scss */
.accordion-heading .accordion-toggle.collapsed:before { content: '>'; }

/* line 114, sass/style.scss */
.accordion-body { box-shadow: inset 0 5px 8px #999; padding-left: 16px; padding-right: 16px; }

/* line 1, sass/_carousel.scss */
.eb-carousel { padding: 50px 30px 25px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -25px -95px 0 -25px; width: 612px; height: 330px; background: url(/wp-content/themes/pub/eventbrite/img/bg-carousel.jpg?1375842935); }
@media (min-width: 1200px) { /* line 1, sass/_carousel.scss */
  .eb-carousel { width: 762px; } }
@media (min-width: 768px) and (max-width: 979px) { /* line 1, sass/_carousel.scss */
  .eb-carousel { padding-top: 20px; width: auto; height: auto; margin-right: -37px; } }
@media (max-width: 767px) { /* line 1, sass/_carousel.scss */
  .eb-carousel { padding: 20px 10px 5px 10px; margin: -25px -16px 0 -16px; width: auto; height: auto; } }

/* line 24, sass/_carousel.scss */
.eb-carousel-thumb { float: left; width: 250px; margin-right: 22px; }
/* line 28, sass/_carousel.scss */
.eb-carousel-thumb img { border-radius: 4px; }
@media (min-width: 768px) and (max-width: 979px) { /* line 24, sass/_carousel.scss */
  .eb-carousel-thumb { float: none; text-align: center; width: 100%; }
  /* line 35, sass/_carousel.scss */
  .eb-carousel-thumb img { margin: 0 auto; } }
@media (max-width: 767px) { /* line 24, sass/_carousel.scss */
  .eb-carousel-thumb { float: none; text-align: center; width: 100%; }
  /* line 43, sass/_carousel.scss */
  .eb-carousel-thumb img { margin: 0 auto; } }
/* line 47, sass/_carousel.scss */
.eb-carousel-thumb a:hover { text-decoration: none; }
/* line 50, sass/_carousel.scss */
.eb-carousel-thumb .span2 { width: 225px; margin: auto; border-radius: 4px; float: none; }
/* line 55, sass/_carousel.scss */
.eb-carousel-thumb .span2 h2.event-date { width: 225px; height: 172px; background-color: #fff; display: table-cell; vertical-align: middle; font-size: 1.5em; border-radius: 4px; }

/* line 66, sass/_carousel.scss */
.eb-carousel-text { padding-top: 18px; color: #fff; display: block; overflow: hidden; text-align: center; }
/* line 72, sass/_carousel.scss */
.eb-carousel-text .btn, .eb-carousel-text .comments-area .comment-reply-link, .comments-area .eb-carousel-text .comment-reply-link { padding: 9px 40px; font-size: 1.2307692308em; }
/* line 76, sass/_carousel.scss */
.eb-carousel-text a { color: #fff; }
/* line 79, sass/_carousel.scss */
.eb-carousel-text h3 { line-height: 1.5; margin-top: 20px; border-bottom: 2px solid #8a8a8a; padding-bottom: 4px; margin-bottom: 12px; }
/* line 86, sass/_carousel.scss */
.eb-carousel-text p { font: 0.8571428571em/1.6667 'Raleway'; }
@media (min-width: 768px) and (max-width: 979px) { /* line 66, sass/_carousel.scss */
  .eb-carousel-text { float: none; width: 100%; } }
@media (max-width: 767px) { /* line 66, sass/_carousel.scss */
  .eb-carousel-text { float: none; width: 100%; }
  /* line 96, sass/_carousel.scss */
  .eb-carousel-text h3 { margin-top: 4px; border-bottom: none; }
  /* line 100, sass/_carousel.scss */
  .eb-carousel-text p { display: none; } }

/* line 105, sass/_carousel.scss */
.eb-arrows { bottom: 25px; position: absolute; left: 0; width: 100%; text-align: center; }
@media (min-width: 768px) and (max-width: 979px) { /* line 105, sass/_carousel.scss */
  .eb-arrows { bottom: 10px; } }
@media (max-width: 767px) { /* line 105, sass/_carousel.scss */
  .eb-arrows { bottom: 2px; } }

/* line 118, sass/_carousel.scss */
.carousel-indicators { display: inline-block; position: relative; text-align: center; top: 0; right: auto; left: 0; margin-right: 5px; }
/* line 126, sass/_carousel.scss */
.carousel-indicators li { float: none; display: inline-block; }
/* line 129, sass/_carousel.scss */
.carousel-indicators li.active { background: #F0A818; }

/* line 135, sass/_carousel.scss */
.eb-carousel-control { border-radius: 2px; z-index: 20; background-color: #363636; background-image: -moz-linear-gradient(top, #404040, #282828); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#404040), to(#282828)); background-image: -webkit-linear-gradient(top, #404040, #282828); background-image: -o-linear-gradient(top, #404040, #282828); background-image: linear-gradient(to bottom, #404040, #282828); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF404040', endColorstr='#FF282828', GradientType=0); width: 20px; height: 20px; font-family: Arial; border: none; opacity: 1; filter: alpha(opacity=100); font-size: 18px; line-height: 20px; font-weight: normal; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); position: relative; display: inline-block; top: 0; }
/* line 152, sass/_carousel.scss */
.eb-carousel-control.left { left: 0; }
/* line 155, sass/_carousel.scss */
.eb-carousel-control.right { right: 0; }

/* line 121, sass/style.scss */
.orange { color: #F0A818; }

/* line 124, sass/style.scss */
.clr { clear: both; margin: 0; padding: 0; font-size: .1; }

/* line 130, sass/style.scss */
.pagination-centered { padding-top: 15px; }

/* line 133, sass/style.scss */
.upper { text-transform: uppercase; }

/* line 137, sass/style.scss */
.event-text p { padding-bottom: 10px; }
/* line 139, sass/style.scss */
.event-text p.date { text-transform: uppercase; }
/* line 141, sass/style.scss */
.event-text p.date .posted-date { color: #333; }
/* line 144, sass/style.scss */
.event-text p.date .updated-date { color: #999; }
/* line 146, sass/style.scss */
.event-text p.date .updated-date a { color: #333; }
/* line 152, sass/style.scss */
.event-text img { border-radius: 5px; }
/* line 156, sass/style.scss */
.event-text .wp-caption img { border-radius: 0; }

/* line 166, sass/style.scss */
.event-content .venue-address span.line-1 { font-weight: bold; }

/* line 2, sass/_forms.scss */
form label { font-family: 'Georgia'; display: block; margin-top: 10px; }
/* line 8, sass/_forms.scss */
form input[type=text], form input[type=email] { height: 40px; }
/* line 12, sass/_forms.scss */
form input[type=submit].btn, form .comments-area input[type=submit].comment-reply-link, .comments-area form input[type=submit].comment-reply-link { padding-left: 50px; padding-right: 50px; }
/* line 18, sass/_forms.scss */
form textarea { height: 160px; width: 98%; }

/* line 25, sass/_forms.scss */
.left-col form input { height: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: text-bottom; margin-bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 26px; }
.left-col .contact-form input { vertical-align: middle }
/* line 35, sass/_forms.scss */
.left-col .post-password-required label { display: inline-block; vertical-align: text-bottom; margin-bottom: 0; }
/* line 39, sass/_forms.scss */
.left-col .post-password-required label input { display: block; }
/* line 43, sass/_forms.scss */
.left-col .post-password-required input[type=submit] { display: inline-block; vertical-align: text-bottom; }

/* line 169, sass/_event-loop.scss */
.text-right { text-align: right; font-weight: bold; }

/* line 173, sass/_event-loop.scss */
.edit-link { text-align: right; font-size: 0.8571428571em; }

/* line 177, sass/_event-loop.scss */
.post-meta { border: 1px solid #ccc; padding: 8px; background: #eee; border-radius: 3px; box-shadow: 0 0 2px rgba(153, 153, 153, 0.5); font-size: 0.8571428571em; }

/* line 190, sass/_event-loop.scss */
.gallery-item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; }
/* line 193, sass/_event-loop.scss */
.gallery-item img { border-radius: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: auto; }

/* line 201, sass/_event-loop.scss */
.pagination ul > li > a { max-width: 240px; height: 20px; overflow: hidden; position: relative; }
/* line 206, sass/_event-loop.scss */
.pagination ul > li > a[rel=prev] { text-align: left; padding-left: 22px; }
/* line 209, sass/_event-loop.scss */
.pagination ul > li > a[rel=prev]:before { position: absolute; top: 3px; left: 5px; content: '←'; }
/* line 216, sass/_event-loop.scss */
.pagination ul > li > a[rel=next] { text-align: right; padding-right: 22px; }
/* line 219, sass/_event-loop.scss */
.pagination ul > li > a[rel=next]:after { position: absolute; top: 3px; left: auto; right: 5px; content: '→'; }
@media (min-width: 768px) and (max-width: 979px) { /* line 201, sass/_event-loop.scss */
  .pagination ul > li > a { max-width: 170px; } }
@media (max-width: 767px) { /* line 201, sass/_event-loop.scss */
  .pagination ul > li > a { max-width: 100%; height: auto; } }

/* line 1, sass/_sidebar.scss */
.sidebar { position: relative; z-index: 10; padding-right: 50px; }
@media (min-width: 768px) and (max-width: 979px) { /* line 1, sass/_sidebar.scss */
  .sidebar { padding-right: 20px; } }
@media (max-width: 767px) { /* line 1, sass/_sidebar.scss */
  .sidebar { padding: 0 15px; } }
/* line 11, sass/_sidebar.scss */
.sidebar .widget { margin-bottom: 30px; }
/* line 13, sass/_sidebar.scss */
.sidebar .widget h2 { color: #333; border-bottom: 1px solid #eee; padding-bottom: 2px; font-weight: 400; position: relative; line-height: 1.314286; }
/* line 20, sass/_sidebar.scss */
.sidebar .widget h2:after { height: 2px; width: 50px; background: #F0A818; position: absolute; bottom: -1px; left: 0; content: ''; }
/* line 30, sass/_sidebar.scss */
.sidebar .widget ul { margin: 0 3px; }
/* line 33, sass/_sidebar.scss */
.sidebar .widget li { list-style-type: none; border-bottom: 1px solid #eee; padding: 10px 0 8px 0; font: 0.9285714286em/1.5 'Raleway'; }
/* line 38, sass/_sidebar.scss */
.sidebar .widget li a { color: #333; font-family: 'Georgia'; }
/* line 42, sass/_sidebar.scss */
.sidebar .widget li span { display: inline-block; padding-top: 2px; color: #936200; font-size: 0.7857142857em; text-transform: uppercase; font-family: "Georgia"; }
/* line 50, sass/_sidebar.scss */
.sidebar .widget li ul { font-size: 1em; margin-left: 10px; }
/* line 54, sass/_sidebar.scss */
.sidebar .widget li li { font: 1em/1.5 'Raleway'; border-bottom: none; padding-bottom: 0; }
/* line 61, sass/_sidebar.scss */
.sidebar .widget .item-list a { display: block; padding-bottom: 2px; }
@media (min-width: 768px) and (max-width: 979px) { /* line 67, sass/_sidebar.scss */
  .sidebar .widget span, .sidebar .widget iframe { max-width: 198px; } }
@media (max-width: 767px) { /* line 72, sass/_sidebar.scss */
  .sidebar .widget iframe { width: 100%; }
  /* line 76, sass/_sidebar.scss */
  .sidebar .widget .fb_iframe_widget span:first-child, .sidebar .widget .fb_iframe_widget iframe { width: 100% !important; } }
/* line 82, sass/_sidebar.scss */
.sidebar .widget.widget_search input { vertical-align: text-top; height: 25px; margin-bottom: 6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* line 90, sass/_sidebar.scss */
.sidebar .widget.widget_calendar table { width: 100%; }
/* line 92, sass/_sidebar.scss */
.sidebar .widget.widget_calendar table th, .sidebar .widget.widget_calendar table td { text-align: center; }
/* line 94, sass/_sidebar.scss */
.sidebar .widget.widget_calendar table th#prev, .sidebar .widget.widget_calendar table td#prev { text-align: right; }
/* line 97, sass/_sidebar.scss */
.sidebar .widget.widget_calendar table th#next, .sidebar .widget.widget_calendar table td#next { text-align: left; }

/* line 1, sass/_calendar.scss */
.page-calendar { font-family: 'Georgia'; width: 100%; border-collapse: collapse; /* Small Calendar */ }
/* line 6, sass/_calendar.scss */
.page-calendar tr.navigation { border-bottom: 12px solid #f5f5f5; }
/* line 8, sass/_calendar.scss */
.page-calendar tr.navigation th { text-transform: uppercase; padding-bottom: 4px; }
/* line 11, sass/_calendar.scss */
.page-calendar tr.navigation th:first-child { padding-left: 20px; }
/* line 14, sass/_calendar.scss */
.page-calendar tr.navigation th:last-child { padding-right: 20px; }
/* line 20, sass/_calendar.scss */
.page-calendar tr.weekdays th { padding-top: 22px; }
/* line 26, sass/_calendar.scss */
.page-calendar th.prev-month { text-align: left; }
/* line 28, sass/_calendar.scss */
.page-calendar th.prev-month a { color: #7f8c8d; font: 1.38em normal 'Raleway'; }
/* line 33, sass/_calendar.scss */
.page-calendar th.current-month { text-align: center; font-size: 1.5em; }
/* line 37, sass/_calendar.scss */
.page-calendar th.next-month { text-align: right; white-space: nowrap; }
/* line 40, sass/_calendar.scss */
.page-calendar th.next-month a { color: #7f8c8d; font: 1.38em normal 'Raleway'; }
/* line 46, sass/_calendar.scss */
.page-calendar tr.weekdays th { text-align: center; color: #F0A818; font-family: 'Raleway'; text-transform: uppercase; }
/* line 52, sass/_calendar.scss */
.page-calendar td { word-break: break-word; width: 14%; height: 100px; vertical-align: top; border: 1px solid #CCC; }
/* line 58, sass/_calendar.scss */
.page-calendar td.today { background: #f1f1f1; }
/* line 62, sass/_calendar.scss */
.page-calendar td.prev-next span.date { color: #9C9C9C; }
/* line 66, sass/_calendar.scss */
.page-calendar td.holiday { background: #DDFFDE; }
/* line 70, sass/_calendar.scss */
.page-calendar span.date { display: block; padding: 4px; line-height: 12px; text-align: right; font-family: 'Raleway'; font-weight: 500; }
/* line 78, sass/_calendar.scss */
.page-calendar .day-content { font: bold 0.8571428571em Arial; }
/* line 81, sass/_calendar.scss */
.page-calendar ul.output { margin: 0; padding: 0 4px; list-style: none; }
/* line 85, sass/_calendar.scss */
.page-calendar ul.output li { color: #7f8c8d; margin: 0; padding: 5px 0; line-height: 1.25em; border-bottom: 1px solid #CCC; }
/* line 91, sass/_calendar.scss */
.page-calendar ul.output li:last-child { border: 0; }
/* line 94, sass/_calendar.scss */
.page-calendar ul.output li a { display: block; margin-bottom: 8px; }
/* line 101, sass/_calendar.scss */
.page-calendar.small { width: auto; border-collapse: separate; }
/* line 104, sass/_calendar.scss */
.page-calendar.small tr.navigation th { padding-bottom: 5px; }
/* line 106, sass/_calendar.scss */
.page-calendar.small tr.navigation th a { font-size: 1.5em; }
/* line 110, sass/_calendar.scss */
.page-calendar.small th.current-month { font-size: 1em; }
/* line 113, sass/_calendar.scss */
.page-calendar.small tr.weekdays th { text-align: center; }
/* line 116, sass/_calendar.scss */
.page-calendar.small td { width: auto; height: auto; padding: 4px 8px; text-align: center; border: 0; background: #EEE; }
/* line 124, sass/_calendar.scss */
.page-calendar.small span.date { display: inline; padding: 0; background: none; }

/* line 131, sass/_calendar.scss */
.popover { background: #f5f5f5; width: 267px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* line 137, sass/_calendar.scss */
.popover.right .arrow:after { border-right-color: #f5f5f5; }

/* line 143, sass/_calendar.scss */
.popover-title { background: none; border-bottom: none; font: bold 1em Arial; color: #F0A818; }

/* line 149, sass/_calendar.scss */
.popover-content { font-weight: normal; line-height: 1.25; }
/* line 152, sass/_calendar.scss */
.popover-content .btn, .popover-content .comments-area .comment-reply-link, .comments-area .popover-content .comment-reply-link { margin-left: 12px; }
/* line 155, sass/_calendar.scss */
.popover-content span { display: block; color: #7f8c8d; font-weight: bold; margin-bottom: 3px; }
/* line 162, sass/_calendar.scss */
.popover-content p a { font-weight: bold; }

/* line 2, sass/_comments.scss */
.comments-area ol, .comments-area ul { margin: 0; }
/* line 5, sass/_comments.scss */
.comments-area .children { margin-left: 20px; }
/* line 8, sass/_comments.scss */
.comments-area .comment, .comments-area .trackback { padding: 12px 6px; }
/* line 11, sass/_comments.scss */
.comments-area .author-info { font-weight: bold; border-bottom: 1px solid #999; padding-bottom: 2px; margin-bottom: 8px; }
/* line 16, sass/_comments.scss */
.comments-area .author-info br { display: none; }
/* line 19, sass/_comments.scss */
.comments-area .author-info small { font-weight: normal; float: right; font-style: italic; }
/* line 25, sass/_comments.scss */
.comments-area .reply { text-align: right; }
/* line 35, sass/_comments.scss */
.comments-area .comment-navigation ul li:last-child a { border-left-width: 1px; }
/* line 43, sass/_comments.scss */
.comments-area .comment-text ul, .comments-area .comment-text ol { margin: 0 0 10px 20px; }
/* line 46, sass/_comments.scss */
.comments-area .comment-text ul ul, .comments-area .comment-text ul ol, .comments-area .comment-text ol ol, .comments-area .comment-text ol ul { margin-bottom: 0; }
/* line 49, sass/_comments.scss */
.comments-area .comment-text li { list-style-position: inside; padding: 4px 0; }
/* line 53, sass/_comments.scss */
.comments-area .comment-text ul li { list-style-type: disc; }
/* line 55, sass/_comments.scss */
.comments-area .comment-text ul li li { list-style-type: circle; }
/* line 57, sass/_comments.scss */
.comments-area .comment-text ul li li li { list-style-type: square; }
/* line 62, sass/_comments.scss */
.comments-area .comment-text table { border-collapse: collapse; width: 100%; margin-bottom: 20px; border: 1px solid #999; }
/* line 67, sass/_comments.scss */
.comments-area .comment-text table th, .comments-area .comment-text table td { text-align: left; padding: 8px; border: 1px solid #999; }
/* line 72, sass/_comments.scss */
.comments-area .comment-text table th { background: #eee; color: #F0A818; }
/* line 78, sass/_comments.scss */
.comments-area .comment-text table tr:nth-child(odd) td { background: #f1f1f1; }

/* line 1, sass/_footer.scss */
footer { padding: 12px 0 62px 0; overflow: hidden; color: #fff; background-color: #150f42; }
/* line 6, sass/_footer.scss */
footer p { line-height: 1.4; padding-top: 10px; text-transform: uppercase; font-size: 0.8571428571em; margin-bottom: 0; }
@media (max-width: 767px) { /* line 6, sass/_footer.scss */
  footer p { padding: 5px 10px; line-height: 2em; } }
/* line 16, sass/_footer.scss */
footer p a { padding: 0; }
/* line 18, sass/_footer.scss */
footer p a.wordpress-link { margin-right: 8px; }
@media (max-width: 767px) { /* line 23, sass/_footer.scss */
  footer .pull-right { margin-top: 10px; margin-left: 10px; float: none; display: block; }
  /* line 29, sass/_footer.scss */
  footer .pull-right a { font-weight: bold; } }
/* line 34, sass/_footer.scss */
footer ul { margin-top: 10px; margin-left: 0; }
/* line 38, sass/_footer.scss */
footer li { line-height: 1.4; float: left; list-style: none; font-size: 0.8571428571em; text-transform: uppercase; display: inline-block; }
/* line 45, sass/_footer.scss */
footer li a { padding: 0 8px; border-left: 1px solid #fff; }
/* line 50, sass/_footer.scss */
footer li:first-child a { border-left: none; padding-left: 0; }
@media (max-width: 767px) { /* line 38, sass/_footer.scss */
  footer li { line-height: 2em; } }
/* line 58, sass/_footer.scss */
footer li ul { display: none; }
/* line 62, sass/_footer.scss */
footer a { color: #fff; padding: 0 6px; }
/* line 65, sass/_footer.scss */
footer a:hover { color: #fff; text-decoration: none; }
/* line 70, sass/_footer.scss */
footer .designer-link { padding: 0px; }
@media (max-width: 767px) { /* line 1, sass/_footer.scss */
  footer { height: auto; } }

/* =Widgets
------------------------------------ */
/* line 4, sass/_widget.scss */
.widget .searchform input[type="text"] { width: 180px; }

/* line 8, sass/_widget.scss */
.eventbrite-intro-widget-button { margin-top: 0.75em; }

/* Jetpack: Infinite Scroll
------------------------------------ */
/* line 5, sass/_infinite-scroll.scss */
.infinite-scroll .pagination, .infinite-scroll.neverending .site-footer { display: none; }

/* line 8, sass/_infinite-scroll.scss */
.infinity-end.neverending .site-footer { display: block; }

/* line 11, sass/_infinite-scroll.scss */
#infinite-footer { z-index: 99999; }

/* line 14, sass/_infinite-scroll.scss */
#infinite-footer .container { background: #fff; border: 1px solid #e9e9e9; border-bottom: none; max-width: 1170px; margin: 0 auto; width: auto; }

@media (min-width: 768px) { /* line 23, sass/_infinite-scroll.scss */
  #infinite-footer .container { max-width: 724px; } }
@media (min-width: 980px) { /* line 28, sass/_infinite-scroll.scss */
  #infinite-footer .container { max-width: 940px; } }
@media (min-width: 1200px) { /* line 33, sass/_infinite-scroll.scss */
  #infinite-footer .container { max-width: 1170px; } }
/* line 37, sass/_infinite-scroll.scss */
#infinite-footer .blog-info a { font-family: Georgia, 'Times New Roman', Times, serif; }

/* line 41, sass/_infinite-scroll.scss */
#infinite-handle { text-align: center; }

/* line 44, sass/_infinite-scroll.scss */
#infinite-handle > span { background: #fff; border: 1px solid #ddd; color: #666; display: inline-block; font-family: Raleway, Helvetica, Arial, sans-serif; margin-left: 0; margin-bottom: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -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 61, sass/_infinite-scroll.scss */
#infinite-handle > span:hover, #infinite-handle > span:active, #infinite-handle > span:focus { color: #F0A818; background: #f5f5f5; }

/* line 67, sass/_infinite-scroll.scss */
.infinite-loader { margin: 0 auto; width: 34px; height: 34px; }


/* =Map
------------------------------------------------ */

.event-location .event-map {
  margin-bottom: 1em;
}
.event-location .venue-address {
  margin: 1em 0;
}
.event-location .venue-address .line-1 {
  font-weight: bold;
}/* line 104, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table { width: 100%; border-spacing: 0; }
/* line 108, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table td br { display: none; }
/* line 111, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table td img { margin: 8px; border: 2px solid #F0A818; }
@media (min-width: 768px) and (max-width: 979px) { /* line 111, sass/_sidebar.scss */
  .sidebar .widget.widget_flickr table td img { margin: 1px; border: 1px solid #F0A818; } }
/* line 119, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table td a { float: left; display: block; margin-left: 10px; }
@media (min-width: 768px) and (max-width: 979px) { /* line 119, sass/_sidebar.scss */
  .sidebar .widget.widget_flickr table td a { margin-left: 0; } }
/* line 126, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table td a:nth-child(odd) { clear: both; margin-left: 0; }
/* line 131, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table td a:hover img { outline: 3px solid #F0A818; }
/* line 135, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table td a:last-child { padding-left: 10px; }
/* line 141, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table.flickr-size-small td { text-align: center; }
/* line 143, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table.flickr-size-small td a { float: none; margin-left: 3px; }
/* line 147, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table.flickr-size-small td img { margin: 6px auto; }
/* line 152, sass/_sidebar.scss */
.sidebar .widget.widget_flickr table#flickr_badge_wrapper { border: none; background: none; }
/* line 75, sass/_footer.scss */
#wpstats { text-align: center; }/**

  Noticons

  Noticons are vector icons embedded in a font for use across wp.com.
  To use, reference this stylesheet in your project. See instructions in example.html

  This stylesheet includes the font itself, as well as the CSS classes to insert noticons.
  The font is designed to use a font-size of 16px exactly, for it to be crisp.
  You can go larger, but anything under 64 should be a multiple of 16 so the vectors align
  to even pixels.

  Browser support
  
  WebKit browsers (Safari, Chrome, Mobile Safari and Android browser, and possibly Opera)
  support "-webkit-font-smoothing: antialiased", which makes the 16x16 super crisp. 
  As of version 25, Firefox supports an almost-as-nice "-moz-osx-font-smoothing: grayscale;". 
  In IE, icons will have their left and right sides a teensy bit blurred.
  Also, the :before syntax is only supported by IE8+, so if you need to support IE7 or even IE6,
  you need to create fallback images. Here's how to create fallback images for noticons:

  .noticon-notification {
    *background: url(http://wordpress.com/wp-content/mu-plugins/notes/images/noticon-empty.png) no-repeat center center;
    *text-indent: 100%;
  }
  
  The * prefix ensures that those rules are shown only to IE7 and IE6.

*/


/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */

/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work. */
@font-face {
  font-family: 'Noticons';
  src: url(/i/noticons/noticons-regular-webfont.eot);
}

/* When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: 'Noticons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
     url(/i/noticons/noticons-regular-webfont.ttf) format('truetype'),
     url(/i/noticons/noticons-regular-webfont.svg#NoticonsRegular) format('svg');
  font-weight: normal;
  font-style: normal;

}


/**
 * All noticons
 */

/*  Update, Sep 2nd:
  Can't use [class*="noticon"] as that's too scattershot.
  Can't use [class*="noticon"]:before either.
  Icons inserted using the div will show up correctly,
  but the div itself will still behave like a div. */
.noticon {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  font-family: 'Noticons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  text-align: center;
}


/**
 * Individual icons
 */

/* Post formats */
.noticon-standard:before {          content: '\f100'; }
.noticon-aside:before {             content: '\f101'; }
.noticon-image:before {             content: '\f102'; }
.noticon-gallery:before {           content: '\f103'; }
.noticon-video:before {             content: '\f104'; }
.noticon-status:before {            content: '\f105'; }
.noticon-quote:before {             content: '\f106'; }
.noticon-link:before {              content: '\f107'; }
.noticon-chat:before {              content: '\f108'; }
.noticon-audio:before {             content: '\f109'; }

/* Social icons */
.noticon-github:before {            content: '\f200'; }
.noticon-dribbble:before {          content: '\f201'; }
.noticon-twitter:before {           content: '\f202'; }
.noticon-facebook:before {          content: '\f203'; }
.noticon-facebook-alt:before {      content: '\f204'; }
.noticon-wordpress:before {         content: '\f205'; }
.noticon-googleplus:before {        content: '\f206'; }
.noticon-linkedin:before {          content: '\f207'; }
.noticon-linkedin-alt:before {      content: '\f208'; }
.noticon-pinterest:before {         content: '\f209'; }
.noticon-pinterest-alt:before {     content: '\f210'; }
.noticon-flickr:before {            content: '\f211'; }
.noticon-vimeo:before {             content: '\f212'; }
.noticon-youtube:before {           content: '\f213'; }
.noticon-tumblr:before {            content: '\f214'; }
.noticon-instagram:before {         content: '\f215'; }
.noticon-codepen:before {           content: '\f216'; }
.noticon-polldaddy:before {         content: '\f217'; }
.noticon-googleplus-alt:before {    content: '\f218'; }
.noticon-path:before {              content: '\f219'; }
.noticon-skype:before {             content: '\f220'; }
.noticon-digg:before {              content: '\f221'; }
.noticon-reddit:before {            content: '\f222'; }
.noticon-stumbleupon:before {       content: '\f223'; }
.noticon-pocket:before {            content: '\f224'; }
.noticon-dropbox:before {           content: '\f225'; }

/* Meta icons */
.noticon-comment:before {           content: '\f300'; }
.noticon-category:before {          content: '\f301'; }
.noticon-tag:before {               content: '\f302'; }
.noticon-time:before {              content: '\f303'; }
.noticon-user:before {              content: '\f304'; }
.noticon-day:before {               content: '\f305'; }
.noticon-week:before {              content: '\f306'; }
.noticon-month:before {             content: '\f307'; }
.noticon-pinned:before {            content: '\f308'; }

/* Other icons */
.noticon-search:before {            content: '\f400'; }
.noticon-unzoom:before {            content: '\f401'; }
.noticon-zoom:before {              content: '\f402'; }
.noticon-show:before {              content: '\f403'; }
.noticon-hide:before {              content: '\f404'; }
.noticon-close:before {             content: '\f405'; }
.noticon-close-alt:before {         content: '\f406'; }
.noticon-trash:before {             content: '\f407'; }
.noticon-star:before {              content: '\f408'; }
.noticon-home:before {              content: '\f409'; }
.noticon-mail:before {              content: '\f410'; }
.noticon-edit:before {              content: '\f411'; }
.noticon-reply:before {             content: '\f412'; }
.noticon-feed:before {              content: '\f413'; }
.noticon-warning:before {           content: '\f414'; }
.noticon-share:before {             content: '\f415'; }
.noticon-attachment:before {        content: '\f416'; }
.noticon-location:before {          content: '\f417'; }
.noticon-checkmark:before {         content: '\f418'; }
.noticon-menu:before {              content: '\f419'; }
.noticon-refresh:before {           content: '\f420'; }
.noticon-minimize:before {          content: '\f421'; }
.noticon-maximize:before {          content: '\f422'; }
.noticon-404:before {               content: '\f423'; }
.noticon-spam:before {              content: '\f424'; }
.noticon-summary:before {           content: '\f425'; }
.noticon-cloud:before {             content: '\f426'; }
.noticon-key:before {               content: '\f427'; }
.noticon-dot:before {               content: '\f428'; }
.noticon-next:before {              content: '\f429'; }
.noticon-previous:before {          content: '\f430'; }
.noticon-expand:before {            content: '\f431'; }
.noticon-collapse:before {          content: '\f432'; }
.noticon-dropdown:before {          content: '\f433'; }
.noticon-dropdown-left:before {     content: '\f434'; }
.noticon-top:before {               content: '\f435'; }
.noticon-draggable:before {         content: '\f436'; }
.noticon-phone:before {             content: '\f437'; }
.noticon-send-to-phone:before {     content: '\f438'; }
.noticon-plugin:before {            content: '\f439'; }
.noticon-cloud-download:before {    content: '\f440'; }
.noticon-cloud-upload:before {      content: '\f441'; }
.noticon-external:before {          content: '\f442'; }
.noticon-document:before {          content: '\f443'; }
.noticon-book:before {              content: '\f444'; }
.noticon-cog:before {               content: '\f445'; }
.noticon-unapprove:before {         content: '\f446'; }
.noticon-cart:before {              content: '\f447'; }
.noticon-pause:before {             content: '\f448'; }
.noticon-stop:before {              content: '\f449'; }
.noticon-skip-back:before {         content: '\f450'; }
.noticon-skip-ahead:before {        content: '\f451'; }
.noticon-play:before {              content: '\f452'; }
.noticon-tablet:before {            content: '\f453'; }
.noticon-send-to-tablet:before {    content: '\f454'; }
.noticon-info:before {              content: '\f455'; }
.noticon-notice:before {            content: '\f456'; }
.noticon-help:before {              content: '\f457'; }
.noticon-fastforward:before {       content: '\f458'; }
.noticon-rewind:before {            content: '\f459'; }
.noticon-portfolio:before {         content: '\f460'; }
.noticon-heart:before {             content: '\f461'; }
.noticon-code:before {              content: '\f462'; }
.noticon-subscribe:before {         content: '\f463'; }
.noticon-unsubscribe:before {       content: '\f464'; }
.noticon-subscribed:before {        content: '\f465'; }
.noticon-reply-alt:before {         content: '\f466'; }
.noticon-reply-single:before {      content: '\f467'; }
.noticon-flag:before {              content: '\f468'; }
.noticon-print:before {             content: '\f469'; }
.noticon-lock:before {              content: '\f470'; }
.noticon-bold:before {              content: '\f471'; }
.noticon-italic:before {            content: '\f472'; }
.noticon-picture:before {           content: '\f473'; }
.noticon-fullscreen:before {        content: '\f474'; }
.noticon-website:before {           content: '\f475'; }

/* Generic shapes */
.noticon-uparrow:before {           content: '\f500'; }
.noticon-rightarrow:before {        content: '\f501'; }
.noticon-downarrow:before {         content: '\f502'; }
.noticon-leftarrow:before {         content: '\f503'; }

/* WPCOM specific */
.noticon-notification:before {      content: '\f800'; }
.noticon-follow:before {            content: '\f801'; }
.noticon-unfollow:before {          content: '\f802'; }
.noticon-following:before {         content: '\f803'; }
.noticon-trophy:before {            content: '\f804'; }
.noticon-reblog:before {            content: '\f805'; }
.noticon-milestone:before {         content: '\f806'; }
.noticon-compact:before {           content: '\f807'; }
.noticon-gridview:before {          content: '\f808'; }

.noticon-trapper:before {           content: '\f810'; }
.noticon-spike:before {             content: '\f811'; }
.noticon-promoted:before {          content: '\f812'; }
.noticon-wordads:before {           content: '\f813'; }
.noticon-atsign:before {            content: '\f814'; }
.noticon-automattic:before {        content: '\f815'; }
.noticon-automattic-ring:before {   content: '\f816'; }
.noticon-automattic-blip:before {   content: '\f817'; }
.noticon-bullseye:before {          content: '\f8a0'; }
.noticon-lightbulb:before {         content: '\f8a1'; }
.noticon-reader:before {            content: '\f8a2'; }
.noticon-reader-alt:before {        content: '\f8a3'; }
.noticon-gift:before {              content: '\f8a4'; }
.noticon-bullhorn:before {          content: '\f8a5'; }
.noticon-eventbrite:before {        content: '\f8a6'; }
.noticon-colors:before {            content: '\f8a7'; }
.noticon-features:before {          content: '\f8a8'; }
.noticon-layouts:before {           content: '\f8a9'; }
.noticon-price:before {             content: '\f8b0'; }
.noticon-types:before {             content: '\f8b1'; }
.noticon-localization:before {      content: '\f8b2'; }
.noticon-add:before {               content: '\f8b3'; }


/**
 * Deprecated noticon names
 */
.noticon-text:before {              content: '\f100'; }
.noticon-like:before {              content: '\f408'; }
.noticon-stats:before {             content: '\f806'; }
.noticon-wp:before {                content: '\f205'; }
.noticon-wpcom:before {             content: '\f205'; }
.noticon-alert:before {             content: '\f414'; }
.noticon-up:before {                content: '\f500'; }
.noticon-right:before {             content: '\f501'; }
.noticon-down:before {              content: '\f502'; }
.noticon-left:before {              content: '\f503'; }
.noticon-close-small:before {       content: '\f405'; }
.noticon-arrow-right:before {       content: '\f429'; }
.noticon-arrow-left:before {        content: '\f430'; }
.noticon-camera:before {            content: '\f102'; }
.noticon-gplus:before {             content: '\f206'; }
.noticon-eye:before {               content: '\f403'; }
.noticon-eye-cross:before {         content: '\f404'; }


/**
 * Notes V2 CSS

 @todo: admin-bar.css, admin-bar-rest-rtl.css, admin-bar-iframe.css and probably much of the JS is now redundant
  
 */


/**
 * Unread counter
 */

/* give fixed size to notification toolbar item */
#wp-admin-bar-notes {
  padding-right: 1px !important;
}
#wp-admin-bar-notes .ab-item {
  width: 26px;
}

#wp-admin-bar-notes > .ab-item {
  padding: 0 5px !important;
}

#wpadminbar #wp-admin-bar-notes.hover > .ab-item {
  color: #fafafa;
  background: none;
}

#wpadminbar #wp-admin-bar-notes.wpnt-show > .ab-item {
  background: #f5f5f5;
}

#wp-admin-bar-notes #wpnt-notes-unread-count {
  background: none !important;
  padding: 0 2px !important;
}

#wp-admin-bar-notes #wpnt-notes-unread-count {
  margin: 4px 3px 0 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: 2;
  height: 19px;
}

/* mp6 specific styling */
body.admin-color-mp6 #wp-admin-bar-notes #wpnt-notes-unread-count,
body.mp6 #wp-admin-bar-notes #wpnt-notes-unread-count {
  margin: 6px 3px 0 3px;
  height: 20px;
}

#wp-admin-bar-notes:hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.wpnt-show #wpnt-notes-unread-count {
  color: #333;
  text-shadow: none;
}

#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-read {
  background-image: -ms-linear-gradient(bottom, #4a4a4a, #959595) !important;
  background-image: -moz-linear-gradient(bottom, #959595, #4a4a4a) !important;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4a4a4a), to(#959595)) !important;
  background-image: -webkit-linear-gradient(bottom, #959595, #4a4a4a) !important;
  background-image: linear-gradient(bottom, #4a4a4a, #959595) !important;
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
}

#wp-admin-bar-notes.wpnt-stayopen #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes.wpnt-hover #wpnt-notes-unread-count.wpn-read {
  background-image: -ms-linear-gradient(bottom, #d3d3d3, #e7e7e7) !important;
  background-image: -moz-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d3d3d3), to(#e7e7e7)) !important;
  background-image: -webkit-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important;
  background-image: linear-gradient(bottom, #d3d3d3, #e7e7e7) !important;
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread {
  background-image: -ms-linear-gradient(bottom, #f7941e, #d47300) !important;
  background-image: -moz-linear-gradient(bottom, #f7941e, #d47300) !important;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7941e), to(#d47300)) !important;
  background-image: -webkit-linear-gradient(bottom, #f7941e, #d47300) !important;
  background-image: linear-gradient(bottom, #f7941e, #d47300) !important;
  background-color: #d47300 !important;
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  color: #fff !important;
  text-shadow: 0 -1px 0 #a30;
}

.browse-happy {
  background-color: #eee !important;
  width: 375px !important;
  height: 300px !important;
  padding: 25px !important;
}

.browse-happy img {
  width: 300px !important;
  margin: 20px !important;
}


/**
 * Tray Noticons
 */

#wpadminbar * .noticon {
  float: none;
  width: 16px !important;
  height: 16px !important;
  font: normal 16px/1 "Noticons" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wpadminbar #wp-admin-bar-notes .noticon {
  text-shadow: 0 1px 5px rgba(0,0,0,0.5) !important;
  margin-top: 1px !important;
  opacity: .6;
}
.wpn-unread .noticon {
  color: #fff !important;
  opacity: 1 !important;
}

#wp-admin-bar-notes.wpnt-stayopen #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes.wpnt-hover #wpnt-notes-unread-count.wpn-read span {
  color: #555 !important;
  opacity: 1;
}


/**
 * Mini-panel that shows with the spinner
 */

#wp-admin-bar-notes.wpnt-show #wpnt-notes-panel {
  display: block !important;
}


#wp-admin-bar-notes #wpnt-notes-panel {
  display: none;
  background: transparent;
  position: absolute;
  right: 0;
  border: none;
  width: 841px;
  min-height: 200px !important;
}

/* emulate the look of the iframe as it's loading */
.quicklinks #wp-admin-bar-notes #wpnt-notes-panel.loadingIframe {
  display: block;
  width: 400px;
  margin-right: 1px;
  background: #f5f5f5;
  min-height: 200px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}



/**
 * Responsive stuff
 */

iframe#wpnt-notes-iframe {
  width: 841px;
  height: 560px;
  background: transparent;
  position: absolute;
  right: -19px;
}

@media screen and (max-width: 900px) {
  iframe#wpnt-notes-iframe {
    width: 480px;
  }
  .quicklinks #wp-admin-bar-notes #wpnt-notes-panel {
    width: 480px;
  }
}


/**
 * IE Hacks
 */

@media \0screen { /* IE8 */
  #wp-admin-bar-notes {
    height: 28px !important;
  }
}

/* IE < 7 upgrade notice */
p.wpnt-ie-note {
  margin-top: 10px !important;
  background: url(/wp-content/mu-plugins/notes/images/ie-upgrade-note.gif) no-repeat left top;
  padding-left: 40px !important;
  font-size: 9pt !important;
  padding-top: 5px !important;
  height: 32px !important;
}
p.wpnt-ie-note a {
  font-size: 9pt !important;
  color: #21759B !important;
}



#no-nsa-ribbon a {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  z-index: 99000;
  color: #eee;
  background: #262626;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  letter-spacing: .1em;
  text-decoration: none;
}

#no-nsa-ribbon a:hover {
  color: #fff;
  background: #333;
}

#no-nsa-ribbon a:hover span {
  color: #aaa;
}

#no-nsa-ribbon span {
  margin-left: 2em;
  color: #888;
}

@media (max-width: 640px) {
  #no-nsa-ribbon span {
    margin-left: 0;
  }
  #no-nsa-ribbon a {
    line-height: 30px;
    padding: 10px 0;
    letter-spacing: 0;
  }
  #no-nsa-ribbon a span {
    display: block;
  }
}

@media (max-height: 250px) {
  #no-nsa-ribbon a {
    line-height: 20px;
    padding: 3px 0;
    letter-spacing: 0;
  }
  #no-nsa-ribbon a span {
    display: none;
  }
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
  float: left;
  padding: 0;
  border: 0;
}

.reblogger-note-content {
  margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
  margin: 0 .5em 0 0;
  padding: 0;
  border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
  float: left;
  padding: 0;
  border: 0;
  margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
  margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
  margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
  line-height: 32px;
  margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
  margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
  margin: 0 10px 0 0;
  vertical-align: middle;
  padding: 0;
  border: 0;
}

.reblog-source {
  font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
  line-height: 32px;
  margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
  margin: 0;
  padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
  margin-bottom: 0;
}
#TB_window.tos-report-form, #TB_overlay.tos-report-form {
  z-index: 99998; /* One less than the Toolbar, pulls us in front of Theme items */
}
#TB_load.tos-report-form {
  z-index: 99999;
}
#TB_window.tos-report-form, #TB_ajaxContent.tos-report-form {
  height: 475px !important;
}
#TB_ajaxContent.tos-report-form {
  overflow-x: hidden;
}
#TB_window.tos-report-form {
  position: fixed;
}
#TB_overlay.tos-report-form {
  background-image: none;
  background-color: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
  filter: alpha(opacity=88);
  -moz-opacity: 0.88;
  opacity: 0.88;
}
#report-form {
  max-width: 600px;
  direction: ltr;
}
#report-form .report-url, #report-form .report-email {
  width: 100%;
  max-width: 450px;
}
#report-form a, #report-form a:visited {
  color: #1E8CBE;
  text-decoration: underline;
}
#report-form div {
  padding: 8px;
  font-size: 1.1em;
  line-height: 20px;
  color: #000;
}
#report-form p {
  font-size: 13px;
  margin-bottom: 1em;
  color: #000;
}
#report-form strong {
  color: #000;
}
#report-form h3 {
  margin: 10px 0 15px 0;
  clear: both;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 24px;
  font-family: sans-serif;
  font-weight:300;
}
#report-form label {
  font-size: 13px;
}
#report-form .step-2-details label {
  display: block;
}
#report-form textarea {
  margin-top: 10px;
  width: 100%;
  max-width: 450px;
  height: 100px;
}
#report-form .report-actions {
  margin-top: 15px;
}
.entrytext .report-actions .tb-cancel { /* For when form is displayed in a static page */
  display:none !important;
}
#TB_ajaxContent.tos-report-form .report-actions .tb-cancel{
  display: block;
  float: left;
  padding-top:8px;
}
#report-form .button-primary , #report-form input[type=submit] {
  cursor: pointer;
  font-size: 13px;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  text-decoration: none;
  height: auto !important;
  line-height: 1;
  padding: .6em 1.2em !important;
  font-weight: 300 !important;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px !important;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 116, 162, 0.8);
  background-color: #2EA2CC;
  background-image: -moz-linear-gradient(top, #1E8CBE 0%, #0074A2 100%);
  background-image: -webkit-linear-gradient(top, #1E8CBE 0%,#0074A2 100%);
  background-image: -ms-linear-gradient(top, #1E8CBE 0%,#0074A2 100%);
  background-image: -o-linear-gradient(top, #1E8CBE 0%,#0074A2 100%);
  background-image: linear-gradient(top, #1E8CBE 0%,#0074A2 100%);
  -moz-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
  -o-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
  -ms-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
  float: right;
}
#report-form .button-primary[disabled],#report-form .button-primary:disabled {
  color: #AAA !important;
  border-color: #DDD !important;
  background: #EEE !important;
  text-shadow: none;
  box-shadow: none;
}
#report-form .button-primary[disabled] a,#report-form .button-primary:disabled a {
  cursor: not-allowed;
}
#report-form input[type="radio"] {
  margin-right: 5px;
}
#report-confirm {
  font-size: 14px !important;
  font-weight: 500;
  margin: 150px auto 250px;
  text-align: center;
  display: none;
}
#report-form .required {
  color: #f00;
}
.report-form-error-message {
  margin-left: -8px;
  margin-bottom: -8px;
}
@media screen and (max-width: 630px) {
  #TB_window.tos-report-form, #TB_ajaxContent.tos-report-form {
    width: 96%!important;
    height: 495px!important;
  }
  #TB_window.tos-report-form {
    position: absolute;
    top: 0!important;
    left: 0!important;
    margin-left: 2%!important;
    margin-top: 100px!important;
  }
}/**
 * Sharedaddy Base Styles
 * 
 * Contains styles for modules, containers, buttons
 */


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
  clear: both;
}

div.sharedaddy h3.sd-title {
  margin: 0 0 1em 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
  border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
  border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
  padding: 0 !important;
  margin: 0 0 .7em 0 !important;
  list-style: none !important;
}

.sd-content ul li {
  display: inline;
}

.sd-block.sd-gplus {
  margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
  font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,  /* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {   /* official Digg button no longer works, needs cleaning */
  text-decoration: none !important;
  display: inline-block;
  margin: 0 5px 5px 0;
  line-height: 1;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  border-radius: 3px;
  color: #777 !important;
  background: #f8f8f8;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  text-shadow: none;
  /*padding: 6px 8px 2px 5px; padding for inherited fonts */
  padding: 7px 8px 1px 5px; /* padding for Open Sans */
}

.sd-social-icon .sd-content ul li a.sd-button span,
.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button span,
.sd-content ul li .option a.share-ustom span, /* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {    /* official Digg button no longer works, needs cleaning */
  line-height: 1;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
  padding: 3px 6px 0px 3px;
  box-shadow: none; /* No shadow on gray buttons between the official ones */
  vertical-align: top;
}

.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
  margin-bottom: -1px;
}

.sd-social-official .sd-content>ul>li.share-custom>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li.share-custom>a.sd-button {
  padding: 1px 6px 1px 0px;
}
 
.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
  color: #555;
  background: #fafafa;
  border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
  box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}


/* All icons */
.sd-content ul li a.sd-button:before {
  /* color: #555; */
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 16px/1 'Genericons';
  vertical-align: top;
  position: relative;
  top: -2px;
  text-align: center;
}

.sd-content ul li {
  margin: 0 !important;
  padding: 0;
}

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
  margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
  margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
  display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
  background-image: none;
  background-position: -500px -500px !important;  /* hack to work around !important inline style */
  background-repeat: no-repeat !important;
  padding-left: 0;
  height: 0;
  line-height: inherit;
}
.sd-social-text .sd-content ul li a,
.sd-social-text .sd-content ul li a.sd-button,
body .sd-content ul li.no-icon div.option a,
#sharing_email .sharing_send,
body .sd-content ul li.no-icon a.share-more {
  padding: 6px 8px 6px 8px;
}

/* Icon only */
.sd-social-icon .sd-content ul li a {
  padding: 6px 5px 2px 5px;
}
.sd-social-icon .sd-content ul li a.share-more {
  padding: 6px 8px 2px 5px;
}
.sd-social-icon .sd-content ul li a.share-more span {
  margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
  content: '\f469';
}
.sd-social-icon .sd-content ul li.share-digg a:before,
.sd-social-text .sd-content ul li.share-digg a:before,
.sd-content ul li.share-digg div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-digg a:before,
.sd-social-official .sd-content li.share-digg a:before {
  content: '\f221';
}
.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
  content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
  content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
  content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
  content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
  content: '\f214';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
  content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
  content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
  content: '\f209';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
  content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
  content: '\f204';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
  content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
  color: #2ba1cb;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
  content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
  color: #2ba1cb;
}


/* Share count */
.share-count {
  background: #2ea2cc;
  color: #fff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 1px 3px;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
  line-height: 25px !important;
}

.sd-social-official .sd-content ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
  margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
  display: block;
  float: left;
  margin: 0 10px 5px 0 !important;
  height: 25px;
}
.sd-social-official .sd-content .pocket_button iframe {
  width: 98px;
}

.sd-social-official .sd-content .twitter_button iframe {
  width: 96px;
}


/* Individual official buttons */
.stumbleupon_button iframe, .reddit_button iframe {
  margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .like_button iframe, .linkedin_button>span {
  margin: 0 !important;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a, 
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
  position: relative;
  top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom a,
body .sd-social-icon-text .sd-content li.share-custom a {
  padding: 2px 6px 2px 3px;
}

body .sd-content li.share-custom div.option a {
  padding: 5px 8px 3px 5px;
}

body .sd-social-icon .sd-content li.share-custom>a {
  padding: 2px 3px 0 3px;
  position: relative;
  top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a,
body .sd-social-icon-text .sd-content li.share-custom a {
  padding: 5px 8px 3px 5px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin-left: 0;
  padding: 0 0 0 19px; 
  display: inline-block;
  height: 16px;
  line-height: 16px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

body .sd-content li.share-custom a:hover span {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body .sd-social-icon .sd-content li.share-custom a span {
  padding-left: 16px !important;
}



/* Overflow Sharing dialog */
.sharing-hidden .inner {
  position: absolute;
  z-index: 2;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,.2);
  margin-top: 5px;
  max-width: 400px;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
  clear: both;
  margin: 0;
  height: 0;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ccc;
  content: "";
  display: block;
}

.sharing-hidden .inner:after {
  z-index: 2;
  top: -7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
  margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  box-shadow: none;
  padding: 8px;
  position: relative;
  top: -2px;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
  border: none;
  opacity: .6;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
  top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
  padding: 8px 8px 6px 8px;
  top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
  margin-left: 10px;
}

.sd-social-icon .sd-button span.share-count {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background: #555;
  font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  background: #e9e9e9;
  margin-top: 2px;
  text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
  background: #2c4762;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
  background: #3b5998;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
  background: #ea4b24;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
  background: #00acee;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
  background: #ca1f27;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
  color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
  background: #1e8cbe;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
  background: #0077b5;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
  background: #dd4b39;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
  background: #ee4056;
  color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
  background: #cee3f8;
  color: #555555 !important;
}




/**
 * Sharing Email Dialog
 */

#sharing_email {
  width: 342px;
  position: absolute;
  z-index: 1001;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,.2);
  text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
  border-color: #fff;
}

#sharing_email .errors {
  color: #fff;
  background-color: #771a09;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  margin: 10px 0 0 0;
}

#sharing_email label {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  display: block;
  padding: 0 0 4px 0;
  text-align: left;
  text-shadow: none;
}

#sharing_email form {
  margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  background: #fff;
  font-size: 12px;
  color: #333;
  max-width: none;
  padding: 1px 3px;
}

#sharing_email .sharing_cancel {
  padding: 0 0 0 1em;
  font-size: 12px;
  text-shadow: none;
}

#sharing_email .recaptcha {
  width: 312px;
  height: 123px;
  margin: 0 0 1em 0;
}
/**

  Genericons Helper CSS

*/


/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */

@font-face {
    font-family: 'Genericons';
    src: url(/wp-content/mu-plugins/genericons/font/genericons-regular-webfont.eot);
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url(/wp-content/mu-plugins/genericons/font/genericons-regular-webfont.ttf) format('truetype'),
         url(/wp-content/mu-plugins/genericons/font/genericons-regular-webfont.svg#genericonsregular) format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * All Genericons
 */

.genericon {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  font-family: 'Genericons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
}

/**
 * IE7 and IE6 hacks
 */

.genericon {
  *overflow: auto;
  *zoom: 1;
  *display: inline;
}

/**
 * Individual icons
 */

/* Post formats */
.genericon-standard:before {        content: '\f100'; }
.genericon-aside:before {           content: '\f101'; }
.genericon-image:before {           content: '\f102'; }
.genericon-gallery:before {         content: '\f103'; }
.genericon-video:before {           content: '\f104'; }
.genericon-status:before {          content: '\f105'; }
.genericon-quote:before {           content: '\f106'; }
.genericon-link:before {            content: '\f107'; }
.genericon-chat:before {            content: '\f108'; }
.genericon-audio:before {           content: '\f109'; }

/* Social icons */
.genericon-github:before {          content: '\f200'; }
.genericon-dribbble:before {        content: '\f201'; }
.genericon-twitter:before {         content: '\f202'; }
.genericon-facebook:before {        content: '\f203'; }
.genericon-facebook-alt:before {    content: '\f204'; }
.genericon-wordpress:before {       content: '\f205'; }
.genericon-googleplus:before {      content: '\f206'; }
.genericon-linkedin:before {        content: '\f207'; }
.genericon-linkedin-alt:before {    content: '\f208'; }
.genericon-pinterest:before {       content: '\f209'; }
.genericon-pinterest-alt:before {   content: '\f210'; }
.genericon-flickr:before {          content: '\f211'; }
.genericon-vimeo:before {           content: '\f212'; }
.genericon-youtube:before {         content: '\f213'; }
.genericon-tumblr:before {          content: '\f214'; }
.genericon-instagram:before {       content: '\f215'; }
.genericon-codepen:before {         content: '\f216'; }
.genericon-polldaddy:before {       content: '\f217'; }
.genericon-googleplus-alt:before {  content: '\f218'; }
.genericon-path:before {            content: '\f219'; }
.genericon-skype:before {           content: '\f220'; }
.genericon-digg:before {            content: '\f221'; }
.genericon-reddit:before {          content: '\f222'; }
.genericon-stumbleupon:before {     content: '\f223'; }
.genericon-pocket:before {          content: '\f224'; }
.genericon-dropbox:before {         content: '\f225'; }

/* Meta icons */
.genericon-comment:before {         content: '\f300'; }
.genericon-category:before {        content: '\f301'; }
.genericon-tag:before {             content: '\f302'; }
.genericon-time:before {            content: '\f303'; }
.genericon-user:before {            content: '\f304'; }
.genericon-day:before {             content: '\f305'; }
.genericon-week:before {            content: '\f306'; }
.genericon-month:before {           content: '\f307'; }
.genericon-pinned:before {          content: '\f308'; }

/* Other icons */
.genericon-search:before {          content: '\f400'; }
.genericon-unzoom:before {          content: '\f401'; }
.genericon-zoom:before {            content: '\f402'; }
.genericon-show:before {            content: '\f403'; }
.genericon-hide:before {            content: '\f404'; }
.genericon-close:before {           content: '\f405'; }
.genericon-close-alt:before {       content: '\f406'; }
.genericon-trash:before {           content: '\f407'; }
.genericon-star:before {            content: '\f408'; }
.genericon-home:before {            content: '\f409'; }
.genericon-mail:before {            content: '\f410'; }
.genericon-edit:before {            content: '\f411'; }
.genericon-reply:before {           content: '\f412'; }
.genericon-feed:before {            content: '\f413'; }
.genericon-warning:before {         content: '\f414'; }
.genericon-share:before {           content: '\f415'; }
.genericon-attachment:before {      content: '\f416'; }
.genericon-location:before {        content: '\f417'; }
.genericon-checkmark:before {       content: '\f418'; }
.genericon-menu:before {            content: '\f419'; }
.genericon-refresh:before {         content: '\f420'; }
.genericon-minimize:before {        content: '\f421'; }
.genericon-maximize:before {        content: '\f422'; }
.genericon-404:before {             content: '\f423'; }
.genericon-spam:before {            content: '\f424'; }
.genericon-summary:before {         content: '\f425'; }
.genericon-cloud:before {           content: '\f426'; }
.genericon-key:before {             content: '\f427'; }
.genericon-dot:before {             content: '\f428'; }
.genericon-next:before {            content: '\f429'; }
.genericon-previous:before {        content: '\f430'; }
.genericon-expand:before {          content: '\f431'; }
.genericon-collapse:before {        content: '\f432'; }
.genericon-dropdown:before {        content: '\f433'; }
.genericon-dropdown-left:before {   content: '\f434'; }
.genericon-top:before {             content: '\f435'; }
.genericon-draggable:before {       content: '\f436'; }
.genericon-phone:before {           content: '\f437'; }
.genericon-send-to-phone:before {   content: '\f438'; }
.genericon-plugin:before {          content: '\f439'; }
.genericon-cloud-download:before {  content: '\f440'; }
.genericon-cloud-upload:before {    content: '\f441'; }
.genericon-external:before {        content: '\f442'; }
.genericon-document:before {        content: '\f443'; }
.genericon-book:before {            content: '\f444'; }
.genericon-cog:before {             content: '\f445'; }
.genericon-unapprove:before {       content: '\f446'; }
.genericon-cart:before {            content: '\f447'; }
.genericon-pause:before {           content: '\f448'; }
.genericon-stop:before {            content: '\f449'; }
.genericon-skip-back:before {       content: '\f450'; }
.genericon-skip-ahead:before {      content: '\f451'; }
.genericon-play:before {            content: '\f452'; }
.genericon-tablet:before {          content: '\f453'; }
.genericon-send-to-tablet:before {  content: '\f454'; }
.genericon-info:before {            content: '\f455'; }
.genericon-notice:before {          content: '\f456'; }
.genericon-help:before {            content: '\f457'; }
.genericon-fastforward:before {     content: '\f458'; }
.genericon-rewind:before {          content: '\f459'; }
.genericon-portfolio:before {       content: '\f460'; }
.genericon-heart:before {           content: '\f461'; }
.genericon-code:before {            content: '\f462'; }
.genericon-subscribe:before {       content: '\f463'; }
.genericon-unsubscribe:before {     content: '\f464'; }
.genericon-subscribed:before {      content: '\f465'; }
.genericon-reply-alt:before {       content: '\f466'; }
.genericon-reply-single:before {    content: '\f467'; }
.genericon-flag:before {            content: '\f468'; }
.genericon-print:before {           content: '\f469'; }
.genericon-lock:before {            content: '\f470'; }
.genericon-bold:before {            content: '\f471'; }
.genericon-italic:before {          content: '\f472'; }
.genericon-picture:before {         content: '\f473'; }
.genericon-fullscreen:before {      content: '\f474'; }

/* Generic shapes */
.genericon-uparrow:before {         content: '\f500'; }
.genericon-rightarrow:before {      content: '\f501'; }
.genericon-downarrow:before {       content: '\f502'; }
.genericon-leftarrow:before {       content: '\f503'; }





/*
  Global styles for WordPress.com
*/
img.latex {
  border: none;
  vertical-align: middle;
}
.video-player {
  border: 0;
  margin: auto;
  padding: 5px;
  text-align: center;
}
.wpvidavee_title {
  font-family: Tahoma,Arial,sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  padding: 2px 5px;
  text-align: left;
}
.wpvidavee_footer {
  font-family: Tahoma,Arial,sans-serif;
  font-size: 9px;
  line-height: 11px;
  padding: 2px 5px;
  text-align: right;
}
.wpvidavee_footer a {
  text-decoration: none;
}
.wpvidavee_p {
  color: red;
}
.hidden {
  display: none;
}
.possibly-related {
  clear: both;
}
.screen-reader-text {
  position: absolute;
  left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
  max-width: 100%; /* avoid videos being too wide */
}

/**
 * Simple Homepage Experiment
 */

.simple-homepage-experiment #header,
.simple-homepage-experiment #footer,
.simple-homepage-experiment #landingpage {
  display: none !important;
}
.simple-homepage-experiment .simple-homepage {
  display: block !important;
}

.simple-homepage-experiment .simple-homepage {
  background: #f5f5f5;
}

/**
 * Typography
 */

.simple-homepage-experiment body,
.simple-homepage-experiment td,
.simple-homepage-experiment p,
.simple-homepage-experiment div,
.simple-homepage-experiment input,
.simple-homepage-experiment label {
  font-family: "Open Sans", "Helvetica", sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
}

.simple-homepage-experiment input[type=checkbox] {
  margin: 0;
}

.simple-homepage-experiment h2,
.simple-homepage-experiment h3 {
  text-align: center;
}

.simple-homepage-experiment h2 {
  font-family: "Open Sans", "Helvetica", sans-serif !important;
  font-size: 18px !important;
  color: #464646;

  margin-bottom: 16px;
}

.simple-homepage-experiment h3 {
  color: #898989;
  font-size: 14px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.simple-homepage-experiment a {
  color: #1e8cbe;
  text-decoration: none;
}

.simple-homepage-experiment a:hover {
  color: #005684;
}

/**
 * Layout
 */

body.simple-homepage-experiment {
  background: #f1f1f1;
}

body.simple-homepage-experiment#h4home #lang-guess {
  margin-top: 85px;
  padding: 15px;

  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.simple-homepage {
  display: none;
}

body.simple-homepage-experiment .simple-homepage {
  display: block;
}

.simple-homepage-experiment h1 {
  margin: 50px auto 50px auto;
  padding-left: 85px;
  height: 75px;
  width: 305px;
  color: #737373;

  font-size: 43px !important;
  font-weight: 100;
  line-height: 75px;
  text-shadow: 0 1px 0 #fff;

  background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-1x.png) no-repeat !important;
}

.simple-homepage-experiment .content {
  max-width: 910px;
  margin: auto;
}

.simple-homepage-experiment .box {
  background: #fff;
  width: 43.4065934%;
  height: 280px;
  padding: 35px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

  -moz-box-shadow:    0px 2px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  box-shadow:         0px 2px 3px rgba(0,0,0,0.2);
}

.simple-homepage-experiment .box:hover {
  -moz-box-shadow:    0px 2px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  box-shadow:         0px 2px 5px rgba(0,0,0,0.3);

}

.simple-homepage-experiment .or {
  width: 45px;
  height: 45px;
  margin: 100px 20px;

  float: left;

  color: rgba( 0, 0, 0, 0.2);
  text-shadow: 0 1px 1px #f1f1f1, 0 0 0 #aaa,
         0 4px 1px #f1f1f1;

  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;

  border-radius: 50%;
  border: 8px rgba( 0, 0, 0, 0.1 ) solid;
}

.simple-homepage-experiment .sign-up {
  text-align: center;
}

.simple-homepage-experiment .big-ass-blue-button {
  margin: 20px auto;
  padding: 12px 40px;

  display: inline-block;

  color: #fff !important;
  font-size: 24px;
  text-decoration: none;
  text-shadow:  0px -1px 1px rgba(0,0,0,0.32);

  border-radius: 4px;

  background-color: #0aa1ce;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 161, 206)), to(rgb(0, 136, 181)));
  background-image: -webkit-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
  background-image: -moz-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
  background-image: -o-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
  background-image: -ms-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
  background-image: linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa1ce', EndColorStr='#0088b5');

  border: 1px solid #0088b5;

  box-shadow: inset 0px 1px 1px rgba(255,254,254,0.5),
        0 1px 1px rgba(0,0,0,0.3);
}

.simple-homepage-experiment .big-ass-blue-button:hover {
  color: #fff;

  background-color: #4eb5d5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 181, 213)), to(rgb(0, 136, 181)));
  background-image: -webkit-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
  background-image: -moz-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
  background-image: -o-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
  background-image: -ms-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
  background-image: linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4eb5d5', EndColorStr='#0088b5');
}

.simple-homepage-experiment .big-ass-blue-button:active {
  background: #0aa1ce;
  box-shadow: inset 0px -1px 1px rgba(255,254,254,0.2);
}

.simple-homepage-experiment .login input[type=text],
.simple-homepage-experiment .login input[type=password] {
  display: block;
  width: 90%;
  margin: 0 0 10px 0;
  padding: 10px 15px 10px 35px;

  color: #898989;
  font-size: 14px;
  font-weight: 200;

  border-radius: 3px;

  background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;

  border: 1px solid #BFBFBF;

  -moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15);
  box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.15);
}

.simple-homepage-experiment .login input:focus {
  background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;
  color: #444;
  border: 1px #aaa solid;
}

.simple-homepage-experiment .login input[type=text] {
  background-position: -3px -3px;
}

.simple-homepage-experiment .login input[type=password] {
  background-position: -3px -57px;
}

.simple-homepage-experiment#h4home #wrapper button.login-button {
  float: right !important;
  padding: 5px 20px !important;
  margin: 20px 0 !important;
  border-radius: 3px !important;
  border: 1px #bbb solid !important;

  color: #464646 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;

  text-shadow:         0px 1px 1px #fff !important;
  box-shadow: inset 0px 1px 1px rgba(255,254,254,0.8),
        0 1px 2px rgba(0,0,0,0.1)  !important;

  background-color: #eaeaea !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 234, 234)), to(rgb(201, 201, 201))) !important;
  background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
  background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
  background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
  background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
  background-image: linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#c9c9c9')  !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:hover {
  background-color: #fcfcfc !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(202, 202, 202))) !important;
  background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
  background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
  background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
  background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
  background-image: linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#cacaca') !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:active {
  background: #eaeaea  !important;
  box-shadow: 0 -1px 1px rgba(255,255,255,0.8)  !important;
}

.simple-homepage-experiment .forgot-password {
  display: block;
  margin: 17px 0 4px 0;

  float: left;
  clear: left;

  font-size: 12px;
}

.simple-homepage-experiment .remember-me {
  float: left;
  clear: left;
  margin: 0;
}

.simple-homepage-experiment .remember-me label {
  font-size: 12px;
  color: #1e8cbe;
}

.simple-homepage-experiment .remember-me label:hover {
  color: #005684;
}

.simple-homepage-experiment .footer {
  position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
  color: #898989;

  font-size: 11px;
  clear: both;
  text-align: center;
}

.simple-homepage-experiment .footer .automattic {
  margin: 0 3px;
  width: 127px;
  height: 13px;

  background: url(/wp-content/themes/h4/i/simple-homepage/automattic-1x.png) no-repeat;
  text-indent: -999999px;
  display: inline-block;
  vertical-align: text-bottom;
}

.simple-homepage-experiment .clear {
  clear: both;
}

/**
 * Retina CSS
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {

  .simple-homepage-experiment h1 {
    background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-2x.png) no-repeat !important;
    background-size: 74px 74px;
  }

  .simple-homepage-experiment .footer .automattic {
    background: url(/wp-content/themes/h4/i/simple-homepage/automattic-2x.png) no-repeat;
    background-size: 127px 11px;
  }

  .simple-homepage-experiment .login input[type=text],
  .simple-homepage-experiment .login input[type=password] {
    background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
    background-size: 40px 96px;
  }

  .simple-homepage-experiment .login input:focus {
    background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
    background-size: 40px 96px;
  }

}

/**
 * Responsive CSS
 */

@media screen and (max-width: 800px) {

  .simple-homepage-experiment .or {
    clear: both;
    float: none;
    margin: 20px auto;
  }

  .simple-homepage-experiment .box {
    clear: both;
    margin: auto 20px;
    float: none;
    width: auto;
  }

  .simple-homepage-experiment .login {
    margin-bottom: 30px;
  }

  .simple-homepage-experiment .footer {
    position: relative;
    padding-top: 30px;
  }
}

@media screen and (max-height: 580px) {

  .simple-homepage-experiment .footer {
    position: relative;
    padding-top: 30px;
    margin-top: 50px;
  }
}/* 2-Column Grid Layout */

.widgets-grid-layout {
  width: 100%;
}

.widgets-grid-layout:before,
.widgets-grid-layout:after {
  content: " ";
  display: table;
}

.widgets-grid-layout:after {
  clear: both;
}

.widget-grid-view-image {
  float: left;
  max-width: 50%;
}

.widget-grid-view-image a {
  display: block;
  margin: 0 2px 4px 0;
}

.widget-grid-view-image:image:nth-child(even) {
  float: right;
}

.widget-grid-view-image:nth-child(even) a {
  margin: 0 0 4px 2px;
}

.widgets-grid-layout .widget-grid-view-image img {
  max-width: 100%;
  height: auto;
}

/* Multi-Column Grid Layout */

.widgets-multi-column-grid ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widgets-multi-column-grid ul li {
  background: none;
  clear: none;
  float: left;
  margin: 0 -5px -3px 0;
  padding: 0 8px 6px 0;
  border: none;
  list-style-type: none !important;
}

.widgets-multi-column-grid ul li a {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.widgets-multi-column-grid .avatar {
  vertical-align: middle;
}

/* List Layout */

.widgets-list-layout {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widgets-list-layout li:before,
.widgets-list-layout li:after {
  content:"";
  display:table;
}
.widgets-list-layout li:after {
  clear:both;
}
.widgets-list-layout li {
  zoom:1;
  margin-bottom: 1em;
  list-style-type: none !important;
}

.widgets-list-layout .widgets-list-layout-blavatar {
  float: left;
  width: 21.276596%;
  max-width: 40px;
  height: auto;
}

.widgets-list-layout-links {
  float: right;
  width: 73.404255%;
}

.widgets-list-layout span {
  opacity: 0.5;
}

.widgets-list-layout span:hover {
  opacity: 0.8;
}
div[class^="gr_custom_container"] {
  /* customize your Goodreads widget container here*/
  border: 1px solid gray;
  border-radius:10px;
  padding: 10px 5px 10px 5px;
  background-color: #FFF;
  color: #000;
}

div[class^="gr_custom_container"] a {
  color: #000;
}

h2[class^="gr_custom_header"] {
  /* customize your Goodreads header here*/
  display: none;
}
div[class^="gr_custom_each_container"] {
  /* customize each individual book container here */
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #aaa;
}
div[class^="gr_custom_book_container"] {
  /* customize your book covers here */
  float: right;
  overflow: hidden;
  height: 60px;
  margin-left: 4px;
  width: 39px;
}
div[class^="gr_custom_author"] {
  /* customize your author names here */
  font-size: 10px;
}
div[class^="gr_custom_tags"] {
  /* customize your tags here */
  font-size: 10px;
  color: gray;
}
div[class^="gr_custom_review"] {
}
div[class^="gr_custom_rating"] {
  display: none;
}
