/*!
 * Bootstrap v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.bootstrap-wp article,
.bootstrap-wp aside,
.bootstrap-wp details,
.bootstrap-wp figcaption,
.bootstrap-wp figure,
.bootstrap-wp footer,
.bootstrap-wp header,
.bootstrap-wp hgroup,
.bootstrap-wp nav,
.bootstrap-wp section {
    display: block;
}
.bootstrap-wp audio,
.bootstrap-wp canvas,
.bootstrap-wp video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.bootstrap-wp audio:not([controls]) {
    display: none;
}
.bootstrap-wp html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.bootstrap-wp a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap-wp a:hover,
.bootstrap-wp a:active {
    outline: 0;
}
.bootstrap-wp sub,
.bootstrap-wp sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.bootstrap-wp sup {
    top: -0.5em;
}
.bootstrap-wp sub {
    bottom: -0.25em;
}
.bootstrap-wp img {
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
.bootstrap-wp button,
.bootstrap-wp input,
.bootstrap-wp select,
.bootstrap-wp textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
.bootstrap-wp button,
.bootstrap-wp input {
    *overflow: visible;
    line-height: normal;
}
.bootstrap-wp button::-moz-focus-inner,
.bootstrap-wp input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.bootstrap-wp button,
.bootstrap-wp input[type="button"],
.bootstrap-wp input[type="reset"],
.bootstrap-wp input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
.bootstrap-wp input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bootstrap-wp input[type="search"]::-webkit-search-decoration,
.bootstrap-wp input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.bootstrap-wp textarea {
    overflow: auto;
    vertical-align: top;
}
.bootstrap-wp .clearfix {
    *zoom: 1;
}
.bootstrap-wp .clearfix:before,
.bootstrap-wp .clearfix:after {
    display: table;
    content: "";
}
.bootstrap-wp .clearfix:after {
    clear: both;
}
.bootstrap-wp .hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.bootstrap-wp .input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    /* Make inputs at least the height of their button counterpart */

    /* Makes inputs behave like true block-level elements */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-wp body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    background-color: #ffffff;
}
.bootstrap-wp a {
    color: #0088cc;
    text-decoration: none;
}
.bootstrap-wp a:hover {
    color: #005580;
    text-decoration: underline;
}
.bootstrap-wp .row {
    margin-left: -20px;
    *zoom: 1;
}
.bootstrap-wp .row:before,
.bootstrap-wp .row:after {
    display: table;
    content: "";
}
.bootstrap-wp .row:after {
    clear: both;
}
.bootstrap-wp [class*="span"] {
    float: left;
    margin-left: 20px;
}
.bootstrap-wp .container,
.bootstrap-wp .navbar-fixed-top .container,
.bootstrap-wp .navbar-fixed-bottom .container {
    width: 940px;
}
.bootstrap-wp .span12 {
    width: 940px;
}
.bootstrap-wp .span11 {
    width: 860px;
}
.bootstrap-wp .span10 {
    width: 780px;
}
.bootstrap-wp .span9 {
    width: 700px;
}
.bootstrap-wp .span8 {
    width: 620px;
}
.bootstrap-wp .span7 {
    width: 540px;
}
.bootstrap-wp .span6 {
    width: 460px;
}
.bootstrap-wp .span5 {
    width: 380px;
}
.bootstrap-wp .span4 {
    width: 300px;
}
.bootstrap-wp .span3 {
    width: 220px;
}
.bootstrap-wp .span2 {
    width: 140px;
}
.bootstrap-wp .span1 {
    width: 60px;
}
.bootstrap-wp .offset12 {
    margin-left: 980px;
}
.bootstrap-wp .offset11 {
    margin-left: 900px;
}
.bootstrap-wp .offset10 {
    margin-left: 820px;
}
.bootstrap-wp .offset9 {
    margin-left: 740px;
}
.bootstrap-wp .offset8 {
    margin-left: 660px;
}
.bootstrap-wp .offset7 {
    margin-left: 580px;
}
.bootstrap-wp .offset6 {
    margin-left: 500px;
}
.bootstrap-wp .offset5 {
    margin-left: 420px;
}
.bootstrap-wp .offset4 {
    margin-left: 340px;
}
.bootstrap-wp .offset3 {
    margin-left: 260px;
}
.bootstrap-wp .offset2 {
    margin-left: 180px;
}
.bootstrap-wp .offset1 {
    margin-left: 100px;
}
.bootstrap-wp .row-fluid {
    width: 100%;
    *zoom: 1;
}
.bootstrap-wp .row-fluid:before,
.bootstrap-wp .row-fluid:after {
    display: table;
    content: "";
}
.bootstrap-wp .row-fluid:after {
    clear: both;
}
.bootstrap-wp .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.127659574%;
}
.bootstrap-wp .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
}
.bootstrap-wp .row-fluid > .span12 {
    width: 99.99999998999999%;
}
.bootstrap-wp .row-fluid > .span11 {
    width: 91.489361693%;
}
.bootstrap-wp .row-fluid > .span10 {
    width: 82.97872339599999%;
}
.bootstrap-wp .row-fluid > .span9 {
    width: 74.468085099%;
}
.bootstrap-wp .row-fluid > .span8 {
    width: 65.95744680199999%;
}
.bootstrap-wp .row-fluid > .span7 {
    width: 57.446808505%;
}
.bootstrap-wp .row-fluid > .span6 {
    width: 48.93617020799999%;
}
.bootstrap-wp .row-fluid > .span5 {
    width: 40.425531911%;
}
.bootstrap-wp .row-fluid > .span4 {
    width: 31.914893614%;
}
.bootstrap-wp .row-fluid > .span3 {
    width: 23.404255317%;
}
.bootstrap-wp .row-fluid > .span2 {
    width: 14.89361702%;
}
.bootstrap-wp .row-fluid > .span1 {
    width: 6.382978723%;
}
.bootstrap-wp .container {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.bootstrap-wp .container:before,
.bootstrap-wp .container:after {
    display: table;
    content: "";
}
.bootstrap-wp .container:after {
    clear: both;
}
.bootstrap-wp .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    *zoom: 1;
}
.bootstrap-wp .container-fluid:before,
.bootstrap-wp .container-fluid:after {
    display: table;
    content: "";
}
.bootstrap-wp .container-fluid:after {
    clear: both;
}
.bootstrap-wp p {
    margin: 0 0 9px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}
.bootstrap-wp p small {
    font-size: 11px;
    color: #999999;
}
.bootstrap-wp .lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
}
.bootstrap-wp h1,
.bootstrap-wp h2,
.bootstrap-wp h3,
.bootstrap-wp h4,
.bootstrap-wp h5,
.bootstrap-wp h6 {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}
.bootstrap-wp h1 small,
.bootstrap-wp h2 small,
.bootstrap-wp h3 small,
.bootstrap-wp h4 small,
.bootstrap-wp h5 small,
.bootstrap-wp h6 small {
    font-weight: normal;
    color: #999999;
}
.bootstrap-wp h1 {
    font-size: 30px;
    line-height: 36px;
}
.bootstrap-wp h1 small {
    font-size: 18px;
}
.bootstrap-wp h2 {
    font-size: 24px;
    line-height: 36px;
}
.bootstrap-wp h2 small {
    font-size: 18px;
}
.bootstrap-wp h3 {
    line-height: 27px;
    font-size: 18px;
}
.bootstrap-wp h3 small {
    font-size: 14px;
}
.bootstrap-wp h4,
.bootstrap-wp h5,
.bootstrap-wp h6 {
    line-height: 18px;
}
.bootstrap-wp h4 {
    font-size: 14px;
}
.bootstrap-wp h4 small {
    font-size: 12px;
}
.bootstrap-wp h5 {
    font-size: 12px;
}
.bootstrap-wp h6 {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
}
.bootstrap-wp .page-header {
    padding-bottom: 17px;
    margin: 18px 0;
    border-bottom: 1px solid #eeeeee;
}
.bootstrap-wp .page-header h1 {
    line-height: 1;
}
.bootstrap-wp ul,
.bootstrap-wp ol {
    padding: 0;
    margin: 0 0 9px 25px;
}
.bootstrap-wp ul ul,
.bootstrap-wp ul ol,
.bootstrap-wp ol ol,
.bootstrap-wp ol ul {
    margin-bottom: 0;
}
.bootstrap-wp ul {
    list-style: disc;
}
.bootstrap-wp ol {
    list-style: decimal;
}
.bootstrap-wp li {
    line-height: 18px;
}
.bootstrap-wp ul.unstyled,
.bootstrap-wp ol.unstyled {
    margin-left: 0;
    list-style: none;
}
.bootstrap-wp dl {
    margin-bottom: 18px;
}
.bootstrap-wp dt,
.bootstrap-wp dd {
    line-height: 18px;
}
.bootstrap-wp dt {
    font-weight: bold;
    line-height: 17px;
}
.bootstrap-wp dd {
    margin-left: 9px;
}
.bootstrap-wp .dl-horizontal dt {
    float: left;
    clear: left;
    width: 120px;
    text-align: right;
}
.bootstrap-wp .dl-horizontal dd {
    margin-left: 130px;
}
.bootstrap-wp hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}
.bootstrap-wp strong {
    font-weight: bold;
}
.bootstrap-wp em {
    font-style: italic;
}
.bootstrap-wp .muted {
    color: #999999;
}
.bootstrap-wp abbr[title] {
    border-bottom: 1px dotted #ddd;
    cursor: help;
}
.bootstrap-wp abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.bootstrap-wp blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 18px;
    border-left: 5px solid #eeeeee;
}
.bootstrap-wp blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
}
.bootstrap-wp blockquote small {
    display: block;
    line-height: 18px;
    color: #999999;
}
.bootstrap-wp blockquote small:before {
    content: '\2014 \00A0';
}
.bootstrap-wp blockquote.pull-right {
    float: right;
    padding-left: 0;
    padding-right: 15px;
    border-left: 0;
    border-right: 5px solid #eeeeee;
}
.bootstrap-wp blockquote.pull-right p,
.bootstrap-wp blockquote.pull-right small {
    text-align: right;
}
.bootstrap-wp q:before,
.bootstrap-wp q:after,
.bootstrap-wp blockquote:before,
.bootstrap-wp blockquote:after {
    content: "";
}
.bootstrap-wp address {
    display: block;
    margin-bottom: 18px;
    line-height: 18px;
    font-style: normal;
}
.bootstrap-wp small {
    font-size: 100%;
}
.bootstrap-wp cite {
    font-style: normal;
}
.bootstrap-wp code,
.bootstrap-wp pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bootstrap-wp code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
.bootstrap-wp pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
.bootstrap-wp pre.prettyprint {
    margin-bottom: 18px;
}
.bootstrap-wp pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}
.bootstrap-wp .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.bootstrap-wp form {
    margin: 0 0 18px;
}
.bootstrap-wp fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.bootstrap-wp legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #eee;
}
.bootstrap-wp legend small {
    font-size: 13.5px;
    color: #999999;
}
.bootstrap-wp label,
.bootstrap-wp input,
.bootstrap-wp button,
.bootstrap-wp select,
.bootstrap-wp textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
.bootstrap-wp input,
.bootstrap-wp button,
.bootstrap-wp select,
.bootstrap-wp textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bootstrap-wp label {
    display: block;
    margin-bottom: 5px;
    color: #333333;
}
.bootstrap-wp input,
.bootstrap-wp textarea,
.bootstrap-wp select,
.bootstrap-wp .uneditable-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bootstrap-wp .uneditable-textarea {
    width: auto;
    height: auto;
}
.bootstrap-wp label input,
.bootstrap-wp label textarea,
.bootstrap-wp label select {
    display: block;
}
.bootstrap-wp input[type="image"],
.bootstrap-wp input[type="checkbox"],
.bootstrap-wp input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    /* IE7 */

    line-height: normal;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 \9;
    /* IE9 and down */

}
.bootstrap-wp input[type="image"] {
    border: 0;
}
.bootstrap-wp input[type="file"] {
    width: auto;
    padding: initial;
    line-height: initial;
    border: initial;
    background-color: #ffffff;
    background-color: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.bootstrap-wp input[type="button"],
.bootstrap-wp input[type="reset"],
.bootstrap-wp input[type="submit"] {
    width: auto;
    height: auto;
}
.bootstrap-wp select,
.bootstrap-wp input[type="file"] {
    height: 28px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 28px;
}
.bootstrap-wp input[type="file"] {
    line-height: 18px \9;
}
.bootstrap-wp select {
    width: 220px;
    background-color: #ffffff;
}
.bootstrap-wp select[multiple],
.bootstrap-wp select[size] {
    height: auto;
}
.bootstrap-wp input[type="image"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.bootstrap-wp textarea {
    height: auto;
}
.bootstrap-wp input[type="hidden"] {
    display: none;
}
.bootstrap-wp .radio,
.bootstrap-wp .checkbox {
    padding-left: 18px;
}
.bootstrap-wp .radio input[type="radio"],
.bootstrap-wp .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}
.bootstrap-wp .controls > .radio:first-child,
.bootstrap-wp .controls > .checkbox:first-child {
    padding-top: 5px;
}
.bootstrap-wp .radio.inline,
.bootstrap-wp .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
.bootstrap-wp .radio.inline + .radio.inline,
.bootstrap-wp .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}
.bootstrap-wp input,
.bootstrap-wp textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.bootstrap-wp input:focus,
.bootstrap-wp textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

}
.bootstrap-wp input[type="file"]:focus,
.bootstrap-wp input[type="radio"]:focus,
.bootstrap-wp input[type="checkbox"]:focus,
.bootstrap-wp select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap-wp .input-mini {
    width: 60px;
}
.bootstrap-wp .input-small {
    width: 90px;
}
.bootstrap-wp .input-medium {
    width: 150px;
}
.bootstrap-wp .input-large {
    width: 210px;
}
.bootstrap-wp .input-xlarge {
    width: 270px;
}
.bootstrap-wp .input-xxlarge {
    width: 530px;
}
.bootstrap-wp input[class*="span"],
.bootstrap-wp select[class*="span"],
.bootstrap-wp textarea[class*="span"],
.bootstrap-wp .uneditable-input {
    float: none;
    margin-left: 0;
}
.bootstrap-wp input,
.bootstrap-wp textarea,
.bootstrap-wp .uneditable-input {
    margin-left: 0;
}
.bootstrap-wp input.span12, textarea.span12, .uneditable-input.span12 {
    width: 930px;
}
.bootstrap-wp input.span11, textarea.span11, .uneditable-input.span11 {
    width: 850px;
}
.bootstrap-wp input.span10, textarea.span10, .uneditable-input.span10 {
    width: 770px;
}
.bootstrap-wp input.span9, textarea.span9, .uneditable-input.span9 {
    width: 690px;
}
.bootstrap-wp input.span8, textarea.span8, .uneditable-input.span8 {
    width: 610px;
}
.bootstrap-wp input.span7, textarea.span7, .uneditable-input.span7 {
    width: 530px;
}
.bootstrap-wp input.span6, textarea.span6, .uneditable-input.span6 {
    width: 450px;
}
.bootstrap-wp input.span5, textarea.span5, .uneditable-input.span5 {
    width: 370px;
}
.bootstrap-wp input.span4, textarea.span4, .uneditable-input.span4 {
    width: 290px;
}
.bootstrap-wp input.span3, textarea.span3, .uneditable-input.span3 {
    width: 210px;
}
.bootstrap-wp input.span2, textarea.span2, .uneditable-input.span2 {
    width: 130px;
}
.bootstrap-wp input.span1, textarea.span1, .uneditable-input.span1 {
    width: 50px;
}
.bootstrap-wp input[disabled],
.bootstrap-wp select[disabled],
.bootstrap-wp textarea[disabled],
.bootstrap-wp input[readonly],
.bootstrap-wp select[readonly],
.bootstrap-wp textarea[readonly] {
    background-color: #eeeeee;
    border-color: #ddd;
    cursor: not-allowed;
}
.bootstrap-wp .control-group.warning > label,
.bootstrap-wp .control-group.warning .help-block,
.bootstrap-wp .control-group.warning .help-inline {
    color: #c09853;
}
.bootstrap-wp .control-group.warning input,
.bootstrap-wp .control-group.warning select,
.bootstrap-wp .control-group.warning textarea {
    color: #c09853;
    border-color: #c09853;
}
.bootstrap-wp .control-group.warning input:focus,
.bootstrap-wp .control-group.warning select:focus,
.bootstrap-wp .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e;
}
.bootstrap-wp .control-group.warning .input-prepend .add-on,
.bootstrap-wp .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}
.bootstrap-wp .controls.lp-error > label,
.bootstrap-wp .control-group.error > label,
.bootstrap-wp .control-group.error .help-block,
.bootstrap-wp .control-group.error .help-inline {
    color: #b94a48;
}
.bootstrap-wp .controls.lp-error input,
.bootstrap-wp .controls.lp-error select,
.bootstrap-wp .controls.lp-error textarea,
.bootstrap-wp .control-group.error input,
.bootstrap-wp .control-group.error select,
.bootstrap-wp .control-group.error textarea {
    color: #b94a48;
    border-color: #b94a48;
}
.bootstrap-wp .controls.lp-error input:focus,
.bootstrap-wp .controls.lp-error select:focus,
.bootstrap-wp .controls.lp-error textarea:focus,
.bootstrap-wp .control-group.error input:focus,
.bootstrap-wp .control-group.error select:focus,
.bootstrap-wp .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}
.bootstrap-wp .control-group.error .input-prepend .add-on,
.bootstrap-wp .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}
.bootstrap-wp .control-group.success > label,
.bootstrap-wp .control-group.success .help-block,
.bootstrap-wp .control-group.success .help-inline {
    color: #468847;
}
.bootstrap-wp .control-group.success input,
.bootstrap-wp .control-group.success select,
.bootstrap-wp .control-group.success textarea {
    color: #468847;
    border-color: #468847;
}
.bootstrap-wp .control-group.success input:focus,
.bootstrap-wp .control-group.success select:focus,
.bootstrap-wp .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b;
}
.bootstrap-wp .control-group.success .input-prepend .add-on,
.bootstrap-wp .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}
.bootstrap-wp input:focus:required:invalid,
.bootstrap-wp textarea:focus:required:invalid,
.bootstrap-wp select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
.bootstrap-wp input:focus:required:invalid:focus,
.bootstrap-wp textarea:focus:required:invalid:focus,
.bootstrap-wp select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
.bootstrap-wp .form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #eeeeee;
    border-top: 1px solid #ddd;
    *zoom: 1;
}
.bootstrap-wp .form-actions:before,
.bootstrap-wp .form-actions:after {
    display: table;
    content: "";
}
.bootstrap-wp .form-actions:after {
    clear: both;
}
.bootstrap-wp .uneditable-input {
    display: block;
    background-color: #ffffff;
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}
.bootstrap-wp :-moz-placeholder {
    color: #999999;
}
.bootstrap-wp ::-webkit-input-placeholder {
    color: #999999;
}
.bootstrap-wp .help-block,
.bootstrap-wp .help-inline {
    color: #555555;
}
.bootstrap-wp .help-block {
    display: block;
    margin-bottom: 9px;
}
.bootstrap-wp .help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px;
}
.bootstrap-wp .input-prepend,
.bootstrap-wp .input-append {
    margin-bottom: 5px;
}
.bootstrap-wp .input-prepend input,
.bootstrap-wp .input-append input,
.bootstrap-wp .input-prepend select,
.bootstrap-wp .input-append select,
.bootstrap-wp .input-prepend .uneditable-input,
.bootstrap-wp .input-append .uneditable-input {
    *margin-left: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.bootstrap-wp .input-prepend input:focus,
.bootstrap-wp .input-append input:focus,
.bootstrap-wp .input-prepend select:focus,
.bootstrap-wp .input-append select:focus,
.bootstrap-wp .input-prepend .uneditable-input:focus,
.bootstrap-wp .input-append .uneditable-input:focus {
    position: relative;
    z-index: 2;
}
.bootstrap-wp .input-prepend .uneditable-input,
.bootstrap-wp .input-append .uneditable-input {
    border-left-color: #ccc;
}
.bootstrap-wp .input-prepend .add-on,
.bootstrap-wp .input-append .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}
.bootstrap-wp .input-prepend .add-on,
.bootstrap-wp .input-append .add-on,
.bootstrap-wp .input-prepend .btn,
.bootstrap-wp .input-append .btn {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.bootstrap-wp .input-prepend .active,
.bootstrap-wp .input-append .active {
    background-color: #a9dba9;
    border-color: #46a546;
}
.bootstrap-wp .input-prepend .add-on,
.bootstrap-wp .input-prepend .btn {
    margin-right: -1px;
}
.bootstrap-wp .input-append input,
.bootstrap-wp .input-append select .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.bootstrap-wp .input-append .uneditable-input {
    border-left-color: #eee;
    border-right-color: #ccc;
}
.bootstrap-wp .input-append .add-on,
.bootstrap-wp .input-append .btn {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.bootstrap-wp .input-prepend.input-append input,
.bootstrap-wp .input-prepend.input-append select,
.bootstrap-wp .input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bootstrap-wp .input-prepend.input-append .add-on:first-child,
.bootstrap-wp .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.bootstrap-wp .input-prepend.input-append .add-on:last-child,
.bootstrap-wp .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.bootstrap-wp .search-query {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.bootstrap-wp .form-search input,
.bootstrap-wp .form-inline input,
.bootstrap-wp .form-horizontal input,
.bootstrap-wp .form-search textarea,
.bootstrap-wp .form-inline textarea,
.bootstrap-wp .form-horizontal textarea,
.bootstrap-wp .form-search select,
.bootstrap-wp .form-inline select,
.bootstrap-wp .form-horizontal select,
.bootstrap-wp .form-search .help-inline,
.bootstrap-wp .form-inline .help-inline,
.bootstrap-wp .form-horizontal .help-inline,
.bootstrap-wp .form-search .uneditable-input,
.bootstrap-wp .form-inline .uneditable-input,
.bootstrap-wp .form-horizontal .uneditable-input,
.bootstrap-wp .form-search .input-prepend,
.bootstrap-wp .form-inline .input-prepend,
.bootstrap-wp .form-horizontal .input-prepend,
.bootstrap-wp .form-search .input-append,
.bootstrap-wp .form-inline .input-append,
.bootstrap-wp .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
}
.bootstrap-wp .form-search .hide,
.bootstrap-wp .form-inline .hide,
.bootstrap-wp .form-horizontal .hide {
    display: none;
}
.bootstrap-wp .form-search label,
.bootstrap-wp .form-inline label {
    display: inline-block;
}
.bootstrap-wp .form-search .input-append,
.bootstrap-wp .form-inline .input-append,
.bootstrap-wp .form-search .input-prepend,
.bootstrap-wp .form-inline .input-prepend {
    margin-bottom: 0;
}
.bootstrap-wp .form-search .radio,
.bootstrap-wp .form-search .checkbox,
.bootstrap-wp .form-inline .radio,
.bootstrap-wp .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.bootstrap-wp .form-search .radio input[type="radio"],
.bootstrap-wp .form-search .checkbox input[type="checkbox"],
.bootstrap-wp .form-inline .radio input[type="radio"],
.bootstrap-wp .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-right: 3px;
}
.bootstrap-wp .control-group {
    margin-bottom: 9px;
}
.bootstrap-wp legend + .control-group {
    margin-top: 18px;
    -webkit-margin-top-collapse: separate;
}
.bootstrap-wp .form-horizontal .control-group {
    margin-bottom: 18px;
    *zoom: 1;
}
.bootstrap-wp .form-horizontal .control-group:before,
.bootstrap-wp .form-horizontal .control-group:after {
    display: table;
    content: "";
}
.bootstrap-wp .form-horizontal .control-group:after {
    clear: both;
}
.bootstrap-wp .form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right;
}
.bootstrap-wp .form-horizontal .controls {
    margin-left: 160px;
    /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */

    *display: inline-block;
    *margin-left: 0;
    *padding-left: 20px;
}
.bootstrap-wp .form-horizontal .help-block {
    margin-top: 9px;
    margin-bottom: 0;
}
.bootstrap-wp .form-horizontal .form-actions {
    padding-left: 160px;
}
.bootstrap-wp table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.bootstrap-wp .table {
    width: 100%;
    margin-bottom: 18px;
}
.bootstrap-wp .table th,
.bootstrap-wp .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.bootstrap-wp .table th {
    font-weight: bold;
}
.bootstrap-wp .table thead th {
    vertical-align: bottom;
}
.bootstrap-wp .table colgroup + thead tr:first-child th,
.bootstrap-wp .table colgroup + thead tr:first-child td,
.bootstrap-wp .table thead:first-child tr:first-child th,
.bootstrap-wp .table thead:first-child tr:first-child td {
    border-top: 0;
}
.bootstrap-wp .table tbody + tbody {
    border-top: 2px solid #dddddd;
}
.bootstrap-wp .table-condensed th,
.bootstrap-wp .table-condensed td {
    padding: 4px 5px;
}
.bootstrap-wp .table-bordered {
    border: 1px solid #dddddd;
    border-left: 0;
    border-collapse: separate;
    *border-collapse: collapsed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bootstrap-wp .table-bordered th,
.bootstrap-wp .table-bordered td {
    border-left: 1px solid #dddddd;
}
.bootstrap-wp .table-bordered thead:first-child tr:first-child th,
.bootstrap-wp .table-bordered tbody:first-child tr:first-child th,
.bootstrap-wp .table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
.bootstrap-wp .table-bordered thead:first-child tr:first-child th:first-child,
.bootstrap-wp .table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.bootstrap-wp .table-bordered thead:first-child tr:first-child th:last-child,
.bootstrap-wp .table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.bootstrap-wp .table-bordered thead:last-child tr:last-child th:first-child,
.bootstrap-wp .table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
.bootstrap-wp .table-bordered thead:last-child tr:last-child th:last-child,
.bootstrap-wp .table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
.bootstrap-wp .table-striped tbody tr:nth-child(odd) td,
.bootstrap-wp .table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}
.bootstrap-wp .table tbody tr:hover td,
.bootstrap-wp .table tbody tr:hover th {
    background-color: #f5f5f5;
}
.bootstrap-wp table .span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}
.bootstrap-wp table .span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}
.bootstrap-wp table .span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}
.bootstrap-wp table .span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}
.bootstrap-wp table .span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}
.bootstrap-wp table .span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}
.bootstrap-wp table .span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}
.bootstrap-wp table .span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}
.bootstrap-wp table .span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}
.bootstrap-wp table .span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}
.bootstrap-wp table .span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}
.bootstrap-wp table .span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}
.bootstrap-wp table .span13 {
    float: none;
    width: 1004px;
    margin-left: 0;
}
.bootstrap-wp table .span14 {
    float: none;
    width: 1084px;
    margin-left: 0;
}
.bootstrap-wp table .span15 {
    float: none;
    width: 1164px;
    margin-left: 0;
}
.bootstrap-wp table .span16 {
    float: none;
    width: 1244px;
    margin-left: 0;
}
.bootstrap-wp table .span17 {
    float: none;
    width: 1324px;
    margin-left: 0;
}
.bootstrap-wp table .span18 {
    float: none;
    width: 1404px;
    margin-left: 0;
}
.bootstrap-wp table .span19 {
    float: none;
    width: 1484px;
    margin-left: 0;
}
.bootstrap-wp table .span20 {
    float: none;
    width: 1564px;
    margin-left: 0;
}
.bootstrap-wp table .span21 {
    float: none;
    width: 1644px;
    margin-left: 0;
}
.bootstrap-wp table .span22 {
    float: none;
    width: 1724px;
    margin-left: 0;
}
.bootstrap-wp table .span23 {
    float: none;
    width: 1804px;
    margin-left: 0;
}
.bootstrap-wp table .span24 {
    float: none;
    width: 1884px;
    margin-left: 0;
}
.bootstrap-wp [class^="icon-"],
.bootstrap-wp [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    *margin-right: .3em;
}
.bootstrap-wp [class^="icon-"]:last-child,
.bootstrap-wp [class*=" icon-"]:last-child {
    *margin-left: 0;
}
.bootstrap-wp .icon-white {
    background-image: url("../img/glyphicons-halflings-white.png");
}
.bootstrap-wp .icon-glass {
    background-position: 0      0;
}
.bootstrap-wp .icon-music {
    background-position: -24px 0;
}
.bootstrap-wp .icon-search {
    background-position: -48px 0;
}
.bootstrap-wp .icon-envelope {
    background-position: -72px 0;
}
.bootstrap-wp .icon-heart {
    background-position: -96px 0;
}
.bootstrap-wp .icon-star {
    background-position: -120px 0;
}
.bootstrap-wp .icon-star-empty {
    background-position: -144px 0;
}
.bootstrap-wp .icon-user {
    background-position: -168px 0;
}
.bootstrap-wp .icon-film {
    background-position: -192px 0;
}
.bootstrap-wp .icon-th-large {
    background-position: -216px 0;
}
.bootstrap-wp .icon-th {
    background-position: -240px 0;
}
.bootstrap-wp .icon-th-list {
    background-position: -264px 0;
}
.bootstrap-wp .icon-ok {
    background-position: -288px 0;
}
.bootstrap-wp .icon-remove {
    background-position: -312px 0;
}
.bootstrap-wp .icon-zoom-in {
    background-position: -336px 0;
}
.bootstrap-wp .icon-zoom-out {
    background-position: -360px 0;
}
.bootstrap-wp .icon-off {
    background-position: -384px 0;
}
.bootstrap-wp .icon-signal {
    background-position: -408px 0;
}
.bootstrap-wp .icon-cog {
    background-position: -432px 0;
}
.bootstrap-wp .icon-trash {
    background-position: -456px 0;
}
.bootstrap-wp .icon-home {
    background-position: 0 -24px;
}
.bootstrap-wp .icon-file {
    background-position: -24px -24px;
}
.bootstrap-wp .icon-time {
    background-position: -48px -24px;
}
.bootstrap-wp .icon-road {
    background-position: -72px -24px;
}
.bootstrap-wp .icon-download-alt {
    background-position: -96px -24px;
}
.bootstrap-wp .icon-download {
    background-position: -120px -24px;
}
.bootstrap-wp .icon-upload {
    background-position: -144px -24px;
}
.bootstrap-wp .icon-inbox {
    background-position: -168px -24px;
}
.bootstrap-wp .icon-play-circle {
    background-position: -192px -24px;
}
.bootstrap-wp .icon-repeat {
    background-position: -216px -24px;
}
.bootstrap-wp .icon-refresh {
    background-position: -240px -24px;
}
.bootstrap-wp .icon-list-alt {
    background-position: -264px -24px;
}
.bootstrap-wp .icon-lock {
    background-position: -287px -24px;
}
.bootstrap-wp .icon-flag {
    background-position: -312px -24px;
}
.bootstrap-wp .icon-headphones {
    background-position: -336px -24px;
}
.bootstrap-wp .icon-volume-off {
    background-position: -360px -24px;
}
.bootstrap-wp .icon-volume-down {
    background-position: -384px -24px;
}
.bootstrap-wp .icon-volume-up {
    background-position: -408px -24px;
}
.bootstrap-wp .icon-qrcode {
    background-position: -432px -24px;
}
.bootstrap-wp .icon-barcode {
    background-position: -456px -24px;
}
.bootstrap-wp .icon-tag {
    background-position: 0 -48px;
}
.bootstrap-wp .icon-tags {
    background-position: -25px -48px;
}
.bootstrap-wp .icon-book {
    background-position: -48px -48px;
}
.bootstrap-wp .icon-bookmark {
    background-position: -72px -48px;
}
.bootstrap-wp .icon-print {
    background-position: -96px -48px;
}
.bootstrap-wp .icon-camera {
    background-position: -120px -48px;
}
.bootstrap-wp .icon-font {
    background-position: -144px -48px;
}
.bootstrap-wp .icon-bold {
    background-position: -167px -48px;
}
.bootstrap-wp .icon-italic {
    background-position: -192px -48px;
}
.bootstrap-wp .icon-text-height {
    background-position: -216px -48px;
}
.bootstrap-wp .icon-text-width {
    background-position: -240px -48px;
}
.bootstrap-wp .icon-align-left {
    background-position: -264px -48px;
}
.bootstrap-wp .icon-align-center {
    background-position: -288px -48px;
}
.bootstrap-wp .icon-align-right {
    background-position: -312px -48px;
}
.bootstrap-wp .icon-align-justify {
    background-position: -336px -48px;
}
.bootstrap-wp .icon-list {
    background-position: -360px -48px;
}
.bootstrap-wp .icon-indent-left {
    background-position: -384px -48px;
}
.bootstrap-wp .icon-indent-right {
    background-position: -408px -48px;
}
.bootstrap-wp .icon-facetime-video {
    background-position: -432px -48px;
}
.bootstrap-wp .icon-picture {
    background-position: -456px -48px;
}
.bootstrap-wp .icon-pencil {
    background-position: 0 -72px;
}
.bootstrap-wp .icon-map-marker {
    background-position: -24px -72px;
}
.bootstrap-wp .icon-adjust {
    background-position: -48px -72px;
}
.bootstrap-wp .icon-tint {
    background-position: -72px -72px;
}
.bootstrap-wp .icon-edit {
    background-position: -96px -72px;
}
.bootstrap-wp .icon-share {
    background-position: -120px -72px;
}
.bootstrap-wp .icon-check {
    background-position: -144px -72px;
}
.bootstrap-wp .icon-move {
    background-position: -168px -72px;
}
.bootstrap-wp .icon-step-backward {
    background-position: -192px -72px;
}
.bootstrap-wp .icon-fast-backward {
    background-position: -216px -72px;
}
.bootstrap-wp .icon-backward {
    background-position: -240px -72px;
}
.bootstrap-wp .icon-play {
    background-position: -264px -72px;
}
.bootstrap-wp .icon-pause {
    background-position: -288px -72px;
}
.bootstrap-wp .icon-stop {
    background-position: -312px -72px;
}
.bootstrap-wp .icon-forward {
    background-position: -336px -72px;
}
.bootstrap-wp .icon-fast-forward {
    background-position: -360px -72px;
}
.bootstrap-wp .icon-step-forward {
    background-position: -384px -72px;
}
.bootstrap-wp .icon-eject {
    background-position: -408px -72px;
}
.bootstrap-wp .icon-chevron-left {
    background-position: -432px -72px;
}
.bootstrap-wp .icon-chevron-right {
    background-position: -456px -72px;
}
.bootstrap-wp .icon-plus-sign {
    background-position: 0 -96px;
}
.bootstrap-wp .icon-minus-sign {
    background-position: -24px -96px;
}
.bootstrap-wp .icon-remove-sign {
    background-position: -48px -96px;
}
.bootstrap-wp .icon-ok-sign {
    background-position: -72px -96px;
}
.bootstrap-wp .icon-question-sign {
    background-position: -96px -96px;
}
.bootstrap-wp .icon-info-sign {
    background-position: -120px -96px;
}
.bootstrap-wp .icon-screenshot {
    background-position: -144px -96px;
}
.bootstrap-wp .icon-remove-circle {
    background-position: -168px -96px;
}
.bootstrap-wp .icon-ok-circle {
    background-position: -192px -96px;
}
.bootstrap-wp .icon-ban-circle {
    background-position: -216px -96px;
}
.bootstrap-wp .icon-arrow-left {
    background-position: -240px -96px;
}
.bootstrap-wp .icon-arrow-right {
    background-position: -264px -96px;
}
.bootstrap-wp .icon-arrow-up {
    background-position: -289px -96px;
}
.bootstrap-wp .icon-arrow-down {
    background-position: -312px -96px;
}
.bootstrap-wp .icon-share-alt {
    background-position: -336px -96px;
}
.bootstrap-wp .icon-resize-full {
    background-position: -360px -96px;
}
.bootstrap-wp .icon-resize-small {
    background-position: -384px -96px;
}
.bootstrap-wp .icon-plus {
    background-position: -408px -96px;
}
.bootstrap-wp .icon-minus {
    background-position: -433px -96px;
}
.bootstrap-wp .icon-asterisk {
    background-position: -456px -96px;
}
.bootstrap-wp .icon-exclamation-sign {
    background-position: 0 -120px;
}
.bootstrap-wp .icon-gift {
    background-position: -24px -120px;
}
.bootstrap-wp .icon-leaf {
    background-position: -48px -120px;
}
.bootstrap-wp .icon-fire {
    background-position: -72px -120px;
}
.bootstrap-wp .icon-eye-open {
    background-position: -96px -120px;
}
.bootstrap-wp .icon-eye-close {
    background-position: -120px -120px;
}
.bootstrap-wp .icon-warning-sign {
    background-position: -144px -120px;
}
.bootstrap-wp .icon-plane {
    background-position: -168px -120px;
}
.bootstrap-wp .icon-calendar {
    background-position: -192px -120px;
}
.bootstrap-wp .icon-random {
    background-position: -216px -120px;
}
.bootstrap-wp .icon-comment {
    background-position: -240px -120px;
}
.bootstrap-wp .icon-magnet {
    background-position: -264px -120px;
}
.bootstrap-wp .icon-chevron-up {
    background-position: -288px -120px;
}
.bootstrap-wp .icon-chevron-down {
    background-position: -313px -119px;
}
.bootstrap-wp .icon-retweet {
    background-position: -336px -120px;
}
.bootstrap-wp .icon-shopping-cart {
    background-position: -360px -120px;
}
.bootstrap-wp .icon-folder-close {
    background-position: -384px -120px;
}
.bootstrap-wp .icon-folder-open {
    background-position: -408px -120px;
}
.bootstrap-wp .icon-resize-vertical {
    background-position: -432px -119px;
}
.bootstrap-wp .icon-resize-horizontal {
    background-position: -456px -118px;
}
.bootstrap-wp .dropdown {
    position: relative;
}
.bootstrap-wp .dropdown-toggle {
    *margin-bottom: -3px;
}
.bootstrap-wp .dropdown-toggle:active,
.bootstrap-wp .open .dropdown-toggle {
    outline: 0;
}
.bootstrap-wp .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    content: "";
}
.bootstrap-wp .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}
.bootstrap-wp .dropdown:hover .caret,
.bootstrap-wp .open.dropdown .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}
.bootstrap-wp .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -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;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.bootstrap-wp .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.bootstrap-wp .dropdown-menu .divider {
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    *width: 100%;
    *margin: -5px 0 5px;
}
.bootstrap-wp .dropdown-menu a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
}
.bootstrap-wp .dropdown-menu li > a:hover,
.bootstrap-wp .dropdown-menu .active > a,
.bootstrap-wp .dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
}
.bootstrap-wp .dropdown.open {
    *z-index: 1000;
}
.bootstrap-wp .dropdown.open .dropdown-toggle {
    color: #ffffff;
    background: #ccc;
    background: rgba(0, 0, 0, 0.3);
}
.bootstrap-wp .dropdown.open .dropdown-menu {
    display: block;
}
.bootstrap-wp .pull-right .dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap-wp .dropup .caret,
.bootstrap-wp .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "\2191";
}
.bootstrap-wp .dropup .dropdown-menu,
.bootstrap-wp .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.bootstrap-wp .typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bootstrap-wp .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-wp .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-wp .well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.bootstrap-wp .well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
body .fade,
.bootstrap-wp .fade {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 0;
}
body .fade.in,
.bootstrap-wp .fade.in {
    opacity: 1;
}
.bootstrap-wp .collapse {
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
    position: relative;
    overflow: hidden;
    height: 0;
}
.bootstrap-wp .collapse.in {
    height: auto;
}
.bootstrap-wp .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.bootstrap-wp .close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}
.bootstrap-wp .btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', 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);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    *margin-left: .3em;
}
.bootstrap-wp .btn:hover,
.bootstrap-wp .btn:active,
.bootstrap-wp .btn.active,
.bootstrap-wp .btn.hover,
.bootstrap-wp .btn.disabled,
.bootstrap-wp .btn[disabled] {
    background-color: #e6e6e6;
}
.bootstrap-wp .btn:active,
.bootstrap-wp .btn.active {
    background-color: #cccccc \9;
}
.bootstrap-wp .btn:first-child {
    *margin-left: 0;
}
.bootstrap-wp .btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.bootstrap-wp .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap-wp .btn.active,
.bootstrap-wp .btn:active {
    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);
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    outline: 0;
}
.bootstrap-wp .btn.disabled,
.bootstrap-wp .btn[disabled] {
    cursor: default;
    background-image: none;
    background-color: #e6e6e6;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.bootstrap-wp .btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bootstrap-wp .btn-large [class^="icon-"] {
    margin-top: 1px;
}
.bootstrap-wp .btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}
.bootstrap-wp .btn-small [class^="icon-"] {
    margin-top: -1px;
}
.bootstrap-wp .btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}
.bootstrap-wp .btn-primary,
.bootstrap-wp .btn-primary:hover,
.bootstrap-wp .btn-warning,
.bootstrap-wp .btn-warning:hover,
.bootstrap-wp .btn-danger,
.bootstrap-wp .btn-danger:hover,
.bootstrap-wp .btn-success,
.bootstrap-wp .btn-success:hover,
.bootstrap-wp .btn-info,
.bootstrap-wp .btn-info:hover,
.bootstrap-wp .btn-inverse,
.bootstrap-wp .btn-inverse:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}
.bootstrap-wp .btn-primary.active,
.bootstrap-wp .btn-warning.active,
.bootstrap-wp .btn-danger.active,
.bootstrap-wp .btn-success.active,
.bootstrap-wp .btn-info.active,
.bootstrap-wp .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
.bootstrap-wp .btn-primary {
    background-color: #0074cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image: -o-linear-gradient(top, #0088cc, #0055cc);
    background-image: linear-gradient(top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    border-color: #0055cc #0055cc #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.bootstrap-wp .btn-primary:hover,
.bootstrap-wp .btn-primary:active,
.bootstrap-wp .btn-primary.active,
.bootstrap-wp .btn-primary.disabled,
.bootstrap-wp .btn-primary[disabled] {
    background-color: #0055cc;
}
.bootstrap-wp .btn-primary:active,
.bootstrap-wp .btn-primary.active {
    background-color: #004099 \9;
}
.bootstrap-wp .btn-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.bootstrap-wp .btn-warning:hover,
.bootstrap-wp .btn-warning:active,
.bootstrap-wp .btn-warning.active,
.bootstrap-wp .btn-warning.disabled,
.bootstrap-wp .btn-warning[disabled] {
    background-color: #f89406;
}
.bootstrap-wp .btn-warning:active,
.bootstrap-wp .btn-warning.active {
    background-color: #c67605 \9;
}
.bootstrap-wp .btn-danger {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-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(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', 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);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.bootstrap-wp .btn-danger:hover,
.bootstrap-wp .btn-danger:active,
.bootstrap-wp .btn-danger.active,
.bootstrap-wp .btn-danger.disabled,
.bootstrap-wp .btn-danger[disabled] {
    background-color: #bd362f;
}
.bootstrap-wp .btn-danger:active,
.bootstrap-wp .btn-danger.active {
    background-color: #942a25 \9;
}
.bootstrap-wp .btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-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(top, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', 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);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.bootstrap-wp .btn-success:hover,
.bootstrap-wp .btn-success:active,
.bootstrap-wp .btn-success.active,
.bootstrap-wp .btn-success.disabled,
.bootstrap-wp .btn-success[disabled] {
    background-color: #51a351;
}
.bootstrap-wp .btn-success:active,
.bootstrap-wp .btn-success.active {
    background-color: #408140 \9;
}
.bootstrap-wp .btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-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(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', 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);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.bootstrap-wp .btn-info:hover,
.bootstrap-wp .btn-info:active,
.bootstrap-wp .btn-info.active,
.bootstrap-wp .btn-info.disabled,
.bootstrap-wp .btn-info[disabled] {
    background-color: #2f96b4;
}
.bootstrap-wp .btn-info:active,
.bootstrap-wp .btn-info.active {
    background-color: #24748c \9;
}
.bootstrap-wp .btn-inverse {
    background-color: #414141;
    background-image: -moz-linear-gradient(top, #555555, #222222);
    background-image: -ms-linear-gradient(top, #555555, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
    background-image: -webkit-linear-gradient(top, #555555, #222222);
    background-image: -o-linear-gradient(top, #555555, #222222);
    background-image: linear-gradient(top, #555555, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.bootstrap-wp .btn-inverse:hover,
.bootstrap-wp .btn-inverse:active,
.bootstrap-wp .btn-inverse.active,
.bootstrap-wp .btn-inverse.disabled,
.bootstrap-wp .btn-inverse[disabled] {
    background-color: #222222;
}
.bootstrap-wp .btn-inverse:active,
.bootstrap-wp .btn-inverse.active {
    background-color: #080808 \9;
}
.bootstrap-wp button.btn,
.bootstrap-wp input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}
.bootstrap-wp button.btn::-moz-focus-inner,
.bootstrap-wp input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.bootstrap-wp button.btn.btn-large,
.bootstrap-wp input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
.bootstrap-wp button.btn.btn-small,
.bootstrap-wp input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
.bootstrap-wp button.btn.btn-mini,
.bootstrap-wp input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
.bootstrap-wp .btn-group {
    position: relative;
    *zoom: 1;
    *margin-left: .3em;
}
.bootstrap-wp .btn-group:before,
.bootstrap-wp .btn-group:after {
    display: table;
    content: "";
}
.bootstrap-wp .btn-group:after {
    clear: both;
}
.bootstrap-wp .btn-group:first-child {
    *margin-left: 0;
}
.bootstrap-wp .btn-group + .btn-group {
    margin-left: 5px;
}
.bootstrap-wp .btn-toolbar {
    margin-top: 9px;
    margin-bottom: 9px;
}
.bootstrap-wp .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
}
.bootstrap-wp .btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bootstrap-wp .btn-group .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.bootstrap-wp .btn-group .btn:last-child,
.bootstrap-wp .btn-group .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.bootstrap-wp .btn-group .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.bootstrap-wp .btn-group .btn.large:last-child,
.bootstrap-wp .btn-group .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.bootstrap-wp .btn-group .btn:hover,
.bootstrap-wp .btn-group .btn:focus,
.bootstrap-wp .btn-group .btn:active,
.bootstrap-wp .btn-group .btn.active {
    z-index: 2;
}
.bootstrap-wp .btn-group .dropdown-toggle:active,
.bootstrap-wp .btn-group.open .dropdown-toggle {
    outline: 0;
}
.bootstrap-wp .btn-group .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: 3px;
    *padding-bottom: 3px;
}
.bootstrap-wp .btn-group .btn-mini.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 1px;
    *padding-bottom: 1px;
}
.bootstrap-wp .btn-group .btn-small.dropdown-toggle {
    *padding-top: 4px;
    *padding-bottom: 4px;
}
.bootstrap-wp .btn-group .btn-large.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.bootstrap-wp .btn-group.open {
    *z-index: 1000;
}
.bootstrap-wp .btn-group.open .dropdown-menu {
    display: block;
    margin-top: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bootstrap-wp .btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-wp .btn .caret {
    margin-top: 7px;
    margin-left: 0;
}
.bootstrap-wp .btn:hover .caret,
.bootstrap-wp .open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}
.bootstrap-wp .btn-mini .caret {
    margin-top: 5px;
}
.bootstrap-wp .btn-small .caret {
    margin-top: 6px;
}
.bootstrap-wp .btn-large .caret {
    margin-top: 6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
}
.bootstrap-wp .btn-primary .caret,
.bootstrap-wp .btn-warning .caret,
.bootstrap-wp .btn-danger .caret,
.bootstrap-wp .btn-info .caret,
.bootstrap-wp .btn-success .caret,
.bootstrap-wp .btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.bootstrap-wp .alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}
.bootstrap-wp .alert-heading {
    color: inherit;
}
.bootstrap-wp .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.bootstrap-wp .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.bootstrap-wp .alert-danger,
.bootstrap-wp .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.bootstrap-wp .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.bootstrap-wp .alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.bootstrap-wp .alert-block > p,
.bootstrap-wp .alert-block > ul {
    margin-bottom: 0;
}
.bootstrap-wp .alert-block p + p {
    margin-top: 5px;
}
.bootstrap-wp .nav {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
}
.bootstrap-wp .nav > li > a {
    display: block;
}
.bootstrap-wp .nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}
.bootstrap-wp .nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.bootstrap-wp .nav li + .nav-header {
    margin-top: 9px;
}
.bootstrap-wp .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.bootstrap-wp .nav-list > li > a,
.bootstrap-wp .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.bootstrap-wp .nav-list > li > a {
    padding: 3px 15px;
}
.bootstrap-wp .nav-list > .active > a,
.bootstrap-wp .nav-list > .active > a:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
}
.bootstrap-wp .nav-list [class^="icon-"] {
    margin-right: 2px;
}
.bootstrap-wp .nav-list .divider {
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    *width: 100%;
    *margin: -5px 0 5px;
}
.bootstrap-wp .nav-tabs,
.bootstrap-wp .nav-pills {
    *zoom: 1;
}
.bootstrap-wp .nav-tabs:before,
.bootstrap-wp .nav-pills:before,
.bootstrap-wp .nav-tabs:after,
.bootstrap-wp .nav-pills:after {
    display: table;
    content: "";
}
.bootstrap-wp .nav-tabs:after,
.bootstrap-wp .nav-pills:after {
    clear: both;
}
.bootstrap-wp .nav-tabs > li,
.bootstrap-wp .nav-pills > li {
    float: left;
}
.bootstrap-wp .nav-tabs > li > a,
.bootstrap-wp .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.bootstrap-wp .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.bootstrap-wp .nav-tabs > li {
    margin-bottom: -1px;
}
.bootstrap-wp .nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.bootstrap-wp .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap-wp .nav-tabs > .active > a,
.bootstrap-wp .nav-tabs > .active > a:hover {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.bootstrap-wp .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;
}
.bootstrap-wp .nav-pills > .active > a,
.bootstrap-wp .nav-pills > .active > a:hover {
    color: #ffffff;
    background-color: #0088cc;
}
.bootstrap-wp .nav-stacked > li {
    float: none;
}
.bootstrap-wp .nav-stacked > li > a {
    margin-right: 0;
}
.bootstrap-wp .nav-tabs.nav-stacked {
    border-bottom: 0;
}
.bootstrap-wp .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bootstrap-wp .nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.bootstrap-wp .nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.bootstrap-wp .nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2;
}
.bootstrap-wp .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.bootstrap-wp .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.bootstrap-wp .nav-tabs .dropdown-menu,
.bootstrap-wp .nav-pills .dropdown-menu {
    margin-top: 1px;
    border-width: 1px;
}
.bootstrap-wp .nav-pills .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bootstrap-wp .nav-tabs .dropdown-toggle .caret,
.bootstrap-wp .nav-pills .dropdown-toggle .caret {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
    margin-top: 6px;
}
.bootstrap-wp .nav-tabs .dropdown-toggle:hover .caret,
.bootstrap-wp .nav-pills .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}
.bootstrap-wp .nav-tabs .active .dropdown-toggle .caret,
.bootstrap-wp .nav-pills .active .dropdown-toggle .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}
.bootstrap-wp .nav > .dropdown.active > a:hover {
    color: #000000;
    cursor: pointer;
}
.bootstrap-wp .nav-tabs .open .dropdown-toggle,
.bootstrap-wp .nav-pills .open .dropdown-toggle,
.bootstrap-wp .nav > .open.active > a:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}
.bootstrap-wp .nav .open .caret,
.bootstrap-wp .nav .open.active .caret,
.bootstrap-wp .nav .open a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.bootstrap-wp .tabs-stacked .open > a:hover {
    border-color: #999999;
}
.bootstrap-wp .tabbable {
    *zoom: 1;
}
.bootstrap-wp .tabbable:before,
.bootstrap-wp .tabbable:after {
    display: table;
    content: "";
}
.bootstrap-wp .tabbable:after {
    clear: both;
}
.bootstrap-wp .tab-content {
    display: table;
    width: 100%;
}
.bootstrap-wp .tabs-below .nav-tabs,
.bootstrap-wp .tabs-right .nav-tabs,
.bootstrap-wp .tabs-left .nav-tabs {
    border-bottom: 0;
}
.bootstrap-wp .tab-content > .tab-pane,
.bootstrap-wp .pill-content > .pill-pane {
    display: none;
}
.bootstrap-wp .tab-content > .active,
.bootstrap-wp .pill-content > .active {
    display: block;
}
.bootstrap-wp .tabs-below .nav-tabs {
    border-top: 1px solid #ddd;
}
.bootstrap-wp .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}
.bootstrap-wp .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;
}
.bootstrap-wp .tabs-below .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}
.bootstrap-wp .tabs-below .nav-tabs .active > a,
.bootstrap-wp .tabs-below .nav-tabs .active > a:hover {
    border-color: transparent #ddd #ddd #ddd;
}
.bootstrap-wp .tabs-left .nav-tabs > li,
.bootstrap-wp .tabs-right .nav-tabs > li {
    float: none;
}
.bootstrap-wp .tabs-left .nav-tabs > li > a,
.bootstrap-wp .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.bootstrap-wp .tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}
.bootstrap-wp .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;
}
.bootstrap-wp .tabs-left .nav-tabs > li > a:hover {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.bootstrap-wp .tabs-left .nav-tabs .active > a,
.bootstrap-wp .tabs-left .nav-tabs .active > a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}
.bootstrap-wp .tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}
.bootstrap-wp .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;
}
.bootstrap-wp .tabs-right .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.bootstrap-wp .tabs-right .nav-tabs .active > a,
.bootstrap-wp .tabs-right .nav-tabs .active > a:hover {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}
.bootstrap-wp .navbar {
    *position: relative;
    *z-index: 2;
    overflow: visible;
    margin-bottom: 18px;
}
.bootstrap-wp .navbar-inner {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.bootstrap-wp .navbar .container {
    width: auto;
}
.bootstrap-wp .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    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);
}
.bootstrap-wp .btn-navbar:hover,
.bootstrap-wp .btn-navbar:active,
.bootstrap-wp .btn-navbar.active,
.bootstrap-wp .btn-navbar.disabled,
.bootstrap-wp .btn-navbar[disabled] {
    background-color: #222222;
}
.bootstrap-wp .btn-navbar:active,
.bootstrap-wp .btn-navbar.active {
    background-color: #080808 \9;
}
.bootstrap-wp .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);
}
.bootstrap-wp .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}
.bootstrap-wp .nav-collapse.collapse {
    height: auto;
}
.bootstrap-wp .navbar {
    color: #999999;
}
.bootstrap-wp .navbar .brand:hover {
    text-decoration: none;
}
.bootstrap-wp .navbar .brand {
    float: left;
    display: block;
    padding: 8px 20px 12px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    color: #ffffff;
}
.bootstrap-wp .navbar .navbar-text {
    margin-bottom: 0;
    line-height: 40px;
}
.bootstrap-wp .navbar .btn,
.bootstrap-wp .navbar .btn-group {
    margin-top: 5px;
}
.bootstrap-wp .navbar .btn-group .btn {
    margin-top: 0;
}
.bootstrap-wp .navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}
.bootstrap-wp .navbar-form:before,
.bootstrap-wp .navbar-form:after {
    display: table;
    content: "";
}
.bootstrap-wp .navbar-form:after {
    clear: both;
}
.bootstrap-wp .navbar-form input,
.bootstrap-wp .navbar-form select,
.bootstrap-wp .navbar-form .radio,
.bootstrap-wp .navbar-form .checkbox {
    margin-top: 5px;
}
.bootstrap-wp .navbar-form input,
.bootstrap-wp .navbar-form select {
    display: inline-block;
    margin-bottom: 0;
}
.bootstrap-wp .navbar-form input[type="image"],
.bootstrap-wp .navbar-form input[type="checkbox"],
.bootstrap-wp .navbar-form input[type="radio"] {
    margin-top: 3px;
}
.bootstrap-wp .navbar-form .input-append,
.bootstrap-wp .navbar-form .input-prepend {
    margin-top: 6px;
    white-space: nowrap;
}
.bootstrap-wp .navbar-form .input-append input,
.bootstrap-wp .navbar-form .input-prepend input {
    margin-top: 0;
}
.bootstrap-wp .navbar-search {
    position: relative;
    float: left;
    margin-top: 6px;
    margin-bottom: 0;
}
.bootstrap-wp .navbar-search .search-query {
    padding: 4px 9px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    background-color: #626262;
    border: 1px solid #151515;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.bootstrap-wp .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}
.bootstrap-wp .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc;
}
.bootstrap-wp .navbar-search .search-query:focus,
.bootstrap-wp .navbar-search .search-query.focused {
    padding: 5px 10px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0;
}
.bootstrap-wp .navbar-fixed-top,
.bootstrap-wp .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}
.bootstrap-wp .navbar-fixed-top .navbar-inner,
.bootstrap-wp .navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bootstrap-wp .navbar-fixed-top .container,
.bootstrap-wp .navbar-fixed-bottom .container {
    width: 940px;
}
.bootstrap-wp .navbar-fixed-top {
    top: 0;
}
.bootstrap-wp .navbar-fixed-bottom {
    bottom: 0;
}
.bootstrap-wp .navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.bootstrap-wp .navbar .nav.pull-right {
    float: right;
}
.bootstrap-wp .navbar .nav > li {
    display: block;
    float: left;
}
.bootstrap-wp .navbar .nav > li > a {
    float: none;
    padding: 10px 10px 11px;
    line-height: 19px;
    color: #999999;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-wp .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.bootstrap-wp .navbar .nav .active > a,
.bootstrap-wp .navbar .nav .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #222222;
}
.bootstrap-wp .navbar .divider-vertical {
    height: 40px;
    width: 1px;
    margin: 0 9px;
    overflow: hidden;
    background-color: #222222;
    border-right: 1px solid #333333;
}
.bootstrap-wp .navbar .nav.pull-right {
    margin-left: 10px;
    margin-right: 0;
}
.bootstrap-wp .navbar .dropdown-menu {
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bootstrap-wp .navbar .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;
}
.bootstrap-wp .navbar .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}
.bootstrap-wp .navbar-fixed-bottom .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}
.bootstrap-wp .navbar-fixed-bottom .dropdown-menu:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}
.bootstrap-wp .navbar .nav .dropdown-toggle .caret,
.bootstrap-wp .navbar .nav .open.dropdown .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.bootstrap-wp .navbar .nav .active .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}
.bootstrap-wp .navbar .nav .open > .dropdown-toggle,
.bootstrap-wp .navbar .nav .active > .dropdown-toggle,
.bootstrap-wp .navbar .nav .open.active > .dropdown-toggle {
    background-color: transparent;
}
.bootstrap-wp .navbar .nav .active > .dropdown-toggle:hover {
    color: #ffffff;
}
.bootstrap-wp .navbar .nav.pull-right .dropdown-menu,
.bootstrap-wp .navbar .nav .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.bootstrap-wp .navbar .nav.pull-right .dropdown-menu:before,
.bootstrap-wp .navbar .nav .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}
.bootstrap-wp .navbar .nav.pull-right .dropdown-menu:after,
.bootstrap-wp .navbar .nav .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}
.bootstrap-wp .breadcrumb {
    padding: 7px 14px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
.bootstrap-wp .breadcrumb li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    text-shadow: 0 1px 0 #ffffff;
}
.bootstrap-wp .breadcrumb .divider {
    padding: 0 5px;
    color: #999999;
}
.bootstrap-wp .breadcrumb .active a {
    color: #333333;
}
.bootstrap-wp .pagination {
    height: 36px;
    margin: 18px 0;
}
.bootstrap-wp .pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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);
}
.bootstrap-wp .pagination li {
    display: inline;
}
.bootstrap-wp .pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.bootstrap-wp .pagination a:hover,
.bootstrap-wp .pagination .active a {
    background-color: #f5f5f5;
}
.bootstrap-wp .pagination .active a {
    color: #999999;
    cursor: default;
}
.bootstrap-wp .pagination .disabled span,
.bootstrap-wp .pagination .disabled a,
.bootstrap-wp .pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.bootstrap-wp .pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.bootstrap-wp .pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.bootstrap-wp .pagination-centered {
    text-align: center;
}
.bootstrap-wp .pagination-right {
    text-align: right;
}
.bootstrap-wp .pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}
.bootstrap-wp .pager:before,
.bootstrap-wp .pager:after {
    display: table;
    content: "";
}
.bootstrap-wp .pager:after {
    clear: both;
}
.bootstrap-wp .pager li {
    display: inline;
}
.bootstrap-wp .pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.bootstrap-wp .pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.bootstrap-wp .pager .next a {
    float: right;
}
.bootstrap-wp .pager .previous a {
    float: left;
}
.bootstrap-wp .pager .disabled a,
.bootstrap-wp .pager .disabled a:hover {
    color: #999999;
    background-color: #fff;
    cursor: default;
}
body .modal-open .dropdown-menu {
    z-index: 2050;
}
body .modal-open .dropdown.open {
    *z-index: 2050;
}
body .modal-open .popover {
    z-index: 2060;
}
body .modal-open .tooltip {
    z-index: 2070;
}
body .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
body .modal-backdrop.fade {
    opacity: 0;
}
body .modal-backdrop,
body .modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
body .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
body .modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -ms-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}
body .modal.fade.in {
    top: 50%;
}
body .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
body .modal-header .close {
    margin-top: 2px;
}
body .modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
body .modal-form {
    margin-bottom: 0;
}
body .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}
body .modal-footer:before,
body .modal-footer:after {
    display: table;
    content: "";
}
body .modal-footer:after {
    clear: both;
}
body .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
body .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
body .tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
}
body .tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
body .tooltip.top {
    margin-top: -2px;
}
body .tooltip.right {
    margin-left: 2px;
}
body .tooltip.bottom {
    margin-top: 2px;
}
body .tooltip.left {
    margin-left: -2px;
}
body .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
}
body .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}
body .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
}
body .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
}
body .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
body .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}
body .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    padding: 5px;
}
body .popover.top {
    margin-top: -5px;
}
body .popover.right {
    margin-left: 5px;
}
body .popover.bottom {
    margin-top: 5px;
}
body .popover.left {
    margin-left: -5px;
}
body .popover.top .arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
}
body .popover.right .arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
}
body .popover.bottom .arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
}
body .popover.left .arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}
body .popover .arrow {
    position: absolute;
    width: 0;
    height: 0;
}
body .popover-inner {
    padding: 3px;
    width: 280px;
    overflow: hidden;
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
body .popover-title {
    padding: 9px 15px;
    line-height: 1;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
body .popover-content {
    padding: 14px;
    background-color: #ffffff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
body .popover-content p,
body .popover-content ul,
body .popover-content ol {
    margin-bottom: 0;
}
body .popover h3,
body .popover p {
    margin: 0;
}
.bootstrap-wp .thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}
.bootstrap-wp .thumbnails:before,
.bootstrap-wp .thumbnails:after {
    display: table;
    content: "";
}
.bootstrap-wp .thumbnails:after {
    clear: both;
}
.bootstrap-wp .thumbnails > li {
    float: left;
    margin: 0 0 18px 20px;
}
.bootstrap-wp .thumbnail {
    display: block;
    padding: 4px;
    line-height: 1;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-wp a.thumbnail:hover {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.bootstrap-wp .thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.bootstrap-wp .thumbnail .caption {
    padding: 9px;
}
.bootstrap-wp .label {
    padding: 1px 4px 2px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 13px;
    color: #ffffff;
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bootstrap-wp .label:hover {
    color: #ffffff;
    text-decoration: none;
}
.bootstrap-wp .label-important {
    background-color: #b94a48;
}
.bootstrap-wp .label-important:hover {
    background-color: #953b39;
}
.bootstrap-wp .label-warning {
    background-color: #f89406;
}
.bootstrap-wp .label-warning:hover {
    background-color: #c67605;
}
.bootstrap-wp .label-success {
    background-color: #468847;
}
.bootstrap-wp .label-success:hover {
    background-color: #356635;
}
.bootstrap-wp .label-info {
    background-color: #3a87ad;
}
.bootstrap-wp .label-info:hover {
    background-color: #2d6987;
}
.bootstrap-wp .label-inverse {
    background-color: #333333;
}
.bootstrap-wp .label-inverse:hover {
    background-color: #1a1a1a;
}
.bootstrap-wp .badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.bootstrap-wp .badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.bootstrap-wp .badge-error {
    background-color: #b94a48;
}
.bootstrap-wp .badge-error:hover {
    background-color: #953b39;
}
.bootstrap-wp .badge-warning {
    background-color: #f89406;
}
.bootstrap-wp .badge-warning:hover {
    background-color: #c67605;
}
.bootstrap-wp .badge-success {
    background-color: #468847;
}
.bootstrap-wp .badge-success:hover {
    background-color: #356635;
}
.bootstrap-wp .badge-info {
    background-color: #3a87ad;
}
.bootstrap-wp .badge-info:hover {
    background-color: #2d6987;
}
.bootstrap-wp .badge-inverse {
    background-color: #333333;
}
.bootstrap-wp .badge-inverse:hover {
    background-color: #1a1a1a;
}
.bootstrap-wp @-webkit-keyframes progress-bar-stripes {
                       from {
                           background-position: 0 0;
                       }
                       to {
                           background-position: 40px 0;
                       }
                   }
.bootstrap-wp @-moz-keyframes progress-bar-stripes {
                       from {
                           background-position: 0 0;
                       }
                       to {
                           background-position: 40px 0;
                       }
                   }
.bootstrap-wp @-ms-keyframes progress-bar-stripes {
                       from {
                           background-position: 0 0;
                       }
                       to {
                           background-position: 40px 0;
                       }
                   }
.bootstrap-wp @keyframes progress-bar-stripes {
                       from {
                           background-position: 0 0;
                       }
                       to {
                           background-position: 40px 0;
                       }
                   }
.bootstrap-wp .progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bootstrap-wp .progress .bar {
    width: 0%;
    height: 18px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.bootstrap-wp .progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}
.bootstrap-wp .progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-wp .progress-danger .bar {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.bootstrap-wp .progress-danger.progress-striped .bar {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-wp .progress-success .bar {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.bootstrap-wp .progress-success.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-wp .progress-info .bar {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.bootstrap-wp .progress-info.progress-striped .bar {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-wp .progress-warning .bar {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.bootstrap-wp .progress-warning.progress-striped .bar {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-wp .accordion {
    margin-bottom: 18px;
}
.bootstrap-wp .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bootstrap-wp .accordion-heading {
    border-bottom: 0;
}
.bootstrap-wp .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.bootstrap-wp .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}
.bootstrap-wp .carousel {
    position: relative;
    margin-bottom: 18px;
    line-height: 1;
}
.bootstrap-wp .carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.bootstrap-wp .carousel .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -ms-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.bootstrap-wp .carousel .item > img {
    display: block;
    line-height: 1;
}
.bootstrap-wp .carousel .active,
.bootstrap-wp .carousel .next,
.bootstrap-wp .carousel .prev {
    display: block;
}
.bootstrap-wp .carousel .active {
    left: 0;
}
.bootstrap-wp .carousel .next,
.bootstrap-wp .carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.bootstrap-wp .carousel .next {
    left: 100%;
}
.bootstrap-wp .carousel .prev {
    left: -100%;
}
.bootstrap-wp .carousel .next.left,
.bootstrap-wp .carousel .prev.right {
    left: 0;
}
.bootstrap-wp .carousel .active.left {
    left: -100%;
}
.bootstrap-wp .carousel .active.right {
    left: 100%;
}
.bootstrap-wp .carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bootstrap-wp .carousel-control.right {
    left: auto;
    right: 15px;
}
.bootstrap-wp .carousel-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.bootstrap-wp .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 5px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}
.bootstrap-wp .carousel-caption h4,
.bootstrap-wp .carousel-caption p {
    color: #ffffff;
}
.bootstrap-wp .hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.bootstrap-wp .hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
}
.bootstrap-wp .hero-unit p {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    color: inherit;
}
.bootstrap-wp .pull-right {
    float: right;
}
.bootstrap-wp .pull-left {
    float: left;
}
.bootstrap-wp .hide {
    display: none;
}
.bootstrap-wp .show {
    display: block;
}
.bootstrap-wp .invisible {
    visibility: hidden;
}
