/*see archive.less in same dir for source*/


/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


/*! normalize.css v2.1.0 | 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] {
    display: none
}

html {
    /*font-family: sans-serif;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    /*font-family: monospace, serif;*/
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
/*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input,
select[multiple],
textarea {
    background-image: none
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    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
    }
    @page {
        margin: 2cm .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .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
    }
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16.1px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    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 {
    font-weight: normal;
    line-height: 1;
    color: #999999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

h1 small,
.h1 small {
    font-size: 24px
}

h2 small,
.h2 small {
    font-size: 18px
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

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-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.42857143;
    color: #999999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.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,
.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,
.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,
.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.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 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    /* comentado 05032022 0948
    .container {
        max-width: 750px
    }
    */
    .container {
        max-width: 850px
    }
    .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 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    /* comentado 05032022 0948
    .container {
        max-width: 970px
    }
    */
    .container {
        max-width: 970px
    }
    .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 {
        float: left
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    /* comentado 05032022 0948
    .container {
       /* max-width: 1170px 
    }
    */
    .container {
        max-width: 1170px 
     }
    .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 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.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;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd
}

.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 tbody+tbody {
    border-top: 2px solid #dddddd
}

.table .table {
    background-color: #ffffff
}

.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 #dddddd
}

.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 #dddddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.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 col[class*="col-"] {
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media (max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #dddddd
    }
    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }
    .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
    }
    .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>thead>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999999
}

.form-control::-moz-placeholder {
    color: #999999
}

.form-control:-ms-input-placeholder {
    color: #999999
}

.form-control::-webkit-input-placeholder {
    color: #999999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee
}

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 label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

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
}

.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: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .help-block,
.has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 7px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block
    }
    .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,
.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 .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    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)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    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: #ffffff;
    border-color: #cccccc
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e
}

.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-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    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-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    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-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    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-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    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-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 {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.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;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 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%
}

@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;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.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-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-print:before {
    content: "\e045"
}

.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-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.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-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-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.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"
}

.glyphicon-briefcase:before {
    content: "\1f4bc"
}

.glyphicon-calendar:before {
    content: "\1f4c5"
}

.glyphicon-pushpin:before {
    content: "\1f4cc"
}

.glyphicon-paperclip:before {
    content: "\1f4ce"
}

.glyphicon-camera:before {
    content: "\1f4f7"
}

.glyphicon-lock:before {
    content: "\1f512"
}

.glyphicon-bell:before {
    content: "\1f514"
}

.glyphicon-bookmark:before {
    content: "\1f516"
}

.glyphicon-fire:before {
    content: "\1f525"
}

.glyphicon-wrench:before {
    content: "\1f527"
}

.btn-default .caret {
    border-top-color: #333333
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333333
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.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+.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 {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.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>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-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-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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px
}

.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>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.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 .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,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.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: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-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.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-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

[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.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    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: 45px;
    line-height: 45px
}

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-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.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-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    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-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.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-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.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
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.nav>li.disabled>a {
    color: #999999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #dddddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0
}

.nav-tabs.nav-justified>.active>a {
    border-bottom-color: #ffffff
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 5px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0
}

.nav-tabs-justified>.active>a {
    border-bottom-color: #ffffff
}

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table
}

.tabbable:after {
    clear: both
}

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table
}

.tabbable:after {
    clear: both
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none
}

.tab-content>.active,
.pill-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 30px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    z-index: 1030;
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: left;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: -2px;
    margin-bottom: -2px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 2.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .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 {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -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);
    margin-top: -2px;
    margin-bottom: -2px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.navbar-btn {
    margin-top: -2px;
    margin-bottom: -2px
}

.navbar-text {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777777
}

.navbar-default .navbar-nav>li>a {
    color: #777777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #dddddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555555;
    border-bottom-color: #555555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777777;
    border-bottom-color: #777777
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent
    }
    .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 {
        color: #555555;
        background-color: #e7e7e7
    }
    .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 {
        color: #cccccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777777
}

.navbar-default .navbar-link:hover {
    color: #333333
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: transparent
    }
    .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 {
        color: #ffffff;
        background-color: #080808
    }
    .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 {
        color: #444444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999999
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc
}

.breadcrumb>.active {
    color: #999999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px
}

.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-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eeeeee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed
}

.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-bottom-right-radius: 6px;
    border-top-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-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999999;
    background-color: #ffffff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.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;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    /*
    color: #428bca;
    background-color: #ffffff*/
    color: rgb(199, 172, 172);
    background-color: rgb(171 163 163);
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.14285714;
    color: inherit;
    background-color: #eeeeee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #428bca
}

.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    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%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -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 .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: 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-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: 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-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: 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-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: 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-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: 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,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    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 {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: rgb(199, 172, 172);
    border-color: rgb(199, 172, 172);
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.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: #ffffff;
    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-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.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-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table {
    margin-bottom: 0
}

.panel>.panel-body+.table {
    border-top: 1px solid #dddddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    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;
    border-radius: 4px;
    overflow: hidden
}

.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-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #dddddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #dddddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    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;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: ""
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #428bca
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    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);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    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 {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px
}

.modal-open {
    overflow: hidden
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 15px
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media screen and (min-width:768px) {
    .modal-dialog {
        left: 50%;
        right: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .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 {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-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%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-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%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.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:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-xs {
    display: none !important
}

tr.visible-xs {
    display: none !important
}

th.visible-xs,
td.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important
    }
    tr.visible-xs.visible-sm {
        display: table-row !important
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important
    }
    tr.visible-xs.visible-md {
        display: table-row !important
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }
    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 {
    display: none !important
}

tr.visible-sm {
    display: none !important
}

th.visible-sm,
td.visible-sm {
    display: none !important
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important
    }
    tr.visible-sm.visible-xs {
        display: table-row !important
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important
    }
    tr.visible-sm.visible-md {
        display: table-row !important
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }
    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 {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md,
td.visible-md {
    display: none !important
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block !important
    }
    tr.visible-md.visible-xs {
        display: table-row !important
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important
    }
    tr.visible-md.visible-sm {
        display: table-row !important
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important
    }
    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: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg,
td.visible-lg {
    display: none !important
}

@media (max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important
    }
    tr.visible-lg.visible-xs {
        display: table-row !important
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important
    }
    tr.visible-lg.visible-sm {
        display: table-row !important
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important
    }
    tr.visible-lg.visible-md {
        display: table-row !important
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
    tr.hidden-xs {
        display: none !important
    }
    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important
    }
    tr.hidden-xs.hidden-sm {
        display: none !important
    }
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none !important
    }
    tr.hidden-xs.hidden-md {
        display: none !important
    }
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none !important
    }
    tr.hidden-xs.hidden-lg {
        display: none !important
    }
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none !important
    }
    tr.hidden-sm.hidden-xs {
        display: none !important
    }
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
    tr.hidden-sm {
        display: none !important
    }
    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none !important
    }
    tr.hidden-sm.hidden-md {
        display: none !important
    }
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none !important
    }
    tr.hidden-sm.hidden-lg {
        display: none !important
    }
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-md.hidden-xs {
        display: none !important
    }
    tr.hidden-md.hidden-xs {
        display: none !important
    }
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none !important
    }
    tr.hidden-md.hidden-sm {
        display: none !important
    }
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
    tr.hidden-md {
        display: none !important
    }
    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none !important
    }
    tr.hidden-md.hidden-lg {
        display: none !important
    }
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important
}

@media (max-width:767px) {
    .hidden-lg.hidden-xs {
        display: none !important
    }
    tr.hidden-lg.hidden-xs {
        display: none !important
    }
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display: none !important
    }
    tr.hidden-lg.hidden-sm {
        display: none !important
    }
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display: none !important
    }
    tr.hidden-lg.hidden-md {
        display: none !important
    }
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
    tr.hidden-lg {
        display: none !important
    }
    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

tr.visible-print {
    display: none !important
}

th.visible-print,
td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
    .hidden-print {
        display: none !important
    }
    tr.hidden-print {
        display: none !important
    }
    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Iconochive-Regular';
    src: url('/includes/fonts/Iconochive-Regular.eot?-ccsheb');
    src: url('/includes/fonts/Iconochive-Regular.eot?#iefix-ccsheb') format('embedded-opentype'), url('/includes/fonts/Iconochive-Regular.woff?-ccsheb') format('woff'), url('/includes/fonts/Iconochive-Regular.ttf?-ccsheb') format('truetype'), url('/includes/fonts/Iconochive-Regular.svg?-ccsheb#Iconochive-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="iconochive-"],
[class*=" iconochive-"] {
    font-family: 'Iconochive-Regular';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconochive-Uplevel:before {
    content: "\21b5"
}

.iconochive-exit:before {
    content: "\1f6a3"
}

.iconochive-beta:before {
    content: "\3b2"
}

.iconochive-logo:before {
    content: "\1f3db"
}

.iconochive-audio:before {
    content: "\1f568"
}

.iconochive-movies:before {
    content: "\1f39e"
}

.iconochive-software:before {
    content: "\1f4be"
}

.iconochive-texts:before {
    content: "\1f56e"
}

.iconochive-etree:before {
    content: "\1f3a4"
}

.iconochive-image:before {
    content: "\1f5bc"
}

.iconochive-web:before {
    content: "\1f5d4"
}

.iconochive-collection:before {
    content: "\2211"
}

.iconochive-folder:before {
    content: "\1f4c2"
}

.iconochive-data:before {
    content: "\1f5c3"
}

.iconochive-tv:before {
    content: "\1f4fa"
}

.iconochive-article:before {
    content: "\1f5cf"
}

.iconochive-question:before {
    content: "\2370"
}

.iconochive-question-dark:before {
    content: "\3f"
}

.iconochive-info:before {
    content: "\69"
}

.iconochive-info-small:before {
    content: "\24d8"
}

.iconochive-comment:before {
    content: "\1f5e9"
}

.iconochive-comments:before {
    content: "\1f5ea"
}

.iconochive-person:before {
    content: "\1f464"
}

.iconochive-people:before {
    content: "\1f465"
}

.iconochive-eye:before {
    content: "\1f441"
}

.iconochive-rss:before {
    content: "\221e"
}

.iconochive-time:before {
    content: "\1f551"
}

.iconochive-quote:before {
    content: "\275d"
}

.iconochive-disc:before {
    content: "\1f4bf"
}

.iconochive-tv-commercial:before {
    content: "\1f4b0"
}

.iconochive-search:before {
    content: "\1f50d"
}

.iconochive-search-star:before {
    content: "\273d"
}

.iconochive-tiles:before {
    content: "\229e"
}

.iconochive-list:before {
    content: "\21f6"
}

.iconochive-list-bulleted:before {
    content: "\2317"
}

.iconochive-latest:before {
    content: "\2208"
}

.iconochive-left:before {
    content: "\2c2"
}

.iconochive-right:before {
    content: "\2c3"
}

.iconochive-left-solid:before {
    content: "\25c2"
}

.iconochive-right-solid:before {
    content: "\25b8"
}

.iconochive-up-solid:before {
    content: "\25b4"
}

.iconochive-down-solid:before {
    content: "\25be"
}

.iconochive-dot:before {
    content: "\23e4"
}

.iconochive-dots:before {
    content: "\25a6"
}

.iconochive-columns:before {
    content: "\25af"
}

.iconochive-sort:before {
    content: "\21d5"
}

.iconochive-atoz:before {
    content: "\1f524"
}

.iconochive-ztoa:before {
    content: "\1f525"
}

.iconochive-upload:before {
    content: "\1f4e4"
}

.iconochive-download:before {
    content: "\1f4e5"
}

.iconochive-favorite:before {
    content: "\2605"
}

.iconochive-heart:before {
    content: "\2665"
}

.iconochive-play:before {
    content: "\25b6"
}
/* voltear el icono horizontalmente */
#my-glyphicon {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}


.iconochive-play-framed:before {
    content: "\1f3ac"
}

.iconochive-fullscreen:before {
    content: "\26f6"
}

.iconochive-mute:before {
    content: "\1f507"
}

.iconochive-unmute:before {
    content: "\1f50a"
}

.iconochive-share:before {
    content: "\1f381"
}

.iconochive-edit:before {
    content: "\270e"
}

.iconochive-reedit:before {
    content: "\2710"
}

.iconochive-gear:before {
    content: "\2699"
}

.iconochive-remove-circle:before {
    content: "\274e"
}

.iconochive-plus-circle:before {
    content: "\1f5d6"
}

.iconochive-minus-circle:before {
    content: "\1f5d5"
}

.iconochive-x:before {
    content: "\1f5d9"
}

.iconochive-fork:before {
    content: "\22d4"
}

.iconochive-trash:before {
    content: "\1f5d1"
}

.iconochive-warning:before {
    content: "\26a0"
}

.iconochive-flash:before {
    content: "\1f5f2"
}

.iconochive-world:before {
    content: "\1f5fa"
}

.iconochive-lock:before {
    content: "\1f512"
}

.iconochive-unlock:before {
    content: "\1f513"
}

.iconochive-twitter:before {
    content: "\1f426"
}

.iconochive-facebook:before {
    content: "\66"
}

.iconochive-googleplus:before {
    content: "\67"
}

.iconochive-reddit:before {
    content: "\1f47d"
}

.iconochive-tumblr:before {
    content: "\54"
}

.iconochive-pinterest:before {
    content: "\1d4df"
}

.iconochive-popcorn:before {
    content: "\1f4a5"
}

.iconochive-email:before {
    content: "\1f4e7"
}

.iconochive-embed:before {
    content: "\1f517"
}

.iconochive-gamepad:before {
    content: "\1f579"
}

.iconochive-Zoom_In:before {
    content: "\2b"
}

.iconochive-Zoom_Out:before {
    content: "\2d"
}

.iconochive-RSS:before {
    content: "\1f4e8"
}

.iconochive-Light_Bulb:before {
    content: "\1f4a1"
}

.iconochive-Add:before {
    content: "\2295"
}

.iconochive-Tab_Activity:before {
    content: "\2318"
}

.iconochive-Forward:before {
    content: "\23e9"
}

.iconochive-Backward:before {
    content: "\23ea"
}

.iconochive-No_Audio:before {
    content: "\1f508"
}

.iconochive-Pause:before {
    content: "\23f8"
}

.iconochive-No_Favorite:before {
    content: "\2606"
}

.iconochive-Unike:before {
    content: "\2661"
}

.iconochive-Song:before {
    content: "\266b"
}

.iconochive-No_Flag:before {
    content: "\2690"
}

.iconochive-Flag:before {
    content: "\2691"
}

.iconochive-Done:before {
    content: "\2713"
}

.iconochive-Check:before {
    content: "\2714"
}

.iconochive-Refresh:before {
    content: "\27f3"
}

.iconochive-Headphones:before {
    content: "\1f3a7"
}

.iconochive-Chart:before {
    content: "\1f4c8"
}

.iconochive-Bookmark:before {
    content: "\1f4d1"
}

.iconochive-Documents:before {
    content: "\1f4da"
}

.iconochive-Newspaper:before {
    content: "\1f4f0"
}

.iconochive-Podcast:before {
    content: "\1f4f6"
}

.iconochive-Radio:before {
    content: "\1f4fb"
}

.iconochive-Cassette:before {
    content: "\1f4fc"
}

.iconochive-Shuffle:before {
    content: "\1f500"
}

.iconochive-Loop:before {
    content: "\1f501"
}

.iconochive-Low_Audio:before {
    content: "\1f509"
}

.iconochive-First:before {
    content: "\1f396"
}

.iconochive-Invisible:before {
    content: "\1f576"
}

.iconochive-Computer:before {
    content: "\1f5b3"
}

[class^="iconochive-"],
[class*=" iconochive-"] {
    font-size: 125%
}

.iconochive-quote {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-quote:before {
    font-size: 125% !important;
    content: "\275d"
}

.iconochive-remove-circle {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-remove-circle:before {
    font-size: 125% !important;
    content: "\274e"
}

.iconochive-search-star {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-search-star:before {
    font-size: 125% !important;
    content: "\273d"
}

.iconochive-share {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-share:before {
    font-size: 125% !important;
    content: "\1f381"
}

.iconochive-tv-commercial {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-tv-commercial:before {
    font-size: 125% !important;
    content: "\1f4b0"
}

html,
body {
    height: 100%
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 320px
}

@media print {
    a[href]:after {
        content: normal !important
    }
}

@media (max-width:767px) {
    body.rgb .container-ia {
        background-color: lightpink !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    body.rgb .container-ia {
        background-color: lightgreen !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    body.rgb .container-ia {
        background-color: lightblue !important
    }
}

@media (min-width:1200px) {
    body.rgb .container-ia {
        background-color: wheat !important
    }
}

.width-max {
    max-width: 100%
}

@media (max-width:767px) {
    .hidden-xs-span {
        display: none
    }
}

@media (max-width:991px) {
    .hidden-sm-span {
        display: none
    }
}

.credit {
    margin: 5px 0;
    text-align: center
}

.truncate {
    white-space: nowrap;
    overflow: hidden
}

.hidden-for-screen-readers,
.sr-only {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.hidden-for-screen-readers:focus {
    position: static;
    width: auto;
    height: auto;
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.focus-on-child-only,
.focus-on-child-only:focus .focus-on-gchild-only,
.focus-on-gchild-only:focus {
    outline: none !important
}

:focus,
.in-focus,
.focus-on-child-only:focus>*,
.focus-on-gchild-only:focus>*>* {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.outlineable:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important
}

.center-area {
    height: 100%
}

.center-area>* {
    display: inline-block;
    vertical-align: middle;
    width: 98%
}

.center-area:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.centered {
    display: inline-block;
    vertical-align: middle
}

code {
    font-size: 80%
}

div.box h1 {
    font-size: 24px;
    margin-top: 30px
}

div.box h1 small {
    font-size: 14px
}

div.box h2 {
    font-size: 18px;
    margin-top: 20px
}

div.well>h1 {
    margin-top: 0
}

div.well>h2 {
    margin-top: 0
}

div.well>h3 {
    margin-top: 0
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px)
}

.colorMT .iconochive-audio {
    color: #00adef
}

.colorMT .iconochive-etree {
    color: #00adef
}

.colorMT .iconochive-texts {
    color: #faab3c
}

.colorMT .iconochive-movies {
    color: #f1644b
}

.colorMT .iconochive-tv {
    color: #f1644b
}

.colorMT .iconochive-image {
    /*#aa99c9*/
    color: #ced6dc
}

.colorMT .iconochive-software {
    color: #9ecc4f
}

.colorMT .iconochive-web {
    color: #ffcd27
}

body.navia:-moz-full-screen {
    background: url(/images/black.png)
}

body.navia #navwrap1 {
    -webkit-transition: height .33s ease;
    -moz-transition: height .33s ease;
    -o-transition: height .33s ease;
    transition: height .33s ease;
    height: 50px;
    width: 100%;
    background-color: #222
}

@media (max-width:767px) {
    body.navia #navwrap1 {
        height: 30px
    }
}

body.navia #navwrap1.hatted {
    height: 260px
}

@media (max-width:767px) {
    body.navia #navwrap1.hatted {
        height: 240px
    }
}

body.navia #navwrap2 {
    -webkit-transition: height .33s ease;
    -moz-transition: height .33s ease;
    -o-transition: height .33s ease;
    transition: height .33s ease;
    height: 50px;
    width: 100%
}

@media (max-width:767px) {
    body.navia #navwrap2 {
        height: 30px
    }
}

body.navia #glyphme {
    -moz-opacity: .55;
    opacity: .55;
    filter: alpha(opacity=55)
}

body.navia #glyphme:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

body.navia #glyphme img {
    width: 25px;
    height: 24px
}

@media (max-width:767px) {
    body.navia #glyphme img {
        width: 17px;
        height: 17px;
        margin-top: -5px
    }
}

body.navia .navbar {
    min-height: 50px;
    border-bottom: 0;
    -webkit-transition: padding-top .33s ease;
    -moz-transition: padding-top .33s ease;
    -o-transition: padding-top .33s ease;
    transition: padding-top .33s ease
}

body.navia .navbar .container {
    max-width: 4000px !important
}

@media (min-width:768px) {
    body.navia .navbar .container {
        max-width: 1000px
    }
}

body.navia .navbar .navbar-nav {
    width: 100%;
    margin: 0
}

body.navia .navbar .navbar-nav>li {
    height: 50px
}

body.navia .navbar .navbar-nav>li>a {
    font-size: 20px;
    padding: 10px 0
}

body.navia .navbar .navbar-nav>li>a span.hidden-xs-span {
    font-size: 16px
}

@media (max-width:767px) {
    body.navia .navbar .navbar-nav>li>a {
        font-size: 14px;
        padding-top: 7px;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    body.navia .navbar .navbar-nav>li {
        height: 30px
    }
}

@media (max-width:767px) {
    body.navia .navbar .navbar-nav {
        min-width: 320px;
        margin-right: -30px
    }
}

body.navia .navbar .dropdown-ia {
    padding-left: 13px;
    padding-right: 13px
}

body.navia .navbar .dropdown-ia.hatted {
    background-color: #474747
}

body.navia .navbar .dropdown-ia.hatted .iconochive-audio {
    color: #00adef
}

body.navia .navbar .dropdown-ia.hatted .iconochive-etree {
    color: #00adef
}

body.navia .navbar .dropdown-ia.hatted .iconochive-texts {
    color: #faab3c
}

body.navia .navbar .dropdown-ia.hatted .iconochive-movies {
    color: #f1644b
}

body.navia .navbar .dropdown-ia.hatted .iconochive-tv {
    color: #f1644b
}

body.navia .navbar .dropdown-ia.hatted .iconochive-image {
    /*color: #aa99c9*/
    color: #ced6dc
}

body.navia .navbar .dropdown-ia.hatted .iconochive-software {
    color: #9ecc4f
}

body.navia .navbar .dropdown-ia.hatted .iconochive-web {
    color: #ffcd27
}

body.navia .navbar .dropdown-ia.pull-right.rightmost {
    margin-right: 40px
}

body.navia .navbar .dropdown-ia.pull-right.leftmost {
    padding-left: 60px
}

body.navia .navbar .dropdown-ia.pull-left.rightmost {
    padding-right: 60px
}

body.navia .navbar .dropdown-ia.pull-left.rightmost.hatted {
    padding-right: 13px
}

@media (max-width:991px) {
    body.navia .navbar .dropdown-ia {
        height: 32px;
        padding-left: 7px;
        padding-right: 7px
    }
}

@media (max-width:767px) {
    body.navia .navbar .dropdown-ia {
        padding-left: 3px;
        padding-right: 2px
    }
    body.navia .navbar .dropdown-ia.pull-right.leftmost {
        padding-left: 3px
    }
    body.navia .navbar .dropdown-ia.pull-right.rightmost {
        margin-right: 0
    }
    body.navia .navbar .dropdown-ia.pull-left.rightmost {
        padding-right: 3px
    }
    body.navia .navbar .dropdown-ia.pull-left.rightmost.hatted {
        padding-right: 3px
    }
}

body.navia .navbar .mypic {
    padding-right: 0;
    padding-bottom: 0 !important
}

body.navia .navbar .mypic img {
    width: 30px;
    height: 30px;
    margin-right: 3px
}

@media (max-width:767px) {
    body.navia .navbar .mypic img {
        width: 20px;
        height: 20px;
        margin-right: 0
    }
}

body.navia .navbar .mydrop {
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    color: #333333;
    border: 0;
    top: calc(118%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.05));
    transition: opacity .1s ease-in-out, visibility 0s .1s
}

body.navia .navbar .mydrop.active {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity .1s ease-in-out
}

body.navia .navbar .mydrop::after {
    content: '';
    position: absolute;
    right: 7px;
    top: -7px;
    display: block;
    height: 7px;
    width: 12px;
    border-bottom: 7px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

body.navia .navbar .mydrop .dropdown-header-item {
    padding: 3px 20px;
    color: #999999;
    font-size: 11px
}

body.navia .navbar .mydrop a {
    color: currentColor;
    transition-property: background, color;
    transition-duration: .1s;
    transition-timing-function: ease-out
}

body.navia .navbar .mydrop a:hover {
    color: #ffffff
}

body.navia .navbar .mydrop a>span {
    color: #999;
    padding-right: 5px
}

body.navia .navbar .mydrop .divider {
    background-color: #666
}

body.navia .navbar .navbar-brand-li {
    position: absolute;
    height: 1px !important;
    width: 100%;
    text-align: center
}

body.navia .navbar .navbar-brand-li .navbar-brand {
    float: none;
    display: inline-block;
    z-index: 2;
    width: 40px;
    margin-left: 0;
    padding: 8px 0 0 0
}

body.navia .navbar .navbar-brand-li .navbar-brand>span {
    font-size: 34px;
    color: #eee
}

body.navia .navbar .navbar-brand-li .navbar-brand>span:hover {
    color: #fff
}

@media (max-width:767px) {
    body.navia .navbar .navbar-brand-li .navbar-brand {
        padding-top: 3px !important
    }
    body.navia .navbar .navbar-brand-li .navbar-brand>span {
        font-size: 25px
    }
}

body.navia .navbar #nav-search {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 15%;
    position: relative
}

body.navia .navbar #nav-search a {
    position: absolute;
    padding-top: 4px;
    left: 17px
}

body.navia .navbar #nav-search a .iconochive-search {
    color: #222
}

body.navia .navbar #nav-search>div {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0 7px;
    background-color: #eee;
    height: 100%;
    overflow: hidden
}

body.navia .navbar #nav-search form {
    line-height: 1
}

body.navia .navbar #nav-search input[type=text] {
    padding-left: 30px;
    margin-top: 8px;
    z-index: 10;
    border: 0;
    outline: none;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    background-color: transparent
}

body.navia .navbar #nav-search input[type=submit] {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    border: 0;
    outline: 0;
    background-color: #222;
    color: #222
}

@media (max-width:767px) {
    body.navia .navbar #nav-search {
        padding-top: 4px;
        padding-bottom: 4px
    }
    body.navia .navbar #nav-search a {
        left: 3px
    }
    body.navia .navbar #nav-search>div {
        padding-right: 0
    }
    body.navia .navbar #nav-search input[type=text] {
        padding-left: 10px;
        margin-top: 0;
        top: 2px;
        height: 25px;
        font-size: 12px
    }
}

body.navia .navbar #nav-abouts {
    display: none;
    z-index: 2;
    position: absolute;
    top: 50px;
    width: 100%;
    background-color: #353535;
    padding-top: 8px;
    text-align: center
}

body.navia .navbar #nav-abouts li {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 10px;
    font-size: 12px;
    height: 20px;
    color: #999 !important;
    line-height: 1;
    margin-left: 15px;
    margin-right: 15px
}

body.navia .navbar #nav-abouts li a {
    display: block;
    line-height: 1;
    padding-bottom: 3px;
    color: #aaa !important;
    text-decoration: none !important;
    cursor: pointer
}

body.navia .navbar #nav-abouts li a:hover {
    color: white !important
}

@media (max-width:991px) {
    body.navia .navbar #nav-abouts li {
        margin-left: 9px;
        margin-right: 9px
    }
}

@media (max-width:820px) {
    body.navia .navbar #nav-abouts li {
        margin-left: 7px;
        margin-right: 7px
    }
}

@media (max-width:767px) {
    body.navia .navbar #nav-abouts {
        display: none !important
    }
}

body.navia .navbar .nav-hamburger .navbar-toggle {
    margin-right: 0;
    padding: 8px 6px
}

body.navia .navbar .nav-hamburger #nav-hamburger-menu {
    height: 1px;
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #353535;
    overflow-x: hidden;
    max-height: 1000px
}

body.navia .navbar .nav-hamburger .navbar-nav {
    min-width: inherit;
    margin-right: 0
}

@media (max-width:767px) {
    body.navia .navbar {
        min-height: 30px
    }
}

body.navia #nav-tophat {
    background-color: #474747;
    color: #ccc
}

body.navia #nav-tophat>.toprow {
    display: none
}

@media (min-width:768px) {
    body.navia #nav-tophat>.toprow {
        min-height: 210px
    }
}

body.navia #nav-tophat .row h5 {
    color: #999;
    font-weight: 100;
    font-size: 16px
}

body.navia #nav-tophat .row a {
    color: #ccc !important;
    text-decoration: none !important;
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

body.navia #nav-tophat .row a:hover {
    color: white !important;
    text-shadow: 0 0 2px white
}

body.navia #nav-tophat .row .col-sm-2 .linx {
    font-size: 13px
}

body.navia #nav-tophat .row.fivecolumns {
    max-width: 1000px;
    margin: auto
}

@media (min-width:768px) {
    body.navia #nav-tophat .row.fivecolumns .col-sm-2,
    body.navia #nav-tophat .row.fivecolumns .col-md-2,
    body.navia #nav-tophat .row.fivecolumns .col-lg-2 {
        width: 20%;
        *width: 20%;
        float: left
    }
    body.navia #nav-tophat .row.fivecolumns .col-sm-push-1 {
        left: 10%
    }
    body.navia #nav-tophat .row.fivecolumns .col-sm-push-2 {
        left: 20%
    }
    body.navia #nav-tophat .row.fivecolumns .col-sm-push-3 {
        left: 30%
    }
    body.navia #nav-tophat .row.fivecolumns .col-sm-push-4 {
        left: 40%
    }
    body.navia #nav-tophat .row.fivecolumns .col-sm-pull-1 {
        right: 10%
    }
    body.navia #nav-tophat .row.fivecolumns .col-sm-pull-2 {
        right: 20%
    }
    body.navia #nav-tophat .row.fivecolumns .col-sm-pull-3 {
        right: 30%
    }
    body.navia #nav-tophat .row.fivecolumns .col-sm-pull-4 {
        right: 40%
    }
}

body.navia #nav-tophat .widgets {
    text-align: center;
    max-width: 160px
}

body.navia #nav-tophat .widgets center {
    margin-top: 35px;
    margin-bottom: 10px
}

body.navia #nav-tophat .col-xs-7 .widgets.web {
    float: right
}

body.navia #nav-tophat .wayback-txt {
    color: #979797;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    line-height: 1.1;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:767px) {
    body.navia #nav-tophat .wayback-txt {
        font-size: 12px
    }
}

body.navia #nav-tophat .wayback-main {
    background-color: #FCF5E6;
    -moz-box-shadow: 3px 3px 0 0 #C3AD97;
    -webkit-box-shadow: 3px 3px 0 0 #C3AD97;
    box-shadow: 3px 3px 0 0 #C3AD97;
    text-align: center;
    margin: 15px auto;
    max-width: 600px;
    padding: 7px 20px 7px 20px
}

body.navia #nav-tophat .wayback-main img {
    width: 215px;
    height: 60px;
    max-width: 100%
}

body.navia #nav-tophat .wayback-main .iconochive-search {
    position: absolute;
    left: 1px;
    top: 7px;
    color: #999
}

body.navia #nav-tophat .wayback-main #nav-wb-url {
    background-color: #eee;
    padding-left: 25px
}

@media (max-width:767px) {
    body.navia #nav-tophat .wayback-main {
        max-width: 250px
    }
}

body.navia #nav-tophat-helper {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px
}

@media (min-width:768px) {
    body.navia.touch .nav-hamburger {
        display: block !important
    }
    body.navia.touch .navbar-toggle {
        display: block !important;
        margin-top: 10px
    }
    body.navia.touch .navbar-collapse li {
        height: inherit
    }
    body.navia.touch .navbar-collapse.collapse {
        display: none !important
    }
    body.navia.touch #nav-hamburger-menu {
        padding-left: 10px;
        padding-right: 10px
    }
}

body.navia .container-ia .iconochive-audio {
    color: #00adef
}

body.navia .container-ia .iconochive-etree {
    color: #00adef
}

body.navia .container-ia .iconochive-texts {
    color: #faab3c
}

body.navia .container-ia .iconochive-movies {
    color: #f1644b
}

body.navia .container-ia .iconochive-tv {
    color: #f1644b
}

body.navia .container-ia .iconochive-image {
    /*color: #aa99c9*/
    color: #ced6dc
}

body.navia .container-ia .iconochive-software {
    color: #9ecc4f
}

body.navia .container-ia .iconochive-web {
    color: #ffcd27
}

body.navia .container-ia.nopad {
    border-top: 1px solid #e9e9e9;
    padding-left: 0;
    padding-right: 0
}

body.navia .container-ia.nopad .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

body.navia .modal-backdrop.in {
    opacity: .8
}

body.navia .modal .close {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

body.navia .modal .close:hover {
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90)
}

body.navia.blurry .modal-backdrop.in {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

body.navia.blurry .container-ia {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px)
}

.carousel-inner .carousel-caption {
    display: none
}

.carousel-inner>.item>img {
    margin-left: auto;
    margin-right: auto
}

.popover-wider .popover {
    max-width: 700px;
    max-height: 80%;
    overflow-y: auto
}

.alert-sm {
    padding: 1px 3px
}

.alert-sm.alert-dismissable {
    padding-right: 25px
}

.content-box-sizing,
.content-box-sizing *,
.content-box-sizing *:before,
.content-box-sizing *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

body.navbar-no-margin-bottom .navbar {
    margin-bottom: 0 !important
}

body.navbar-fixed-position #navwrap1 {
    z-index: 1999999
}

body.navbar-fixed-position #navwrap2 {
    z-index: 2000000;
    position: fixed
}

body.content-box .container-ia,
body.content-box .container-ia *,
body.content-box .container-ia *:before,
body.content-box .container-ia *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

body.max-width-3000 .container-ia {
    max-width: 3000px
}

body.font-size-two-thirds .container-ia {
    font-size: 62.5%
}

.btn.btn-gray {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background-color: black;
    font-weight: bold;
    font-size: 14px;
    border: 0
}

.btn.btn-gray:hover {
    background-color: #333
}

#searchform .btn-gray {
    position: absolute;
    color: white;
    right: -60px
}

.btn.btn-cancel {
    background-color: #a0a0a0
}

.btn.btn-cancel:hover {
    background-color: #8c8c8c
}

.serif {
    font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif !important
}

.monospace {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

.linkcolor {
    color: #428bca
}

.clickydiv:hover {
    cursor: pointer
}

.topinblock {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.superscript {
    font-size: xx-small;
    vertical-align: top
}

.subscript {
    font-size: xx-small;
    vertical-align: bottom
}

.stealth,
.stealth:hover {
    text-decoration: none !important;
    cursor: pointer
}

.roundbox3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.roundbox {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

.roundbox5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

.roundbox7 {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px
}

.roundbox10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px
}

.roundbox20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px
}

.opac100 {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.opac90 {
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90)
}

.opac80 {
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80)
}

.opac70 {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

.opac60 {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

.opac50 {
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50)
}

.opac40 {
    -moz-opacity: .4;
    opacity: .4;
    filter: alpha(opacity=40)
}

.opac30 {
    -moz-opacity: .3;
    opacity: .3;
    filter: alpha(opacity=30)
}

.opac20 {
    -moz-opacity: .2;
    opacity: .2;
    filter: alpha(opacity=20)
}

.opac10 {
    -moz-opacity: .1;
    opacity: .1;
    filter: alpha(opacity=10)
}

.opac0 {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ghost,
.ghost-no-hover {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

.ghost50 {
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50)
}

.ghost80 {
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80)
}

.ghost90,
.ghost:hover,
.ghost50:hover,
.ghost80:hover {
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90)
}

.opake {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.opake-important {
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

@keyframes blinker {
    from {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.popover-invert {
    background-color: black;
    color: white
}

.popover-invert .arrow:after {
    border-bottom-color: black !important
}

.popover-invert .popover-title {
    background-color: black;
    color: white;
    border-color: #666
}

.sharee {
    float: left !important;
    font-size: 25px;
    color: #999;
    border: 0
}

.sharee:hover {
    background-color: #ddd
}

.sharee:hover.iconochive-twitter {
    color: #4099FF
}

.sharee:hover.iconochive-facebook {
    color: #3b5998
}

.sharee:hover.iconochive-googleplus {
    color: #dd4b39
}

.sharee:hover.iconochive-reddit {
    color: #5f99cf
}

.sharee:hover.iconochive-tumblr {
    color: #32506d
}

.sharee:hover.iconochive-pinterest {
    color: #cb2027
}

.sharee:hover.iconochive-popcorn {
    color: #D83920
}

.sharee:hover.iconochive-email {
    color: white;
    background-color: inherit
}

.sharee:hover.iconochive-embed {
    color: white;
    background-color: inherit
}

.sharee-hover {
    background-color: #ddd
}

.sharee-hover.iconochive-twitter {
    color: #4099FF
}

.sharee-hover.iconochive-facebook {
    color: #3b5998
}

.sharee-hover.iconochive-googleplus {
    color: #dd4b39
}

.sharee-hover.iconochive-reddit {
    color: #5f99cf
}

.sharee-hover.iconochive-tumblr {
    color: #32506d
}

.sharee-hover.iconochive-pinterest {
    color: #cb2027
}

.sharee-hover.iconochive-popcorn {
    color: #D83920
}

.sharee-hover.iconochive-email {
    color: white;
    background-color: inherit
}

.sharee-hover.iconochive-embed {
    color: white;
    background-color: inherit
}

.share-icon {
    vertical-align: top;
    *display: inline;
    zoom: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important;
    width: 25px;
    height: 25px;
    background-color: #333;
    color: white;
    font-size: 13px;
    padding-top: 6px;
    text-align: center
}

.share-icon:before {
    font-size: 125% !important;
    content: "\1f381"
}

div.stamped {
    font-size: 12px;
    border: 1px solid #eee8d5;
    color: #eee8d5;
    font-weight: bold;
    padding: 2px;
    position: absolute;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -ms-transform-origin: 0 -200px;
    -webkit-transform-origin: 0 -200px;
    -moz-transform-origin: 0 -200px;
    -o-transform-origin: 0 -200px;
    transform-origin: 0 -200px
}

.posrel {
    position: relative
}

#opscreen1,
#opscreen2,
#opscreen1M {
    background-image: url(/images/tv2op70.png);
    background-repeat: repeat;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

#opscreen2 {
    z-index: 200
}

#opscreen1M {
    z-index: 1000000;
    right: 0;
    bottom: 0
}

.small-label {
    font-size: 14px !important;
    font-weight: 200 !important
}

.big-label {
    font-size: 18px !important;
    font-weight: 100 !important;
    letter-spacing: 1px
}

.micro-label {
    font-size: 10px !important;
    font-weight: 200 !important
}

.breaker-breaker {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.oneliner {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

body.ia-module .rot90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

body.ia-module .rot180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

body.ia-module .rot270 {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

body.ia-module.ios .rot90,
body.ia-module.ios .rot180,
body.ia-module.ios .rot270 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

body.ia-module .relative-row {
    position: relative
}

body.ia-module .iconochive-favorite.size-75-percent {
    font-size: 75%
}

body.ia-module .key-val-big {
    font-size: 16px;
    font-weight: 200
}

body.ia-module span.key {
    font-size: 16px;
    font-weight: 200
}

body.ia-module span.value {
    font-size: 16px;
    font-weight: 200;
    color: #aaa
}

body.ia-module .shomo {
    font-size: 10px !important;
    font-weight: 200 !important;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #999;
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 3px 12px
}

body.ia-module .boxy {
    text-align: center;
    background-color: rgba(216, 216, 216, 0.33);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    padding: 11px 20px 16px 20px;
    margin-bottom: 20px
}

body.ia-module .boxy .boxy-ttl {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: rgba(38, 38, 38, 0.6);
    margin-top: 5px;
    font-size: 12px
}

body.ia-module .boxy .boxy-label {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 22px;
    line-height: 1
}

body.ia-module .boxy .boxy-label.stealth,
body.ia-module .boxy .boxy-label a.stealth {
    /*    color: #4a90e2 !important*/
    color: #000000 !important
}

body.ia-module .boxy .hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-bottom: 20px
}

body.ia-module #tvborrow,
body.ia-module #TVNRT {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #428bca;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin-bottom: 15px
}

body.ia-module #tvborrow .iconochive-disc,
body.ia-module #TVNRT .iconochive-disc,
body.ia-module #tvborrow .iconochive-eye,
body.ia-module #TVNRT .iconochive-eye {
    font-size: 150%
}

body.ia-module .download-button {
    padding: 15px 0;
    min-height: 48px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 5px
}

body.ia-module .download-button.streamo {
    border: 1px solid #eee;
    text-align: center
}

body.ia-module .quick-down {
    text-align: left;
    margin-bottom: 0
}

body.ia-module .quick-down .hover-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
    font-weight: normal;
    color: rgba(38, 38, 38, 0.6);
    background-color: transparent
}

body.ia-module .quick-down .hover-badge .iconochive-download {
    visibility: hidden
}

body.ia-module .quick-down .hover-badge-stealth {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
    font-weight: normal;
    color: rgba(38, 38, 38, 0.6);
    background-color: transparent;
    cursor: normal;
    pointer-events: none
}

body.ia-module .quick-down .hover-badge-stealth .iconochive-download {
    visibility: hidden
}

body.ia-module .quick-down .hover-badge-near {
    color: rgba(38, 38, 38, 0.6);
    background-color: #ccc;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto
}

body.ia-module .quick-down .hover-badge-near .iconochive-download {
    visibility: visible
}

body.ia-module .quick-down .hover-badge-near:hover {
    color: white !important;
    background-color: #428bca !important
}

body.ia-module .quick-down .download-pill .iconochive-download {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
    visibility: hidden;
    background-color: #428bca;
    color: white
}

body.ia-module .quick-down .format-group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    margin-bottom: 5px
}

body.ia-module .quick-down .quickdown {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 7px
}

body.ia-module .quick-down .quickdown .format-file {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 5px;
    margin-top: 5px
}

body.ia-module .quick-down .quickdown .format-file:first-child {
    border-top: 0
}

body.ia-module .quick-down .quickdown .format-file:hover .download-pill * {
    visibility: visible
}

body.ia-module .quick-down .format-summary {
    text-decoration: none
}

body.ia-module .quick-down .format-summary .iconochive-right {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    visibility: hidden
}

body.ia-module .quick-down .format-back {
    display: none
}

body.ia-module .quick-down .format-group a.stealth {
    color: #428bca
}

body.ia-module .quick-down .format-group .down-rite,
body.ia-module .quick-down .format-group .summary-rite {
    float: right !important;
    color: rgba(0, 0, 0, 0.5)
}

body.ia-module .quick-down .format-group:hover .format-summary .iconochive-right,
body.ia-module .quick-down .format-group:hover .format-summary.download-pill * {
    visibility: visible
}

body.ia-module .quick-down .format-group.in {
    padding-top: 7px
}

body.ia-module .quick-down .format-group.in .format-summary {
    display: none
}

body.ia-module .quick-down .format-group.in .format-back {
    display: inline-block;
    margin-top: 0;
    color: rgba(38, 38, 38, 0.6)
}

body.ia-module .quick-down .format-group.in .format-back:hover {
    color: #428bca
}

body.ia-module .quick-down .format-group.in .summary-rite .hover-badge-stealth {
    color: rgba(38, 38, 38, 0.6);
    background-color: #ccc;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto
}

body.ia-module .quick-down .format-group.in .summary-rite .hover-badge-stealth .iconochive-download {
    visibility: visible
}

body.ia-module .quick-down .format-group.in .summary-rite .hover-badge-stealth:hover {
    color: white !important;
    background-color: #428bca !important
}

body.ia-module .quick-down .show-all {
    padding-top: 20px;
    padding-bottom: 10px
}

body.ia-module .quick-down .show-all .pull-right {
    text-align: right
}

body.ia-module .quick-down .show-all:hover a {
    color: #428bca
}

body.ia-module .quick-down .show-all:hover .hover-badge {
    color: rgba(38, 38, 38, 0.6);
    background-color: #ccc;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto
}

body.ia-module .quick-down .show-all:hover .hover-badge .iconochive-download {
    visibility: visible
}

body.ia-module .quick-down .show-all:hover .hover-badge:hover {
    color: white !important;
    background-color: #428bca !important
}

body.ia-module #cotiles,
body.ia-module #cotiles1,
body.ia-module #cotiles2,
body.ia-module #cotiles3,
body.ia-module #cotiles4,
body.ia-module #cotiles5,
body.ia-module #cotiles8
{
/*    display: none;*/
    text-align: justify
}

body.ia-module #cotilesubicacion
{
    text-align: center
}



body.ia-module .stealth {
    color: black
}

body.ia-module #searchform .form-group {
    position: relative
}

body.ia-module #searchform #se-advanced-link {
    color: #428bca
}

body.ia-module .no-results {
    margin: 50px 0 0 50px;
    font-size: 18px;
    font-weight: 200
}

body.ia-module #file-dropper-wrap {
    float: left;
    position: relative;
    text-shadow: none
}

body.ia-module #file-dropper-wrap #file-dropper {
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    display: none;
    background-color: white;
    color: black;
    z-index: 1;
    border: 3px solid #ccc;
    width: 200px;
    padding: 10px;
    text-align: center
}

body.ia-module #file-dropper-wrap #file-dropper.drag_over {
    border: 3px dashed black !important
}

body.ia-module #file-dropper-wrap #file-dropper .uppreview {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

body.ia-module #file-dropper-wrap #file-dropper #file-submit {
    display: none;
    margin: 10px 0
}

body.ia-module #file-dropper-wrap #file-dropper #file-cancel {
    -moz-opacity: .4;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none;
    color: red;
    font-weight: bold;
    font-size: 24px
}

body.ia-module #file-dropper-wrap #file-uploading {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 1px 3px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    display: none;
    z-index: 1;
    text-align: center;
    position: absolute;
    padding: 7px 10px;
    border: 2px solid black
}

body.ia-module #file-dropper-wrap #file-uploading.alert-dismissable {
    padding-right: 25px
}

body.ia-module #file-dropper-wrap #file-dropper-img {
    background-color: white;
    max-height: 100px
}

body.ia-module .searchTerm {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    padding: 2px;
    color: #eee;
    background-color: #333
}

body.ia-module #descript {
    -webkit-transition: max-height 1.5s ease;
    -moz-transition: max-height 1.5s ease;
    -o-transition: max-height 1.5s ease;
    transition: max-height 1.5s ease;
    overflow: hidden
}

body.ia-module #descript img {
    max-width: 100%;
    height: auto
}

body.ia-module .columns-items {
    position: relative;
    min-height: 1px;
    margin-right: 0
}

body.ia-module .columns-items .range-maker {
    background-color: #ddd;
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: -7px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5)
}

body.ia-module .columns-items .range-maker>div {
    position: relative
}

body.ia-module .columns-items .range-maker>div table {
    width: 100%
}

body.ia-module .columns-items .range-maker>div table tr td {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 18px;
    text-align: center;
    color: #aaa;
    padding: 10px 0
}

body.ia-module .columns-items .range-maker>div table tr td a {
    color: black !important;
    font-weight: 200
}

body.ia-module .columns-items .range-maker>div table tr td .iconochive-remove-circle {
    font-size: 15px;
    position: absolute;
    top: -3px;
    left: -3px
}

body.ia-module .columns-items .range-maker>div table tr td.in {
    position: relative;
    background-color: #fdffc1;
    border: 1px solid #ccc
}

@media (max-width:991px) {
    body.ia-module .columns-items .range-maker>div table tr td {
        font-size: 14px
    }
}

body.ia-module .columns-items .range-maker>div .slide-range2 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    border: 0;
    padding-left: 15px;
    padding-right: 15px
}

body.ia-module .columns-items .range-maker>div .slide-range2 .ui-slider-handle {
    top: -5px;
    margin-left: -7px;
    width: 10px;
    height: 10px;
    background: white none repeat top left !important;
    border: 2px solid black;
    cursor: pointer
}

body.ia-module .columns-items .range-maker>div .slide-range2 .ui-slider-handle:focus {
    outline: 0;
    outline-offset: 0
}

body.ia-module .columns-items .sortbar {
    background-color: white;
    padding: 6px 15px;
    border: 1px solid #E3E3E3;
    border-bottom: 1px solid white
}

body.ia-module .columns-items .sortbar .micro-label {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body.ia-module .columns-items .sortbar .up-down {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 12px !important;
    line-height: 1;
    margin-top: 5px
}

body.ia-module .columns-items .sortbar .up-down div {
    margin-top: -5px;
    color: #999 !important
}

body.ia-module .columns-items .sortbar .up-down div.in {
    color: #428bca !important
}

body.ia-module .columns-items .sortbar .up-down div.disabled {
    color: #ccc !important
}

body.ia-module .columns-items .sortbar .up-down .iconochive-down-solid {
    margin-left: -0.5px
}

body.ia-module .columns-items .sortbar .sort-by {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 6px;
    font-size: 10px !important;
    margin-right: 15px;
    font-weight: bold
}

body.ia-module .columns-items .sortbar .ikind-mobile {
    font-size: 12px;
    width: auto
}

body.ia-module .columns-items .sortbar-rule {
    height: 1px;
    background: #BBB;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: -1;
    line-height: 0
}

body.ia-module .columns-items .mobile-header .C234,
body.ia-module .columns-items .mobile-header .C5 {
    font-weight: bold
}

body.ia-module .columns-items .mobile-header .pubdate.C.C3 {
    overflow: visible
}

body.ia-module .columns-items .mobile-header .pubdate.C.C3>div {
    position: relative;
    height: 20px
}

body.ia-module .columns-items .mobile-header .pubdate.C.C3>div>div {
    position: absolute;
    left: -50px
}

@media (min-width:768px) {
    body.ia-module .columns-items .mobile-header .pubdate.C.C3>div>div {
        left: -10px
    }
}

@media (min-width:992px) {
    body.ia-module .columns-items .mobile-header {
        display: none !important
    }
}

body.ia-module .columns-items .date_switcher {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    color: #eee;
    padding: 3px 15px;
    margin: 0 7px
}

body.ia-module .columns-items .date_switcher.in {
    background-color: #3371b6;
    font-weight: 200;
    color: white
}

body.ia-module .columns-items .blue-pop .tooltip .tooltip-arrow {
    border-bottom-color: #428bca
}

body.ia-module .columns-items .blue-pop .tooltip .tooltip-inner {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    max-width: 600px;
    background-color: #428bca;
    padding: 10px
}

body.ia-module .filter- {
    width: 38px;
    height: 20px;
    margin-left: 20px
}

body.ia-module .columns-facets {
    position: relative;
    float: left;
    width: 186px;
    padding-right: 12px;
    min-height: 1px;
    font-size: 14px;
    word-wrap: break-word !important
}

body.ia-module .columns-facets .filter- {
    display: inline-block;
    float: right;
    margin-left: 0;
    margin-top: -4px
}

body.ia-module .columns-facets .facet-mediatype {
    font-size: 15px;
    line-height: 1.5
}

body.ia-module .columns-facets .facet-mediatype a {
    color: #333;
    text-decoration: none !important;
    cursor: pointer
}

body.ia-module .columns-facets .facet-firstTitle {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    line-height: 1;
    font-size: 11px
}

body.ia-module .columns-facets h5 {
    font-size: 14px !important;
    font-weight: 200 !important;
    margin-top: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e9e9e9
}

body.ia-module .columns-facets a {
    color: #428bca;
    text-decoration: none !important
}

body.ia-module .columns-facets a .iconochive-right-solid {
    margin-left: 5px
}

body.ia-module .columns-facets .iconochive-rss {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 18px;
    padding-top: 3px;
    padding-left: 5px;
    color: #333
}

body.ia-module .columns-items,
body.ia-module .columns-facets {
    padding-top: 25px
}

body.ia-module .columns-items .co-top-row,
body.ia-module .columns-facets .co-top-row {
    min-height: 55px;
    margin-bottom: 20px
}

body.ia-module .columns-items h3.co-top-row,
body.ia-module .columns-facets h3.co-top-row {
    margin-top: 0;
    margin-right: -20px;
    padding-top: 5px
}

body.ia-module .columns-items .micro-label,
body.ia-module .columns-facets .micro-label {
    color: #979797;
    margin-top: 6px
}

body.ia-module #morf-modal .modal-dialog {
    width: 90%;
    max-width: 1100px;
    left: inherit;
    right: inherit
}

body.ia-module #morf-modal .modal-dialog .modal-title {
    text-align: left;
    font-weight: normal
}

body.ia-module #morf-x {
    float: right !important;
    font-weight: 600;
    font-size: 30px;
    color: #d8d8d8
}

body.ia-module #morf-x:hover {
    color: black;
    text-decoration: none
}

body.ia-module #morf-paging {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #efefef;
    text-align: right;
    font-size: 13px;
    color: #428bca;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    word-spacing: 5px
}

body.ia-module #morf-paging .topinblock {
    background-color: #fafafa;
    padding: 7px 5px;
    margin-top: -7px;
    margin-bottom: -7px
}

body.ia-module #morf-paging a {
    color: #4a4a4a !important
}

body.ia-module .columns-facets .fatable,
body.ia-module #morf-page .fatable {
    -webkit-column-width: 250px;
    -moz-column-width: 250px;
    column-width: 250px;
    font-size: 12px
}

body.ia-module .columns-facets .fatable .farow,
body.ia-module #morf-page .fatable .farow {
    width: 100%;
    display: inline-block
}

body.ia-module .columns-facets .fatable .farow .facell.fin,
body.ia-module #morf-page .fatable .farow .facell.fin {
    background-color: #fcc24c;
    color: black
}

body.ia-module .columns-facets .fatable .farow .facell:first-child,
body.ia-module #morf-page .fatable .farow .facell:first-child {
    float: left;
    width: 20px
}

body.ia-module .columns-facets .fatable .farow .facell:nth-child(2),
body.ia-module #morf-page .fatable .farow .facell:nth-child(2) {
    text-align: right;
    float: right
}

body.ia-module .columns-facets .fatable .farow .facell:last-child,
body.ia-module #morf-page .fatable .farow .facell:last-child {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

body.ia-module #morf-page .fatable .farow {
    padding-left: 5px;
    padding-right: 25px;
    max-width: 400px
}

body.ia-module .item-ia {
    text-align: center
}

body.ia-module .item-ia .item-img,
body.ia-module .item-ia .account-img {
    display: none
}

body.ia-module .item-ia h6.stat {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
    border-left: 1px solid #ccc;
    padding: 1px 0 1px 10px;
    font-size: 9px;
    font-weight: 200;
    color: #979797
}

body.ia-module .item-ia h6.stat small {
    color: inherit
}

body.ia-module .item-ia h6.stat>span {
    color: #888;
    display: block;
    margin-bottom: 3px
}

body.ia-module .item-ia h6.stat:first-child {
    border-left-width: 0
}

body.ia-module .item-ia .forum-poster {
    text-decoration: underline
}

body.ia-module .item-ia.removable .item-img {
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50)
}

body.ia-module .item-ia.removable .xer {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important;
    color: #dc322f;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 30px
}

body.ia-module .item-ia.removable .xer:before {
    font-size: 125% !important;
    content: "\274e"
}

body.ia-module .item-ia.removable .xer:hover {
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer
}

body.ia-module .details-ia {
    display: none
}

body.ia-module .account-ia h6.stat {
    color: #888;
    line-height: 1.5
}

body.ia-module .account-ia .tagline {
    text-align: left
}

body.ia-module.tiles .row>.tilebars {
    text-align: center
}

body.ia-module.tiles .row>.tilebars .results {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 5px;
    text-align: left
}

body.ia-module.tiles .row>.tilebars .results .item-ia {
    position: relative;
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:440px) {
    body.ia-module.tiles .row>.tilebars {
        padding-left: 0;
        padding-right: 0
    }
    body.ia-module.tiles .row>.tilebars .results {
        margin-right: 0
    }
    body.ia-module.tiles .row>.tilebars .results .item-ia {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width:390px) {
    body.ia-module.tiles .row>.tilebars .hidden-tiles {
        display: none !important
    }
    body.ia-module.tiles .row>.tilebars .account-img {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        -khtml-border-radius: 22px;
        border-radius: 22px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: #FCF5E6;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden;
        margin: 10px
    }
    body.ia-module.tiles .row>.tilebars .account-img img {
        width: 43px;
        height: 43px;
        max-width: 43px;
        max-height: 43px
    }
    body.ia-module.tiles .row>.tilebars .item-ia {
        background-color: white;
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        min-height: 20px;
        margin-bottom: 30px;
        border: 1px solid #e9e9e9;
        color: #ccc;
        position: absolute;
        width: 150px
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-parent {
        -webkit-transition: margin-top .3s ease;
        -moz-transition: margin-top .3s ease;
        -o-transition: margin-top .3s ease;
        transition: margin-top .3s ease;
        position: absolute;
        z-index: 1;
        color: black;
        margin-top: -5px;
        margin-left: -10px;
        text-align: left
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-parent .item-parent-img {
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        -khtml-border-radius: 22px;
        border-radius: 22px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: white;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-parent .item-parent-img img {
        max-height: 90px;
        max-width: 90px
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-parent .item-parent-ttl {
        -webkit-transition: opacity .4s ease;
        -moz-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        bottom: 20px;
        width: 99px;
        left: 51px;
        line-height: 1;
        max-height: 100px;
        font-size: 12px;
        font-weight: bold
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-parent.hoverin {
        margin-top: -27px
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-parent.hoverin .item-parent-img,
    body.ia-module.tiles .row>.tilebars .item-ia .item-parent.hoverin .item-parent-ttl {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    body.ia-module.tiles .row>.tilebars .item-ia .collection-title {
        padding: 0;
        line-height: 1
    }
    body.ia-module.tiles .row>.tilebars .item-ia .collection-title>a {
        color: white
    }
    body.ia-module.tiles .row>.tilebars .item-ia .collection-title>a>div {
        font-size: 18px !important;
        font-weight: 100 !important;
        letter-spacing: 1px;
        overflow: hidden;
        margin: 0 15px 35px 15px
    }
    body.ia-module.tiles .row>.tilebars .item-ia .collection-title .num-items {
        line-height: 1
    }
    body.ia-module.tiles .row>.tilebars .item-ia .collection-stats {
        background-color: #444;
        padding: 15px 15px;
        font-size: 14px
    }
    body.ia-module.tiles .row>.tilebars .item-ia .collection-stats .micro-label {
        font-size: 9px !important;
        margin-top: 2px;
        color: white
    }
    body.ia-module.tiles .row>.tilebars .item-ia .collection-stats .iconochive-collection {
        font-size: 36px;
        margin-top: -9px;
        padding-right: 6px
    }
    body.ia-module.tiles .row>.tilebars .item-ia .tile-img {
        position: relative;
        min-height: 50px;
        overflow-x: hidden
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-available .item-img,
    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-checked-out .item-img {
        border: 2px solid currentColor;
        margin-top: 7px;
        padding: 5px
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-available .item-img {
        background-color: rgba(74, 144, 226, 0.24);
        color: #4a90e2
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-checked-out .item-img,
    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-checked-out .tile-action {
        background-color: rgba(240, 181, 52, 0.16);
        color: #d79810
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl a:hover {
        text-decoration: none
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl a:hover .ttl {
        text-decoration: underline
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl .ttl {
        margin-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 10px;
        line-height: 1.2;
        max-height: 42px;
        overflow-y: hidden;
        word-wrap: break-word !important;
        text-align: left;
        font-size: 14px;
        color: black !important
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl .tile-action {
        border: 2px solid currentColor;
        margin-top: 7px;
        padding: 5px;
        background-color: rgba(74, 144, 226, 0.24);
        color: #4a90e2;
        margin: 10px 6px 0 6px;
        font-size: 11px;
        font-weight: 500
    }
    body.ia-module.tiles .row>.tilebars .item-ia .by {
        margin-bottom: 3px;
        padding: 0 6px;
        line-height: 1.2;
        color: #979797;
        text-align: left;
        font-size: 10px;
        max-height: 24px;
        overflow-y: hidden;
        word-wrap: break-word !important
    }
    body.ia-module.tiles .row>.tilebars .item-ia .pubdate {
        text-align: left;
        padding: 0 6px
    }
    body.ia-module.tiles .row>.tilebars .item-ia .mt-icon {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0;
        margin: 4px 6px 4px 0;
        text-align: center;
        font-size: 16px;
        width: 21px;
        color: #888
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        text-align: left;
        border: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #979797;
        overflow: hidden;
        color: white;
        padding-top: 20px
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia:hover {
        background-color: #8eb8ea;
        cursor: pointer !important
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia:hover .collection-stats {
        background-color: #4a90e2
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 75px;
        height: 75px !important;
        border-radius: 37.5px;
        overflow: hidden
    }
    
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tileone-img {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 275px;
        height: 275px !important;
        border-radius: 37.5px;
        overflow: hidden
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img {
        min-width: auto;
        min-height: auto
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img {
        width: inherit;
        height: inherit;
        max-width: inherit;
        min-width: 75px;
        min-height: 75px
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img.clipW {
        max-height: 75px
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img.clipH {
        max-width: 75px
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img {
        width: auto;
        height: auto
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .item-img {
        background-color: transparent;
        margin-left: 0
    }
    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .by {
        display: none
    }
    body.ia-module.tiles .row>.tilebars .item-ia.article-ia .ttl {
        max-height: 100px
    }
    body.ia-module.tiles .row>.tilebars .item-ia.account-ia {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        -moz-border-radius: 24px 24px 0 0;
        -webkit-border-radius: 24px 24px 0 0;
        -khtml-border-radius: 24px 24px 0 0;
        border-radius: 24px 24px 0 0;
        background-color: #FCF5E6;
        border: 0
    }
    body.ia-module.tiles .row>.tilebars .item-ia.account-ia h5.C2 {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 81px;
        color: black;
        text-align: left
    }
    body.ia-module.tiles .row>.tilebars .item-ia.account-ia h5.C2>span {
        font-size: 10px;
        color: #aaa
    }
    body.ia-module.tiles .row>.tilebars .item-ia.account-ia .tagline {
        text-align: left;
        font-size: 11px;
        line-height: 1;
        padding: 0 7px 7px 7px;
        color: #666;
        border-bottom: 1px solid #aaa
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list {
        background-color: transparent;
        color: #444
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list:hover {
        color: #4a90e2;
        background-color: transparent
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list:hover .new-inner-div {
        border-color: #4a90e2
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list .tile-img {
        height: 200px !important;
        border-radius: 0;
        width: inherit
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list .tile-img>a {
        color: #444 !important
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-inner-div {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 120px;
        height: 200px;
        text-align: center;
        position: relative
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-inner-div>div {
        position: absolute
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-inner-div>div h3 {
        font-weight: 200;
        width: 120px
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-inner-div>div span {
        font-size: 50px
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-inner-div>div .item-img {
        z-index: -1;
        height: 200px;
        max-height: 200px !important;
        background-color: transparent
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item {
        background-color: transparent;
        color: #444
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item:hover {
        color: #4a90e2;
        background-color: transparent
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item:hover .new-inner-div {
        border-color: #4a90e2
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item .tile-img {
        height: 150px !important;
        border-radius: 0;
        width: inherit
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item .tile-img>a {
        color: #444 !important
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-inner-div {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 120px;
        height: 150px;
        text-align: center;
        position: relative
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-inner-div>div {
        position: absolute
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-inner-div>div h3 {
        font-weight: 200;
        width: 120px
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-inner-div>div span {
        font-size: 50px
    }
    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-inner-div>div .item-img {
        z-index: -1;
        height: 150px;
        max-height: 150px !important;
        background-color: transparent
    }
    body.ia-module.tiles .row>.tilebars .item-ia .item-img {
        display: inline;
        width: 150px;
        height: auto;
        max-width: 150px;
        margin-left: -1px;
        max-height: 208.33333333px;
        background-color: white
    }
    body.ia-module.tiles .row>.tilebars .item-ia.posrel {
        position: relative
    }
    body.ia-module.tiles .row>.tilebars div.ikind {
        visibility: hidden
    }
}

@media (min-width:391px) {
    body.ia-module.tiles .hidden-tiles {
        display: none !important
    }
    body.ia-module.tiles .account-img {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        -khtml-border-radius: 22px;
        border-radius: 22px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: #FCF5E6;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden;
        margin: 10px
    }
    body.ia-module.tiles .account-img img {
        width: 43px;
        height: 43px;
        max-width: 43px;
        max-height: 43px
    }
    body.ia-module.tiles .item-ia {
        background-color: white;
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        min-height: 20px;
        margin-bottom: 30px;
        border: 1px solid #e9e9e9;
        color: #ccc;
        position: absolute;
        width: 180px
    }
    body.ia-module.tiles .item-ia .item-parent {
        -webkit-transition: margin-top .3s ease;
        -moz-transition: margin-top .3s ease;
        -o-transition: margin-top .3s ease;
        transition: margin-top .3s ease;
        position: absolute;
        z-index: 1;
        color: black;
        margin-top: -5px;
        margin-left: -10px;
        text-align: left
    }
    body.ia-module.tiles .item-ia .item-parent .item-parent-img {
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        -khtml-border-radius: 22px;
        border-radius: 22px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: white;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden
    }
    body.ia-module.tiles .item-ia .item-parent .item-parent-img img {
        max-height: 90px;
        max-width: 90px
    }
    body.ia-module.tiles .item-ia .item-parent .item-parent-ttl {
        -webkit-transition: opacity .4s ease;
        -moz-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        bottom: 20px;
        width: 129px;
        left: 51px;
        line-height: 1;
        max-height: 100px;
        font-size: 12px;
        font-weight: bold
    }
    body.ia-module.tiles .item-ia .item-parent.hoverin {
        margin-top: -27px
    }
    body.ia-module.tiles .item-ia .item-parent.hoverin .item-parent-img,
    body.ia-module.tiles .item-ia .item-parent.hoverin .item-parent-ttl {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    body.ia-module.tiles .item-ia .collection-title {
        padding: 0;
        line-height: 1
    }
    body.ia-module.tiles .item-ia .collection-title>a {
        color: white
    }
    body.ia-module.tiles .item-ia .collection-title>a>div {
        font-size: 18px !important;
        font-weight: 100 !important;
        letter-spacing: 1px;
        overflow: hidden;
        margin: 0 15px 35px 15px
    }
    body.ia-module.tiles .item-ia .collection-title .num-items {
        line-height: 1
    }
    body.ia-module.tiles .item-ia .collection-stats {
        background-color: #444;
        padding: 15px 15px;
        font-size: 14px
    }
    body.ia-module.tiles .item-ia .collection-stats .micro-label {
        font-size: 9px !important;
        margin-top: 2px;
        color: white
    }
    body.ia-module.tiles .item-ia .collection-stats .iconochive-collection {
        font-size: 36px;
        margin-top: -9px;
        padding-right: 6px
    }
    body.ia-module.tiles .item-ia .tile-img {
        position: relative;
        min-height: 50px;
        overflow-x: hidden
    }
    body.ia-module.tiles .item-ia .item-ttl.lending-available .item-img,
    body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .item-img {
        border: 2px solid currentColor;
        margin-top: 7px;
        padding: 5px
    }
    body.ia-module.tiles .item-ia .item-ttl.lending-available .item-img {
        background-color: rgba(74, 144, 226, 0.24);
        color: #4a90e2
    }
    body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .item-img,
    body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .tile-action {
        background-color: rgba(240, 181, 52, 0.16);
        color: #d79810
    }
    body.ia-module.tiles .item-ia .item-ttl a:hover {
        text-decoration: none
    }
    body.ia-module.tiles .item-ia .item-ttl a:hover .ttl {
        text-decoration: underline
    }
    body.ia-module.tiles .item-ia .item-ttl .ttl {
        margin-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 10px;
        line-height: 1.2;
        max-height: 42px;
        overflow-y: hidden;
        word-wrap: break-word !important;
        text-align: left;
        font-size: 14px;
        color: black !important
    }
    body.ia-module.tiles .item-ia .item-ttl .tile-action {
        border: 2px solid currentColor;
        margin-top: 7px;
        padding: 5px;
        background-color: rgba(74, 144, 226, 0.24);
        color: #4a90e2;
        margin: 10px 6px 0 6px;
        font-size: 11px;
        font-weight: 500
    }
    body.ia-module.tiles .item-ia .by {
        margin-bottom: 3px;
        padding: 0 6px;
        line-height: 1.2;
        color: #979797;
        text-align: left;
        font-size: 10px;
        max-height: 24px;
        overflow-y: hidden;
        word-wrap: break-word !important
    }
    body.ia-module.tiles .item-ia .pubdate {
        text-align: left;
        padding: 0 6px
    }
    body.ia-module.tiles .item-ia .mt-icon {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0;
        margin: 4px 6px 4px 0;
        text-align: center;
        font-size: 16px;
        width: 21px;
        color: #888
    }
    body.ia-module.tiles .item-ia.collection-ia {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        text-align: left;
        border: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #979797;
        overflow: hidden;
        color: white;
        padding-top: 20px
    }
    body.ia-module.tiles .item-ia.collection-ia:hover {
        background-color: #8eb8ea;
        cursor: pointer !important
    }
    body.ia-module.tiles .item-ia.collection-ia:hover .collection-stats {
        background-color: #4a90e2
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 90px;
        height: 90px !important;
        border-radius: 45px;
        overflow: hidden
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        min-width: auto;
        min-height: auto
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        width: inherit;
        height: inherit;
        max-width: inherit;
        min-width: 90px;
        min-height: 90px
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img.clipW {
        max-height: 90px
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img.clipH {
        max-width: 90px
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        width: auto;
        height: auto
    }
    body.ia-module.tiles .item-ia.collection-ia .item-img {
        background-color: transparent;
        margin-left: 0
    }
    body.ia-module.tiles .item-ia.collection-ia .by {
        display: none
    }
    body.ia-module.tiles .item-ia.article-ia .ttl {
        max-height: 100px
    }
    body.ia-module.tiles .item-ia.account-ia {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        -moz-border-radius: 24px 24px 0 0;
        -webkit-border-radius: 24px 24px 0 0;
        -khtml-border-radius: 24px 24px 0 0;
        border-radius: 24px 24px 0 0;
        background-color: #FCF5E6;
        border: 0
    }
    body.ia-module.tiles .item-ia.account-ia h5.C2 {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 111px;
        color: black;
        text-align: left
    }
    body.ia-module.tiles .item-ia.account-ia h5.C2>span {
        font-size: 10px;
        color: #aaa
    }
    body.ia-module.tiles .item-ia.account-ia .tagline {
        text-align: left;
        font-size: 11px;
        line-height: 1;
        padding: 0 7px 7px 7px;
        color: #666;
        border-bottom: 1px solid #aaa
    }
    body.ia-module.tiles .item-ia.new-list {
        background-color: transparent;
        color: #444
    }
    body.ia-module.tiles .item-ia.new-list:hover {
        color: #4a90e2;
        background-color: transparent
    }
    body.ia-module.tiles .item-ia.new-list:hover .new-inner-div {
        border-color: #4a90e2
    }
    body.ia-module.tiles .item-ia.new-list .tile-img {
        height: 200px !important;
        border-radius: 0;
        width: inherit
    }
    body.ia-module.tiles .item-ia.new-list .tile-img>a {
        color: #444 !important
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 150px;
        height: 200px;
        text-align: center;
        position: relative
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div>div {
        position: absolute
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div>div h3 {
        font-weight: 200;
        width: 150px
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div>div span {
        font-size: 50px
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div>div .item-img {
        z-index: -1;
        height: 200px;
        max-height: 200px !important;
        background-color: transparent
    }
    body.ia-module.tiles .item-ia.new-item {
        background-color: transparent;
        color: #444
    }
    body.ia-module.tiles .item-ia.new-item:hover {
        color: #4a90e2;
        background-color: transparent
    }
    body.ia-module.tiles .item-ia.new-item:hover .new-inner-div {
        border-color: #4a90e2
    }
    body.ia-module.tiles .item-ia.new-item .tile-img {
        height: 150px !important;
        border-radius: 0;
        width: inherit
    }
    body.ia-module.tiles .item-ia.new-item .tile-img>a {
        color: #444 !important
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 150px;
        height: 150px;
        text-align: center;
        position: relative
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div>div {
        position: absolute
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div>div h3 {
        font-weight: 200;
        width: 150px
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div>div span {
        font-size: 50px
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div>div .item-img {
        z-index: -1;
        height: 150px;
        max-height: 150px !important;
        background-color: transparent
    }
    body.ia-module.tiles .item-ia .item-img {
        display: inline;
        width: 180px;
        height: auto;
        max-width: 180px;
        margin-left: -1px;
        max-height: 250px;
        background-color: white
    }
    body.ia-module.tiles .item-ia.posrel {
        position: relative
    }
    body.ia-module.tiles div.ikind {
        visibility: hidden
    }
}

@media (max-width:390px) {
    body.ia-module.tiles .hidden-tiles {
        display: none !important
    }
    body.ia-module.tiles .account-img {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        -khtml-border-radius: 22px;
        border-radius: 22px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: #FCF5E6;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden;
        margin: 10px
    }
    body.ia-module.tiles .account-img img {
        width: 43px;
        height: 43px;
        max-width: 43px;
        max-height: 43px
    }
    body.ia-module.tiles .item-ia {
        background-color: white;
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        min-height: 20px;
        margin-bottom: 30px;
        border: 1px solid #e9e9e9;
        color: #ccc;
        position: absolute;
        width: 150px
    }
    body.ia-module.tiles .item-ia .item-parent {
        -webkit-transition: margin-top .3s ease;
        -moz-transition: margin-top .3s ease;
        -o-transition: margin-top .3s ease;
        transition: margin-top .3s ease;
        position: absolute;
        z-index: 1;
        color: black;
        margin-top: -5px;
        margin-left: -10px;
        text-align: left
    }
    body.ia-module.tiles .item-ia .item-parent .item-parent-img {
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        -khtml-border-radius: 22px;
        border-radius: 22px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: white;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden
    }
    body.ia-module.tiles .item-ia .item-parent .item-parent-img img {
        max-height: 90px;
        max-width: 90px
    }
    body.ia-module.tiles .item-ia .item-parent .item-parent-ttl {
        -webkit-transition: opacity .4s ease;
        -moz-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        bottom: 20px;
        width: 99px;
        left: 51px;
        line-height: 1;
        max-height: 100px;
        font-size: 12px;
        font-weight: bold
    }
    body.ia-module.tiles .item-ia .item-parent.hoverin {
        margin-top: -27px
    }
    body.ia-module.tiles .item-ia .item-parent.hoverin .item-parent-img,
    body.ia-module.tiles .item-ia .item-parent.hoverin .item-parent-ttl {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    body.ia-module.tiles .item-ia .collection-title {
        padding: 0;
        line-height: 1
    }
    body.ia-module.tiles .item-ia .collection-title>a {
        color: white
    }
    body.ia-module.tiles .item-ia .collection-title>a>div {
        font-size: 18px !important;
        font-weight: 100 !important;
        letter-spacing: 1px;
        overflow: hidden;
        margin: 0 15px 35px 15px
    }
    body.ia-module.tiles .item-ia .collection-title .num-items {
        line-height: 1
    }
    body.ia-module.tiles .item-ia .collection-stats {
        background-color: #444;
        padding: 15px 15px;
        font-size: 14px
    }
    body.ia-module.tiles .item-ia .collection-stats .micro-label {
        font-size: 9px !important;
        margin-top: 2px;
        color: white
    }
    body.ia-module.tiles .item-ia .collection-stats .iconochive-collection {
        font-size: 36px;
        margin-top: -9px;
        padding-right: 6px
    }
    body.ia-module.tiles .item-ia .tile-img {
        position: relative;
        min-height: 50px;
        overflow-x: hidden
    }
    body.ia-module.tiles .item-ia .item-ttl.lending-available .item-img,
    body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .item-img {
        border: 2px solid currentColor;
        margin-top: 7px;
        padding: 5px
    }
    body.ia-module.tiles .item-ia .item-ttl.lending-available .item-img {
        background-color: rgba(74, 144, 226, 0.24);
        color: #4a90e2
    }
    body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .item-img,
    body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .tile-action {
        background-color: rgba(240, 181, 52, 0.16);
        color: #d79810
    }
    body.ia-module.tiles .item-ia .item-ttl a:hover {
        text-decoration: none
    }
    body.ia-module.tiles .item-ia .item-ttl a:hover .ttl {
        text-decoration: underline
    }
    body.ia-module.tiles .item-ia .item-ttl .ttl {
        margin-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 10px;
        line-height: 1.2;
        max-height: 42px;
        overflow-y: hidden;
        word-wrap: break-word !important;
        text-align: left;
        font-size: 14px;
        color: black !important
    }
    body.ia-module.tiles .item-ia .item-ttl .tile-action {
        border: 2px solid currentColor;
        margin-top: 7px;
        padding: 5px;
        background-color: rgba(74, 144, 226, 0.24);
        color: #4a90e2;
        margin: 10px 6px 0 6px;
        font-size: 11px;
        font-weight: 500
    }
    body.ia-module.tiles .item-ia .by {
        margin-bottom: 3px;
        padding: 0 6px;
        line-height: 1.2;
        color: #979797;
        text-align: left;
        font-size: 10px;
        max-height: 24px;
        overflow-y: hidden;
        word-wrap: break-word !important
    }
    body.ia-module.tiles .item-ia .pubdate {
        text-align: left;
        padding: 0 6px
    }
    body.ia-module.tiles .item-ia .mt-icon {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0;
        margin: 4px 6px 4px 0;
        text-align: center;
        font-size: 16px;
        width: 21px;
        color: #888
    }
    body.ia-module.tiles .item-ia.collection-ia {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        text-align: left;
        border: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #979797;
        overflow: hidden;
        color: white;
        padding-top: 20px
    }
    body.ia-module.tiles .item-ia.collection-ia:hover {
        background-color: #8eb8ea;
        cursor: pointer !important
    }
    body.ia-module.tiles .item-ia.collection-ia:hover .collection-stats {
        background-color: #4a90e2
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 75px;
        height: 75px !important;
        border-radius: 37.5px;
        overflow: hidden
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        min-width: auto;
        min-height: auto
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        width: inherit;
        height: inherit;
        max-width: inherit;
        min-width: 75px;
        min-height: 75px
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img.clipW {
        max-height: 75px
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img.clipH {
        max-width: 75px
    }
    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        width: auto;
        height: auto
    }
    body.ia-module.tiles .item-ia.collection-ia .item-img {
        background-color: transparent;
        margin-left: 0
    }
    body.ia-module.tiles .item-ia.collection-ia .by {
        display: none
    }
    body.ia-module.tiles .item-ia.article-ia .ttl {
        max-height: 100px
    }
    body.ia-module.tiles .item-ia.account-ia {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        -moz-border-radius: 24px 24px 0 0;
        -webkit-border-radius: 24px 24px 0 0;
        -khtml-border-radius: 24px 24px 0 0;
        border-radius: 24px 24px 0 0;
        background-color: #FCF5E6;
        border: 0
    }
    body.ia-module.tiles .item-ia.account-ia h5.C2 {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 81px;
        color: black;
        text-align: left
    }
    body.ia-module.tiles .item-ia.account-ia h5.C2>span {
        font-size: 10px;
        color: #aaa
    }
    body.ia-module.tiles .item-ia.account-ia .tagline {
        text-align: left;
        font-size: 11px;
        line-height: 1;
        padding: 0 7px 7px 7px;
        color: #666;
        border-bottom: 1px solid #aaa
    }
    body.ia-module.tiles .item-ia.new-list {
        background-color: transparent;
        color: #444
    }
    body.ia-module.tiles .item-ia.new-list:hover {
        color: #4a90e2;
        background-color: transparent
    }
    body.ia-module.tiles .item-ia.new-list:hover .new-inner-div {
        border-color: #4a90e2
    }
    body.ia-module.tiles .item-ia.new-list .tile-img {
        height: 200px !important;
        border-radius: 0;
        width: inherit
    }
    body.ia-module.tiles .item-ia.new-list .tile-img>a {
        color: #444 !important
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 120px;
        height: 200px;
        text-align: center;
        position: relative
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div>div {
        position: absolute
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div>div h3 {
        font-weight: 200;
        width: 120px
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div>div span {
        font-size: 50px
    }
    body.ia-module.tiles .item-ia.new-list .new-inner-div>div .item-img {
        z-index: -1;
        height: 200px;
        max-height: 200px !important;
        background-color: transparent
    }
    body.ia-module.tiles .item-ia.new-item {
        background-color: transparent;
        color: #444
    }
    body.ia-module.tiles .item-ia.new-item:hover {
        color: #4a90e2;
        background-color: transparent
    }
    body.ia-module.tiles .item-ia.new-item:hover .new-inner-div {
        border-color: #4a90e2
    }
    body.ia-module.tiles .item-ia.new-item .tile-img {
        height: 150px !important;
        border-radius: 0;
        width: inherit
    }
    body.ia-module.tiles .item-ia.new-item .tile-img>a {
        color: #444 !important
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 120px;
        height: 150px;
        text-align: center;
        position: relative
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div>div {
        position: absolute
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div>div h3 {
        font-weight: 200;
        width: 120px
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div>div span {
        font-size: 50px
    }
    body.ia-module.tiles .item-ia.new-item .new-inner-div>div .item-img {
        z-index: -1;
        height: 150px;
        max-height: 150px !important;
        background-color: transparent
    }
    body.ia-module.tiles .item-ia .item-img {
        display: inline;
        width: 150px;
        height: auto;
        max-width: 150px;
        margin-left: -1px;
        max-height: 208.33333333px;
        background-color: white
    }
    body.ia-module.tiles .item-ia.posrel {
        position: relative
    }
    body.ia-module.tiles div.ikind {
        visibility: hidden
    }
    body.ia-module.tiles .results .item-ia {
        margin-right: 0
    }
    body.ia-module.tiles .results .item-ia .item-ia {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width:567px) {
    body.ia-module.tiles .columns-items {
        width: 100%;
        border-left: 0;
        margin-left: 0 !important
    }
    body.ia-module.tiles .columns-facets {
        display: none
    }
}

@media (min-width:568px) {
    body.ia-module.tiles .columns-items {
        border-left: 1px solid #e9e9e9;
        margin-left: 186px
    }
    body.ia-module.tiles .columns-items>div {
        margin-left: 12px
    }
}

@media (max-width:4000px) {
    body.ia-module.tiles.top .columns-items {
        width: 100%;
        border-left: 0;
        margin-left: 0 !important
    }
    body.ia-module.tiles.top .columns-facets {
        display: none
    }
}

@media (min-width:4001px) {
    body.ia-module.tiles.top .columns-items {
        border-left: 1px solid #e9e9e9;
        margin-left: 186px
    }
    body.ia-module.tiles.top .columns-items>div {
        margin-left: 12px
    }
}

body.ia-module.lists div.ikind .results {
    height: inherit !important;
    display: table;
    border-collapse: collapse;
    border-color: white;
    border-style: solid;
    border-width: 15px 20px
}

@media (max-width:767px) {
    body.ia-module.lists div.ikind .results {
        border: 0
    }
}

body.ia-module.lists .hidden-lists {
    display: none
}

body.ia-module.lists .item-ia {
    display: table-row;
    border-top: 1px solid #ddd !important;
    background-color: white;
    text-align: left;
    overflow-x: hidden
}

body.ia-module.lists .item-ia:first-child {
    border-top: 0 !important
}

body.ia-module.lists .item-ia .item-ttl .ttl {
    overflow: hidden
}

@media (min-width:768px) {
    body.ia-module.lists .item-ia .item-ttl .ttl {
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

body.ia-module.lists .item-ia .C1,
body.ia-module.lists .item-ia .C234,
body.ia-module.lists .item-ia .C5 {
    display: table-cell !important
}

body.ia-module.lists .item-ia .C1,
body.ia-module.lists .item-ia .C2,
body.ia-module.lists .item-ia .C3,
body.ia-module.lists .item-ia .C4,
body.ia-module.lists .item-ia .C5 {
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 5px;
    margin: 0;
    vertical-align: top
}

@media (max-width:767px) {
    body.ia-module.lists .item-ia .C1,
    body.ia-module.lists .item-ia .C2,
    body.ia-module.lists .item-ia .C3,
    body.ia-module.lists .item-ia .C4,
    body.ia-module.lists .item-ia .C5 {
        font-size: 11px;
        padding-right: 5px
    }
}

body.ia-module.lists .item-ia .C2 {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

@media (max-width:767px) {
    body.ia-module.lists .item-ia .C2 {
        white-space: normal;
        word-break: break-all;
        max-height: 18px;
        line-height: 1.5
    }
}

@media (max-width:767px) {
    body.ia-module.lists .item-ia .C2 {
        width: 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    body.ia-module.lists .item-ia .C2 {
        width: 165px;
        max-width: 165px;
        text-overflow: ellipsis
    }
}

@media (min-width:992px) {
    body.ia-module.lists .item-ia .C2 {
        width: 297px;
        max-width: 297px
    }
}

@media (min-width:1200px) {
    body.ia-module.lists .item-ia .C2 {
        width: 417px;
        max-width: 417px
    }
}

body.ia-module.lists .item-ia .C4 {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

@media (max-width:767px) {
    body.ia-module.lists .item-ia .C4 {
        white-space: normal;
        word-break: break-all;
        max-height: 18px;
        line-height: 1.5
    }
}

@media (max-width:767px) {
    body.ia-module.lists .item-ia .C4 {
        width: 28%;
        max-width: 28%
    }
}

@media (min-width:768px) {
    body.ia-module.lists .item-ia .C4 {
        width: 105px;
        max-width: 105px;
        text-overflow: ellipsis
    }
}

@media (min-width:992px) {
    body.ia-module.lists .item-ia .C4 {
        width: 198px;
        max-width: 198px
    }
}

@media (min-width:1200px) {
    body.ia-module.lists .item-ia .C4 {
        width: 278px;
        max-width: 278px
    }
}

body.ia-module.lists .item-ia .C3 {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 115px;
    max-width: 115px
}

@media (max-width:767px) {
    body.ia-module.lists .item-ia .C3 {
        width: 40px;
        max-width: 40px
    }
}

body.ia-module.lists .item-ia .C1,
body.ia-module.lists .item-ia .C3 {
    padding-right: 15px
}

body.ia-module.lists .item-ia .C234 {
    width: 100%
}

body.ia-module.lists .item-ia .views {
    color: #bbb;
    text-align: right
}

body.ia-module.lists .item-ia .mt-icon {
    padding-top: 2px !important;
    font-size: 18px
}

body.ia-module.lists .item-ia .mt-icon>span {
    color: #aaa
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-audio {
    color: #00adef
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-etree {
    color: #00adef
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-texts {
    color: #faab3c
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-movies {
    color: #f1644b
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-tv {
    color: #f1644b
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-image {
    color: #aa99c9
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-software {
    color: #9ecc4f
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-web {
    color: #ffcd27
}

body.ia-module.lists .item-ia .stat,
body.ia-module.lists .item-ia>a,
body.ia-module.lists .item-ia .tile-img,
body.ia-module.lists .item-ia .item-parent,
body.ia-module.lists .item-ia .num-items,
body.ia-module.lists .item-ia .xer {
    display: none
}

body.ia-module.lists.rgb .item-ia .C1,
body.ia-module.lists.rgb .item-ia .C2,
body.ia-module.lists.rgb .item-ia .C3,
body.ia-module.lists.rgb .item-ia .C4,
body.ia-module.lists.rgb .item-ia .C5 {
    background-color: #ddd
}

body.ia-module.lists.showdetails .item-ia .C2 {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    max-height: inherit;
    white-space: normal
}

body.ia-module.lists.showdetails .item-ia .C2 .ttl {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    max-height: inherit;
    white-space: normal
}

body.ia-module.lists.showdetails .item-ia .C1,
body.ia-module.lists.showdetails .item-ia .C5 {
    padding-top: 10px !important
}

body.ia-module.lists.showdetails .item-ia .C234 {
    padding-top: 7px
}

body.ia-module.lists.showdetails .note {
    margin-top: 10px;
    font-weight: bold
}

body.ia-module.lists.showdetails .note .edit {
    display: none;
    font-weight: normal
}

body.ia-module.lists.showdetails .note .form-group div:first-child {
    padding-right: 0
}

@media (max-width:991px) {
    body.ia-module.lists.showdetails .note .form-group div:first-child {
        text-align: right
    }
}

body.ia-module.lists.showdetails .note .form-group .form-control {
    height: 20px;
    padding: 0 6px;
    margin-bottom: 5px
}

@media (max-width:767px) {
    body.ia-module.lists.showdetails .note .form-group .form-control {
        height: 3em
    }
}

body.ia-module.lists.showdetails .note .form-group .btns .btn {
    border: 0;
    padding: 1px 15px;
    position: static
}

@media (max-width:991px) {
    body.ia-module.lists.showdetails .note .form-group .btns {
        text-align: right
    }
}

body.ia-module.lists.showdetails.editable .note .edit {
    display: inline
}

body.ia-module.lists.showdetails .details-ia {
    display: table-row;
    background-color: white;
    color: #888;
    font-size: 12px
}

body.ia-module.lists.showdetails .details-ia .C1,
body.ia-module.lists.showdetails .details-ia .C5 {
    display: table-cell !important
}

body.ia-module.lists.showdetails .details-ia .C234 {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: table-cell !important;
    padding: 0 5px 15px 5px;
    width: 100%
}

body.ia-module.lists.showdetails .details-ia .C234>span {
    color: #555
}

body.ia-module.lists.showdetails .details-ia .C234 .iconochive-favorite {
    font-size: 12px
}

@media (max-width:767px) {
    body.ia-module.lists.showdetails .details-ia .C234 {
        font-size: 11px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    body.ia-module.lists .columns-items {
        width: 100%;
        border-left: 0;
        margin-left: 0 !important
    }
    body.ia-module.lists .columns-facets {
        display: none
    }
}

@media (min-width:768px) {
    body.ia-module.lists .columns-items {
        border-left: 1px solid #e9e9e9;
        margin-left: 186px
    }
    body.ia-module.lists .columns-items>div {
        margin-left: 12px
    }
}

body.ia-module .welcome {
    -webkit-transition: background-color 2s ease;
    -moz-transition: background-color 2s ease;
    -o-transition: background-color 2s ease;
    transition: background-color 2s ease;
    padding-top: 25px
}

body.ia-module .welcome #descript img {
    display: none
}

body.ia-module .welcome #descript-more {
    display: none;
    position: relative;
    cursor: pointer
}

body.ia-module .welcome #descript-more a {
    color: black;
    position: absolute;
    top: -5px;
    z-index: 1;
    font-size: 10px
}

body.ia-module .welcome .row {
    -webkit-transition: color 2s ease;
    -moz-transition: color 2s ease;
    -o-transition: color 2s ease;
    transition: color 2s ease
}

body.ia-module .welcome .row h1 {
    font-weight: 200;
    margin-top: 0
}

@media (min-width:768px) {
    body.ia-module .welcome .row .welcome-left {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    body.ia-module .welcome .row .welcome-right {
        padding-left: 0;
        padding-right: 0;
        text-align: right
    }
}

body.ia-module .welcome .tabbys {
    position: relative;
    /* max-width: 500px; */
    display: flex;
    justify-content: space-around
}

body.ia-module .welcome .tabby {
    float: left !important;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 3px
}

body.ia-module .welcome .tabby>div {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 8px 0 2px 0;
    position: relative;
    bottom: -3px;
    font-size: 15px;
    font-weight: 400;
    color: #828282
}

body.ia-module .welcome .tabby a.stealth {
    color: #828282;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent
}

body.ia-module .welcome .tabby.in>div {
    background-color: transparent
}

body.ia-module .welcome .tabby.in a.stealth {
    color: black;
    border-bottom-color: #4a90e2
}

body.ia-module .welcome.account-uniform {
    background-color: #4a90e2;
    color: white
}

body.ia-module .welcome.account-uniform .stealth {
    color: white
}

body.ia-module .welcome.account-uniform .tabby .stealth {
    color: white
}

body.ia-module .welcome.welcome-dark {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 1em #555, 0 0 .2em #555
}

body.ia-module .welcome.welcome-dark .stealth {
    color: white
}

body.ia-module .welcome.welcome-dark .tabby .stealth {
    color: white;
    text-shadow: none
}

body.ia-module .welcome.welcome-dark .btn-group.my-lists-dropdown button.dropdown-toggle.btn-default span {
    color: white
}

body.ia-module .welcome.welcome-dark .btn-group.my-lists-dropdown button.dropdown-toggle.btn-default span.caret {
    border-top-color: white
}

body.ia-module #tabby-loans .sort-by,
body.ia-module #tabby-loans .up-down {
    display: none
}

body.ia-module #tabby-about img {
    max-width: 100%
}

body.ia-module .btn-group.my-lists-dropdown {
    margin-left: -3px;
    background-color: transparent
}

body.ia-module .btn-group.my-lists-dropdown button.dropdown-toggle.btn-default {
    border-color: transparent;
    background-color: transparent
}

body.ia-module .btn-group.my-lists-dropdown.open button.dropdown-toggle.btn-default {
    border-color: inherit;
    background-color: inherit
}

body.ia-module .btn-group.my-lists-dropdown ul {
    left: -25px;
    text-align: left
}

body.ia-module .btn-group.my-lists-dropdown ul li {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 230px
}

body.ia-module .btn-group.my-lists-dropdown ul li div.topinblock {
    width: 180px;
    white-space: normal;
    word-wrap: break-word !important;
    overflow: hidden
}

body.ia-module .ikind.stealth {
    font-weight: 200;
    letter-spacing: 0;
    color: #828282;
    font-size: 14px
}

body.ia-module .ikind.stealth.in {
    color: #428bca
}

body.ia-module .lists-button,
body.ia-module .tiles-button {
    cursor: pointer;
    color: #bbb;
    margin-left: 10px;
    margin-top: 4px;
    font-size: 22px
}

#show-and-hide-search-plus {
    display: none;
}


body.ia-module.lists .lists-button,
body.ia-module.tiles .tiles-button {
    color: #428bca;
    pointer-events: none
}

body.ia-module .search-button,
body.ia-module .search-plus-button,
body.ia-module .search-check-button,
body.ia-module .search-delete-button {
    cursor: pointer;
    color: #bbb;
    margin-left: 10px;
    margin-top: 4px;
    font-size: 22px
}

body.ia-module.tiles .search-button,
body.ia-module.tiles .search-plus-button,
body.ia-module.tiles .search-check-button,
body.ia-module.tiles .search-delete-button {
    color: #bbb;
    pointer-events: none
}



body.ia-module .ikind-sep {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 12px;
    color: #bbb;
    margin: 6px 7px 0 7px
}

body.ia-module.top .columns-items .co-top-row {
    display: none
}

body.ia-module #download-modal .modal-content {
    overflow-x: scroll
}

body.ia-module .more_search {
    padding-bottom: 220px
}

body.ia-module .more_search .more-search-fetching,
body.ia-module .more_search .more-search-all {
    padding: 1px 3px;
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    display: none
}

body.ia-module .more_search .more-search-fetching.alert-dismissable,
body.ia-module .more_search .more-search-all.alert-dismissable {
    padding-right: 25px
}

body.ia-module .page-prev {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: block;
    position: absolute;
    left: 48%;
    top: -25px
}

body.ia-module .page-next {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: inline-block
}

body.ia-module .actions-ia {
    position: absolute;
    left: -47px;
    top: 80px
}

body.ia-module .actions-ia a {
    line-height: 1.4;
    color: #979797;
    font-size: 12px;
    display: block
}

body.ia-module .actions-ia a>span {
    margin-right: 3px
}

body.ia-module .actions-ia a:hover {
    color: #428bca
}

@media (max-width:767px) {
    body.ia-module .actions-ia {
        position: relative;
        left: 0;
        top: inherit
    }
    body.ia-module .actions-ia a {
        display: inline;
        margin-right: 5px
    }
}

body.ia-module #new-list-form {
    max-width: 600px;
    margin: auto
}

body.ia-module #new-list-form>.row {
    margin-bottom: 25px
}

body.ia-module #new-list-form>.row>.col-xs-3 {
    max-width: 75px;
    padding-right: 0
}

body.ia-module #new-list-form>.row>.col-xs-9 {
    padding-left: 0
}

body.ia-module #new-list-form h3 {
    margin-top: 45px
}

body.ia-module #new-list-form input[type=checkbox] {
    font-size: 48px;
    margin-right: 15px
}

body.ia-module #new-list-form .iconochive-world,
body.ia-module #new-list-form .iconochive-lock,
body.ia-module #new-list-form .iconochive-unlock {
    padding: 5px 1px
}

body.ia-module #new-list-form input.btn {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 0 0 25px
}

body.ia-module #new-list-body {
    padding-left: 25px;
    padding-right: 25px
}

body.ia-module .modal-header.modal-header-new-list {
    padding: 0
}

body.ia-module .modal-header.modal-header-new-list .modal-title {
    padding: 5px 0 5px 50px;
    font-weight: 200;
    color: white;
    font-style: italic;
    background-color: #333
}

body.ia-module .modal-header.modal-header-std .modal-title {
    text-align: center
}

body.ia-module #also-found {
    background-color: #eee;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
    margin-top: 140px
}

body.ia-module .about-box {
    background-color: white;
    padding: 15px;
    margin: 10px
}

body.ia-module .about-box .micro-label {
    margin-bottom: 10px
}

body.ia-module .about-box .activity-box {
    float: left !important;
    margin-right: 25px;
    display: none
}

@media (max-width:767px) {
    body.ia-module .about-box {
        margin-left: 0;
        margin-right: 0
    }
}

body.ia-module .grafs>h1 {
    text-align: center;
    font-weight: 100
}

body.ia-module .grafs h2 {
    display: none
}

body.ia-module #grafs1,
body.ia-module #grafs2 {
    padding-left: 10px;
    padding-right: 20px
}

body.ia-module .aReview {
    margin-bottom: 20px
}

body.ia-module .cclic {
    width: 20px;
    height: 20px;
    margin-left: 5px
}

body.ia-module .action-buttons {
    height: 50px;
    margin: 20px 20px 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

body.ia-module .action-buttons .button {
    height: 50px;
    width: 50px;
    padding: 12.5px;
    font-size: 16px;
    background-color: #FFFFFF;
    border: #ced6dc solid 2px;
    border-radius: 3px;
    color: #ced6dc;
    margin-left: 7px;
    text-decoration: none;
    display: inline-block
}

body.ia-module .action-buttons .dropdown-menu {
    color: #d0021b;
    border: #d0021b solid 2px;
    width: 210px;
    padding: 0;
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
    text-align: left;
    margin-bottom: 10px
}

body.ia-module .action-buttons .dropdown-menu .dropdown-title {
    background-color: #F6D8DE;
    font-size: 16px;
    font-weight: bold;
    border-bottom: #d0021b solid 1px;
    margin: 0;
    padding: 15px 10px
}

body.ia-module .action-buttons .dropdown-menu ul {
    padding: 0;
    color: #000000;
    font-size: 12px
}

body.ia-module .action-buttons .dropdown-menu ul .selected {
    color: #d0021b;
    background-color: #F6D8DE;
    font-weight: 600
}

body.ia-module .action-buttons .dropdown-menu ul li:hover,
body.ia-module .action-buttons .dropdown-menu ul li:focus {
    color: #d0021b;
    font-weight: 600
}

body.ia-module .action-buttons .dropdown-menu ul li {
    padding: 8px 12px;
    list-style: none;
    border-bottom: 1px #f1f1f1 solid
}

body.ia-module .action-buttons .dropdown-menu ul li a {
    text-decoration: none;
    color: inherit
}

body.ia-module .action-buttons .dropdown-menu ul li a:hover,
body.ia-module .action-buttons .dropdown-menu ul li a:focus {
    text-decoration: none;
    color: inherit
}

body.ia-module .action-buttons .dropdown-menu ul li:last-child {
    border: none
}

body.ia-module .action-buttons .button-hover-menus>* {
    display: none
}

body.ia-module .action-buttons #flag-button.selected,
body.ia-module .action-buttons #flag-button:hover,
body.ia-module .action-buttons #flag-button:focus {
    color: #be1024 !important;
    background-color: rgba(190, 16, 36, 0.29) !important;
    border: #be1024 solid 2px
}

body.ia-module .action-buttons #flag-button.flagged {
    color: #FFFFFF;
    background-color: #be1024;
    border: #be1024 solid 2px
}

body.ia-module .action-buttons #flag-button.flagged:hover,
body.ia-module .action-buttons #flag-button.flagged:focus {
    color: #be1024;
    background-color: rgba(190, 16, 36, 0.29);
    border: #be1024 solid 2px
}

body.ia-module .action-buttons #share-button span {
    margin-top: -3px
}

body.ia-module .action-buttons #share-button:hover,
body.ia-module .action-buttons #share-button:focus {
    color: #428bca !important;
    border: 2px solid #428bca;
    background-color: #d9e8f4
}

body.ia-module .action-buttons #favorite-button:hover,
body.ia-module .action-buttons #favorite-button:focus,
body.ia-module .action-buttons #favorite-button.favorited {
    color: #F0B534 !important;
    border: 2px solid #F0B534;
    background-color: #fcf0d6
}

@media (max-width:767px) {
    body.ia-module .action-buttons {
        height: 30px;
        margin: 10px 20px 0 10px;
        right: initial;
        width: 100%;
        text-align: center
    }
    body.ia-module .action-buttons .button {
        height: 30px;
        width: 30px;
        padding: 4px;
        font-size: 13px
    }
    body.ia-module .action-buttons .dropdown-menu {
        left: 0;
        right: 0;
        margin: auto
    }
}

@media (max-width:767px) {
    body.ia-module.tv .action-buttons {
        right: 0;
        width: initial
    }
}

body.navia.NAV3 .navbar .navbar-nav {
    height: 25px;
    background-color: black
}

body.navia.NAV3 .navbar .navbar-nav>li {
    float: left;
    height: inherit
}

body.navia.NAV3 .navbar .navbar-nav>li>a {
    margin-top: -7px;
    font-size: 14px
}

body.navia.NAV3 #nav-up,
body.navia.NAV3 #nav-down {
    color: #ddd;
    font-weight: 100 !important;
    font-size: 12px;
    display: none
}

body.navia.NAV3 #nav-up.in,
body.navia.NAV3 #nav-down.in {
    display: inline
}

body.navia.NAV3 #searchy {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 2px
}

body.navia.NAV3 #searchy.in {
    background-color: white;
    border: 1px solid #ccc
}

body.navia.NAV3 #searchy.in .glass-txt {
    display: none
}

body.navia.NAV3 #searchy.in .searchy-top {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #405267
}

body.navia.NAV3 #searchy.in .searchy-top a {
    background-color: white;
    color: #405267
}

body.navia.NAV3 #searchy a {
    background-color: transparent;
    color: white
}

body.navia.NAV3 #searchy input[type=submit] {
    color: white;
    background-color: #405267;
    border: 0;
    height: 100%
}

body.navia.NAV3 #searchy input[type=submit]:hover {
    opacity: .8
}

body.navia.NAV3 #searchy input[type=text] {
    border-width: 0;
    border: 0
}

body.navia.NAV3 #sitemap {
    color: #777;
    font-size: 12px;
    line-height: 1.5;
    background-color: black;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px
}

body.navia.NAV3 #sitemap>div {
    padding-bottom: 20px
}

body.navia.NAV3 #sitemap h1 {
    font-size: 16px;
    font-weight: normal;
    color: white
}

body.navia.NAV3 #sitemap a {
    display: block
}

body.navia.NAV3 #sitemap a.stealth {
    color: #777
}

body.navia.NAV3 #sitemap a.stealth:hover {
    color: white
}

body.navia.NAV3 .navbar .navbar-nav.navbar-nav-ia {
    background-color: #333
}

body.navia.NAV3 .navbar .navbar-nav.navbar-nav-ia>li>a {
    color: white !important;
    font-weight: normal
}

body.navia.NAV3 .navbar .navbar-nav.navbar-nav-ia>li>a:hover {
    color: #e0e0e0 !important
}

@media (max-width:767px) {
    body.navia.NAV3 .navbar .bleah,
    body.navia.NAV3 .navbar .nav-txt,
    body.navia.NAV3 .navbar .glass-txt {
        display: none
    }
}

.SIN {
    text-align: left;
    border-top: 1px solid gray;
    margin-top: 3px;
    padding: 3px 3px 0 5px;
    font-size: 12px;
    color: #999;
    height: 60px;
    overflow: hidden;
    line-height: 1.2
}

.SIN em {
    border-radius: 2px;
    background-color: #fcc24c;
    color: black;
    font-style: normal;
    padding: 0 2px 1px 2px
}

.items_list small {
    color: #888
}

.items_list .items_list_img {
    margin-bottom: 15px;
    width: 45px;
    height: 45px !important;
    border-radius: 22.5px;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33)
}

.items_list .items_list_img img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    min-width: 45px;
    min-height: 45px
}

.items_list .items_list_img img.clipW {
    max-height: 45px
}

.items_list .items_list_img img.clipH {
    max-width: 45px
}

.items_list.person>div {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px
}

.items_list.person a.stealth.boxy-label {
    font-weight: bold;
    position: relative;
    top: 4px
}

#nav-tophat .items_list small {
    color: #888
}

#nav-tophat .items_list .items_list_img {
    margin-bottom: 15px;
    width: 90px;
    height: 90px !important;
    border-radius: 45px;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33)
}

#nav-tophat .items_list .items_list_img img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    min-width: 90px;
    min-height: 90px
}

#nav-tophat .items_list .items_list_img img.clipW {
    max-height: 90px
}

#nav-tophat .items_list .items_list_img img.clipH {
    max-width: 90px
}

#nav-tophat .items_list.person>div {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px
}

#nav-tophat .items_list.person a.stealth.boxy-label {
    font-weight: bold;
    position: relative;
    top: 4px
}

.thats-right .items_list small {
    color: #888
}

.thats-right .items_list .items_list_img {
    margin-bottom: 15px;
    width: 90px;
    height: 90px !important;
    border-radius: 45px;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33)
}

.thats-right .items_list .items_list_img img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    min-width: 90px;
    min-height: 90px
}

.thats-right .items_list .items_list_img img.clipW {
    max-height: 90px
}

.thats-right .items_list .items_list_img img.clipH {
    max-width: 90px
}

.thats-right .items_list.person>div {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px
}

.thats-right .items_list.person a.stealth.boxy-label {
    font-weight: bold;
    position: relative;
    top: 4px
}

@media (max-width:390px) {
    .container-ia {
        padding-left: 0;
        padding-right: 0
    }
    .container-ia .row {
        margin-left: 0;
        margin-right: 0
    }
    .container-ia .container,
    .container-ia #theatre-ia {
        padding-left: 0;
        padding-right: 0
    }
}

body.books-reports h1 {
    font-size: 18px
}

body.books-reports h2 {
    font-size: 18px
}

body.books-reports h3 {
    font-size: 16px
}

body.books-reports h4 {
    font-size: 16px
}

body.top .wplinks {
    margin-bottom: 10px
}

body.top .wplinks>a {
    text-decoration: none !important;
    cursor: pointer;
    color: #979797;
    font-size: 12px
}

body.top #searchform select {
    display: none
}

body.top .preamble-center:hover #se-advanced-link {
    visibility: visible !important
}

body.top .max-width-500 {
    max-width: 500px;
    margin: auto
}

body.top .row.preamble {
    background-color: white;
    padding: 30px 10px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 10px
}

body.top .row.preamble .the-logo {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 40px;
    font-size: 116px
}

@media (min-width:768px) {
    body.top .row.preamble .non-logo {
        border-left: 1px solid #aaa;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    body.top .row.preamble {
        margin-top: 0 !important
    }
}

body.top center.mt-big div.mt-big {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    margin: 3px
}

body.top center.mt-big div.mt-big>div>span {
    font-size: 34px
}

@media (max-width:1199px) {
    body.top center.mt-big div.mt-big>div>span {
        font-size: 30px;
        margin: 0
    }
}

@media (max-width:991px) {
    body.top center.mt-big div.mt-big>div>span {
        font-size: 20px;
        margin: 0
    }
}

body.top center.mt-big div.mt-big .micro-label {
    color: #999 !important
}

body.top center.mt-big div.mt-big:hover>div>span {
    color: #4a90e2 !important
}

body.top center.mt-big div.mt-big:hover .micro-label {
    color: black !important
}

@media (max-width:991px) {
    body.top center.mt-big {
        margin-left: -25px;
        margin-right: -25px
    }
}

body.top #ToS {
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90);
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    font-weight: 200;
    z-index: 1000000;
    font-size: 11px;
    text-align: center;
    background-color: #222;
    padding: 3px 0
}

body.top #ToS:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

body.top #ToS a {
    color: white
}

@media (max-width:767px) {
    body.top .navbar {
        margin-bottom: 0 !important
    }
}

body.tumble .tumbles {
    margin-top: 60px
}

body.tumble .tumbleL {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 180px;
    margin-right: 25px
}

body.tumble .tumbleL .boxy {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.tumble .tumbleL .mt-icon {
    font-size: 48px
}

body.tumble .tumbleL a.boxy-label {
    text-decoration: none !important;
    cursor: pointer;
    color: black
}

@media (max-width:666px) {
    body.tumble .tumbleL {
        width: 110px;
        margin-right: 5px
    }
    body.tumble .tumbleL .mt-icon {
        font-size: 24px
    }
    body.tumble .tumbleL .boxy-label {
        font-size: 16px
    }
}

body.tumble .tumbleR {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: white;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33)
}

body.tumble .tumbleR img {
    display: block;
    margin-bottom: 7px
}

body.tumble .tumbleR a {
    text-decoration: none !important;
    cursor: pointer;
    color: black
}

@media (max-width:666px) {
    body.tumble .tumbleR {
        width: 200px
    }
    body.tumble .tumbleR img {
        width: 180px
    }
}

@media (min-width:667px) {
    body.tumble .tumbleR {
        width: 380px
    }
    body.tumble .tumbleR img {
        width: 360px
    }
}

body.navia #theatre-ia-wrap {
    background-color: white;
    position: relative;
    min-height: 400px
}

body.navia #theatre-ia-wrap #flag-overlay {
    display: none
}

body.navia .toggle-flag-overlay.glyphicon-remove {
    display: none
}

body.navia #theatre-ia-wrap.flagged #theatre-ia {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px)
}

body.navia #theatre-ia-wrap.flagged .toggle-flag-overlay.glyphicon-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 200%;
    color: #ffffff;
    display: block;
    z-index: 123456789
}

body.navia #theatre-ia-wrap.flagged #flag-overlay.flagged-solid {
    background-color: #be1024
}

body.navia #theatre-ia-wrap.flagged #flag-overlay.flagged-solid .toggle-flag-overlay {
    display: none
}

body.navia #theatre-ia-wrap.flagged #flag-overlay {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(232, 15, 40, 0.69);
    z-index: 1;
    color: #FFFFFF;
    text-align: center
}

body.navia #theatre-ia-wrap.flagged #flag-overlay .big-icon {
    font-size: 56px
}

body.navia #theatre-ia-wrap.flagged #flag-overlay h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 15px
}

body.navia #theatre-ia-wrap.flagged #flag-overlay .item-flags {
    display: inline-block
}

body.navia #theatre-ia-wrap.flagged #flag-overlay h2 {
    font-size: 18px;
    font-weight: 600;
    border: solid #ffffff 3px;
    margin: 10px;
    padding: 10px 30px;
    line-height: 24px
}

body.navia #theatre-ia-wrap.flagged #flag-overlay button.toggle-flag-overlay,
body.navia #theatre-ia-wrap.flagged #flag-overlay a.toggle-flag-overlay {
    text-decoration: underline;
    border: none;
    background: inherit;
    color: inherit;
    margin: 15px;
    font-size: 18px
}

body.navia #theatre-ia-wrap.flagged #flag-overlay p {
    font-size: 18px
}

body.navia #theatre-ia-wrap.flagged #flag-overlay .no-preview-download a {
    color: #ffffff;
    text-decoration: underline
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes {
    text-align: left;
    margin: 0 auto;
    display: inline-block
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a {
    color: #ffffff;
    text-decoration: none
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox {
    border: 1px #ffffff;
    background-color: #ffffff;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    text-align: center
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox .iconochive-x,
body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox .iconochive-Done {
    visibility: hidden
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox.checked {
    background-color: #428bca
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox.checked .iconochive-x,
body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox.checked .iconochive-Done {
    display: block;
    visibility: visible;
    color: #FFFFFF;
    font-size: 10px
}

body.navia #theatre-ia {
    padding-top: 30px;
    padding-bottom: 10px
}

body.navia #theatre-ia>.row {
    max-width: 1170px;
    margin: auto
}

body.navia #theatre-ia .no-preview {
    text-align: center;
    font-weight: inherit
}

@media (max-width:991px) {
    body.navia #theatre-ia .no-preview {
        font-size: 16px
    }
}

@media (min-width:992px) {
    body.navia #theatre-ia .no-preview {
        font-size: 20px
    }
}

body.navia #theatre-ia .no-preview p {
    margin-bottom: 20px
}

body.navia #theatre-ia .no-preview .theatre-title {
    font-weight: bold
}

@media (min-width:992px) {
    body.navia #theatre-ia .no-preview .theatre-title {
        font-size: 24px
    }
}

@media (max-width:991px) {
    body.navia #theatre-ia .no-preview .theatre-title {
        font-size: 20px
    }
}

body.navia #theatre-ia .no-preview a.show-all {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #4a90e2;
    border-radius: 3px;
    font-weight: 400
}

@media (max-width:991px) {
    body.navia #theatre-ia .no-preview a.show-all {
        padding: 15px 30px
    }
}

@media (min-width:992px) {
    body.navia #theatre-ia .no-preview a.show-all {
        padding: 15px 45px
    }
}

body.navia #theatre-ia #theatre-controls {
    position: absolute;
    z-index: 2;
    width: 30px;
    visibility: hidden;
    right: 20px;
    font-size: 18px;
    color: #d8d8d8;
    text-align: center
}

body.navia #theatre-ia #theatre-controls>a {
    text-decoration: none !important;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    white-space: nowrap
}

body.navia #theatre-ia #theatre-controls>a>div {
    text-decoration: none !important;
    cursor: pointer;
    color: #eee !important;
    font-weight: normal;
    white-space: nowrap
}

@media (max-width:767px) {
    body.navia #theatre-ia #theatre-controls {
        width: 15px !important;
        right: 2px !important;
        text-align: right !important
    }
    body.navia #theatre-ia #theatre-controls a>div {
        font-size: 12px;
        width: 15px
    }
}

body.navia #cher-modal .sharee {
    color: black;
    font-size: 50px;
    font-weight: 100
}

body.navia #cher-modal .sharee:hover {
    background-color: #ddd;
    background-color: white
}

body.navia #cher-modal .sharee:hover.iconochive-twitter {
    color: #4099FF
}

body.navia #cher-modal .sharee:hover.iconochive-facebook {
    color: #3b5998
}

body.navia #cher-modal .sharee:hover.iconochive-googleplus {
    color: #dd4b39
}

body.navia #cher-modal .sharee:hover.iconochive-reddit {
    color: #5f99cf
}

body.navia #cher-modal .sharee:hover.iconochive-tumblr {
    color: #32506d
}

body.navia #cher-modal .sharee:hover.iconochive-pinterest {
    color: #cb2027
}

body.navia #cher-modal .sharee:hover.iconochive-popcorn {
    color: #D83920
}

body.navia #cher-modal .sharee:hover.iconochive-email {
    color: white;
    background-color: inherit
}

body.navia #cher-modal .sharee:hover.iconochive-embed {
    color: white;
    background-color: inherit
}

body.navia #cher-modal .sharee:hover.iconochive-email {
    color: #428bca
}

@media (max-width:767px) {
    body.navia #cher-modal .sharee {
        font-size: 25px !important
    }
}

body.navia #texty {
    max-width: 100%;
    text-align: center
}

body.navia #jw6_controlbar {
    max-width: 2000px !important
}

body.navia #jw6_sharing {
    overflow: hidden
}

body.navia.jw_nodock .jwdockbuttons {
    display: none
}

body.navia .thats-left {
    border-left: 45px solid transparent;
    padding-right: 100px;
    position: relative;
    padding-top: 10px
}

body.navia .thats-left .left-icon {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    left: -45px;
    width: 45px;
    height: 45px;
    margin: 0;
    font-size: 30px
}

body.navia .thats-left .tv-ttl>div {
    font-size: 50%;
    font-weight: normal
}

body.navia .thats-left img {
    max-width: 100%;
    height: auto !important
}

@media (max-width:1199px) {
    body.navia .thats-left {
        padding-right: 50px
    }
}

@media (max-width:991px) {
    body.navia .thats-left {
        padding-right: inherit
    }
}

@media (max-width:767px) {
    body.navia .thats-left {
        word-break: initial;
        word-break: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        padding-top: 50px;
        padding-right: inherit;
        border-left-width: 0
    }
    body.navia .thats-left .left-icon {
        position: initial;
        left: 0
    }
    body.navia .thats-left .tv-ttl {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        max-width: 80%
    }
}

body.navia .thats-right {
    padding-top: 90px
}

body.navia .thats-right>h5 {
    line-height: 1.5
}

@media (max-width:767px) {
    body.navia .thats-right {
        padding-top: 20px
    }
}

@media (max-width:520px) {
    body.navia .thats-right {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

body.navia #emulate {
    background-color: black;
    min-height: 384px
}

body.navia #emulate #screenshot {
    position: absolute;
    z-index: 1;
    width: 100%
}

body.navia #emulate #screenshot>img {
    margin: auto;
    max-width: 560px;
    height: 384px
}

body.navia #emulate img.ghost {
    position: absolute;
    top: 125px;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    z-index: 2
}

body.navia #emulate #canvas {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

body.navia #emulate #canvasholder,
body.navia #emulate #gofullscreen,
body.navia #emulate #gamepadtext {
    visibility: hidden
}

body.navia .ui-keyboard {
    display: none !important
}

body.navia .ui-keyboard.showing {
    display: block !important
}

body.navia.embedded #emulate {
    min-height: 100%
}

body.navia.embedded #emulate #screenshot {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%
}

body.navia.embedded #emulate #screenshot img {
    max-width: 100%;
    width: 100%;
    height: 100%
}

body.navia.embedded #emulate img.ghost {
    top: 40%;
    left: 40%;
    width: 20%;
    height: 20%;
    margin-left: 0
}

body.navia.embedded #emulate #canvas {
    width: 100%;
    height: 100%
}

body.navia #edlink {
    display: none
}

body.navia.editable #edlink {
    display: inline
}

body.navia.bgEEE {
    background-color: #eee !important
}

body.dirlisting pre {
    white-space: pre;
    word-break: normal;
    word-wrap: normal;
    margin: 0
}

@media (max-width:767px) {
    body.dirlisting pre {
        font-size: 11px
    }
}

body.dirlisting pre>span {
    visibility: hidden
}

.formElement {
    margin: 10px 0
}

.formElement label {
    font-weight: bold
}

.formElement .lighter {
    color: #666
}

.formElement .regular {
    font-weight: normal !important;
    font-size: 10pt !important
}

.formElement .smaller {
    font-size: .8em !important;
    font-weight: normal !important
}

form.iaform .formElement label {
    font-size: 12pt
}

form.iaform .formElement input[type=text],
form.iaform .formElement input[type=password],
form.iaform .formElement textarea {
    min-width: 300px;
    padding: 3px;
    font-size: 12pt
}

.c1nav a {
    display: block;
    margin-bottom: 10px
}

table.cat {
    font-size: 8pt
}

table.cat>tbody>tr>td {
    white-space: nowrap !important;
    padding: 0 2px
}

table.cat>tbody>tr:nth-child(odd) {
    background-color: #c4aa66
}

table.cat>tbody>tr:nth-child(even) {
    background-color: #d4ba76
}

table.cat tr td a {
    color: #00c
}

table.cat th {
    background-color: wheat;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black
}

table.cat tr:hover {
    border-color: black
}

table.cat tr.admin0:nth-child(odd) {
    background-color: #c0f0c0
}

table.cat tr.admin0:nth-child(odd):hover {
    background-color: #00ee00
}

table.cat tr.admin0:nth-child(even) {
    background-color: #d0f0d0
}

table.cat tr.admin0:nth-child(even):hover {
    background-color: #00ee00
}

table.cat tr.admin1:nth-child(odd) {
    background-color: #c0c0f0
}

table.cat tr.admin1:nth-child(odd):hover {
    background-color: #8080ff
}

table.cat tr.admin1:nth-child(even) {
    background-color: #d0d0f0
}

table.cat tr.admin1:nth-child(even):hover {
    background-color: #8080ff
}

table.cat tr.admin2:nth-child(odd) {
    background-color: #f08080
}

table.cat tr.admin2:nth-child(odd):hover {
    background-color: #ff0000
}

table.cat tr.admin2:nth-child(even) {
    background-color: #f06060
}

table.cat tr.admin2:nth-child(even):hover {
    background-color: #ff0000
}

table.cat tr.adminH:nth-child(odd) {
    background-color: #e0c0e0
}

table.cat tr.adminH:nth-child(odd):hover {
    background-color: #ffc0ff
}

table.cat tr.adminH:nth-child(even) {
    background-color: #d0b0d0
}

table.cat tr.adminH:nth-child(even):hover {
    background-color: #ffc0ff
}

table.cat .off {
    background-color: yellow !important
}

table.cat span.hilite {
    background-color: lightyellow
}

table.cat .catHidden,
table.cat .catHidden {
    display: none
}

table.cat span.catHover:hover .catHidden {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    z-index: 100;
    position: absolute;
    width: 500px;
    margin-left: -508px;
    padding: 2px;
    color: black !important;
    background-color: white;
    border: 2px solid black;
    letter-spacing: -0.15em;
    white-space: normal
}

table.cat span.catHover2:hover .catHidden {
    display: inline;
    z-index: 100;
    position: absolute;
    width: 125px;
    padding: 2px;
    color: black !important;
    background-color: white;
    border: 2px solid black;
    white-space: normal
}

table.catJ {
    border-color: transparent
}

table.catJ a.btn {
    color: white
}

table.catJ a.btn-default {
    background-color: #aaa;
    color: white
}

table.catJ a.btn-default:hover {
    background-color: #999
}

table.catJ a {
    font-size: 10pt;
    line-height: 12pt;
    cursor: pointer
}

table.catJ a.stealth {
    color: black;
    font-size: 8pt
}

table.catJ td {
    border-color: #d7d7d7
}

table.catJ td.args a {
    text-decoration: none !important;
    cursor: pointer;
    color: black;
    font-size: 8pt
}

table.catJ table.args tbody tr {
    border-bottom: 1px solid #eee
}

table.catJ table.args tbody tr td {
    vertical-align: top
}

table.catJ table.args tbody tr td div {
    white-space: normal !important;
    word-wrap: break-word !important
}

table.catJ table.args tbody tr div.a1 {
    max-width: 90px
}

table.catJ table.args tbody tr div.a2 {
    width: 220px
}

body.catalog {
    background-color: black
}

body.catalog .steppum {
    font-family: Steppum;
    font-size: 400%
}

body.catalog .steppum b {
    font-family: Flip !important;
    padding-right: 40px
}

@font-face {
    font-family: Steppum;
    src: url("/includes/fonts/steppum fo rotsap.otf")
}

@font-face {
    font-family: Flip;
    src: url("/includes/fonts/steppum fo rotsap flipped.otf")
}

body.catalog .popover {
    min-width: 340px;
    word-wrap: break-word
}

body.catalog table.catJ {
    order-collapse: collapse;
    border-spacing: 0
}

body.catalog table.catJ th:first-child {
    border-radius: 10px 0 0 0
}

body.catalog table.catJ th:last-child {
    border-radius: 0 10px 0 0
}

body.catalog table.catJ th:only-child {
    border-radius: 10px 10px 0 0
}

body.catalog table.catJ tr:last-child {
    border-radius: 0 0 10px 10px
}

body.catalog table.catJ tr:last-child td:first-child {
    border-radius: 0 0 0 10px
}

body.catalog table.catJ tr:last-child td:last-child {
    border-radius: 0 0 10px 0
}

body.catalog table.catJ .flip a {
    padding-right: 10px
}

body.catalog table.catJ,
body.catalog table.catJ tbody,
body.catalog table.catJ tbody tr {
    max-width: 100%;
    width: 100%
}

body.catalog table.catJ thead tr:first-child {
    text-align: center
}

body.catalog table.catJ tr {
    display: block;
    position: relative;
    width: 100%;
    min-height: 20px
}

body.catalog table.catJ tr td,
body.catalog table.catJ tr th {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    min-height: 20px;
    border-right: 0;
    border-bottom: 0
}

@media (min-width:1501px) {
    body.catalog table.catJ.cols7 tr {
        border-right: 303px solid transparent
    }
    body.catalog table.catJ.cols7 tr .flip {
        margin-right: -303px
    }
    body.catalog table.catJ.cols7 tr td,
    body.catalog table.catJ.cols7 tr th {
        left: 25%
    }
    body.catalog table.catJ.cols7 tr>:nth-child(1) {
        width: 25%;
        left: 0
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) {
        width: 60px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) a {
        text-decoration: none !important;
        cursor: pointer;
        color: #505050
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) input[type=checkbox] {
        width: 12px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(3) {
        width: 52px;
        margin-left: 60px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(4) {
        width: 43px;
        margin-left: 112px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(5) {
        width: 38px;
        margin-left: 155px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(6) {
        width: 110px;
        margin-left: 193px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(7) {
        width: 75%;
        margin-left: 303px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(8) {
        left: 100%;
        width: 0;
        margin-left: 303px;
        padding-left: 1px;
        padding-right: 0
    }
    body.catalog table.catJ.cols7 tr>:nth-child(9) {
        left: 100%;
        width: 0;
        font-size: 9px;
        letter-spacing: -1px;
        margin-left: 303px
    }
}

@media (min-width:768px) and (max-width:1500px) {
    body.catalog table.catJ.cols7 tr {
        border-right: 303px solid transparent
    }
    body.catalog table.catJ.cols7 tr .flip {
        margin-right: -303px
    }
    body.catalog table.catJ.cols7 tr td,
    body.catalog table.catJ.cols7 tr th {
        left: 35%
    }
    body.catalog table.catJ.cols7 tr>:nth-child(1) {
        width: 35%;
        left: 0
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) {
        width: 60px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) a {
        text-decoration: none !important;
        cursor: pointer;
        color: #505050
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) input[type=checkbox] {
        width: 12px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(3) {
        width: 52px;
        margin-left: 60px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(4) {
        width: 43px;
        margin-left: 112px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(5) {
        width: 38px;
        margin-left: 155px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(6) {
        width: 110px;
        margin-left: 193px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(7) {
        width: 65%;
        margin-left: 303px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(8) {
        left: 100%;
        width: 0;
        margin-left: 303px;
        padding-left: 1px;
        padding-right: 0
    }
    body.catalog table.catJ.cols7 tr>:nth-child(9) {
        left: 100%;
        width: 0;
        font-size: 9px;
        letter-spacing: -1px;
        margin-left: 303px
    }
}

@media (max-width:767px) {
    body.catalog table.catJ.cols7 tr {
        border-right: 207px solid transparent
    }
    body.catalog table.catJ.cols7 tr .flip {
        margin-right: -207px
    }
    body.catalog table.catJ.cols7 tr td,
    body.catalog table.catJ.cols7 tr th {
        left: 50%
    }
    body.catalog table.catJ.cols7 tr>:nth-child(1) {
        width: 50%;
        left: 0
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) {
        width: 14px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) a {
        text-decoration: none !important;
        cursor: pointer;
        color: #505050
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) input[type=checkbox] {
        width: 12px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(3) {
        width: 52px;
        margin-left: 14px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(4) {
        width: 43px;
        margin-left: 66px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(5) {
        width: 38px;
        margin-left: 109px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(6) {
        width: 60px;
        margin-left: 147px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(7) {
        width: 50%;
        margin-left: 207px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(8) {
        left: 100%;
        width: 0;
        margin-left: 207px;
        padding-left: 1px;
        padding-right: 0
    }
    body.catalog table.catJ.cols7 tr>:nth-child(9) {
        left: 100%;
        width: 0;
        font-size: 9px;
        letter-spacing: -1px;
        margin-left: 207px
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) {
        padding-left: 0;
        border-left: 0
    }
    body.catalog table.catJ.cols7 tr>:nth-child(2) a {
        display: none
    }
}

body.catalog table.catJ.cols7 tr>:nth-child(8),
body.catalog table.catJ.cols7 tr>:nth-child(9) {
    display: none
}

body.catalog table.catJ.cols8 tr {
    border-right: 378px solid transparent
}

body.catalog table.catJ.cols8 tr .flip {
    margin-right: -378px
}

body.catalog table.catJ.cols8 tr td,
body.catalog table.catJ.cols8 tr th {
    left: 35%
}

body.catalog table.catJ.cols8 tr>:nth-child(1) {
    width: 35%;
    left: 0
}

body.catalog table.catJ.cols8 tr>:nth-child(2) {
    width: 60px
}

body.catalog table.catJ.cols8 tr>:nth-child(2) a {
    text-decoration: none !important;
    cursor: pointer;
    color: #505050
}

body.catalog table.catJ.cols8 tr>:nth-child(2) input[type=checkbox] {
    width: 12px
}

body.catalog table.catJ.cols8 tr>:nth-child(3) {
    width: 52px;
    margin-left: 60px
}

body.catalog table.catJ.cols8 tr>:nth-child(4) {
    width: 43px;
    margin-left: 112px
}

body.catalog table.catJ.cols8 tr>:nth-child(5) {
    width: 38px;
    margin-left: 155px
}

body.catalog table.catJ.cols8 tr>:nth-child(6) {
    width: 110px;
    margin-left: 193px
}

body.catalog table.catJ.cols8 tr>:nth-child(7) {
    width: 65%;
    margin-left: 303px
}

body.catalog table.catJ.cols8 tr>:nth-child(8) {
    left: 100%;
    width: 75px;
    margin-left: 303px;
    padding-left: 1px;
    padding-right: 0
}

body.catalog table.catJ.cols8 tr>:nth-child(9) {
    left: 100%;
    width: 0;
    font-size: 9px;
    letter-spacing: -1px;
    margin-left: 378px
}

body.catalog table.catJ.cols8 tr>:nth-child(9) {
    display: none
}

body.catalog table.catJ.cols9 {
    font-size: 10px
}

body.catalog table.catJ.cols9 tr {
    border-right: 285px solid transparent
}

body.catalog table.catJ.cols9 tr .flip {
    margin-right: -285px
}

body.catalog table.catJ.cols9 tr td,
body.catalog table.catJ.cols9 tr th {
    left: 10%
}

body.catalog table.catJ.cols9 tr>:nth-child(1) {
    width: 10%;
    left: 0
}

body.catalog table.catJ.cols9 tr>:nth-child(2) {
    width: 60px
}

body.catalog table.catJ.cols9 tr>:nth-child(2) a {
    text-decoration: none !important;
    cursor: pointer;
    color: #505050
}

body.catalog table.catJ.cols9 tr>:nth-child(2) input[type=checkbox] {
    width: 12px
}

body.catalog table.catJ.cols9 tr>:nth-child(3) {
    width: 52px;
    margin-left: 60px
}

body.catalog table.catJ.cols9 tr>:nth-child(4) {
    width: 35px;
    margin-left: 112px
}

body.catalog table.catJ.cols9 tr>:nth-child(5) {
    width: 38px;
    margin-left: 147px
}

body.catalog table.catJ.cols9 tr>:nth-child(6) {
    width: 50px;
    margin-left: 185px
}

body.catalog table.catJ.cols9 tr>:nth-child(7) {
    width: 5%;
    margin-left: 235px
}

body.catalog table.catJ.cols9 tr>:nth-child(8) {
    left: 15%;
    width: 50px;
    margin-left: 235px;
    padding-left: 1px;
    padding-right: 0
}

body.catalog table.catJ.cols9 tr>:nth-child(9) {
    left: 15%;
    width: 85%;
    font-size: 9px;
    letter-spacing: -1px;
    margin-left: 285px
}

body.catalog .flip {
    white-space: initial !important;
    background-color: #eee8d5 !important;
    padding: 5px;
    position: relative;
    top: 20px;
    margin-bottom: 20px
}

body.catalog>.popover {
    width: 600px;
    max-width: 70%;
    left: 10px !important
}

body.catalog>.popover .popover-content {
    min-height: 200px;
    font-family: monospace;
    font-size: 10px;
    width: 580px;
    max-width: 65%
}

body.catalog .toppop .popover {
    max-width: 90%
}

body.catalog .toppop .popover-content {
    width: 900px
}

body.editxml .ui-dialog .ui-dialog-titlebar-close:after {
    content: "X"
}

body.editxml table.formConstructor .charect {
    font-style: normal;
    font-weight: bold;
    border: 1px solid;
    padding: 2px
}

body.editxml table.formConstructor th {
    text-align: left;
    padding: 3px;
    padding-bottom: 15px
}

body.editxml table.formConstructor td {
    padding: 3px
}

body.editxml table.formConstructor td.requiredField {
    font-weight: bold;
    vertical-align: top;
    padding-right: 20px
}

body.editxml table.formConstructor td.optionalField {
    vertical-align: top;
    padding-right: 20px
}

body.editxml table.formConstructor td.errorField {
    font-weight: bold;
    vertical-align: top;
    padding-right: 20px;
    color: #ff0000
}

body.editxml table.formConstructor td.errorDescription {
    font-size: 8pt;
    font-style: italic;
    padding-bottom: 20px;
    text-align: left;
    color: #ff0000
}

body.editxml table.formConstructor td.descriptionCell {
    font-size: 8pt;
    vertical-align: top;
    width: 200px;
    padding-right: 20px
}

body.editxml .creativecommons-remove-license-button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    background: none;
    color: #428bca
}

body.editxml .creativecommons-remove-license-button:active,
body.editxml .creativecommons-remove-license-button:hover,
body.editxml .creativecommons-remove-license-button:focus {
    color: #2a6496;
    text-decoration: underline
}

body.bookmarks a.userLink {
    color: #7777ff;
    background-color: #ffff33
}

body.bookmarks a.userLink:hover {
    background-color: #aaaaff
}

body.bookmarks a.userLinkLight {
    color: #7777ff;
    background-color: #ffff77
}

body.bookmarks a.userLinkLight:hover {
    background-color: #aaaaff
}

body.bookmarks a.userLinkLight2 {
    color: #7777ff;
    background-color: #ffff99
}

body.bookmarks a.userLinkLight2:hover {
    background-color: #aaaaff
}

.showOnHover {
    display: none
}

span.hoverShower:hover .showOnHover {
    display: inline;
    z-index: 100;
    position: absolute;
    width: 500px
}

span.hoverShower:hover .showOnHover>div {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: white
}

.container-ia .forumTable tbody tr td {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

@media (max-width:600px) {
    .container-ia .forumTable tbody tr td .smalldate {
        word-break: normal
    }
}

body.editbody #createhelp {
    width: 600px;
    margin: auto
}

body.editbody #createhelp .btn {
    width: 162px;
    margin: 10px 10px 0 0
}

body.editbody #createhelp .btn-success {
    width: 220px;
    font-size: 28px
}

body.editbody #createhelp #sharer {
    width: 158px;
    height: 25px;
    margin: 10px 3px 0 3px;
    padding: 0;
    overflow-y: hidden
}

body.editbody #createhelp #spanButtonPlaceHolder {
    height: 27px
}

body.editbody #addmore {
    display: none;
    z-index: 10000;
    font-size: 90%;
    padding: 10px 0 0 10px
}

body.editbody table.info tr td {
    padding: 15px
}

body.editbody div.pnl1 {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

body.editbody div.pnl2 {
    padding-top: 20px;
    padding-bottom: 15px
}

body.editbody .req {
    color: red;
    padding: 3px
}

body.editbody p.note {
    font-size: 9pt;
    font-style: italic;
    padding: 0 50 0 30
}

body.editbody p.note:first-letter {
    margin-left: -10px;
    font-size: 120%
}

body.editbody div#overlay {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: 1000;
    background-color: #000
}

body.editbody div#overlay[id] {
    position: fixed
}

body.editbody table.slick {
    margin: 0;
    border-collapse: collapse
}

body.editbody td.slick {
    padding: 10px;
    vertical-align: top
}

body.editbody #noflash {
    width: 350px
}

p.content {
    margin: 0;
    padding: .1em
}

td.key {
    vertical-align: text-top
}

span.key {
    font-weight: bold;
    white-space: nowrap
}

.jwtime .jwoverlay,
.jwtime .jwoverlay *,
.jwtime .jwoverlay *:before,
.jwtime .jwoverlay *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

body.responsive .jwplayer .jwdisplayIcon .jwtext {
    color: black
}

body.responsive .jwlist::-webkit-scrollbar,
body.responsive .jwlistV2::-webkit-scrollbar {
    width: 12px
}

body.responsive .jwlist::-webkit-scrollbar-track,
body.responsive .jwlistV2::-webkit-scrollbar-track {
    background: black;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    border-radius: 10px
}

body.responsive .jwlist::-webkit-scrollbar-thumb,
body.responsive .jwlistV2::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5)
}

body.responsive.responsive-playing .jwplayer {
    background-color: transparent !important
}

body.embedded {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: transparent
}

body.embedded #jw6 {
    width: 100%;
    height: 100%
}

body.embedded .maudioEmbed {
    max-width: 800px;
    margin: auto;
    position: relative
}

body.embedded .maudioEmbed #jw6 {
    height: 30px
}

body.embedded .jwlist {
    background-color: #363636
}

body.embedded .iajwBG {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    visibility: hidden;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    background: transparent left top repeat-x url(/jw/6.8/barbg.png)
}

body.embedded .iajwBG .iajw {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: url(/jw/6.8/iajwOn.png) 0 0 no-repeat;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 1
}

body.embedded .iajwBG .iajw:hover {
    background: url(/jw/6.8/iajw.png) 0 0 no-repeat
}

body.embedded .iajwBG .iajw img {
    width: 30px;
    height: 26px
}

body.embedded .iajwBG .tooltip {
    width: 250px
}

body.embedded .iajwBG .tooltip .tooltip-inner {
    max-width: 250px
}

#jw6 li.item span.title {
    font-size: 11px !important
}

#jw6 li.item span.title .tn {
    display: inline-block;
    width: 15px;
    text-align: right;
    padding-right: 5px;
    border-right: 1px solid gray
}

.jwlist {
    overflow-y: auto
}

.jwlist .jwrow {
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    color: #ccc;
    text-align: left;
    border-bottom: 1px solid black
}

.jwlist .jwrow:hover {
    cursor: pointer;
    color: white;
    background-color: #262626
}

.jwlist .jwrow .n {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 25px;
    text-align: right;
    padding-right: 5px;
    margin-right: 5px;
    font-weight: bold
}

.jwlist .jwrow .ttl {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
    width: 65%;
    overflow-x: hidden !important
}

.jwlist .jwrow .tm {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: right;
    text-align: left;
    font-weight: bold
}

.jwlist div[class~="jwrow"][class~="playing"] {
    color: #00ADEF
}

.jwlistV2 a {
    text-decoration: none !important
}

.jwlistV2 .jwrowV2 {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    color: white;
    background-color: black;
    padding: 5px 8px;
    font-weight: 400;
    cursor: pointer
}

.jwlistV2 .jwrowV2 span.ttl {
    padding: 0 5px 0 8px;
    word-wrap: break-word
}

.jwlistV2 .jwrowV2 span.tm {
    font-weight: 200
}

.jwlistV2 .jwrowV2.playing {
    background-color: #13a0d8
}

div#pdfs {
    font-weight: bold
}

div#pdfs h2 {
    font-size: 16px
}

div#pdfs a {
    text-decoration: none
}

div#pdfs .pages {
    padding-left: 25px;
    word-wrap: break-word
}

div#pdfs .mo,
div#pdfs .pages {
    display: none
}

div#pdfs .day {
    padding-left: 30px;
    margin-top: -2px
}

div#pdfs .pages a {
    font-weight: normal
}

div.c01 {
    display: none
}

div.c02 {
    display: none
}

a.c02 {
    padding-left: 30px
}

a.c02_link {
    padding-left: 60px
}

body.segments form.segments table {
    border-collapse: collapse
}

body.segments form.segments table tr.odd {
    background-color: #a6e7f3
}

body.segments form.segments table tr.eve {
    background-color: #79dbed
}

body.segments form.segments table td {
    padding: 2px 8px 2px 8px;
    white-space: nowrap
}

body.segments form.segments table td.first {
    padding-top: 7px
}

body.segments form.segments table td.last {
    padding-bottom: 7px
}

body.segments form.segments input.optional {
    background-color: #cccccc
}

body.segments form.segments span.fixed_data {
    background-color: #cccccc
}

table.archext {
    border-collapse: collapse
}

table.archext caption {
    color: white;
    background-color: #666;
    font-size: 120%;
    font-weight: bold
}

table.archext tr {
    border-top: thin solid #ccc
}

table.archext th {
    white-space: nowrap
}

table.archext td {
    padding: 2px 15px;
    white-space: nowrap
}

table.archext td#jpg {
    text-align: center
}

table.archext td#size {
    text-align: right
}

table.archext a:link {
    text-decoration: none
}

body.item-op .itemOpTable {
    border-collapse: collapse;
    border: 1px solid silver
}

body.item-op .itemOpTable em {
    font-weight: bold;
    font-size: 150%;
    font-style: normal
}

body.item-op .itemOpTable th {
    background-color: #e5e5e5;
    border: 1px solid black
}

body.item-op .itemOpTable td {
    padding: 4px;
    border: 1px solid silver
}

body.item-op .itemOpBox {
    border: 0;
    font-size: smaller
}

body.item-op .curateInfoTable {
    border-collapse: collapse
}

body.item-op .curateInfoTable td {
    padding: 0
}

body.item-op .extraFieldTable {
    border-collapse: collapse
}

body.item-op .extraFieldTable td {
    background-color: #e5e5e5
}

body.tvAD .shows {
    margin-left: 20px
}

body.tvAD .shows h4 {
    margin: 0
}

body.tvAD .shows>div {
    margin-left: 20px
}

body.zotero table.zotero {
    width: 100%;
    border: 2px solid #aaa;
    border-collapse: collapse
}

body.zotero table.zotero tr {
    border-bottom: 2px solid #aaa
}

body.zotero table.zotero tr.av {
    display: none
}

body.zotero table.zotero tr.gray {
    background-color: #ddd
}

body.zotero table.zotero tr td {
    vertical-align: top;
    padding: 4px
}

body.zotero table.zotero th {
    text-align: left
}

body.wayback #wwmurl {
    max-width: 100%;
    margin: 0
}

body.wayback .web_table.row .web_box {
    display: block !important;
    max-width: 400px;
    min-width: 270px
}

.textarea-invert-readonly {
    color: white !important;
    background-color: #4b4848 !important;
    cursor: pointer !important
}

body.donatePage {
    background-color: #EEEEEE;
    font-size: 14px;
    color: black
}

body.donatePage div.donate .donate-header {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 0
}

body.donatePage div.donate .letter-title {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 200
}

body.donatePage div.donate .other-header {
    font-size: 20px;
    color: #52b3d9;
    font-weight: 200
}

body.donatePage div.donate hr {
    border-top: 1px solid #4a4a4a
}

body.donatePage div.donate .donate-form-section {
    background-color: #FFFFFF
}

@media (min-width:1200px) {
    body.donatePage div.donate .donate-form-section {
        min-height: 631px
    }
}

body.donatePage div.donate .donate-form-section .helper {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

body.donatePage div.donate .donate-form-section .vertical-align-middle,
body.donatePage div.donate .donate-form-section .helper+input,
body.donatePage div.donate .donate-form-section .helper+img {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block
}

body.donatePage div.donate .donate-form-section ul {
    list-style-type: none;
    padding: 0;
    text-align: center
}

body.donatePage div.donate .donate-form-section li {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    max-height: 90px
}

body.donatePage div.donate .donate-form-section li label,
body.donatePage div.donate .donate-form-section li input {
    font-weight: normal;
    cursor: default
}

@media (max-width:767px) {
    body.donatePage div.donate .donate-form-section li label,
    body.donatePage div.donate .donate-form-section li input {
        font-size: 14px
    }
}

@media (min-width:768px) {
    body.donatePage div.donate .donate-form-section li label,
    body.donatePage div.donate .donate-form-section li input {
        font-size: 16px
    }
}

body.donatePage div.donate .donate-form-section li label {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

body.donatePage div.donate .donate-form-section input[type="radio"] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

body.donatePage div.donate .donate-form-section input[type="radio"]:focus+label {
    outline: 3px lightblue solid
}

body.donatePage div.donate .donate-form-section .donationtype li {
    height: 60px;
    margin: 3px 0
}

body.donatePage div.donate .donate-form-section .donationtype input[type="radio"]+label {
    background: white;
    color: #9b9b9b;
    border: 3px solid #9b9b9b;
    border-radius: 5px;
    padding: 5px
}

@media (max-width:767px) {
    body.donatePage div.donate .donate-form-section .donationtype input[type="radio"]+label {
        max-width: 140px
    }
}

@media (min-width:768px) {
    body.donatePage div.donate .donate-form-section .donationtype input[type="radio"]+label {
        max-width: 180px
    }
}

body.donatePage div.donate .donate-form-section .donationtype input[type="radio"]:checked+label {
    background: #f9bf3b;
    color: white;
    border: 3px solid #f9bf3b
}

body.donatePage div.donate .donate-form-section .donationlevel {
    margin-bottom: 12px;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto
}

body.donatePage div.donate .donate-form-section .donationlevel li {
    margin: 3px 1px
}

body.donatePage div.donate .donate-form-section .donationlevel input[type="radio"]+label,
body.donatePage div.donate .donate-form-section .donationlevel input[type="radio"]+.blue-bg {
    color: white;
    background-color: #5c97bf;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    margin-bottom: 5px
}

body.donatePage div.donate .donate-form-section .donationlevel input[type="radio"]:checked+label,
body.donatePage div.donate .donate-form-section .donationlevel input[type="radio"]:checked+.blue-bg {
    background-color: #3fc380
}

body.donatePage div.donate .donate-form-section .donationlevel #other_amt input[type="radio"]+.blue-bg {
    width: 180px
}

body.donatePage div.donate .donate-form-section .donationlevel #other_amt input#amount_custom {
    width: 50px;
    text-align: right
}

body.donatePage div.donate .donate-form-section .service .button-wrap:before,
body.donatePage div.donate .donate-form-section .service .button-wrap_before {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

body.donatePage div.donate .donate-form-section .service .button-wrap {
    border-radius: 7px;
    text-align: center;
    max-width: 320px;
    height: 62px;
    background-color: #D8D8D8;
    border: 1px solid #f3f4f6;
    margin: 7px auto
}

body.donatePage div.donate .donate-form-section .service .button-wrap:hover,
body.donatePage div.donate .donate-form-section .service .button-wrap:focus,
body.donatePage div.donate .donate-form-section .service .button-wrap-hover {
    background-color: #f1f1f1;
    background-image: linear-gradient(#ffffff, #f1f1f1);
    background: #f1f1f1;
    background: linear-gradient(#ffffff, #f1f1f1)
}

body.donatePage div.donate .donate-form-section .service form {
    text-align: center
}

body.donatePage div.donate .donate-form-section .service .button-wrap input[type="image"],
body.donatePage div.donate .donate-form-section .service .button-wrap img {
    max-height: 36px;
    vertical-align: middle;
    margin: auto
}

body.donatePage div.donate .donate-form-section .service #stripeOneTime.button-wrap img,
body.donatePage div.donate .donate-form-section .service #stripeMonthly.button-wrap img {
    max-height: 50px
}

body.donatePage div.donate .donate-form-section .service #subscription_buttons {
    display: none
}

body.donatePage div.donate .donate-form-section .service .button-wrap[id^=stripe] button {
    border: none;
    background: none;
    max-height: 50px
}

@media (max-width:1199px) {
    body.donatePage div.donate .letter {
        min-height: 719px
    }
}

body.donatePage div.donate .letter .blurb strong.blue {
    color: #52b3d9
}

body.donatePage div.donate .letter .portrait img {
    display: inline-block;
    float: right;
    max-height: 250px;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 5px
}

body.donatePage div.donate .letter .exhortation {
    font-style: italic
}

body.donatePage div.donate .cheers {
    text-align: center;
    margin: 29px auto 36px auto;
    max-width: 500px
}

body.donatePage div.donate div[class*="col-"] {
    padding-bottom: 7px;
    padding-top: 7px
}

body.donatePage div.donate .white-box {
    background-color: white;
    padding: 24px
}

body.donatePage div.donate .blue-box {
    background-color: #52b3d9;
    padding: 24px
}

body.donatePage .donation-faqs-link {
    border-radius: 7px;
    text-align: center;
    display: block;
    margin: 1.8em 0;
    padding: 1em;
    border: 3px solid currentColor;
    font-size: 16px
}

body.donatePage .donation-faqs-link:active,
body.donatePage .donation-faqs-link:focus,
body.donatePage .donation-faqs-link:hover {
    text-decoration: none
}

body.donateThankYou {
    background-color: #52b3d9;
    font-weight: 200;
    color: white;
    text-align: center
}

@media (max-width:767px) {
    body.donateThankYou {
        font-size: 20px
    }
}

@media (min-width:768px) {
    body.donateThankYou {
        font-size: 18px
    }
}

@media (max-width:767px) {
    body.donateThankYou .thanks {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    body.donateThankYou .thanks {
        margin-bottom: 45px
    }
}

body.donateThankYou .thanks h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0
}

body.donateThankYou .thanks p.big-n-thin {
    font-size: 30px;
    margin-bottom: 15px
}

body.donateThankYou .thanks .max-width {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px
}

body.donateThankYou .thanks .logo {
    max-width: 210px;
    display: block;
    margin: 50px auto
}

body.donateThankYou .explore {
    margin-bottom: 45px
}

body.donateThankYou .explore a {
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #F9BF3B;
    color: white
}

body.donateThankYou .explore a:hover {
    text-decoration: none
}

body.donateThankYou .white-box {
    background-color: white;
    color: black;
    padding: 25px;
    text-align: left;
    margin-bottom: 50px;
    border-radius: 5px
}

body.donateThankYou .white-box h2 {
    font-size: 20px;
    color: #52b3d9;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 25px
}

body.donateThankYou .white-box form label {
    font-weight: bold
}

body.donateThankYou .white-box form input[type='text'],
body.donateThankYou .white-box form textarea {
    border: 2px solid #C9C5CA;
    border-radius: 5px;
    margin-bottom: 25px;
    width: 100%
}

body.donateThankYou .white-box form textarea {
    min-height: 150px
}

body.donateThankYou .white-box form input[type='checkbox'] {
    margin-bottom: 25px
}

body.donateThankYou .white-box form .submit {
    width: 150px;
    background-color: #3c7489;
    color: white;
    border-radius: 5px
}

table.tablesorter thead tr .header {
    background-image: url(/includes/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 15px
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/includes/asc.gif)
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/includes/desc.gif)
}

body.navia #nav-tophat .wayback-main .typeahead {
    z-index: 1051
}

body.navia #nav-tophat .wayback-main .typeahead a.dropdown-item {
    text-align: left;
    color: #000 !important
}

body.playset #theatre-ia,
body.playset #theatre-controls {
    margin-right: 210px
}

@media (max-width:767px) {
    body.playset #theatre-ia,
    body.playset #theatre-controls {
        margin-right: inherit
    }
}

body.playset #playset-ia {
    position: absolute;
    right: 0;
    z-index: 1;
    max-height: 100%;
    height: 100%;
    opacity: .75;
    border-left: 5px solid #444
}

@media (max-width:767px) {
    body.playset #playset-ia {
        border-left: 0
    }
}

body.playset #playset-ia:hover {
    opacity: 1
}

body.playset #playset-ia .playset-hdr {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 25px;
    width: 200px;
    overflow: hidden;
    color: #ddd;
    background-color: black;
    display: flex;
    justify-content: space-around;
    padding-top: 1px
}

body.playset #playset-ia .playset-hdr .iconochive-beta,
body.playset #playset-ia .playset-hdr .iconochive-play,
body.playset #playset-ia .playset-hdr .iconochive-Pause {
    position: relative;
    top: 2px
}

body.playset #playset-ia .playset-hdr a {
    text-decoration: none !important;
    cursor: pointer;
    color: #ddd
}

body.playset #playset-ia .playset-list {
    max-height: 100%;
    padding-top: 25px;
    overflow-x: hidden;
    overflow-y: scroll
}

body.playset #playset-ia .playset-list .playset-item {
    width: 200px;
    background-color: black;
    opacity: .9;
    margin-bottom: 5px
}

body.playset #playset-ia .playset-list .playset-item:hover {
    opacity: 1
}

body.playset #playset-ia .playset-list .playset-item img {
    width: 90px
}

body.playset #playset-ia .playset-list .playset-item>a {
    max-width: 110px
}

body.playset #playset-ia .playset-list .playset-item>a>div {
    width: 110px;
    max-height: 100px;
    overflow: hidden;
    border-bottom: 20px solid transparent;
    padding: 3px 5px 10px 5px;
    background-color: white
}

body.playset #playset-ia .playset-list .playset-item>a>div.playset-img {
    padding: 0;
    border-bottom: 0;
    width: 90px
}

body.playset #playset-xs {
    background-color: black
}

body.playset #playset-xs>div {
    position: relative;
    height: 235px;
    max-height: 235px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: auto;
    width: 200px
}

body.playset.playset-hdr-only #playplayset {
    display: none
}

body.playset.playset-hdr-only #playset-ia {
    position: relative;
    border-left: 0
}

body.playset.playset-hdr-only #playset-ia .playset-hdr {
    position: relative
}

body.playset.playset-hdr-only #playset-ia .playset-list {
    display: none
}