/*!
 *  KRAZYGLUE.COM 2014
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled], html input[disabled] {
    cursor: default;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:active, a:hover {
    outline: 0;
}
a:focus {
    outline: thin dotted;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    height: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
mark {
    color: #000;
    background: #ff0;
}
code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, serif;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-family: 'Trade Gothic W02 Cn 18';
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.95em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media print {
    @page {
        margin: 2cm 0.5cm;
    }
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a, a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
}
/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 1em;
    line-height: 1.25;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    color: #232122;
    font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
input, button, select, textarea {
    font-size: inherit;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: inherit;
}
b, strong {
    font-family: 'TradeGothicW02-BoldCn20 675505';
    font-weight: normal;
}
a {
    color: #e03030;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover, a:focus {
    color: #e03030;
    text-decoration: underline;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    background-color: #fff;
    line-height: 1.42857;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-weight: 500;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999;
    font-weight: normal;
    line-height: 1;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small, .h1 small, .h2 small, .h3 small, .h1 .small, .h2 .small, .h3 .small {
    color: #fff;
    font-family: 'Trade Gothic W02 Cn 18';
    font-size: 65%;
    text-transform: none;
}
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small, .h4 small, .h5 small, .h6 small, .h4 .small, .h5 .small, .h6 .small {
    font-size: 75%;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h1, .h1 {
    font-size: 1.5rem;
}
h2, .h2 {
    font-size: 1.1875rem;
}
h3, .h3 {
    font-size: 1.5rem;
}
h4, .h4 {
    font-size: 1.25rem;
    letter-spacing: -0.025em;
}
h4, .h4 {
    font-size: 1.125rem;
}
h5, .h5 {
    font-size: 0.875rem;
}
h6, .h6 {
    font-size: 0.75rem;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
small, .small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: #428bca;
}
.text-primary:hover {
    color: #3071a9;
}
.text-warning {
    color: #8a6d3b;
}
.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
.text-danger:hover {
    color: #843534;
}
.text-success {
    color: #3c763d;
}
.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
.text-info:hover {
    color: #245269;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline>li:first-child {
    padding-left: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.42857;
}
dt {
    font-family: 'TradeGothicW02-BoldCn20 675505';
    font-weight: normal;
}
dd {
    margin-left: 0;
}
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid #eee;
}
blockquote:before, blockquote:after {
    content: "";
}
blockquote small, blockquote .small {
    display: block;
    color: #999;
    line-height: 1.42857;
}
blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
    text-align: right;
}
blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: '';
}
blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre code {
    padding: 0;
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}
code {
    padding: 2px 4px;
    background-color: #f9f2f4;
    color: #c7254e;
    font-size: 90%;
    white-space: nowrap;
    border-radius: 4px;
}
pre {
    display: block;
    margin: 0 0 10px;
    padding: 9.5px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container, #isotope-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.container:before, .container:after, #isotope-container:before, #isotope-container:after {
    display: table;
    content: " ";
}
.container:after, #isotope-container:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
    display: table;
    content: " ";
}
.row:before, .row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-0 {
    left: 0;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
table {
    max-width: 100%;
    background-color: transparent;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}
.table>thead>tr>.warning, .table>tbody>tr>.warning, .table>tfoot>tr>.warning, .table>thead>.warning>td, .table>tbody>.warning>td, .table>tfoot>.warning>td, .table>thead>.warning>th, .table>tbody>.warning>th, .table>tfoot>.warning>th {
    background-color: #fcf8e3;
}
.table>thead>tr>.success, .table>tbody>tr>.success, .table>tfoot>tr>.success, .table>thead>.success>td, .table>tbody>.success>td, .table>tfoot>.success>td, .table>thead>.success>th, .table>tbody>.success>th, .table>tfoot>.success>th {
    background-color: #dff0d8;
}
.table>thead>tr>.danger, .table>tbody>tr>.danger, .table>tfoot>tr>.danger, .table>thead>.danger>td, .table>tbody>.danger>td, .table>tfoot>.danger>td, .table>thead>.danger>th, .table>tbody>.danger>th, .table>tfoot>.danger>th {
    background-color: #f2dede;
}
.table>thead>tr>.active, .table>tbody>tr>.active, .table>tfoot>tr>.active, .table>thead>.active>td, .table>tbody>.active>td, .table>tfoot>.active>td, .table>thead>.active>th, .table>tbody>.active>th, .table>tfoot>.active>th {
    background-color: #f5f5f5;
}
.table>thead>tr>th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    vertical-align: top;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}
.table-hover>tbody>tr>.active:hover, .table-hover>tbody>.active:hover>td, .table-hover>tbody>.active:hover>th {
    background-color: #e8e8e8;
}
.table-hover>tbody>tr>.success:hover, .table-hover>tbody>.success:hover>td, .table-hover>tbody>.success:hover>th {
    background-color: #d0e9c6;
}
.table-hover>tbody>tr>.danger:hover, .table-hover>tbody>.danger:hover>td, .table-hover>tbody>.danger:hover>th {
    background-color: #ebcccc;
}
.table-hover>tbody>tr>.warning:hover, .table-hover>tbody>.warning:hover>td, .table-hover>tbody>.warning:hover>th {
    background-color: #faf2cc;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    line-height: inherit;
    border: 0;
}
label {
    display: inline-block;
    font-family: 'TradeGothicW02-BoldCn20 675505';
    font-weight: normal;
    margin-bottom: 5px;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    margin-top: 1px \9;
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="file"] {
    display: block;
}
select[multiple], select[size] {
    background: red;
    height: auto;
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}
output {
    display: block;
    padding-top: 7px;
    color: #555555;
    font-size: 14px;
    line-height: 1.42857;
    vertical-align: middle;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #232122;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    vertical-align: middle;
    width: 100%;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}
.radio label, .checkbox label {
    display: inline-block;
    font-family: 'Trade Gothic W02 Cn 18';
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.form-control select:focus>option:checked, .form-control select:focus>optgroup>option:checked {
    background-color: #079748 !important;
    color: #fff !important;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg {
    height: auto;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    background-color: #f2dede;
    color: #a94442;
    border-color: #a94442;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #3c763d;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
.btn {
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-family: 'TradeGothicW02-BoldCn20 675505';
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: -0.025em;
    line-height: 1.42857;
    margin-bottom: 0;
    min-width: 100px;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    background-color: #000;
    color: #fff;
    border-color: #000;
    text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    pointer-events: none;
}
.btn-default {
    background-color: #fff;
    color: #333333;
    border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    color: #333333;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #cccccc;
}
.btn-default .badge {
    background-color: #fff;
    color: #ffffff;
}
.btn-primary {
    background-color: #dd3333;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    background-color: #fff;
    color: #428bca;
}
.btn-warning {
    background-color: #f0ad4e;
    color: #fff;
    border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #ed9c28;
    color: #fff;
    border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e;
}
.btn-danger {
    background-color: #d9534f;
    color: #fff;
    border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #d2322d;
    color: #fff;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    background-color: #fff;
    color: #d9534f;
}
.btn-success {
    background-color: #5cb85c;
    color: #fff;
    border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #47a447;
    color: #fff;
    border-color: #398439;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    background-color: #fff;
    color: #5cb85c;
}
.btn-info {
    background-color: #5bc0de;
    color: #fff;
    border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #39b3d7;
    color: #fff;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    background-color: #fff;
    color: #5bc0de;
}
.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #2a6496;
    text-decoration: underline;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-sm {
    padding: 2px 15px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    display: inline-block;
    top: 1px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
    width: 1em;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    display: none;
    float: left;
    top: 100%;
    left: 0;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;
    background-color: #fff;
    font-size: 14px;
    z-index: 1000;
    list-style: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    color: #333;
    font-weight: normal;
    clear: both;
    line-height: 1.42857;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #007f49;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5;
    overflow: hidden;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    background-color: transparent;
    text-decoration: none;
    cursor: not-allowed;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #999;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #428bca;
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    color: #999;
    font-size: 12px;
    line-height: 1.42857;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
    z-index: 2;
}
.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
    outline: none;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group {
    float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn-group {
    float: left;
}
.btn-toolbar>.btn+.btn, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px;
}
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
    display: table;
    content: " ";
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child>.btn:last-child, .btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical>.btn-group>.btn {
    float: none;
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
    display: table;
    content: " ";
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn-group:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after {
    clear: both;
}
.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified>.btn-group .btn {
    width: 100%;
}
[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group-btn:first-child>.btn {
    margin-right: -1px;
}
.input-group-btn:last-child>.btn {
    margin-left: -1px;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}
.input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -4px;
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:active {
    z-index: 2;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    background-color: #eeeeee;
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.nav {
    font: normal 1.11375rem/1.51515 'TradeGothicW02-BoldCn20 675505';
    color: #fff;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    list-style: none;
    z-index: 1150;
}
.nav>li.disabled>a {
    color: #999999;
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    background-color: transparent;
    color: #999999;
    text-decoration: none;
    cursor: not-allowed;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5;
    overflow: hidden;
}
.nav:before, .nav:after {
    display: table;
    content: " ";
}
.nav:before, .nav:after {
    display: table;
    content: " ";
}
.nav:after {
    clear: both;
}
.nav:after {
    clear: both;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    display: block;
    font-size: 1.11375rem;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
}
.nav>li>a>img {
    max-width: none;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}
.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #fff;
    color: #555555;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified>li {
    float: none;
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-pills>li {
    float: left;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav-stacked>li {
    float: none;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #428bca;
    color: #ffffff;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-justified>li {
    float: none;
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.tab-content>.tab-pane {
    display: none;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar:before, .navbar:after {
    display: table;
    content: " ";
}
.navbar:before, .navbar:after {
    display: table;
    content: " ";
}
.navbar:after {
    clear: both;
}
.navbar:after {
    clear: both;
}
.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}
.navbar-header:after {
    clear: both;
}
.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}
.navbar-header:after {
    clear: both;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    overflow-x: visible;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
    z-index: 1150;
}
.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
}
.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.container>.navbar-header, .container>.navbar-collapse {
    background-color: #232122;
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-left {
    float: left !important;
}
.navbar-brand {
    left: 50%;
    margin-left: -65px;
    position: fixed;
    top: 0;
    width: 130px;
    z-index: 1200;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-toggle {
    background: none;
    border: none;
    float: left;
    font: 1.0625rem/1.05882 'TradeGothicW02-BoldCn20 675505';
    padding: 13.5px;
    position: relative;
    text-transform: uppercase;
    width: 95px;
}
.navbar-toggle .icon-bar {
    border-radius: 3px;
    display: block;
    float: left;
    height: 3px;
    width: 22px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.navbar-toggle>span:first-child {
    float: right;
    position: relative;
    top: -1px;
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.navbar-form {
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #333;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #5e5e5e;
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #e7e7e7;
    color: #555;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    background-color: transparent;
    color: #ccc;
}
.navbar-inverse {
    background: transparent;
    border: none;
    display: inline-block;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-toggle {
    color: #fff;
    font-size: 1.04875rem;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-inverse .navbar-brand {
    color: #999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .navbar-link {
    color: #999;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a>span, .navbar-inverse .navbar-nav>.active>a:hover>span, .navbar-inverse .navbar-nav>.active>a:focus>span, .navbar-inverse .navbar-nav>li>a:hover>span, .navbar-inverse .navbar-nav>li>a:focus>span {
    border-bottom: 2px solid rgba(220, 60, 60, 0.4);
    color: #fff;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    background-color: transparent;
    color: #444;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font: .75rem/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}
.breadcrumb>.active {
    color: #999;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #a3a3a3;
    content: "//\00a0";
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 6px 12px;
    background-color: #fff;
    text-decoration: none;
    line-height: 1.42857;
    border: 1px solid #ddd;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #eee;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #428bca;
    color: #fff;
    z-index: 2;
    cursor: default;
    border-color: #428bca;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    background-color: #fff;
    color: #999;
    cursor: not-allowed;
    border-color: #ddd;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager:before, .pager:after {
    display: table;
    content: " ";
}
.pager:before, .pager:after {
    display: table;
    content: " ";
}
.pager:after {
    clear: both;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}
.pager li>a:hover, .pager li>a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    background-color: #fff;
    color: #999999;
    cursor: not-allowed;
}
.label:empty {
    display: none;
}
.label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #808080;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    background-color: #999999;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    background-color: #fff;
    color: #428bca;
}
.nav-pills>li>a>.badge {
    margin-left: 3px;
}
.jumbotron {
    background-color: #001a09;
    color: inherit;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.14286;
    margin-bottom: 30px;
    padding: 30px;
}
.jumbotron .container {
    max-width: 100%;
}
.jumbotron h1, .jumbotron .h1 {
    color: #fff;
    line-height: 1;
}
.jumbotron p {
    line-height: 1.4;
}
.container .jumbotron {
    border-radius: 6px;
}
.thumbnail {
    display: block;
    margin-bottom: 20px;
    padding: 4px;
    background-color: #fff;
    line-height: 1.42857;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.thumbnail .caption {
    padding: 9px;
    color: #333333;
}
.thumbnail>img, .thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}
.alert {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert .alert-link {
    font-weight: bold;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-info {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-danger {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}
.alert-danger .alert-link {
    color: #843534;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    background-color: #428bca;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    -webkit-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-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar {
    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: 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;
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    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: 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);
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media>.pull-right {
    margin-left: 10px;
}
.media>.pull-left {
    margin-right: 10px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media .media {
    margin-top: 15px;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #dddddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item>.badge {
    float: right;
}
.list-group-item>.badge+.badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555555;
}
a.list-group-item .list-group-item-heading {
    color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
    background-color: #f5f5f5;
    text-decoration: none;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #428bca;
    color: #fff;
    z-index: 2;
    border-color: #428bca;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
    border-top: 1px solid #dddddd;
}
.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}
.panel>.table-bordered>thead>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:last-child>th, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:last-child>td, .panel>.table-responsive>.table-bordered>thead>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}
.panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0;
}
.panel>.table>tbody:first-child th, .panel>.table>tbody:first-child td {
    border-top: 0;
}
.panel>.list-group {
    margin-bottom: 0;
}
.panel>.list-group .list-group-item {
    border-width: 1px 0;
}
.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}
.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}
.panel-body:after {
    clear: both;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 16px;
}
.panel-title>a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}
.panel-default>.panel-heading {
    background-color: #f5f5f5;
    color: #333333;
    border-color: #dddddd;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #dddddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-primary>.panel-heading {
    background-color: #428bca;
    color: #fff;
    border-color: #428bca;
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-success>.panel-heading {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}
.panel-warning>.panel-heading {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}
.panel-danger>.panel-heading {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-info>.panel-heading {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.well {
    min-height: 20px;
    margin-bottom: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1500;
    overflow: auto;
    overflow-y: visible !important;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1500;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #272526;
    z-index: 1030;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.modal-header {
    min-height: 16.42857px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.modal-footer:after {
    clear: both;
}
.modal-footer:after {
    clear: both;
}
.tooltip {
    position: absolute;
    display: block;
    font-size: 12px;
    z-index: 1030;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}
.popover {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: 276px;
    padding: 1px;
    background-color: #fff;
    text-align: left;
    z-index: 1010;
    white-space: normal;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-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;
    background-clip: padding-box;
}
.popover .arrow {
    border-width: 11px;
}
.popover.top {
    margin-top: -10px;
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " ";
}
.popover.right {
    margin-left: 10px;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " ";
}
.popover.bottom {
    margin-top: 10px;
}
.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
}
.popover.left {
    margin-left: -10px;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}
.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " ";
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner>.active.right {
    left: 100%;
}
.carousel-inner>.active.left {
    left: -100%;
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block !important;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.prev {
    left: -100%;
}
.carousel-inner>.next {
    left: 100%;
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img, .carousel-inner>.item>iframe {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    display: inline-block;
    top: 50%;
    z-index: 5;
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control.left {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    text-align: center;
    z-index: 15;
    list-style: none;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    z-index: 10;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    background-color: transparent;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important;
}
.visible-md, tr.visible-md, th.visible-md, td.visible-md {
    display: none !important;
}
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    display: none !important;
}
.hidden-xs {
    display: block !important;
}
table.hidden-xs {
    display: table;
}
tr.hidden-xs {
    display: table-row !important;
}
th.hidden-xs, td.hidden-xs {
    display: table-cell !important;
}
.hidden-sm {
    display: block !important;
}
table.hidden-sm {
    display: table;
}
tr.hidden-sm {
    display: table-row !important;
}
th.hidden-sm, td.hidden-sm {
    display: table-cell !important;
}
.hidden-md {
    display: block !important;
}
table.hidden-md {
    display: table;
}
tr.hidden-md {
    display: table-row !important;
}
th.hidden-md, td.hidden-md {
    display: table-cell !important;
}
.hidden-lg {
    display: block !important;
}
table.hidden-lg {
    display: table;
}
tr.hidden-lg {
    display: table-row !important;
}
th.hidden-lg, td.hidden-lg {
    display: table-cell !important;
}
.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
        display: none !important;
    }
}
[class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
}
#content {
    margin-top: 0;
}
.page-header {
    background: url('/Content/Images/angular-top.png') center -10px/auto 110% no-repeat transparent;
    height: auto;
    left: 0;
    margin: auto;
    padding: 0 0 50px;
    right: 0;
    text-align: center;
}
.page-header>span {
    display: none;
}
.angular {
    height: auto;
    position: relative;
    max-width: 100%;
    z-index: 800;
}
.angular img {
    max-width: 100%;
}
.videocontent {
    margin: 0 auto;
    max-width: 800px;
    width: 80%;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
[id*="-1"]:before, [id*="-one"]:before {
    content: "1";
}
[id*="-2"]:before, [id*="-two"]:before {
    content: "2";
}
[id*="-3"]:before, [id*="-three"]:before {
    content: "3";
}
[id*="-4"]:before, [id*="-four"]:before {
    content: "4";
}
[id*="-5"]:before, [id*="-five"]:before {
    content: "5";
}
[id*="-6"]:before, [id*="-six"]:before {
    content: "6";
}
[id*="-7"]:before, [id*="-seven"]:before {
    content: "7";
}
[id*="-8"]:before, [id*="-eight"]:before {
    content: "8";
}
[id*="-9"]:before, [id*="-nine"]:before {
    content: "9";
}
[id*="-10"]:before, [id*="-ten"]:before {
    content: "10";
}
#hangingman_hype_container [id*="-1"]:before, #hangingman_hype_container [id*="-one"]:before, #hangingman_hype_container [id*="-2"]:before, #hangingman_hype_container [id*="-two"]:before, #hangingman_hype_container [id*="-3"]:before, #hangingman_hype_container [id*="-three"]:before, #hangingman_hype_container [id*="-4"]:before, #hangingman_hype_container [id*="-four"]:before, #hangingman_hype_container [id*="-5"]:before, #hangingman_hype_container [id*="-five"]:before, #hangingman_hype_container [id*="-6"]:before, #hangingman_hype_container [id*="-six"]:before, #hangingman_hype_container [id*="-7"]:before, #hangingman_hype_container [id*="-seven"]:before, #hangingman_hype_container [id*="-8"]:before, #hangingman_hype_container [id*="-eight"]:before, #hangingman_hype_container [id*="-9"]:before, #hangingman_hype_container [id*="-nine"]:before, #hangingman_hype_container [id*="-10"]:before, #hangingman_hype_container [id*="-ten"]:before {
    content: "" !important;
}
h2.divider {
    background: #232122;
    color: #fff;
    font-size: 1.1875rem;
    letter-spacing: -0.02em;
    line-height: 2.46154;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
}
h2.divider:before, h2.divider:after {
    background: #232122;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 9999px;
}
h2.divider:before {
    width: 0;
}
h2.divider:after {
    left: 100%;
}
h2.divider small {
    font-size: 100%;
    text-transform: lowercase;
}
h2.bar {
    background-color: #232122;
    color: #fff;
    font-size: 1.625rem;
    font-weight: normal;
    line-height: 2.46154;
    margin: 0;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}
h2.divider .btn {
    float: right;
    margin-top: 10px;
}
h2.divider .kbf-submit {
    background: none;
    float: right;
    height: auto;
    margin-top: 0;
    width: auto;
}
h2.divider .kbf-submit img {
    bottom: 0;
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    width: 110px;
}
h2.divider .kbf-submit span {
    border-left: 1px solid #6b6b6b;
    display: none;
    float: left;
    font: 12px/1.11765 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-left: 15px;
    position: relative;
    width: 90px;
}
.green {
    background-color: #079748;
    color: #fff;
    font-size: 0.875rem;
}
.green a {
    color: #fff;
}
.red {
    background-color: #dd3333;
    border: none;
    padding: 8px 15px 0;
    margin-right: 12px;
}
header {
    padding-top: 47px;
}
header .angular {
    width: 200%;
}
header .angular img {
    position: relative;
    top: -18px;
}
header {
    padding-top: 47px;
}
header .angular {
    width: 200%;
}
header .angular img {
    position: relative;
    top: -18px;
}
.row.mobile-header {
    margin-bottom: 0;
}
.row.mobile-header .mobile-crumb {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.75rem;
}
.row.mobile-header h1 {
    border-bottom: 2px dotted #f2f2f2;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.row.mobile-header h1 small {
    color: #171717;
    font-size: 100%;
    text-transform: none;
}
#menu-left.mm-menu li.mm-home {
    background-attachment: scroll;
    background-image: url('/Content/Images/nav-mobile-logo.png');
    background-repeat: no-repeat;
    background-position: 60px 13px;
    -webkit-background-size: 88px auto;
    background-size: 88px auto;
    padding-top: 80px;
}
#menu-left .mm-list {
    font-size: 1.25rem;
}
#menu-left .mm-list>li>a, #menu-left .mm-list>li>span {
    padding-left: 35px;
}
.mm-menu>.mm-list {
    padding-top: 0 !important;
}
#hangingman_hype_container {
    display: none;
    height: 256px;
    left: 50%;
    margin-left: -160px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    width: 320px;
    z-index: 1100;
}
.sfPageEditor #hangingman_hype_container {
    display: none !important;
}
.social .icn {
    background-image: url('/Content/Images/sprites.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 145px auto;
    background-size: 145px auto;
    display: inline-block;
    height: 24px;
    line-height: 1;
    width: 24px;
}
.social .fb {
    background-position: 0 0;
}
.social .fb:hover, .social .fb:active {
    background-position: 0 -24px;
}
.social .tw {
    background-position: -24px 0;
}
.social .tw:hover, .social .tw:active {
    background-position: -24px -24px;
}
.social .pt {
    background-position: -48px 0;
}
.social .pt:hover, .social .pt:active {
    background-position: -48px -24px;
}
.social .em {
    background-position: -72px 0;
}
.social .em:hover, .social .em:active {
    background-position: -72px -24px;
}
.social .ig {
    background-position: -96px 0;
}
.social .ig:hover, .social .ig:active {
    background-position: -96px -24px;
}
.social .yt {
    background-position: -120px 0;
}
.social .yt:hover, .social .yt:active {
    background-position: -120px -24px;
}
.follow.top {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.follow dt, .follow dd {
    float: left;
    margin: 7px 7px 7px 0;
}
.follow.top dt {
    display: none;
}
.follow dd a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.share dt, .share dd {
    float: left;
    margin: 7px 7px 7px 0;
}
.share dd a {
    padding: 0;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0 !important;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
    float: none !important;
}
.product-filter {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.75rem;
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
    width: 100%;
}
#formula-list .selected {
    color: #e03030;
}
#applicator-type h4, #products-by-formula h4 {
    color: #464546;
    font-size: 1.25rem;
}
#product-filter .applicator-images:hover h5 {
    color: #e03030;
}
.applicator-images a {
    color: #232122;
    text-decoration: none;
}
#product-filter .applicator-images a:hover {
    color: #e03030;
    text-decoration: none;
}
.applicator-image {
    width: 62px;
    height: 62px;
    background-color: #fff;
    border: 2px solid #232122;
    border-radius: 62px;
    margin-bottom: 3px;
}
#products .applicator-image {
    float: left;
}
#product-filter .applicator-image:hover {
    border-color: #e03030;
}
.selected img {
    border-color: #e03030;
}
.selected h5 {
    color: #e03030 !important;
}
.circle {
    color: #aaa;
    font-size: 19px;
    line-height: 70%;
    padding: 0;
    margin: 0;
}
#applicator-type {
    position: relative;
}
#filter-menu {
    display: none;
}
#mobile-formula h3, #mobile-applicators h3 {
    font-size: 1.0625rem;
}
#product-list {
    border: 1px solid #c1c1c1;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.75rem;
    height: 24px;
    padding: 2px 8px;
    text-align: left;
    width: 215px;
}
.applicator-tooltip {
    bottom: -30px;
    font-size: 0.625rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    width: 270px;
    display: none;
}
#brush-description {
    left: 160px;
}
#gel-description {
    left: 240px;
}
#pen-description {
    left: 310px;
}
#precision-description {
    left: 385px;
}
#single-use-description {
    left: 460px;
}
#tube-description {
    left: 540px;
}
#applicator-text h5 {
    color: #adacad;
    font-size: 0.90625rem;
    margin: 0;
    padding: 0;
}
#applicator-text {
    float: left;
    padding-right: 15px;
}
#applicator-text a {
    text-decoration: none;
    color: #aaa;
}
#applicator-text a:hover {
    text-decoration: none;
    color: #aaa;
}
.applicator-images h5 {
    color: #424142;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    text-align: center;
}
.applicator-images h5:hover {
    color: #e03030;
}
.applicator-images {
    margin-top: -5px;
    margin-left: 10px;
    float: left;
}
#products-mobile {
    display: none;
}
#copyright-mobile {
    display: none;
}
#isotope-container, #related-isotope-container {
    padding-right: 15px;
    padding-left: 0;
}
.product-item {
    float: left;
    width: 135px;
    height: 260px;
    margin: 0 0 0 15px;
}
.product-image {
    margin-right: auto;
    margin-left: auto;
    max-height: 135px;
    max-width: 135px;
}
.product-item h4 {
    color: #232122;
    font-size: 0.9375rem;
    margin-bottom: 0;
    text-transform: none;
}
.product-item h5 {
    color: #a5a4a5;
    font-size: 0.78125rem;
    margin: 0 0 5px;
    padding: 0px;
    text-transform: none;
}
.product-item p.flink {
    color: #e03030;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.6875rem;
    margin: 0;
    text-align: left;
    text-decoration: underline;
    text-transform: uppercase;
}
.product-item p.flink:after {
    content: " \003e";
}
#product-detail-footer {
    padding-bottom: 20px !important;
}
#product-detail-mobile-wrap {
    display: none;
}
#product-title h1 {
    font-size: 2.25rem;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
#product-title h2 {
    color: #464546;
    font-weight: 400;
}
#product-title a {
    color: #e03030;
    text-decoration: underline;
    padding-left: 5px;
}
#product-title p {
    color: #b5b4b5;
}
#product-description {
    padding: 25px 0;
    border-bottom: 3px dotted #efefef;
}
#products {
    padding-left: 40px;
}
.thin {
    font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#product-applicator {
    float: left;
    margin-right: 10px;
    margin-top: -10px;
    height: 100px;
}
#applicator-information {
    float: left;
    margin-left: 10px;
    margin-top: -13px;
}
#applicator-information h4 {
    margin-bottom: 3px;
}
#product-applicator p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 10px;
    width: 170px;
}
.using-this-product {
    margin-top: 15px;
    margin-bottom: 15px;
}
.hashtag {
    color: #e03030;
}
.flink.view-detail {
    font-size: 0.8125rem;
    float: right;
    padding: 1px 12px;
    min-width: 0;
    text-align: right;
    width: auto !important;
}
#related {
    margin-top: 10px;
}
.other-products {
    margin-top: 30px;
}
#krazy-glue-image {
    width: 288px;
    height: 311px;
}
#mobile-krazy-glue {
    width: 202px;
    height: 217px;
    display: block;
    margin: 0 auto;
}
.product-thumbnails {
    margin-top: 20px;
}
.product-thumbnails img {
    margin-right: 20px;
}
.details-modal-photo {
    margin: 0 auto;
    max-height: 480px;
}
#story {
    height: 90px;
}
#modal-header {
    height: 60px;
    min-height: 16.42857px;
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #232122;
    position: relative;
}
.details-modal-close {
    color: #888787;
    cursor: pointer;
    float: right;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.90625rem;
    margin-top: 13px;
    padding-right: 3px;
    text-transform: uppercase;
}
#submit-body {
    padding-top: 0;
}
#submit-body h1, #thankyou-body h1 {
    color: #e03030;
    text-transform: none;
    font-size: 2rem;
    margin-top: -10px;
}
#submit-body h1 small, #thankyou-body h1 small {
    color: #e03030;
    font-size: 100%;
}
#submit-body h4 {
    text-transform: none;
}
.submit-modal-left {
    padding-left: 40px;
    position: relative;
}
.submit-modal-right {
    padding-left: 40px;
    position: relative;
}
#form-question-1 {
    border-bottom: 2px dotted #d4d3d3;
    padding-bottom: 15px;
}
#form-question-3 {
    margin-top: 36px;
}
.form-question:before {
    border: 2px solid #232122;
    border-radius: 18px;
    display: inline-block;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    height: 30px;
    left: -2px;
    line-height: 1.25;
    position: absolute;
    text-align: center;
    top: -6px;
    width: 30px;
}
#form-question-1:before {
    content: "1";
}
#form-question-2:before {
    content: "2";
}
#form-question-3:before {
    content: "3";
}
#form-part1 {
    border-right: 2px dotted #d4d3d3;
}
#submit-a-fix-modal {
    display: none;
}
.product-filter-modal {
    min-width: 150px;
    width: 150px;
    left: 306px;
    top: 258px;
}
.submit-modal-submit {
    text-align: right;
}
.submit-modal-submit .btn {
    margin-left: 5px;
    min-width: 130px;
}
#modal-cancel {
    background-color: #c3c3c3;
}
.or-button {
    margin: 0px 5px;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 3px 4px;
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    color: #a5a5a5;
    text-transform: uppercase;
}
#submit-youtube-link h4 {
    padding-top: 6px;
    font-size: 16px;
}
.submit-checkboxes>label {
    margin-bottom: 10px;
    width: 100%;
}
#monthly-prize-info h2 {
    font-size: 1.9375rem;
}
#monthly-prize-info h2 small {
    color: #232122;
    display: block;
    font-size: 100%;
}
#monthly-prize-info p {
    display: inline;
}
.winner-image {
    max-width: 190px;
    max-height: 190px;
    margin: 5px auto auto;
    padding: 12px;
}
.monthly-winner {
    width: 180px;
    height: 180px;
    border: 2px solid #232122;
    font-size: 14px;
    border-radius: 180px;
    overflow: hidden;
    position: relative;
    right: 35px;
    top: -25px;
}
.monthly-winner p {
    text-align: center;
    padding: 8px 2px;
    width: 175px;
    min-width: 175px;
    overflow: hidden;
    opacity: 0.9;
    color: #fff;
    background-color: #e03030;
    text-transform: uppercase;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    right: 1px;
}
.details-modal-share {
    border: none;
    margin: 10px auto 0;
    width: 300px;
}
.details-modal-share dl {
    margin-bottom: 0;
}
.details-modal-left {
    padding: 15px 25px !important;
}
.modal-close {
    float: right;
    margin-top: 11px;
    cursor: pointer;
}
.details-modal-prev:hover, .details-modal-next:hover {
    opacity: 0.85;
}
.details-modal-submit {
    position: absolute;
    bottom: 0px;
    left: 12px;
}
.big-monthly-prize {
    border-right: 1px solid #f7d2d2;
}
.details-submit-left.col-md-6 {
    padding: 0 10px 0 0;
}
.details-submit-right.col-md-6 {
    padding: 0;
}
.details-submit-right h3 {
    margin: 0;
    padding: 0;
}
.details-submit-right h4 {
    margin: 0;
    padding: 0;
    text-transform: none;
    color: #525252;
}
.details-submit-right .btn.details-modal-button {
    border: none;
    font-size: 1rem;
    margin: 7px 0 0;
    min-width: 0;
    padding: 6px 18px;
}
.details-modal-submit {
    margin-left: -10px;
}
.mobile-details-modal-close {
    display: none;
}
.modal-smaller {
    font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: lowercase;
    font-size: 24px;
}
.no-image-text {
    background-color: #232122;
    color: #fff;
    height: auto;
    min-height: 436px;
    max-width: 100%;
    width: 100%;
}
.no-image-text p {
    font-size: 1.5rem;
    height: auto;
    padding: 40px;
    position: relative;
    width: 100%;
}
.kbf-header {
    height: 50px;
}
.col-md-4.details-modal-right {
    height: auto;
    margin-top: 10px;
    max-height: 100%;
    padding: 0 25px;
}
.details-modal-caption h4 {
    text-transform: none !important;
    font-size: 1.25rem;
}
.top-row {
    background-color: #fff;
    border-bottom: 8px solid #232122;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 530px;
    z-index: 500;
}
.bottom-row {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 400;
}
.bottom-row h3 {
    font-size: 1.25rem;
}
.bottom-row h3 small {
    color: #232122;
    font-size: 100%;
    text-transform: lowercase;
}
#modalRelatedBigFixes>a:last-child>.krazy-submission {
    margin-right: 0;
}
.submitted-via {
    position: absolute;
    right: 14px;
    top: 21px;
    width: 105px;
}
.submitted-via p {
    font-family: 'TradeGothicW01-Cn18Obl', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: lowercase;
    color: #545454;
    font-size: 0.75rem;
}
.submitted-via-image {
    float: right;
    margin-top: -32px;
}
.modal-isotope-container {
    min-height: 245px;
    width: 100%;
    min-width: 100%;
    float: left;
}
.btn.submit-modal-button {
    background-color: #232122;
    font-size: 1rem;
    min-width: 0;
}
#infiniteScrollingMessager {
    background-color: #fff;
    bottom: 0;
    display: none;
    padding: 5px 10px;
    position: fixed;
    right: 0;
    z-index: 1500;
}
#project-landing .featured {
    margin-top: 20px;
}
#project-landing .featured .image img {
    border: 3px solid #f2f2f2;
    padding: 0;
}
#project-landing .featured .caption {
    border: 3px solid #f2f2f2;
    border-top: none;
    margin: 0 15px;
    padding: 15px;
    text-align: center;
}
#project-landing .featured .caption:first-child {
    border-top: 3px solid #f2f2f2;
    border-bottom: none;
}
#project-landing .featured .caption h2 {
    font-size: 1.3125rem;
    margin-bottom: 0;
}
#project-landing .featured .caption h3 {
    font-size: 1.3125rem;
    text-transform: none;
}
#project-landing .featured .caption h2 small {
    color: #232122;
    font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100%;
    text-transform: uppercase;
}
#project-landing h2.divider {
    margin-bottom: 5px;
}
#project-landing .projects .col-xs-6 {
    width: 47.5%;
}
#project-landing .projects .col-xs-6.col-md-3 {
    padding-right: 0;
}
#project-landing .projects [class*="col-"]>a {
    color: #232122;
    text-decoration: none;
}
#project-landing .projects .col-xs-6.col-md-3 div {
    padding: 5px 0 15px;
}
#project-landing .projects h4 {
    font-size: 1rem;
    line-height: 1;
    text-transform: none;
}
#project-landing .projects h4+p.flink {
    color: #e03030;
    display: inline-block;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.78125rem;
    position: relative;
    text-decoration: underline;
    text-transform: uppercase;
}
#project-landing .projects h4+p.flink:after {
    content: " \003e";
    position: absolute;
    right: -11px;
    top: 0;
}
#project-detail h1 {
    font-size: 2.25rem;
    text-transform: none;
}
.project-share {
    border-top: 3px dotted #efefef;
    border-bottom: 3px dotted #efefef;
    margin-top: 8px;
    margin-bottom: 15px;
    overflow: auto;
}
.project-share .share {
    display: block;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}
.project-share .share dt {
    display: inline-block;
    margin-right: 20px;
}
.project-share .share dt h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 42px;
    margin: 0;
    vertical-align: top;
}
.project-share+div>.btn {
    margin: 0 auto;
}
.project-variations {
    display: none;
}
.project-designer {
    border-top: 3px dotted #efefef;
    margin-right: 20%;
    margin-bottom: 40px;
    padding: 10px 0 0;
}
.project-designer h3 {
    margin-top: 15px;
    margin-bottom: 0;
}
.project-designer dl {
    margin-bottom: 50px;
}
.project-designer dd {
    color: #e03030;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14.5px;
    position: relative;
}
.project-designer img {
    left: 210px;
    position: absolute;
    top: -35px;
}
.description {
    margin-bottom: 40px;
}
.description h3 {
    margin-bottom: 5px;
    text-transform: none;
}
#project-description {
    padding-bottom: 0px !important;
}
#project-supplies {
    margin-bottom: 0px !important;
}
#supplies {
    margin-top: 0px;
}
#supplies ul {
    list-style: none;
    margin-left: 25px;
    padding-left: 20px;
    text-indent: -25px;
}
#supplies .popover {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
}
#supplies .popover strong {
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}
#supplies li {
    margin-bottom: 10px;
}
#supplies li:before {
    font-size: 20px;
    padding: 0 5px;
    color: #000;
    content: "◦\00a0";
}
ol li {
    margin-bottom: 10px;
}
.press-contact {
    text-align: right;
}
.press-contact dt {
    border-bottom: 1px solid #373737;
    float: right;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 4px;
    padding-bottom: 4px;
    text-transform: lowercase;
}
.press-contact dd {
    border-bottom: 1px solid #373737;
    clear: both;
    float: right;
    padding-bottom: 4px;
}
.press-contact a {
    color: #fff;
}
#faqs {
    letter-spacing: -0.035rem;
}
#faqs h2 small {
    font-size: 100%;
    text-transform: lowercase;
}
#faq-popular>div {
    background-color: #f7f7f7;
    padding: 15px;
}
#faq-popular h2 {
    background-color: transparent;
    color: #232122;
    font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.625rem;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
}
#faq-popular h1 {
    font-size: 2.25rem;
    margin-bottom: 5px;
    padding: 0px 15px;
    text-transform: none;
}
#faq-popular p {
    padding: 0 15px;
}
#faq-popular a {
    font-weight: 700;
    text-decoration: underline;
}
.faq-black-bar {
    margin-bottom: 8px;
}
.faq-black-bar h2 {
    padding-left: 20px;
}
#faq-topics ul {
    list-style-type: none;
    width: 100%;
    padding-left: 0;
}
#faq-topics ul li {
    background-color: #f7f7f7;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 4px;
    padding: 16px 0 16px 60px;
    width: 100%;
}
#faq-topics ul li a {
    text-decoration: none;
}
#topic-hidden {
    display: none;
}
[id*="topic-"]:before {
    background-color: #fff;
    border: 2px solid #232122;
    border-radius: 18px;
    display: inline-block;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 22px;
    left: 32px;
    line-height: 95%;
    position: absolute;
    text-align: center;
    width: 22px;
}
.faq-header {
    color: #e03030;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.375rem;
}
#faq-main-content {
    padding-bottom: 0px;
}
.back-to-top {
    display: none;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    right: 30px;
    text-decoration: underline;
    text-transform: lowercase;
    top: 5px;
}
.faq-link {
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: underline;
}
.faqs-listed {
    margin-bottom: 30px;
    position: relative;
}
.faqs-listed h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding: 0 0 0 35px;
    text-transform: none;
}
.faqs-listed ul {
    padding-left: 0px;
    list-style-type: none;
    clear: both;
}
.faqs-listed li {
    background-color: #f7f7f7;
    padding: 20px 35px 15px 35px;
    margin-bottom: 6px;
}
#faq-contents-right {
    margin-top: 100px;
}
.faq-promo {
    margin-bottom: 50px;
}
.faqs-listed:before {
    background-color: #fff;
    border: 2px solid #232122;
    border-radius: 50%;
    display: inline-block;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    height: 24px;
    left: 0;
    line-height: 100%;
    position: absolute;
    text-align: center;
    width: 24px;
}
.promos {
    display: none;
}
.mobile-back-to-top {
    display: inline;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.mobile-back-to-top a {
    font-size: 1.125rem;
    text-decoration: underline;
}
#faq-detail {
    letter-spacing: -0.025rem;
}
#faq-detail h1 {
    font-size: 2.25rem;
    text-transform: none;
}
.fixes-hero {
    background-color: #001004;
    background-image: url('/Content/Images/kbf_header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 1400px auto;
    background-size: 1400px auto;
    box-shadow: 0px 5px 6px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 5px 6px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 6px 2px rgba(0, 0, 0, 0.75);
    height: 267px;
    margin-top: -1px;
    position: relative;
    width: 100%;
    z-index: 900;
}
#big-fix-logo {
    padding-top: 40px;
    position: relative;
}
#logo-kbf {
    padding-top: 20px;
}
.fixes-hero h1 {
    font-size: 2.875rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 6px;
    padding-top: 40px;
}
.fixes-hero h1 span {
    font-family:'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.fixes-hero p {
    color: #fff;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.fixes-hero #big-fix-text p {
    display: none;
}
.fixes-hero p a {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
.fixes-hero p a:after {
    content: " \003e";
}
.fixes-hero+.container {
    z-index: 800;
}
.black-stripe {
    background-color: rgba(17, 17, 17, 0.75);
    height: 90px;
    position: absolute;
    top: 177px;
    width: 100%;
}
.black-stripe h2 {
    color: #cccccf;
    font-family: 'Miedinger W01 Regular', sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    margin-top: 10px;
    -moz-osx-font-smoothing: auto;
    position: relative;
    text-align: center;
}
.black-stripe h2 small {
    color: #fff;
    font-family: 'HelveticaNeueW01-77BdCn 692722';
    font-size: 1.625rem;
    left: 0;
    letter-spacing: 0.085em;
    margin-left: 15px;
    position: relative;
    top: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
}
#kbf-grand-prize.col-md-5 {
    width: 50%;
}
#kbf-total-fixes.col-md-4 {
    height: 60px;
    border-left: 1px dotted #444;
    width: 50%;
}
#kbf-submit-fix.col-md-4 {
    padding-top:15px;
}
#prize-counter {
    height: auto;
    left: 0;
    margin: 5px auto 0;
    position: relative;
    top: 0;
    width: 125px;
}
#kbf-submit {
    font-size: 1rem;
    min-width: 0;
    padding: 4px 20px;
    width: auto;
}
#kbf-submit-fix p {
    display: none;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.78125rem;
    padding-top: 6px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}
#kbf-submit-fix p a {
    color: #fff;
    text-decoration: underline;
}
.contest-monthly-winner {
    width: 180px;
    height: 180px;
    border: 2px solid #232122;
    border-radius: 180px;
    overflow: hidden;
    margin: -30px 2px 0;
    position: relative;
    padding-top: 5px;
    padding-left: 7px;
    float: left;
}
.contest-monthly-winner p {
    background-color: #e03030;
    bottom: 10px;
    color: #fff;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    min-width: 175px;
    opacity: 0.9;
    overflow: hidden;
    padding: 8px 2px;
    position: absolute;
    right: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 175px;
}
.contest-monthly-winner.on p {
    background-color: #079748;
}
.item .active {
    float: left;
}
#monthly-winners {
    overflow: hidden;
    padding-left: 57px;
}
#fixes-carousel {
    width: 560px;
    margin-top: -15px;
}
#fixes-isotope {
    padding-left: 15px;
    padding-right: 15px;
}
#fixes-carousel-prev {
    background: none;
    position: absolute;
    left: -37px;
    top: 48px;
    opacity: 1;
    width: 40px;
    height: 40px;
}
#fixes-carousel-prev img, #fixes-carousel-next img {
    width: 30px;
    height: 28px;
}
#fixes-carousel-prev:hover {
    opacity: 1;
}
#fixes-carousel-next {
    background: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -30px;
    top: 48px;
    opacity: 1;
}
#fixes-carousel-next:hover {
    opacity: 1;
}
#filter-fixes h3 {
    font-family: base-font;
    font-size: 20px;
    color: #464546;
    text-transform: lowercase;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 1px;
    line-height: 82%;
    letter-spacing: -1px;
    width: 255px;
    float: left;
}
#filter-fixes h2 {
    float: left;
    clear: both;
    color: #464546;
    font-size: 20px;
}
#filter-fixes h1 {
    font-size: 48px;
    color: #464546;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    line-height: 82%;
    letter-spacing: -3px;
    width: 255px;
    float: left;
    border-bottom: 3px dotted #f0f0f0;
}
#right-arrow {
    float: right;
    margin-right: 3px;
    margin-top: 8px;
}
#fixes-list {
    float: left;
    width: 160px;
    margin: -5px 0 0 15px;
}
.product-fixes {
    left: 128px;
    top: 130px;
}
.fixes-xs-left {
    display: none;
}
#fixes-menu {
    display: none;
}
.fixes-small-right {
    display: none;
}
#fixes-isotope, #uses-isotope-container, #relatedBigFixes {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
#relatedBigFixes {
    margin-bottom: 20px;
}
.rbf-row.col-md-8.col-md-offset-4, #product-detail-full-width.col-md-12 {
    padding: 15px 0;
}
#fixes-isotope>a:hover .view-detail, #fixes-isotope>a:active .view-detail, #fixes-isotope>a:focus .view-detail, #uses-isotope-container>a:hover .view-detail, #uses-isotope-container>a:active .view-detail, #uses-isotope-container>a:focus .view-detail {
    background-color: #000;
}
.krazy-submission {
    -webkit-box-shadow: 1px 2px 1px #848484;
    box-shadow: 1px 2px 1px #848484;
    float: left;
    margin: 5px;
    position: relative;
    width: 140px;
}
.krazy-submission .submission-icon {
    height: auto;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 21px;
}
.krazy-submission .submission-text {
    background-color: #f4f4f4;
    border-top: 3px solid #079748;
    height: auto;
    min-height: 48px;
    padding: 5px 8px 35px;
    position: relative;
    width: 100%;
}
.krazy-submission .submission-text h4 {
    color: #232122;
    font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.9375rem;
    margin: 0;
    text-transform: none;
}
.krazy-submission.no-image {
    background-color: #232122;
    max-height: 300px;
    min-height: 150px;
}
.krazy-submission.no-image .submission-text {
    background-color: transparent;
    color: #fff;
    height: 100%;
    max-height: 300px;
    text-align: center;
}
.krazy-submission.no-image .submission-text h4 {
    color: #fff;
    height: auto;
    padding: 25px 5px 10px;
    vertical-align: middle;
}
.krazy-submission .view-detail {
    bottom: 6px;
    position: absolute;
    right: 8px;
}
#uses-toolbar-left {
    width: 120px;
    border-right: 3px dotted #aaa;
    height: 90px;
    float: left;
    margin-right: 20px;
}
#uses-toolbar-left h4 {
    margin: 0;
    padding: 0;
}
#uses-toolbar-left h5 {
    font-size: 16px;
}
#category-list {
    padding-left: 60px;
}
.category-images {
    color: #232122;
    float: left;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 13.5px;
    margin-top: -5px;
    margin-left: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 64px;
}
.category-images a {
    color: #232122;
}
.category-images a:hover {
    color: #e03030;
    text-decoration: none;
}
.category-images .selected img {
    background-color: #e03030;
}
.category-images .selected {
    color: #e03030;
}
.category-filter {
    display: block;
    list-style-type: none;
    margin-right: auto;
    margin-left: auto;
}
.category-image {
    float: left;
    width: 62px;
    height: 62px;
    background-color: #232122;
    border-radius: 62px;
    margin-bottom: 3px;
}
.category-image:hover {
    background-color: #e03030;
}
#uses-toolbar-left a {
    color: #aaa;
    text-decoration: none;
}
#uses-toolbar-left a:hover {
    text-decoration: none;
}
#uses-mobile, .mobile-head {
    display: none;
}
#uses-mobile h1 small {
    color: #232122;
    display: block;
    font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100%;
    text-transform: none;
}
.mobile-head h1 small {
    color: #232122;
    font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100%;
    text-transform: none;
}
#uses-menu {
    display: none;
}
#uses {
    background-color: #01a553;
    height: 28px;
    width: 80px;
    float: right;
    margin-top: -30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#uses p {
    text-transform: uppercase;
    padding-top: 3px;
}
#modalRelatedBigFixes>a:last-child {
    display: none;
}
.product-location .mobile-head h1, .product-location .mobile-head h1 small {
    text-transform: uppercase;
}
#map-canvas {
    margin: 0 auto;
    height: 480px;
    width: 100%;
}
#info_window {
    width: 300px;
}
.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
    max-height: 250px;
    overflow: visible !important;
    padding: 10px;
}
.gm-style-iw div {
    margin-top: -20px;
    overflow: visible !important;
}
footer {
    background-color: #161616;
    color: #fff;
    padding: 0 0 15px;
    position: relative;
    z-index: 1400;
}
footer .container {
    padding-top: 15px;
}
footer .angular {
    width: 200%;
}
footer .angular img {
    position: relative;
}
footer h4 {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0;
    text-transform: uppercase;
}
footer a {
    color: #fff;
}
footer p {
    font-size: 0.6875rem;
}
footer .fullsite {
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.75rem;
    text-decoration: underline;
    text-transform: uppercase;
}
footer dl.follow {
    margin-bottom: 10px;
    width: 100%;
}
footer dl.follow h4 {
    margin-bottom: 0;
}
footer .about-nav {
    display: none;
}
.about-nav .col-md-6 {
    padding: 0;
}
.about-nav ul {
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
}
.about-nav li {
    border-bottom: 1px solid #373737;
    font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 5px 0;
}
.about-nav li:last-child {
    border-bottom: none;
}
footer .award {
    text-align: center;
}
footer .award img {
    height: 50px;
    width: auto;
}
#copyright {
    text-align: left;
    margin: -15px;
}
#copyright-mobile {
    display: block;
    margin-top: -15px;
}
#facebookWrapper {
    display: none;
    max-height: 340px;
    padding-top: 10px;
}
.fb-photo {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 111px;
}
.fb-photo img {
    height: 110px;
    padding: 3px;
    width: 110px;
}
.k-listview:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#uploadPhoto {
    padding-top: 10px;
    max-height: 340px;
    display: none;
}
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
    .visible-sm.visible-xs {
        display: block !important;
    }
    table.visible-sm.visible-xs {
        display: table;
    }
    tr.visible-sm.visible-xs {
        display: table-row !important;
    }
    th.visible-sm.visible-xs, td.visible-sm.visible-xs {
        display: table-cell !important;
    }
    .visible-md.visible-xs {
        display: block !important;
    }
    table.visible-md.visible-xs {
        display: table;
    }
    tr.visible-md.visible-xs {
        display: table-row !important;
    }
    th.visible-md.visible-xs, td.visible-md.visible-xs {
        display: table-cell !important;
    }
    .visible-lg.visible-xs {
        display: block !important;
    }
    table.visible-lg.visible-xs {
        display: table;
    }
    tr.visible-lg.visible-xs {
        display: table-row !important;
    }
    th.visible-lg.visible-xs, td.visible-lg.visible-xs {
        display: table-cell !important;
    }
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
    .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important;
    }
    .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important;
    }
    .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
        display: none !important;
    }
    .modal.fade .modal-dialog {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform 0.5s linear;
        transition: transform 0.5s linear;
    }
    .krazy-buttons h3 {
        font-size: 18px;
    }
    .black-bar h2 {
        font-size: 21px;
        padding: 5px 20px 0px 20px;
    }
    .black-bar-smaller {
        font-size: 21px;
    }
    .black-stripe {
        background-color: #020b06;
        bottom: 0;
        height: 62px;
        position: absolute;
        top: auto;
        width: 100%;
    }
    .black-stripe h2 small {
        font-size: 1.625rem;
        left: 0;
        margin-left: 15px;
        position: relative;
        top: 5px;
    }
    header {
        padding-top: 45px;
    }
    .navbar, .navbar-brand {
        position: absolute;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: transparent;
        color: #333333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        background-color: #e7e7e7;
        color: #555;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        background-color: transparent;
        color: #ccc;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: transparent;
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        background-color: #080808;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        background-color: transparent;
        color: #444;
    }
    .navbar-right {
        margin-top: 3px;
    }
    #mobile-formula .selected {
        background-color: #01a553;
        color: #fff;
    }
    #mobile-applicators .selected {
        background-color: #01a553;
        color: #fff;
    }
    #applicator-type {
        display: none;
    }
    #products-by-formula {
        display: none;
    }
    #products-mobile {
        display: inline;
        border-bottom: 1px dotted #ccc;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }
    .mobile-crumb {
        font-size: 0.75rem;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    #products-mobile h1 {
        padding: 0;
        margin: 0;
    }
    #products-mobile h2 {
        padding: 0;
        margin: 0;
        text-transform: none;
    }
    #filter {
        background-color: #01a553;
        height: 28px;
        width: 80px;
        float: right;
        margin-top: -30px;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }
    #filter p {
        text-transform: uppercase;
        padding-top: 3px;
    }
    #filter-menu {
        margin: 20px auto 10px;
        padding-bottom: 10px;
        background-color: #f3f4f6;
        width: 100%;
        position: relative;
    }
    #filter-menu:before {
        content: "";
        border-color: transparent transparent #f3f4f6 transparent;
        border-style: solid;
        border-width: 15px;
        width: 0;
        height: 0;
        position: absolute;
        top: -28px;
        right: 25px;
    }
    #filter-menu h3 {
        padding: 8px 0 0 0px;
    }
    #mobile-applicators {
        margin-top: 12px;
        float: left;
    }
    #filter-buttons {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #apply-filters {
        width: 50%;
        background-color: #01a553;
        color: #fff;
        float: left;
        height: 28px;
    }
    #cancel {
        width: 50%;
        background-color: #bbb;
        color: #232122;
        float: left;
        height: 28px;
    }
    #product-description {
        padding-bottom: 0px;
        border-bottom: none;
    }
    #product-detail-left {
        display: none;
        padding-bottom: 0;
    }
    #related {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #products {
        padding-left: 0;
    }
    #product-applicator {
        padding-left: 25px;
        height: 90px;
    }
    #product-detail-mobile-wrap {
        display: inline;
    }
    #product-images {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    #mobile-project-share .share {
        border-bottom: none;
        width: 220px;
    }
    #mobile-project-share dd {
        padding-top: 8px;
    }
    #mobile-project-share>.krazy-buttons {
        float: none;
        text-align: center;
    }
    #category-list {
        display: none;
    }
    .category-filter {
        margin-left: 0;
        padding-left: 0;
    }
    #uses-mobile, .mobile-head {
        border-bottom: 1px dotted #ccc;
        display: inline;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    #uses-mobile h1 {
        padding: 0;
        margin: 0;
    }
    #uses-mobile h2 {
        padding: 0;
        margin: 0;
        text-transform: none;
    }
    #uses-menu {
        margin: 20px auto 10px;
        padding-bottom: 10px;
        background-color: #f3f4f6;
        position: relative;
        list-style-type: none;
    }
    #uses-menu:before {
        content: "";
        border-color: transparent transparent #f3f4f6 transparent;
        border-style: solid;
        border-width: 15px;
        width: 0;
        height: 0;
        position: absolute;
        top: -28px;
        right: 25px;
    }
    #uses-menu h3 {
        padding: 8px 0 0 0px;
    }
    .fixes-xs-left {
        display: block;
        float: left;
        width: 80px;
    }
    .fixes-small-left {
        display: none;
    }
    #monthly-winners {
        display: none;
    }
    #filter-fixes {
        margin-bottom: 10px;
        overflow: auto;
    }
    #filter-fixes h1 {
        border: none;
        font-size: 1.5rem;
        letter-spacing: -1px;
        margin-bottom: 10px;
        width: 100%;
    }
    #filter-fixes h3 {
        font-size: 0.6875rem;
        letter-spacing: 0;
        margin-bottom: 3px;
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
    #filter-fixes h2 {
        float: left;
        clear: both;
    }
    #monthly-winners {
        display: none;
    }
    #fixes-filter {
        background-color: #01a553;
        height: 28px;
        width: 80px;
        float: right;
        margin-top: 15px;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }
    #fixes-filter p {
        text-transform: uppercase;
        padding-top: 3px;
    }
    #fixes-menu {
        margin: 20px auto 10px;
        padding-bottom: 10px;
        background-color: #f3f4f6;
        width: 100%;
        position: relative;
    }
    #fixes-menu:before {
        content: "";
        border-color: transparent transparent #f3f4f6 transparent;
        border-style: solid;
        border-width: 15px;
        width: 0;
        height: 0;
        position: absolute;
        top: -28px;
        left: 25px;
    }
    #fixes-menu h3 {
        padding: 12px 0 3px 0px;
    }
    .product-fixes .selected {
        background-color: #007549;
        color: #fff;
    }
    .filter-item {
        background-color: #e2e3e5;
        margin: 2px;
        height: 32px;
        width: auto;
        float: left;
    }
    .filter-item a {
        text-align: center;
        font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 0.8125rem;
        text-transform: uppercase;
        padding: 8px 14px !important;
        text-decoration: none;
        color: #232122;
        vertical-align: middle;
        display: block;
    }
    .filter-item a:hover {
        color: #fff;
        background-color: #01a553;
        text-decoration: none;
    }
    .product-fixes {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    #mobile-fixes h3 {
        float: left;
        color: #232122;
        font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.0625rem;
        text-transform: uppercase;
        text-align: left;
        width: 100%;
        padding: 8px 0;
    }
    #right-arrow {
        display: none;
        margin-right: -240px;
        margin-top: 0px;
    }
    #kbf-grand-prize {
        width: 50% !important;
    }
    #kbf-grand-prize h3 {
        font-size: 22px;
        padding: 5px 0 0 0;
        width: 100%;
        margin-bottom: 0px;
        float: none;
        text-align: center;
    }
    #kbf-total-fixes h3 {
        font-size: 22px;
        padding: 5px 0 0 0;
        width: 100%;
        margin-bottom: 0px;
        float: none;
        text-align: center;
    }
    #kbf-grand-prize {
        height: 60px;
    }
    #logo-kbf {

        height: auto;
        float: right;
        max-width: 100%;
    }
    .fixes-hero h1 {
        font-size: 2rem;
        max-width: 100%;
        line-height: 0.9;
        padding-top: 35px;
        text-align: left;
    }
    .fixes-hero h1 sup {
        top: -0.65em;
    }
    .fixes-hero h4 {
        width: 160px;
        max-width: 100%;
        text-align: left;
        padding-left: 25px;
        margin-top: 5px;
    }
    .fixes-hero {
        background-position: center 3px;
        -webkit-background-size: 735px auto;
        background-size: 735px auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 200px;
        margin-top: -4px;
    }
    #big-fix-logo {
        padding-top: 15px;
    }
    #details-modal-dialog {
        margin: 0;
    }
    .modal-content {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #details-modal-dialog .modal-body.top-row {
        padding-top: 20px;
        min-height: 330px;
        background-color: #fff;
        border-bottom: none;
        padding-bottom: 5px;
        padding-top: 5px;
        z-index: 500;
    }
    #details-modal-dialog .no-image-text {
        min-height: 300px;
    }
    #details-modal-dialog .no-image-text p {
        font-size: 1.1875rem;
        padding: 25px 15px;
        max-width: none;
    }
    #details-modal-dialog #big-fix-detail-modal {
        height: 100%;
    }
    #details-modal-dialog .submitted-via {
        bottom: 0 !important;
        float: right;
        position: relative;
        right: 18px;
        top: -30px;
    }
    .modal-close {
        display: none;
    }
    .details-modal-close {
        display: none;
    }
    .mobile-details-modal-close {
        border-bottom: 2px dotted #ccc;
        display: block;
        overflow: auto;
        position: relative;
        width: 100%;
    }
    .mobile-details-modal-close p {
        font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1rem;
        padding-left: 10px;
        padding-top: 7px;
    }
    .mobile-back-to-fixes {
        float: left;
        cursor: pointer;
    }
    .mobile-modal-close {
        float: left;
        cursor: pointer;
        width: 34px;
        height: auto;
    }
    .submitted-via {
        position: absolute;
        right: 20px;
        bottom: 8px !important;
        top: auto;
    }
    .details-modal-submit {
        display: none;
    }
    .details-modal-prev {
        display: none;
    }
    .details-modal-next {
        display: none;
    }
    .details-modal-photo {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
    }
    .details-modal-share {
        display: none;
    }
    .details-modal-left {
        border: none;
        padding-bottom: 50px !important;
    }
    .details-modal-related {
        padding-top: 18px;
    }
    .details-modal-related h3 {
        padding-bottom: 3px;
    }
    .modal-related-big-fixes {
        float: left;
        padding-top: 18px;
    }
    .top-row {
        min-height: 330px;
        padding-top: 20px;
    }
    .modal-body.bottom-row {
        border-bottom: 5px solid #232122;
        display: none;
        padding-bottom: 5px;
    }
    .modal-isotope-container {
        min-height: 480px;
        margin-bottom: 15px;
    }
    .details-submit-left {
        width: 45%;
    }
    .details-submit-right {
        width: 55%;
    }
    .big-monthly-prize {
        padding-right: 10px;
        float: right;
    }
    .submit-a-fix-modal .top-row {
        padding-top: 0;
    }
    #mobile-submit-modal-close {
        margin-bottom: 20px;
    }
    #submit-modal-dialog {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .form-question {
        border-bottom: 2px dotted #d4d3d3;
        margin-top: 20px !important;
        padding-top: 0 !important;
        padding-left: 30px !important;
    }
    #form-question-3 {
        border-bottom: none;
    }
    #which-product {
        float: none;
    }
    #submit-body h1 {
        font-size: 1.875rem;
        letter-spacing: -0.025em;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: 10px;
        width: auto;
    }
    #submit-body h1 small {
        display: block;
    }
    #form-part1 {
        border-right: none;
    }
    .submit-modal-left {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
    }
    .submit-modal-right {
        padding-left: 0px;
    }
    .product-filter-modal {
        min-width: 220px;
        width: 220px;
        position: absolute;
        left: 0px;
        top: 81px;
    }
    .submit-dropdown-mobile {
        position: relative;
    }
    #story {
        width: 100%;
    }
    #form-question-1 p {
        width: 100%;
    }
    #form-question-2 p {
        width: 100%;
    }
    .or-button {
        margin: 5px auto;
        display: block;
        width: 28px;
    }
    #or-youtube {
        margin: 5px auto;
        display: block;
        width: 28px;
        float: none;
    }
    .submit-modal-button {
        display: block;
    }
    #submit-youtube-link h4 {
        float: left;
        clear: both;
        margin-top: 0px;
        padding-top: 5px;
        width: 100%;
        text-align: center;
    }
    #form-part2 {
        width: 100%;
        padding-top: 0px;
        margin-top: 20px;
        float: left;
        clear: both;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-top: 2px dotted #d4d3d3;
    }
    #submit-bottom-row {
        display: none;
    }
    #submit-top-row {
        border-bottom: none;
    }
    .submit-modal-submit {
        margin-bottom: 15px;
    }
    #which-formula {
        width: 100%;
    }
    .form-question:before {
        font-size: 1rem;
        height: 22px;
        line-height: 1;
        top: 0;
        width: 22px;
    }
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
    }
    .form-inline select.form-control {
        width: auto;
    }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-horizontal .control-label {
        text-align: right;
    }
    .jumbotron {
        height: 98px;
        padding-top: 48px;
        padding-bottom: 48px;
        text-align: center;
    }
    .jumbotron h1, .jumbotron .h1 {
        font-size: 3.34375rem;
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
    .container, #isotope-container {
        width: 750px;
    }
    header .angular {
        height: 104px;
        overflow: hidden;
        margin-top: 80px;
        max-width: 100%;
    }
    header .angular img {
        top: -30px;
    }
    footer .angular {
        height: 94px;
        overflow: hidden;
        max-width: 100%;
    }
    footer .angular img {
        margin-bottom: -30px;
    }
    .lead {
        font-size: 21px;
    }
    .dl-horizontal dt {
        float: left;
        width: 160px;
        text-align: right;
        overflow: hidden;
        clear: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
        display: table;
        content: " ";
    }
    .dl-horizontal dd:after {
        clear: both;
    }
    header {
        background: url(/Content/Images/header-bg.jpg) center top no-repeat #f5f5f5;
        padding-top: 60px;
    }
    .page-header {
        background: url(/Content/Images/angular-top.png) -500px 60px no-repeat transparent;
        height: auto;
        left: 0;
        margin: auto;
        padding: 0 0 90px;
        right: 0;
        text-align: center;
    }
    .page-header>span {
        background: url(/Content/Images/page-header-bg.jpg) center top no-repeat #011c0a;
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
        height: 98px;
        left: 0;
        margin: auto;
        overflow: hidden;
        padding: 0;
        position: relative;
        overflow: hidden;
        right: 0;
        text-align: center;
        z-index: 20;
    }
    .page-header>span>small {
        text-transform: uppercase;
    }
    .page-header>span+img {
        position: relative;
        top: -30px;
        z-index: 10;
    }
    .page-header h1, .page-header .h1 {
        color: #fff;
        display: block;
        font-size: 3.34375rem;
        padding-top: 52px;
        text-transform: uppercase;
    }
    .page-header h1 small, .page-header h1 .small, .page-header .h1 small, .page-header .h1 .small {
        font-size: 3.34375rem;
    }
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .navbar {
        background: url(/Content/Images/nav-bg.jpg) center top no-repeat, url(/Content/Images/nav-tile-bg.png) center top repeat-x transparent;
        border-radius: 4px;
    }
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: left;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .container>.navbar-header, .container>.navbar-collapse {
        background: transparent;
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-static-top {
        border-radius: 0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.links {
        padding-left: 33px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-form {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
    .navbar-form select.form-control {
        width: auto;
    }
    .navbar-form .form-control {
        display: inline-block;
    }
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    #hangingman_hype_container {
        height: 266px;
        left: 50%;
        margin-left: -175px;
        top: -28px;
        width: 350px;
    }
    .navbar-inverse {
        background-position: center top;
    }
    .navbar-brand {
        margin-left: -90px;
        width: 180px;
    }
    .navbar-collapse .navbar-nav>li:nth-child(3) {
        margin-right: 196px;
    }
    .navbar-nav>li>a {
        padding: 20px 13px;
    }
    .follow {
        margin: 3px 0;
        right: 8px;
    }
    .follow.top {
        position:absolute;
        top:100px;
        right:0;
        margin:0;
        background: #050505; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1MDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJmMmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #050505 0%, #2f2f2f 50%, #050505 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#050505), color-stop(50%,#2f2f2f), color-stop(100%,#050505)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #050505 0%,#2f2f2f 50%,#050505 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #050505 0%,#2f2f2f 50%,#050505 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #050505 0%,#2f2f2f 50%,#050505 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #050505 0%,#2f2f2f 50%,#050505 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#050505',GradientType=0 ); /* IE6-8 */

    }
    .follow dt, .navbar-nav.follow dd {
        float: left;
        margin: 7px;
    }
    .follow.top dt, .navbar-nav.follow.top dd {
        float:none;
    }
    .follow dd a {
        padding: 0;
    }
    #filter-menu {
        display: none;
        height: 0px;
        visibility: none;
    }
    .fixes-hero {
        -webkit-background-size: 1400px 267px;
        background-size: 1400px 267px;
    }
    .fixes-hero #big-fix-text p {
        display:block;
        padding:0 50px;
    }
    #fixes-isotope, #uses-isotope-container {
        width: 750px;
    }
    .krazy-submission {
        width: 170px;
    }
    .black-stripe h2 {
        margin-top: 25px;
    }
    #kbf-grand-prize.col-md-5, #kbf-total-fixes.col-md-4 {
        height: 90px;
    }
    #kbf-submit-fix.col-md-4 {
        padding-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    table.visible-xs.visible-sm {
        display: table;
    }
    tr.visible-xs.visible-sm {
        display: table-row !important;
    }
    th.visible-xs.visible-sm, td.visible-xs.visible-sm {
        display: table-cell !important;
    }
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
    .visible-md.visible-sm {
        display: block !important;
    }
    table.visible-md.visible-sm {
        display: table;
    }
    tr.visible-md.visible-sm {
        display: table-row !important;
    }
    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important;
    }
    .visible-lg.visible-sm {
        display: block !important;
    }
    table.visible-lg.visible-sm {
        display: table;
    }
    tr.visible-lg.visible-sm {
        display: table-row !important;
    }
    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important;
    }
    .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none !important;
    }
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
    .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important;
    }
    .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none !important;
    }
    .navbar-right {
        margin-top: 12px;
    }
    .isotope-container {
        width: 750px;
        margin: 0 auto;
    }
    .product-row {
        margin-bottom: 0px !important;
    }
    #products-by-formula {
        padding-bottom: 10px;
    }
    #applicator-type {
        height: 95px;
    }
    #about-navigation {
        display: none;
    }
    .about-nav {
        display: none;
    }
    #brush-description {
        position: absolute;
        bottom: -30px;
        left: 160px;
    }
    #gel-description {
        position: absolute;
        bottom: -30px;
        left: 240px;
    }
    #pen-description {
        position: absolute;
        bottom: -30px;
        left: 320px;
    }
    #precision-description {
        position: absolute;
        bottom: -30px;
        left: 380px;
    }
    #single-use-description {
        position: absolute;
        bottom: -30px;
        left: 460px;
    }
    #tube-description {
        position: absolute;
        bottom: -30px;
        left: 530px;
        width: 180px;
    }
    #related-isotope-container {
        width: 750px;
        margin: 0 auto;
    }
    #product-detail-left {
        display: none;
    }
    #related {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #product-detail-mobile-wrap {
        display: inline;
    }
    #product-images {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    #mobile-project-share .share {
        border-bottom: none;
        width: 190px;
    }
    #mobile-project-share dd {
        padding-top: 8px;
    }
    #product-description {
        padding-bottom: 0px;
        border-bottom: none;
    }
    .back-to-top {
        text-align: right;
    }
    #faqs-one h2 {
        padding-top: 10px;
    }
    .faqs-listed h2 {
        padding-bottom: 5px;
    }
    .faqs-listed {
        margin-bottom: 20px;
    }
    #faqs-one:before {
        content: "1";
        background-color: #fff;
        position: absolute;
        left: 14px;
        margin-top: 10px;
        line-height: 100%;
        font-size: 18px;
        width: 24px;
        height: 24px;
        border: 2px solid #232122;
        border-radius: 18px;
        display: inline-block;
        font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 500;
        text-align: center;
    }
    #category-list {
        padding-left: 0;
    }
    #uses-toolbar-left {
        width: 100%;
        border: none;
    }
    #uses-toolbar-left h5 {
        margin-top: 5px;
    }
    .category-images {
        margin-top: -30px;
        margin-bottom: 15px;
    }
    .fixes-hero h1 {
        font-size: 2.5rem;
        line-height: 0.9;
        text-align: left;
    }
    .fixes-hero h4 {
        text-align: left;
        padding-left: 50px;
        margin-top: 5px;
    }
    .fixes-hero p {
        text-align: left;
        padding:0 !important;
    }
    #logo-kbf {
        padding-top: 0;
        float: right;
    }
    #filter-fixes {
        height: 80px;
    }
    #filter-fixes h1 {
        float: right;
        width: auto;
        clear: both;
        width: 255px;
        margin-right: 20px;
        margin-bottom: 5px;
        border: none;
    }
    #filter-fixes h3 {
        float: right;
        width: auto;
        clear: both;
        width: 255px;
        margin-right: 20px;
        text-align: center;
        padding-top: 10px;
    }
    #filter-fixes h2 {
        float: left;
        clear: both;
    }
    #kbf-total-fixes h3 {
        width: 100%;
        text-align: center;
        padding: 6px 0 0 0;
        margin: 0;
    }
    #kbf-grand-prize h3 {
        width: 100%;
        text-align: center;
        padding: 6px 0 0 0;
        margin: 0;
    }
    #monthly-winners {
        display: none;
    }
    .fixes-small-left {
        width: 50%;
        float: left;
        padding-top: 30px;
    }
    #right-arrow {
        margin-right: -300px;
        margin-top: 8px;
    }
    .product-fixes {
        left: 128px;
        top: 56px;
    }
    .no-image-text {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }
    .no-image-text p {
        padding: 105px 40px;
    }
    .details-modal-submit {
        display: none;
    }
    .details-modal-prev {
        display: none;
    }
    .details-modal-next {
        display: none;
    }
    .details-modal-left {
        padding-bottom: 48px !important;
    }
    .details-modal-right {
        height: auto !important;
        max-height: none;
        min-height: 0;
        position: none !important;
    }
    .details-modal-photo {
        width: 100%;
        height: auto;
    }
    .modal-isotope-container {
        width: 465px;
        min-width: 465px;
        min-height: 480px;
    }
    .details-modal-left {
        border: none;
    }
    .details-modal-share {
        display: none;
    }
    .submitted-via {
        position: absolute;
        right: 20px;
        bottom: 8px !important;
        top: auto;
    }
    .details-modal-related {
        padding-top: 15px;
    }
    .bottom-row {
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 100px;
    }
    .details-submit-left {
        padding-right: 20px;
        float: left;
    }
    .details-submit-right {
        padding-left: 20px;
        float: right;
    }
    .details-submit-mobile {
        margin: 0 auto;
        width: auto;
    }
    .big-monthly-prize {
        float: right;
        padding-right: 20px;
    }
    .product-filter-modal {
        left: 32px;
        top: 312px;
    }
    #which-formula {
        width: 100%;
    }
    #submit-bottom-row {
        display: none;
    }
    #submit-top-row {
        border-bottom: none;
    }
    #submit-body h1 {
        padding-top: 10px !important;
    }
    #form-part1 {
        border: none;
    }
    .submit-modal-form label {
        width: 100%;
    }
    .submit-modal-submit {
        clear: both;
        padding-bottom: 20px;
        padding-left: 35px;
    }
    #form-part2 {
        float: left;
    }
    #form-question-1, #form-question-2 {
        border-bottom: 2px dotted #d4d3d3;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    .monthly-winner {
        right: 15px;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    [class*="col-"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .btn {
        font-size: 1.21875rem;
        line-height: 1.42857;
        min-width: 175px;
        padding: 4px 20px;
    }
    .container, #isotope-container {
        padding-right: 0;
        padding-left: 0;
        width: 970px;
    }
    .modal-dialog {
        width: 786px;
    }
    .mobile-back-to-top {
        display: none;
    }
    h2.divider {
        font-size: 1.625rem;
        line-height: 2.46154;
    }
    .dotted-r {
        background-color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #d2d2d2), color-stop(20%, rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(top, #d2d2d2 30%, rgba(255, 255, 255, 0) 20%);
        background-image: linear-gradient(to bottom, #d2d2d2 30%, rgba(255, 255, 255, 0) 20%);
        background-position: right center;
        background-repeat: repeat-y;
        -webkit-background-size: 2px 7px;
        background-size: 2px 7px;
        float: right;
        padding: 0 10px;
    }
    .dotted-l {
        background-color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #d2d2d2), color-stop(20%, rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(top, #d2d2d2 30%, rgba(255, 255, 255, 0) 20%);
        background-image: linear-gradient(to bottom, #d2d2d2 30%, rgba(255, 255, 255, 0) 20%);
        background-position: left center;
        background-repeat: repeat-y;
        -webkit-background-size: 2px 7px;
        background-size: 2px 7px;
        float: left;
        padding: 0 10px;
    }
    hr.dotted-t:before, hr.dotted-t:after {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #d2d2d2), color-stop(20%, rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(left, #d2d2d2 30%, rgba(255, 255, 255, 0) 20%);
        background-image: linear-gradient(to right, #d2d2d2 30%, rgba(255, 255, 255, 0) 20%);
        background-position: center top;
        background-repeat: repeat-x;
        -webkit-background-size: 7px 2px;
        background-size: 7px 2px;
        bottom: 0;
        content: "";
        position: absolute;
        top: 0;
        width: 9999px;
    }
    hr.dotted-t:before {
        width: 15px;
    }
    .navbar .container {
        padding: 0;
    }
    .navbar-brand {
        margin-left: -108px;
        width: 216px;
    }
    .navbar-collapse .navbar-nav>li:nth-child(3) {
        margin-right: 218px;
    }
    .navbar-nav>li>a {
        padding: 20px 32px;
    }
    .follow {
        right: -25px;
    }
    #hangingman_hype_container {
        height: 320px;
        left: 50%;
        margin-left: -200px;
        top: -10px;
        width: 400px;
    }
    .social .icn {
        -webkit-background-size: 252px auto;
        background-size: 252px auto;
        height: 42px;
        width: 42px;
    }
    .social .fb {
        background-position: 0 0;
    }
    .social .fb:hover, .social .fb:active {
        background-position: 0 -42px;
    }
    .social .tw {
        background-position: -42px 0;
    }
    .social .tw:hover, .social .tw:active {
        background-position: -42px -42px;
    }
    .social .pt {
        background-position: -84px 0;
    }
    .social .pt:hover, .social .pt:active {
        background-position: -84px -42px;
    }
    .social .em {
        background-position: -126px 0;
    }
    .social .em:hover, .social .em:active {
        background-position: -126px -42px;
    }
    .social .ig {
        background-position: -168px 0;
    }
    .social .ig:hover, .social .ig:active {
        background-position: -168px -42px;
    }
    .social .yt {
        background-position: -210px 0;
    }
    .social .yt:hover, .social .yt:active {
        background-position: -210px -42px;
    }
    .follow {
        margin: 3px 0;
    }
    .follow dt, .navbar-nav.follow dd {
        margin: 8px 2px;
    }
    #products-by-formula {
        border-right: 3px dotted #aaa;
    }
    #applicator-type {
        height: 120px;
    }
    .product-item {
        float: left;
        width: 180px;
        height: 340px;
        margin: 0 0 0 15px;
        padding: 0;
    }
    .product-image {
        margin-right: auto;
        margin-left: auto;
        max-height: 185px;
        max-width: 185px;
    }
    .product-item h4 {
        font-size: 1.25rem;
        margin-bottom: 5px;
    }
    .product-item h5 {
        font-size: 0.90625rem;
        margin-bottom: 3px;
    }
    .product-item a {
        font-size: 0.78125rem;
    }
    #product-detail-right {
        padding: 0 0 0 0;
    }
    #product-detail-full-width {
        padding-right: 19px !important;
        padding-top: 0px;
    }
    #product-detail-left>.krazy-buttons {
        margin-top: 15px;
    }
    #faqs .col-md-7 {
        padding-right: 0;
    }
    #faq-popular>div {
        min-height: 245px;
        padding: 30px;
    }
    .back-to-top {
        display: block;
    }
    .faqs-listed h3 {
        font-size: 1.625rem;
        margin-bottom: 20px;
        padding: 0 0 0 60px;
    }
    .faqs-listed li {
        padding: 20px 60px 15px 40px;
    }
    .faqs-listed:before {
        border-width: 2px;
        font-size: 1.625rem;
        height: 32px;
        left: 14px;
        width: 32px;
    }
    .promos {
        display: block;
        text-align: right;
    }
    .promos img {
        height: auto;
        width: 50%;
    }
    .commercial {
        display: none;
    }
    #fixes-isotope {
        margin: 0 auto;
        width: 970px;
    }
    #uses-isotope-container {
        margin: 0 auto;
        padding: 0px 15px;
        width: 970px;
    }
    #fixes-isotope>a:hover .view-detail, #fixes-isotope>a:active .view-detail, #fixes-isotope>a:focus .view-detail, #uses-isotope-container>a:hover .view-detail, #uses-isotope-container>a:active .view-detail, #uses-isotope-container>a:focus .view-detail {
        background-color: #000;
    }
    .krazy-submission {
        -webkit-box-shadow: 1px 2px 1px #848484;
        box-shadow: 1px 2px 1px #848484;
        float: left;
        margin: 5px;
        width: 224px;
    }
    .krazy-submission .submission-icon {
        height: auto;
        left: 8px;
        top: 8px;
        width: 42px;
    }
    .krazy-submission .submission-text {
        background-color: #f4f4f4;
        height: auto;
        min-height: 90px;
        max-height: 120px;
        padding: 10px 10px 50px;
        position: relative;
    }
    .krazy-submission .submission-text h4 {
        font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.125rem;
    }
    .krazy-submission.no-image {
        background-color: #232122;
        max-height: 300px;
        min-height: 150px;
    }
    .krazy-submission.no-image .submission-text {
        background-color: transparent;
        color: #fff;
        height: 100%;
        max-height: 300px;
        text-align: center;
    }
    .krazy-submission.no-image .submission-text h4 {
        color: #fff;
        font-size: 1.25rem;
        height: auto;
        padding: 50px 10px 10px 10px;
        vertical-align: middle;
    }
    .krazy-submission .view-detail {
        bottom: 6px;
        position: absolute;
        right: 8px;
    }
    #bigFixDetailModal .details-modal-right .details-modal-caption {
        height: 70%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .details-modal-left {
        padding: 25px 40px 0 !important;
    }
    #prize-counter {
        left: 100%;
        margin-top: 0;
        margin-left: 15px;
        position: absolute;
        top: -22px;
        width: auto;
    }
    .black-stripe h2 {
        float: left;
    }
    #logo-kbf {
        padding-top: 0;
        width: 150px;
    }
    #big-fix-logo {
        right: -20px;
    }
    .black-stripe h2 {
        font-size: 0.875rem;
        margin-top: 30px;
    }
    .black-stripe h2 small {
        color: #fff;
        font-family: 'HelveticaNeueW01-77BdCn 692722';
        font-size: 2.5rem;
        left: 100%;
        letter-spacing: 0.085em;
        margin-left: 15px;
        position: absolute;
        top: -22px;
        -webkit-font-smoothing: subpixel-antialiased;
    }
    .fixes-small-right {
        display: block;
    }
    #kbf-submit-fix.col-md-4 {
        position: relative;
        right: 0;
        top: 0;
        padding-top:25px;
    }
    #kbf-submit {
        font-size: 1.625rem;
        min-width: 175px;
        padding: 2px;
        width: 100%;
    }
    #kbf-total-fixes.col-md-4 {
        border-left: none;
        height: auto;
        width: 37.3333%;
    }
    #kbf-grand-prize.col-md-5 {
        width: 39.6667%;
    }
    #kbf-submit-fix p {
        display: block;
    }
    .col-md-4.details-modal-right {
        height: 475px;
        left: 66.1667%;
        min-height: 475px;
        max-height: 100%;
        padding-top: 25px;
    }
    #or-youtube {
        float: left;
        margin: 0 15px 0 0;
    }
    h2.divider .btn {
        float: right;
        margin-top: 13px;
    }
    h2.divider .kbf-submit {
        background: url(/Content/Images/uses-kbf-submit-bg.png) no-repeat center center;
        float: right;
        height: 64px;
        margin-top: 0;
        padding: 13px;
        width: 440px;
    }
    h2.divider .kbf-submit img {
        display: block;
        float: left;
        height: auto;
        margin-right: 15px;
        position: relative;
        width: 126px;
    }
    h2.divider .kbf-submit span {
        border-left: 1px solid #6b6b6b;
        display: inline;
        float: left;
        font: .653846em/1.11765 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
        padding-left: 15px;
        position: relative;
        width: 90px;
    }
    h2.divider .kbf-submit .btn {
        margin-top: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    #project-landing .featured {
        border: 3px solid #f2f2f2;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #project-landing .featured .image {
        padding: 0;
        width: 70%;
    }
    #project-landing .featured .image:after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAwCAYAAAD6g+EuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAV9JREFUeNrMmL9PwkAYhgskJLJ0QHRhgQEnNlxk001HXB3d3V39A5xhkxXCgJMSiPo/mZgon+8l9yWlaUvbuzfhTZ6J42l6P79rRUQCUh4DIyfwICTxPdgy5HfgT2x8ikfgVyLxJb4BPxKLD/EV+JaEVByn4hC8gUbSjy7yAViBMK1BWXkfbEAzq1EZ+Rn4BCf7GhaVd8EHaOdpXETetuJu3j/klZsu+AK9Iq+ZR34M1nYQA5/y0E63QZkplSVv2AUyLLsQ0uRH4BVcuizfJHkdLMC181kU24RqYCaeEhe/iMeo2HTPWDxH5c9CiBE/CSlVjGmVVbjQu0UHdMKS61ScsuT6gLkvOXX5p21cZkdcMjau6APewQVDTj0s6Mec5tTWKj2GXEsL84AOQ04tiqLlnKlhWgw5tRDVnNt1EDLke4t/6rXl4C9cyi3rqki/5NKv5zsfFlynYuYnkX8BBgCyy+8GvU4rkQAAAABJRU5ErkJggg==);
        position: absolute;
        right: 0;
        top: 17px;
    }
    #project-landing .featured .image img {
        border: none;
        border-right: 3px solid #f2f2f2;
    }
    #project-landing .featured .caption {
        border: none;
        float: right !important;
        margin: 0;
        padding: 30px 30px 15px;
        width: 30%;
    }
    #project-landing .featured .caption:first-child {
        border: none;
        padding-bottom: 15px;
    }
    #project-landing .featured .caption h2 small {
        color: #232122;
        font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 100%;
        text-transform: uppercase;
    }
    #project-landing .featured .caption h3 {
        font-size: 1.875rem;
    }
    #project-landing .projects {
        width: 110%;
    }
    #project-landing .projects .col-xs-6.col-md-3 {
        margin-left: -12px;
        padding: 10px 15px;
        width: 25%;
    }
    #project-landing .projects .col-xs-6.col-md-3 div {
        padding: 15px;
    }
    #project-landing .projects h4 {
        font-size: 1.25rem;
    }
    .project-variations {
        border-bottom: 3px dotted #efefef;
        display: block;
        padding-top: 20px;
        padding-bottom: 32px;
    }
    .project-variations h3, .project-variations p {
        display: block;
        margin: 0 auto 0 12%;
        width: 60%;
    }
    .description p {
        width: 80%;
    }
    footer .angular {
        width: 200%;
    }
    footer .angular img {
        position: relative;
    }
    footer h4 {
        font-size: 1.25rem;
        line-height: 1;
    }
    footer p {
        font-size: 1rem;
    }
    footer .fullsite {
        display: none;
    }
    footer #connect {
        min-height: 75px;
        padding-right: 0;
        padding-left: 0;
    }
    footer dl.follow {
        margin: 0 0 43px;
    }
    footer dl.follow h4 {
        margin-bottom: 0;
    }
    footer dl.follow dt {
        margin: 0 0 7px;
        width: 100%;
    }
    footer .about-nav {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }
    .about-nav .col-md-6 {
        padding: 0;
    }
    .about-nav ul {
        list-style: none;
        margin: 0 30px 0 0;
        padding: 0;
    }
    .about-nav li {
        border-bottom: 1px solid #373737;
        font-family: 'Trade Gothic W02 Cn 18', Arial, "Helvetica Neue", Helvetica, sans-serif;
        padding: 5px 0;
    }
    .about-nav li:last-child {
        border-bottom: none;
    }
    footer .award {
        text-align: right;
    }
    footer .award img {
        height: 70px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }
    table.visible-xs.visible-md {
        display: table;
    }
    tr.visible-xs.visible-md {
        display: table-row !important;
    }
    th.visible-xs.visible-md, td.visible-xs.visible-md {
        display: table-cell !important;
    }
    .visible-sm.visible-md {
        display: block !important;
    }
    table.visible-sm.visible-md {
        display: table;
    }
    tr.visible-sm.visible-md {
        display: table-row !important;
    }
    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important;
    }
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
    .visible-lg.visible-md {
        display: block !important;
    }
    table.visible-lg.visible-md {
        display: table;
    }
    tr.visible-lg.visible-md {
        display: table-row !important;
    }
    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important;
    }
    .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important;
    }
    .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important;
    }
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important;
    }
    .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important;
    }
    #applicator-type {
        padding-bottom: 12px;
    }
    .applicator-images {
        margin-left: 8px;
    }
    .isotope-container {
        width: 970px;
        margin: 0 auto;
    }
    #uses-isotope-container {
        width: 970px;
        margin: 0 auto;
        padding: 0px 15px;
    }
    #related-isotope-container {
        width: 970px;
        margin: 0 auto;
        padding: 0px 15px;
    }
    #brush-description {
        position: absolute;
        bottom: -22px;
        left: 160px;
    }
    #gel-description {
        position: absolute;
        bottom: -22px;
        left: 250px;
    }
    #pen-description {
        position: absolute;
        bottom: -22px;
        left: 310px;
    }
    #precision-description {
        position: absolute;
        bottom: -22px;
        left: 370px;
    }
    #single-use-description {
        position: absolute;
        bottom: -22px;
        left: 440px;
    }
    #tube-description {
        position: absolute;
        bottom: -32px;
        left: 518px;
        width: 160px;
    }
    #category-list {
        padding-left: 42px;
    }
    #monthly-winners {
        padding-left: 48px;
    }
    #fixes-carousel-next {
        right: -38px;
    }
    #fixes-carousel-prev {
        left: -46px;
    }
    #right-arrow {
        margin-right: -7px;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .visible-xs.visible-lg {
        display: block !important;
    }
    table.visible-xs.visible-lg {
        display: table;
    }
    tr.visible-xs.visible-lg {
        display: table-row !important;
    }
    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important;
    }
    .visible-sm.visible-lg {
        display: block !important;
    }
    table.visible-sm.visible-lg {
        display: table;
    }
    tr.visible-sm.visible-lg {
        display: table-row !important;
    }
    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important;
    }
    .visible-md.visible-lg {
        display: block !important;
    }
    table.visible-md.visible-lg {
        display: table;
    }
    tr.visible-md.visible-lg {
        display: table-row !important;
    }
    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important;
    }
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
    .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important;
    }
    .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important;
    }
    .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
    .angular img {
        min-width: 100%;
    }
    .isotope-container {
        width: 1014px;
        margin: 0 auto;
    }
    .navbar-collapse .navbar-nav>li:nth-child(3) {
        margin-right: 230px;
    }
    .navbar-nav>li>a {
        padding: 20px 32px;
    }
    .container {
        width: 984px;
    }
    #isotope-container {
        width: 1014px;
    }
    #brush-description {
        bottom: auto;
        top: 105px;
    }
    #gel-description {
        bottom: auto;
        top: 105px;
    }
    #pen-description {
        bottom: auto;
        top: 105px;
    }
    #precision-description {
        bottom: auto;
        top: 105px;
        width: 310px;
    }
    #single-use-description {
        bottom: auto;
        left: 380px;
        top: 105px;
        width: 380px;
    }
    #tube-description {
        bottom: auto;
        left: 500px;
        top: 105px;
    }
    #related-isotope-container {
        width: 1014px;
        margin: 0 auto;
    }
    #fixes-isotope {
        margin: 0 auto;
        width: 1014px;
    }
    #uses-isotope-container {
        left: 8px;
        margin: 0 auto;
        padding: 0px 15px;
        width: 1010px;
    }
    #fixes-isotope>a:hover .view-detail, #fixes-isotope>a:active .view-detail, #fixes-isotope>a:focus .view-detail, #uses-isotope-container>a:hover .view-detail, #uses-isotope-container>a:active .view-detail, #uses-isotope-container>a:focus .view-detail {
        background-color: #000;
    }
    .krazy-submission {
        -webkit-box-shadow: 1px 2px 1px #848484;
        box-shadow: 1px 2px 1px #848484;
        float: left;
        margin: 5px;
        width: 235px;
    }
    .krazy-submission .submission-icon {
        height: auto;
        left: 8px;
        top: 8px;
        width: 42px;
    }
    .krazy-submission .submission-text {
        background-color: #f4f4f4;
        height: auto;
        min-height: 90px;
        max-height: 120px;
        padding: 10px 10px 50px;
        position: relative;
    }
    .krazy-submission .submission-text h4 {
        font-size: 1.125rem;
    }
    .krazy-submission.no-image {
        background-color: #232122;
        max-height: 300px;
        min-height: 150px;
    }
    .krazy-submission.no-image .submission-text {
        background-color: transparent;
        color: #fff;
        height: 100%;
        max-height: 300px;
        text-align: center;
    }
    .krazy-submission.no-image .submission-text h4 {
        color: #fff;
        font-size: 1.25rem;
        height: auto;
        padding: 50px 10px 10px 10px;
        vertical-align: middle;
    }
    .krazy-submission .view-detail {
        bottom: 6px;
        position: absolute;
        right: 8px;
    }
    #relatedBigFixes .krazy-submission {
        width: 190px;
    }
    #relatedBigFixes .krazy-submission .submission-text {
        font-size: 0.9375rem;
    }
    #relatedBigFixes .krazy-submission.no-image .submission-text {
        font-size: 0.875rem;
    }
    #bigFixDetailModal .krazy-submission {
        width: 235px;
    }
    .project-share .share {
        width: 290px;
    }
    .loading {
        background: url(/Content/Images/loader.gif) no-repeat center center;
        height: 100px;
        left: 50%;
        margin: -25px 0 0 -25px;
        position: fixed;
        top: 50%;
        width: 100px;
        z-index: 1000;
    }
}
#msds-paragraph, #answ_qna_widget {
    display: inline-block;
    margin-right: 5px;
}
#questions #answ_qna_questions {
    font-size: 16px;
    padding: 0px 10px;
}
#questions #answ_qna_questions .frame ul.acs-qna, #questions #answ_qna_questions .frame .acs-answer .acs-answer_wrapper, #questions #answ_qna_questions .acs-question_header {
    background: #fff;
}
#questions #answ_qna_questions .acs-question_header {
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
}
#questions #answ_qna_questions h2 {
    display: none;
}
#questions #answ_qna_questions a {
    color: #e03030;
}
#questions #answ_qna_questions .acs-question-header {
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#questions #answ_qna_questions .acs-show_answers {
    background: url(/Content/Images/answers/expand_review_sm.png) no-repeat;
}
#questions #answ_qna_questions .acs-active {
    background: url(/Content/Images/answers/collapse_review_sm.png) no-repeat;
}
#questions #answ_qna_questions .hgroup .sort .acs-show_all {
    background-image: url(/Content/Images/answers/expand_review.png);
}
#questions #answ_qna_questions .hgroup .sort .acs-active {
    background-image: url(/Content/Images/answers/collapse_review.png);
}
#questions #answ_qna_questions .hgroup .acs-ask-box .acs-ask-a-q-button, #questions #answ_qna_questions input.acs-ask-a-q-submit-button.acs-button-input, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-bpopup .acs-js-popup-close {
    background-color: #dd3333;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    height: auto;
    letter-spacing: -0.025em;
    line-height: 1.3928;
    margin-bottom: 0;
    min-width: 100px;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
@media (min-width: 992px) {
    #questions #answ_qna_questions .hgroup .acs-ask-box .acs-ask-a-q-button, #questions #answ_qna_questions input.acs-ask-a-q-submit-button.acs-button-input, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-bpopup .acs-js-popup-close {
        font-size: 1.21875rem;
        line-height: 1.42857;
        min-width: 175px;
        padding: 4px 20px;
    }
}
#questions #answ_qna_questions .hgroup .acs-ask-box .acs-ask-a-q-button:active, #questions #answ_qna_questions input.acs-ask-a-q-submit-button.acs-button-input:active, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-bpopup .acs-js-popup-close:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    outline: 0;
}
#questions #answ_qna_questions .hgroup .acs-ask-box .acs-ask-a-q-button:focus, #questions #answ_qna_questions input.acs-ask-a-q-submit-button.acs-button-input:focus, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-bpopup .acs-js-popup-close:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#questions #answ_qna_questions .hgroup .acs-ask-box .acs-ask-a-q-button:hover, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-ask-a-q-button:focus, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-ask-a-q-button:active, #questions #answ_qna_questions input.acs-ask-a-q-submit-button.acs-button-input:hover, #questions #answ_qna_questions input.acs-ask-a-q-submit-button.acs-button-input:focus, #questions #answ_qna_questions input.acs-ask-a-q-submit-button.acs-button-input:active, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-bpopup .acs-js-popup-close:hover, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-bpopup .acs-js-popup-close:focus, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-bpopup .acs-js-popup-close:active {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
}
#questions #answ_qna_questions .acs-no_avatar {
    display: none;
}
#questions #answ_qna_questions .hgroup .sort .acs-num_qnas {
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 5px;
}
#questions #answ_qna_questions .acs-answer .acs-answer_wrapper {
    font-size: 1rem;
}
#questions #answ_qna_questions .acs-answer .acs-answer_wrapper .acs-answer_text {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 10px;
}
#questions #answ_qna_questions .acs-answered_by {
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.3;
}
#questions #answ_qna_questions div#acs-ask-a-q-invalid-em {
    text-transform: uppercase;
}
#questions #answ_qna_questions a.acs-ask-a-question-cancel.acs-ask-a-question-cancel-linky {
    font-size: 1rem;
}
#questions #answ_qna_questions .frame .acs-powered-by {
    bottom: 5px;
}
@media (min-width: 992px) {
    #questions #answ_qna_questions .frame .acs-powered-by {
        bottom: -10px;
    }
}
#questions #answ_qna_questions .frame .acs-answer {
    border-top: 1px dotted #c3c4c5 !important;
}
#questions #answ_qna_questions .frame .hgroup .acs-ask-box .acs-ask-box-form-container, #questions #answ_qna_questions .frame .hgroup .acs-ask-box .acs-bpopup {
    overflow: auto;
    z-index: 99999999 !important;
}
#questions #answ_qna_questions label.bold {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}
#questions #answ_qna_questions textarea#acs-ask-a-q-details {
    height: 150px;
}
#questions #answ_qna_questions input#acs-q-name, #questions #answ_qna_questions input#acs-ask-a-q-email, #questions #answ_qna_questions textarea#acs-ask-a-q-details, #questions #answ_qna_questions input#acs-ask-a-q-question {
    padding: 5px;
    width: 100%;
}
#questions #answ_qna_questions input#acs-ask-a-q-email {
    display: block;
}
#questions #answ_qna_questions .acs-form-body {
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 20px !important;
    position: relative;
    width: auto;
}
@media (min-width: 768px) {
    #questions #answ_qna_questions .acs-form-body {
        margin: 30px auto;
        width: 600px;
    }
}
#questions #answ_qna_questions .frame .hgroup .sort .acs-show_all {
    background: url(http://02b7e2f.netsolstores.com/krazyglue/index_files/expand_review.png) no-repeat !important;
}
#questions #answ_qna_questions .frame .hgroup h2 {
    display: none;
}
#questions #answ_qna_questions .frame .acs-show_answers {
    background: url(http://02b7e2f.netsolstores.com/krazyglue/index_files/down.png) no-repeat !important;
}
#questions #answ_qna_questions .frame .acs-active {
    background: url(http://02b7e2f.netsolstores.com/krazyglue/index_files/collapse_review_sm.png) no-repeat !important;
}
#questions #answ_qna_questions a.acs-question_title {
    color: #e03030 !important;
}
#questions #answ_qna_questions .hgroup .acs-form-body {
    font-size: 0.875rem;
}
#questions #answ_qna_questions .hgroup .acs-ask-box-form-container a {
    text-decoration: underline;
}
#questions #answ_qna_questions .frame .hgroup .acs-ask-box .acs-bpopup-close, #questions #answ_qna_questions .frame .hgroup .acs-ask-box .top {
    top: 15px !important;
    right: 15px !important;
    background: url(http://answ-img.s3.amazonaws.com/prod-reviews/review_close.png) no-repeat !important;
}
#questions #answ_qna_questions .hgroup .acs-form-body h3, #questions #answ_qna_questions .hgroup #acs-ask-a-q-guidelines-popup h3 {
    color: inherit;
    font-family: 'TradeGothicW02-BoldCn20 675505', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#questions #answ_qna_questions .acs-ask-q-sub {
    border-bottom: none;
    color: #232122;
    font-size: 1rem;
    padding-bottom: 15px;
}
#questions #answ_qna_questions .hgroup .acs-form-body dl {
    margin-bottom: 10px;
}
#questions #answ_qna_questions .hgroup .acs-form-body label.bold {
    font-size: 1rem;
    font-weight: normal;
}
#questions #answ_qna_questions .acs-submit-box.acs-clear-both {
    padding-top: 20px !important;
}
#questions #answ_qna_questions .hgroup .acs-error-message {
    position: relative;
    top: -10px;
    color: #D00;
}
#questions #answ_qna_questions .frame .hgroup .acs-error-message {
    top: 5px !important;
}
#questions #answ_qna_questions .acs-thankyou-feedback, #questions #answ_qna_questions .acs-helpful {
    font-family: 'TradeGothicW01-LightObl';
    font-size: 0.75rem;
}
#questions #answ_qna_questions .hgroup .acs-ask-box #acs-ask-a-q-guidelines-popup {
    background: #f7f7f7;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    height: auto;
    width: 430px;
}
#questions #answ_qna_questions .hgroup #acs-ask-a-q-guidelines-popup h3 {
    font-size: 0.875rem;
}
#questions #answ_qna_questions .hgroup .acs-ask-box .acs-bpopup ul li {
    font-size: 1rem;
    line-height: 1.5;
}
#questions #answ_qna_questions #acs-ask-thank-you, #questions #answ_qna_questions #acs-ask-err {
    background: #007f49;
    height: 300px;
    margin: 30px auto;
    padding: 50px;
    position: relative;
    text-align: center;
    width: 300px;
}
#questions #answ_qna_questions #acs-ask-thank-you h3, #questions #answ_qna_questions #acs-ask-err h3 {
    color: #fff;
    font-size: 1.625rem;
    font-weight: normal;
    letter-spacing: -0.02em;
    line-height: 2.46154;
    line-height: inherit;
    margin: 5px;
    text-transform: uppercase;
}
#questions #answ_qna_questions #acs-ask-thank-you h3+div, #questions #answ_qna_questions #acs-ask-err h3+div {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 10px;
}
#questions #answ_qna_questions .hgroup .acs-ask-box .acs-ask-box-form-container, #questions #answ_qna_questions .hgroup .acs-ask-box .acs-bpopup {
    background: none repeat scroll 0% 0% rgba(39, 37, 38, 0.75);
}
.acs-form-body input, .acs-form-body select, .acs-form-body textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #232122;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    vertical-align: middle;
    width: 100%;
}
.acs-form-body input:placeholder, .acs-form-body select:placeholder, .acs-form-body textarea:placeholder {
    color: #999;
    opacity: 1;
}
.acs-form-body input:focus, .acs-form-body select:focus, .acs-form-body textarea:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.acs-form-body textarea {
    height: auto;
}
/*# sourceMappingURL=krazyglue.css.map */