.typography { @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"); }
 }
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography .h1, .typography .h2, .typography .h3, .typography .h4, .typography .h5, .typography .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }
.typography h1 small, .typography h1 .small, .typography h2 small, .typography h2 .small, .typography h3 small, .typography h3 .small, .typography h4 small, .typography h4 .small, .typography h5 small, .typography h5 .small, .typography h6 small, .typography h6 .small, .typography .h1 small, .typography .h1 .small, .typography .h2 small, .typography .h2 .small, .typography .h3 small, .typography .h3 .small, .typography .h4 small, .typography .h4 .small, .typography .h5 small, .typography .h5 .small, .typography .h6 small, .typography .h6 .small { font-weight: normal; line-height: 1; color: #f6f6f6; }
.typography h1, .typography .h1, .typography h2, .typography .h2, .typography h3, .typography .h3 { margin-top: 20px; margin-bottom: 10px; }
.typography h1 small, .typography h1 .small, .typography .h1 small, .typography .h1 .small, .typography h2 small, .typography h2 .small, .typography .h2 small, .typography .h2 .small, .typography h3 small, .typography h3 .small, .typography .h3 small, .typography .h3 .small { font-size: 65%; }
.typography h4, .typography .h4, .typography h5, .typography .h5, .typography h6, .typography .h6 { margin-top: 10px; margin-bottom: 10px; }
.typography h4 small, .typography h4 .small, .typography .h4 small, .typography .h4 .small, .typography h5 small, .typography h5 .small, .typography .h5 small, .typography .h5 .small, .typography h6 small, .typography h6 .small, .typography .h6 small, .typography .h6 .small { font-size: 75%; }
.typography h1, .typography .h1 { font-size: 36px; }
.typography h2, .typography .h2 { font-size: 30px; }
.typography h3, .typography .h3 { font-size: 24px; }
.typography h4, .typography .h4 { font-size: 18px; }
.typography h5, .typography .h5 { font-size: 14px; }
.typography h6, .typography .h6 { font-size: 12px; }
.typography p { margin: 0 0 10px; }
.typography .lead { margin-bottom: 20px; font-size: 16px; font-weight: 200; line-height: 1.4; }
@media (min-width: 768px) { .typography .lead { font-size: 21px; } }
.typography small, .typography .small { font-size: 85%; }
.typography cite { font-style: normal; }
.typography .text-left { text-align: left; }
.typography .text-right { text-align: right; }
.typography .text-center { text-align: center; }
.typography .text-justify { text-align: justify; }
.typography .text-muted { color: #f6f6f6; }
.typography .text-primary { color: white; }
.typography a.text-primary:hover { color: #e6e6e6; }
.typography .text-success { color: #3c763d; }
.typography a.text-success:hover { color: #2b542c; }
.typography .text-info { color: #31708f; }
.typography a.text-info:hover { color: #245269; }
.typography .text-warning { color: #8a6d3b; }
.typography a.text-warning:hover { color: #66512c; }
.typography .text-danger { color: #a94442; }
.typography a.text-danger:hover { color: #843534; }
.typography .bg-primary { color: #fff; }
.typography .bg-primary { background-color: white; }
.typography a.bg-primary:hover { background-color: #e6e6e6; }
.typography .bg-success { background-color: #dff0d8; }
.typography a.bg-success:hover { background-color: #c1e2b3; }
.typography .bg-info { background-color: #d9edf7; }
.typography a.bg-info:hover { background-color: #afd9ee; }
.typography .bg-warning { background-color: #fcf8e3; }
.typography a.bg-warning:hover { background-color: #f7ecb5; }
.typography .bg-danger { background-color: #f2dede; }
.typography a.bg-danger:hover { background-color: #e4b9b9; }
.typography .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid white; }
.typography ul, .typography ol { margin-top: 0; margin-bottom: 10px; }
.typography ul ul, .typography ul ol, .typography ol ul, .typography ol ol { margin-bottom: 0; }
.typography .list-unstyled, .typography .list-inline { padding-left: 0; list-style: none; }
.typography .list-inline { margin-left: -5px; }
.typography .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }
.typography dl { margin-top: 0; margin-bottom: 20px; }
.typography dt, .typography dd { line-height: 1.42857; }
.typography dt { font-weight: bold; }
.typography dd { margin-left: 0; }
@media (min-width: 768px) { .typography .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .typography .dl-horizontal dd { margin-left: 180px; }
  .typography .dl-horizontal dd:before, .typography .dl-horizontal dd:after { content: " "; display: table; }
  .typography .dl-horizontal dd:after { clear: both; } }
.typography abbr[title], .typography abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #f6f6f6; }
.typography .initialism { font-size: 90%; text-transform: uppercase; }
.typography blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid white; }
.typography blockquote p:last-child, .typography blockquote ul:last-child, .typography blockquote ol:last-child { margin-bottom: 0; }
.typography blockquote footer, .typography blockquote small, .typography blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #f6f6f6; }
.typography blockquote footer:before, .typography blockquote small:before, .typography blockquote .small:before { content: '\2014 \00A0'; }
.typography .blockquote-reverse, .typography blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid white; border-left: 0; text-align: right; }
.typography .blockquote-reverse footer:before, .typography .blockquote-reverse small:before, .typography .blockquote-reverse .small:before, .typography blockquote.pull-right footer:before, .typography blockquote.pull-right small:before, .typography blockquote.pull-right .small:before { content: ''; }
.typography .blockquote-reverse footer:after, .typography .blockquote-reverse small:after, .typography .blockquote-reverse .small:after, .typography blockquote.pull-right footer:after, .typography blockquote.pull-right small:after, .typography blockquote.pull-right .small:after { content: '\00A0 \2014'; }
.typography blockquote:before, .typography blockquote:after { content: ""; }
.typography address { margin-bottom: 20px; font-style: normal; line-height: 1.42857; }
.typography table { max-width: 100%; background-color: transparent; }
.typography th { text-align: left; }
.typography .table, .typography table { width: 100%; margin-bottom: 20px; }
.typography .table > thead > tr > th, .typography table > thead > tr > th, .typography .table > thead > tr > td, .typography table > thead > tr > td, .typography .table > tbody > tr > th, .typography table > tbody > tr > th, .typography .table > tbody > tr > td, .typography table > tbody > tr > td, .typography .table > tfoot > tr > th, .typography table > tfoot > tr > th, .typography .table > tfoot > tr > td, .typography table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #dddddd; }
.typography .table > thead > tr > th, .typography table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; }
.typography .table > caption + thead > tr:first-child > th, .typography table > caption + thead > tr:first-child > th, .typography .table > caption + thead > tr:first-child > td, .typography table > caption + thead > tr:first-child > td, .typography .table > colgroup + thead > tr:first-child > th, .typography table > colgroup + thead > tr:first-child > th, .typography .table > colgroup + thead > tr:first-child > td, .typography table > colgroup + thead > tr:first-child > td, .typography .table > thead:first-child > tr:first-child > th, .typography table > thead:first-child > tr:first-child > th, .typography .table > thead:first-child > tr:first-child > td, .typography table > thead:first-child > tr:first-child > td { border-top: 0; }
.typography .table > tbody + tbody, .typography table > tbody + tbody { border-top: 2px solid #dddddd; }
.typography .table .table, .typography table .table, .typography .table table, .typography table table { background-color: black; }
.typography .table-condensed > thead > tr > th, .typography .table-condensed > thead > tr > td, .typography .table-condensed > tbody > tr > th, .typography .table-condensed > tbody > tr > td, .typography .table-condensed > tfoot > tr > th, .typography .table-condensed > tfoot > tr > td { padding: 5px; }
.typography .table-bordered { border: 1px solid #dddddd; }
.typography .table-bordered > thead > tr > th, .typography .table-bordered > thead > tr > td, .typography .table-bordered > tbody > tr > th, .typography .table-bordered > tbody > tr > td, .typography .table-bordered > tfoot > tr > th, .typography .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; }
.typography .table-bordered > thead > tr > th, .typography .table-bordered > thead > tr > td { border-bottom-width: 2px; }
.typography .table-striped > tbody > tr:nth-child(odd) > td, .typography .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }
.typography .table-hover > tbody > tr:hover > td, .typography .table-hover > tbody > tr:hover > th { background-color: whitesmoke; }
.typography table col[class*="col-"] { position: static; float: none; display: table-column; }
.typography table td[class*="col-"], .typography table th[class*="col-"] { position: static; float: none; display: table-cell; }
.typography .table > thead > tr > td.active, .typography table > thead > tr > td.active, .typography .table > thead > tr > th.active, .typography table > thead > tr > th.active, .typography .table > thead > tr.active > td, .typography table > thead > tr.active > td, .typography .table > thead > tr.active > th, .typography table > thead > tr.active > th, .typography .table > tbody > tr > td.active, .typography table > tbody > tr > td.active, .typography .table > tbody > tr > th.active, .typography table > tbody > tr > th.active, .typography .table > tbody > tr.active > td, .typography table > tbody > tr.active > td, .typography .table > tbody > tr.active > th, .typography table > tbody > tr.active > th, .typography .table > tfoot > tr > td.active, .typography table > tfoot > tr > td.active, .typography .table > tfoot > tr > th.active, .typography table > tfoot > tr > th.active, .typography .table > tfoot > tr.active > td, .typography table > tfoot > tr.active > td, .typography .table > tfoot > tr.active > th, .typography table > tfoot > tr.active > th { background-color: whitesmoke; }
.typography .table-hover > tbody > tr > td.active:hover, .typography .table-hover > tbody > tr > th.active:hover, .typography .table-hover > tbody > tr.active:hover > td, .typography .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }
.typography .table > thead > tr > td.success, .typography table > thead > tr > td.success, .typography .table > thead > tr > th.success, .typography table > thead > tr > th.success, .typography .table > thead > tr.success > td, .typography table > thead > tr.success > td, .typography .table > thead > tr.success > th, .typography table > thead > tr.success > th, .typography .table > tbody > tr > td.success, .typography table > tbody > tr > td.success, .typography .table > tbody > tr > th.success, .typography table > tbody > tr > th.success, .typography .table > tbody > tr.success > td, .typography table > tbody > tr.success > td, .typography .table > tbody > tr.success > th, .typography table > tbody > tr.success > th, .typography .table > tfoot > tr > td.success, .typography table > tfoot > tr > td.success, .typography .table > tfoot > tr > th.success, .typography table > tfoot > tr > th.success, .typography .table > tfoot > tr.success > td, .typography table > tfoot > tr.success > td, .typography .table > tfoot > tr.success > th, .typography table > tfoot > tr.success > th { background-color: #dff0d8; }
.typography .table-hover > tbody > tr > td.success:hover, .typography .table-hover > tbody > tr > th.success:hover, .typography .table-hover > tbody > tr.success:hover > td, .typography .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }
.typography .table > thead > tr > td.info, .typography table > thead > tr > td.info, .typography .table > thead > tr > th.info, .typography table > thead > tr > th.info, .typography .table > thead > tr.info > td, .typography table > thead > tr.info > td, .typography .table > thead > tr.info > th, .typography table > thead > tr.info > th, .typography .table > tbody > tr > td.info, .typography table > tbody > tr > td.info, .typography .table > tbody > tr > th.info, .typography table > tbody > tr > th.info, .typography .table > tbody > tr.info > td, .typography table > tbody > tr.info > td, .typography .table > tbody > tr.info > th, .typography table > tbody > tr.info > th, .typography .table > tfoot > tr > td.info, .typography table > tfoot > tr > td.info, .typography .table > tfoot > tr > th.info, .typography table > tfoot > tr > th.info, .typography .table > tfoot > tr.info > td, .typography table > tfoot > tr.info > td, .typography .table > tfoot > tr.info > th, .typography table > tfoot > tr.info > th { background-color: #d9edf7; }
.typography .table-hover > tbody > tr > td.info:hover, .typography .table-hover > tbody > tr > th.info:hover, .typography .table-hover > tbody > tr.info:hover > td, .typography .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }
.typography .table > thead > tr > td.warning, .typography table > thead > tr > td.warning, .typography .table > thead > tr > th.warning, .typography table > thead > tr > th.warning, .typography .table > thead > tr.warning > td, .typography table > thead > tr.warning > td, .typography .table > thead > tr.warning > th, .typography table > thead > tr.warning > th, .typography .table > tbody > tr > td.warning, .typography table > tbody > tr > td.warning, .typography .table > tbody > tr > th.warning, .typography table > tbody > tr > th.warning, .typography .table > tbody > tr.warning > td, .typography table > tbody > tr.warning > td, .typography .table > tbody > tr.warning > th, .typography table > tbody > tr.warning > th, .typography .table > tfoot > tr > td.warning, .typography table > tfoot > tr > td.warning, .typography .table > tfoot > tr > th.warning, .typography table > tfoot > tr > th.warning, .typography .table > tfoot > tr.warning > td, .typography table > tfoot > tr.warning > td, .typography .table > tfoot > tr.warning > th, .typography table > tfoot > tr.warning > th { background-color: #fcf8e3; }
.typography .table-hover > tbody > tr > td.warning:hover, .typography .table-hover > tbody > tr > th.warning:hover, .typography .table-hover > tbody > tr.warning:hover > td, .typography .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }
.typography .table > thead > tr > td.danger, .typography table > thead > tr > td.danger, .typography .table > thead > tr > th.danger, .typography table > thead > tr > th.danger, .typography .table > thead > tr.danger > td, .typography table > thead > tr.danger > td, .typography .table > thead > tr.danger > th, .typography table > thead > tr.danger > th, .typography .table > tbody > tr > td.danger, .typography table > tbody > tr > td.danger, .typography .table > tbody > tr > th.danger, .typography table > tbody > tr > th.danger, .typography .table > tbody > tr.danger > td, .typography table > tbody > tr.danger > td, .typography .table > tbody > tr.danger > th, .typography table > tbody > tr.danger > th, .typography .table > tfoot > tr > td.danger, .typography table > tfoot > tr > td.danger, .typography .table > tfoot > tr > th.danger, .typography table > tfoot > tr > th.danger, .typography .table > tfoot > tr.danger > td, .typography table > tfoot > tr.danger > td, .typography .table > tfoot > tr.danger > th, .typography table > tfoot > tr.danger > th { background-color: #f2dede; }
.typography .table-hover > tbody > tr > td.danger:hover, .typography .table-hover > tbody > tr > th.danger:hover, .typography .table-hover > tbody > tr.danger:hover > td, .typography .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }
@media (max-width: 767px) { .typography .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; }
  .typography .table-responsive > .table, .typography .table-responsive > table { margin-bottom: 0; }
  .typography .table-responsive > .table > thead > tr > th, .typography .table-responsive > table > thead > tr > th, .typography .table-responsive > .table > thead > tr > td, .typography .table-responsive > table > thead > tr > td, .typography .table-responsive > .table > tbody > tr > th, .typography .table-responsive > table > tbody > tr > th, .typography .table-responsive > .table > tbody > tr > td, .typography .table-responsive > table > tbody > tr > td, .typography .table-responsive > .table > tfoot > tr > th, .typography .table-responsive > table > tfoot > tr > th, .typography .table-responsive > .table > tfoot > tr > td, .typography .table-responsive > table > tfoot > tr > td { white-space: nowrap; }
  .typography .table-responsive > .table-bordered { border: 0; }
  .typography .table-responsive > .table-bordered > thead > tr > th:first-child, .typography .table-responsive > .table-bordered > thead > tr > td:first-child, .typography .table-responsive > .table-bordered > tbody > tr > th:first-child, .typography .table-responsive > .table-bordered > tbody > tr > td:first-child, .typography .table-responsive > .table-bordered > tfoot > tr > th:first-child, .typography .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .typography .table-responsive > .table-bordered > thead > tr > th:last-child, .typography .table-responsive > .table-bordered > thead > tr > td:last-child, .typography .table-responsive > .table-bordered > tbody > tr > th:last-child, .typography .table-responsive > .table-bordered > tbody > tr > td:last-child, .typography .table-responsive > .table-bordered > tfoot > tr > th:last-child, .typography .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .typography .table-responsive > .table-bordered > tbody > tr:last-child > th, .typography .table-responsive > .table-bordered > tbody > tr:last-child > td, .typography .table-responsive > .table-bordered > tfoot > tr:last-child > th, .typography .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }
.typography .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; -moz-osx-font-smoothing: grayscale; }
.typography .glyphicon-asterisk:before { content: "\2a"; }
.typography .glyphicon-plus:before { content: "\2b"; }
.typography .glyphicon-euro:before { content: "\20ac"; }
.typography .glyphicon-minus:before { content: "\2212"; }
.typography .glyphicon-cloud:before { content: "\2601"; }
.typography .glyphicon-envelope:before { content: "\2709"; }
.typography .glyphicon-pencil:before { content: "\270f"; }
.typography .glyphicon-glass:before { content: "\e001"; }
.typography .glyphicon-music:before { content: "\e002"; }
.typography .glyphicon-search:before { content: "\e003"; }
.typography .glyphicon-heart:before { content: "\e005"; }
.typography .glyphicon-star:before { content: "\e006"; }
.typography .glyphicon-star-empty:before { content: "\e007"; }
.typography .glyphicon-user:before { content: "\e008"; }
.typography .glyphicon-film:before { content: "\e009"; }
.typography .glyphicon-th-large:before { content: "\e010"; }
.typography .glyphicon-th:before { content: "\e011"; }
.typography .glyphicon-th-list:before { content: "\e012"; }
.typography .glyphicon-ok:before { content: "\e013"; }
.typography .glyphicon-remove:before { content: "\e014"; }
.typography .glyphicon-zoom-in:before { content: "\e015"; }
.typography .glyphicon-zoom-out:before { content: "\e016"; }
.typography .glyphicon-off:before { content: "\e017"; }
.typography .glyphicon-signal:before { content: "\e018"; }
.typography .glyphicon-cog:before { content: "\e019"; }
.typography .glyphicon-trash:before { content: "\e020"; }
.typography .glyphicon-home:before { content: "\e021"; }
.typography .glyphicon-file:before { content: "\e022"; }
.typography .glyphicon-time:before { content: "\e023"; }
.typography .glyphicon-road:before { content: "\e024"; }
.typography .glyphicon-download-alt:before { content: "\e025"; }
.typography .glyphicon-download:before { content: "\e026"; }
.typography .glyphicon-upload:before { content: "\e027"; }
.typography .glyphicon-inbox:before { content: "\e028"; }
.typography .glyphicon-play-circle:before { content: "\e029"; }
.typography .glyphicon-repeat:before { content: "\e030"; }
.typography .glyphicon-refresh:before { content: "\e031"; }
.typography .glyphicon-list-alt:before { content: "\e032"; }
.typography .glyphicon-lock:before { content: "\e033"; }
.typography .glyphicon-flag:before { content: "\e034"; }
.typography .glyphicon-headphones:before { content: "\e035"; }
.typography .glyphicon-volume-off:before { content: "\e036"; }
.typography .glyphicon-volume-down:before { content: "\e037"; }
.typography .glyphicon-volume-up:before { content: "\e038"; }
.typography .glyphicon-qrcode:before { content: "\e039"; }
.typography .glyphicon-barcode:before { content: "\e040"; }
.typography .glyphicon-tag:before { content: "\e041"; }
.typography .glyphicon-tags:before { content: "\e042"; }
.typography .glyphicon-book:before { content: "\e043"; }
.typography .glyphicon-bookmark:before { content: "\e044"; }
.typography .glyphicon-print:before { content: "\e045"; }
.typography .glyphicon-camera:before { content: "\e046"; }
.typography .glyphicon-font:before { content: "\e047"; }
.typography .glyphicon-bold:before { content: "\e048"; }
.typography .glyphicon-italic:before { content: "\e049"; }
.typography .glyphicon-text-height:before { content: "\e050"; }
.typography .glyphicon-text-width:before { content: "\e051"; }
.typography .glyphicon-align-left:before { content: "\e052"; }
.typography .glyphicon-align-center:before { content: "\e053"; }
.typography .glyphicon-align-right:before { content: "\e054"; }
.typography .glyphicon-align-justify:before { content: "\e055"; }
.typography .glyphicon-list:before { content: "\e056"; }
.typography .glyphicon-indent-left:before { content: "\e057"; }
.typography .glyphicon-indent-right:before { content: "\e058"; }
.typography .glyphicon-facetime-video:before { content: "\e059"; }
.typography .glyphicon-picture:before { content: "\e060"; }
.typography .glyphicon-map-marker:before { content: "\e062"; }
.typography .glyphicon-adjust:before { content: "\e063"; }
.typography .glyphicon-tint:before { content: "\e064"; }
.typography .glyphicon-edit:before { content: "\e065"; }
.typography .glyphicon-share:before { content: "\e066"; }
.typography .glyphicon-check:before { content: "\e067"; }
.typography .glyphicon-move:before { content: "\e068"; }
.typography .glyphicon-step-backward:before { content: "\e069"; }
.typography .glyphicon-fast-backward:before { content: "\e070"; }
.typography .glyphicon-backward:before { content: "\e071"; }
.typography .glyphicon-play:before { content: "\e072"; }
.typography .glyphicon-pause:before { content: "\e073"; }
.typography .glyphicon-stop:before { content: "\e074"; }
.typography .glyphicon-forward:before { content: "\e075"; }
.typography .glyphicon-fast-forward:before { content: "\e076"; }
.typography .glyphicon-step-forward:before { content: "\e077"; }
.typography .glyphicon-eject:before { content: "\e078"; }
.typography .glyphicon-chevron-left:before { content: "\e079"; }
.typography .glyphicon-chevron-right:before { content: "\e080"; }
.typography .glyphicon-plus-sign:before { content: "\e081"; }
.typography .glyphicon-minus-sign:before { content: "\e082"; }
.typography .glyphicon-remove-sign:before { content: "\e083"; }
.typography .glyphicon-ok-sign:before { content: "\e084"; }
.typography .glyphicon-question-sign:before { content: "\e085"; }
.typography .glyphicon-info-sign:before { content: "\e086"; }
.typography .glyphicon-screenshot:before { content: "\e087"; }
.typography .glyphicon-remove-circle:before { content: "\e088"; }
.typography .glyphicon-ok-circle:before { content: "\e089"; }
.typography .glyphicon-ban-circle:before { content: "\e090"; }
.typography .glyphicon-arrow-left:before { content: "\e091"; }
.typography .glyphicon-arrow-right:before { content: "\e092"; }
.typography .glyphicon-arrow-up:before { content: "\e093"; }
.typography .glyphicon-arrow-down:before { content: "\e094"; }
.typography .glyphicon-share-alt:before { content: "\e095"; }
.typography .glyphicon-resize-full:before { content: "\e096"; }
.typography .glyphicon-resize-small:before { content: "\e097"; }
.typography .glyphicon-exclamation-sign:before { content: "\e101"; }
.typography .glyphicon-gift:before { content: "\e102"; }
.typography .glyphicon-leaf:before { content: "\e103"; }
.typography .glyphicon-fire:before { content: "\e104"; }
.typography .glyphicon-eye-open:before { content: "\e105"; }
.typography .glyphicon-eye-close:before { content: "\e106"; }
.typography .glyphicon-warning-sign:before { content: "\e107"; }
.typography .glyphicon-plane:before { content: "\e108"; }
.typography .glyphicon-calendar:before { content: "\e109"; }
.typography .glyphicon-random:before { content: "\e110"; }
.typography .glyphicon-comment:before { content: "\e111"; }
.typography .glyphicon-magnet:before { content: "\e112"; }
.typography .glyphicon-chevron-up:before { content: "\e113"; }
.typography .glyphicon-chevron-down:before { content: "\e114"; }
.typography .glyphicon-retweet:before { content: "\e115"; }
.typography .glyphicon-shopping-cart:before { content: "\e116"; }
.typography .glyphicon-folder-close:before { content: "\e117"; }
.typography .glyphicon-folder-open:before { content: "\e118"; }
.typography .glyphicon-resize-vertical:before { content: "\e119"; }
.typography .glyphicon-resize-horizontal:before { content: "\e120"; }
.typography .glyphicon-hdd:before { content: "\e121"; }
.typography .glyphicon-bullhorn:before { content: "\e122"; }
.typography .glyphicon-bell:before { content: "\e123"; }
.typography .glyphicon-certificate:before { content: "\e124"; }
.typography .glyphicon-thumbs-up:before { content: "\e125"; }
.typography .glyphicon-thumbs-down:before { content: "\e126"; }
.typography .glyphicon-hand-right:before { content: "\e127"; }
.typography .glyphicon-hand-left:before { content: "\e128"; }
.typography .glyphicon-hand-up:before { content: "\e129"; }
.typography .glyphicon-hand-down:before { content: "\e130"; }
.typography .glyphicon-circle-arrow-right:before { content: "\e131"; }
.typography .glyphicon-circle-arrow-left:before { content: "\e132"; }
.typography .glyphicon-circle-arrow-up:before { content: "\e133"; }
.typography .glyphicon-circle-arrow-down:before { content: "\e134"; }
.typography .glyphicon-globe:before { content: "\e135"; }
.typography .glyphicon-wrench:before { content: "\e136"; }
.typography .glyphicon-tasks:before { content: "\e137"; }
.typography .glyphicon-filter:before { content: "\e138"; }
.typography .glyphicon-briefcase:before { content: "\e139"; }
.typography .glyphicon-fullscreen:before { content: "\e140"; }
.typography .glyphicon-dashboard:before { content: "\e141"; }
.typography .glyphicon-paperclip:before { content: "\e142"; }
.typography .glyphicon-heart-empty:before { content: "\e143"; }
.typography .glyphicon-link:before { content: "\e144"; }
.typography .glyphicon-phone:before { content: "\e145"; }
.typography .glyphicon-pushpin:before { content: "\e146"; }
.typography .glyphicon-usd:before { content: "\e148"; }
.typography .glyphicon-gbp:before { content: "\e149"; }
.typography .glyphicon-sort:before { content: "\e150"; }
.typography .glyphicon-sort-by-alphabet:before { content: "\e151"; }
.typography .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; }
.typography .glyphicon-sort-by-order:before { content: "\e153"; }
.typography .glyphicon-sort-by-order-alt:before { content: "\e154"; }
.typography .glyphicon-sort-by-attributes:before { content: "\e155"; }
.typography .glyphicon-sort-by-attributes-alt:before { content: "\e156"; }
.typography .glyphicon-unchecked:before { content: "\e157"; }
.typography .glyphicon-expand:before { content: "\e158"; }
.typography .glyphicon-collapse-down:before { content: "\e159"; }
.typography .glyphicon-collapse-up:before { content: "\e160"; }
.typography .glyphicon-log-in:before { content: "\e161"; }
.typography .glyphicon-flash:before { content: "\e162"; }
.typography .glyphicon-log-out:before { content: "\e163"; }
.typography .glyphicon-new-window:before { content: "\e164"; }
.typography .glyphicon-record:before { content: "\e165"; }
.typography .glyphicon-save:before { content: "\e166"; }
.typography .glyphicon-open:before { content: "\e167"; }
.typography .glyphicon-saved:before { content: "\e168"; }
.typography .glyphicon-import:before { content: "\e169"; }
.typography .glyphicon-export:before { content: "\e170"; }
.typography .glyphicon-send:before { content: "\e171"; }
.typography .glyphicon-floppy-disk:before { content: "\e172"; }
.typography .glyphicon-floppy-saved:before { content: "\e173"; }
.typography .glyphicon-floppy-remove:before { content: "\e174"; }
.typography .glyphicon-floppy-save:before { content: "\e175"; }
.typography .glyphicon-floppy-open:before { content: "\e176"; }
.typography .glyphicon-credit-card:before { content: "\e177"; }
.typography .glyphicon-transfer:before { content: "\e178"; }
.typography .glyphicon-cutlery:before { content: "\e179"; }
.typography .glyphicon-header:before { content: "\e180"; }
.typography .glyphicon-compressed:before { content: "\e181"; }
.typography .glyphicon-earphone:before { content: "\e182"; }
.typography .glyphicon-phone-alt:before { content: "\e183"; }
.typography .glyphicon-tower:before { content: "\e184"; }
.typography .glyphicon-stats:before { content: "\e185"; }
.typography .glyphicon-sd-video:before { content: "\e186"; }
.typography .glyphicon-hd-video:before { content: "\e187"; }
.typography .glyphicon-subtitles:before { content: "\e188"; }
.typography .glyphicon-sound-stereo:before { content: "\e189"; }
.typography .glyphicon-sound-dolby:before { content: "\e190"; }
.typography .glyphicon-sound-5-1:before { content: "\e191"; }
.typography .glyphicon-sound-6-1:before { content: "\e192"; }
.typography .glyphicon-sound-7-1:before { content: "\e193"; }
.typography .glyphicon-copyright-mark:before { content: "\e194"; }
.typography .glyphicon-registration-mark:before { content: "\e195"; }
.typography .glyphicon-cloud-download:before { content: "\e197"; }
.typography .glyphicon-cloud-upload:before { content: "\e198"; }
.typography .glyphicon-tree-conifer:before { content: "\e199"; }
.typography .glyphicon-tree-deciduous:before { content: "\e200"; }
.typography .alert, .typography .alert-success, .typography .alert-info, .typography .alert-warning, .typography .alert-danger { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
.typography .alert h4, .typography .alert-success h4, .typography .alert-info h4, .typography .alert-warning h4, .typography .alert-danger h4 { margin-top: 0; color: inherit; }
.typography .alert .alert-link, .typography .alert-success .alert-link, .typography .alert-info .alert-link, .typography .alert-warning .alert-link, .typography .alert-danger .alert-link { font-weight: bold; }
.typography .alert > p, .typography .alert-success > p, .typography .alert-info > p, .typography .alert-warning > p, .typography .alert-danger > p, .typography .alert > ul, .typography .alert-success > ul, .typography .alert-info > ul, .typography .alert-warning > ul, .typography .alert-danger > ul { margin-bottom: 0; }
.typography .alert > p + p, .typography .alert-success > p + p, .typography .alert-info > p + p, .typography .alert-warning > p + p, .typography .alert-danger > p + p { margin-top: 5px; }
.typography .alert-dismissable { padding-right: 35px; }
.typography .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; }
.typography .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }
.typography .alert-success hr { border-top-color: #c9e2b3; }
.typography .alert-success .alert-link { color: #2b542c; }
.typography .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
.typography .alert-info hr { border-top-color: #a6e1ec; }
.typography .alert-info .alert-link { color: #245269; }
.typography .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.typography .alert-warning hr { border-top-color: #f7e1b5; }
.typography .alert-warning .alert-link { color: #66512c; }
.typography .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.typography .alert-danger hr { border-top-color: #e4b9c0; }
.typography .alert-danger .alert-link { color: #843534; }
.container .typography table.transperent td { border: 0; }
.glyphicon .typography h1, .glyphicon .typography h2, .glyphicon .typography h3, .glyphicon .typography h4, .glyphicon .typography h5, .glyphicon .typography h6 { margin: 0; padding: 0; }
