/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

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

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

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

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

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#map_canvas img,
.google-maps img {
    max-width: none
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button,
input {
    *overflow: visible;
    line-height: normal
}

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

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer
}

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

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

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

@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: .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff
}

a {
    color: #08c;
    text-decoration: none
}

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

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

.row {
    margin-left: -20px;
    *zoom: 1
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0
}

.row:after {
    clear: both
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px
}

.span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span4 {
    width: 300px
}

.span3 {
    width: 220px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.offset12 {
    margin-left: 980px
}

.offset11 {
    margin-left: 900px
}

.offset10 {
    margin-left: 820px
}

.offset9 {
    margin-left: 740px
}

.offset8 {
    margin-left: 660px
}

.offset7 {
    margin-left: 580px
}

.offset6 {
    margin-left: 500px
}

.offset5 {
    margin-left: 420px
}

.offset4 {
    margin-left: 340px
}

.offset3 {
    margin-left: 260px
}

.offset2 {
    margin-left: 180px
}

.offset1 {
    margin-left: 100px
}

.row-fluid {
    width: 100%;
    *zoom: 1
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574468085%
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%
}

.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%
}

.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%
}

.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%
}

.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%
}

.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%
}

.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%
}

.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%
}

.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%
}

.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%
}

.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%
}

.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%
}

.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%
}

.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%
}

.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%
}

.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%
}

.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%
}

.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%
}

.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%
}

.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%
}

.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.container-fluid:after {
    clear: both
}

p {
    margin: 0 0 10px
}

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

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

.muted {
    color: #999
}

a.muted:hover,
a.muted:focus {
    color: gray
}

.text-warning {
    color: #c09853
}

a.text-warning:hover,
a.text-warning:focus {
    color: #a47e3c
}

.text-error {
    color: #b94a48
}

a.text-error:hover,
a.text-error:focus {
    color: #953b39
}

.text-info {
    color: #3a87ad
}

a.text-info:hover,
a.text-info:focus {
    color: #2d6987
}

.text-success {
    color: #468847
}

a.text-success:hover,
a.text-success:focus {
    color: #356635
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    line-height: 40px
}

h1 {
    font-size: 38.5px
}

h2 {
    font-size: 31.5px
}

h3 {
    font-size: 24.5px
}

h4 {
    font-size: 17.5px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 11.9px
}

h1 small {
    font-size: 24.5px
}

h2 small {
    font-size: 17.5px
}

h3 small {
    font-size: 14px
}

h4 small {
    font-size: 14px
}

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

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}

li {
    line-height: 20px
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none
}

ul.inline>li,
ol.inline>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 20px
}

dt {
    font-weight: bold
}

dd {
    margin-left: 10px
}

.dl-horizontal {
    *zoom: 1
}

.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0
}

.dl-horizontal:after {
    clear: both
}

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

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

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

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

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

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

blockquote small {
    display: block;
    line-height: 20px;
    color: #999
}

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

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    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: 20px
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

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

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

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.label:empty,
.badge:empty {
    display: none
}

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

.label-important,
.badge-important {
    background-color: #b94a48
}

.label-important[href],
.badge-important[href] {
    background-color: #953b39
}

.label-warning,
.badge-warning {
    background-color: #f89406
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605
}

.label-success,
.badge-success {
    background-color: #468847
}

.label-success[href],
.badge-success[href] {
    background-color: #356635
}

.label-info,
.badge-info {
    background-color: #3a87ad
}

.label-info[href],
.badge-info[href] {
    background-color: #2d6987
}

.label-inverse,
.badge-inverse {
    background-color: #333
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a
}

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

.btn-mini .label,
.btn-mini .badge {
    top: 0
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

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

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table th {
    font-weight: bold
}

.table thead th {
    vertical-align: bottom
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

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

.table-condensed th,
.table-condensed td {
    padding: 4px 5px
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ddd
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}

.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.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 td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0
}

.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}

.table tbody tr.success>td {
    background-color: #dff0d8
}

.table tbody tr.error>td {
    background-color: #f2dede
}

.table tbody tr.warning>td {
    background-color: #fcf8e3
}

.table tbody tr.info>td {
    background-color: #d9edf7
}

.table-hover tbody tr.success:hover>td {
    background-color: #d0e9c6
}

.table-hover tbody tr.error:hover>td {
    background-color: #ebcccc
}

.table-hover tbody tr.warning:hover>td {
    background-color: #faf2cc
}

.table-hover tbody tr.info:hover>td {
    background-color: #c4e3f3
}

form {
    margin: 0 0 20px
}

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

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

legend small {
    font-size: 15px;
    color: #999
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
    display: block;
    margin-bottom: 5px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle
}

input,
textarea,
.uneditable-input {
    width: 206px
}

textarea {
    height: auto
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6)
}

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

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto
}

select,
input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px
}

select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff
}

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

select:focus,
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
}

.uneditable-input,
.uneditable-textarea {
    color: #999;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}

.uneditable-textarea {
    width: auto;
    height: auto
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

.radio,
.checkbox {
    min-height: 20px;
    padding-left: 20px
}

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

.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

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

.input-mini {
    width: 60px
}

.input-small {
    width: 90px
}

.input-medium {
    width: 150px
}

.input-large {
    width: 210px
}

.input-xlarge {
    width: 270px
}

.input-xxlarge {
    width: 530px
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block
}

input,
textarea,
.uneditable-input {
    margin-left: 0
}

.controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px
}

.controls-row {
    *zoom: 1
}

.controls-row:before,
.controls-row:after {
    display: table;
    content: "";
    line-height: 0
}

.controls-row:after {
    clear: both
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent
}

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

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-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
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

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

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-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
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

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

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-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
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1
}

.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
    line-height: 0
}

.form-actions:after {
    clear: both
}

.help-block,
.help-inline {
    color: #595959
}

.help-block {
    display: block;
    margin-bottom: 10px
}

.help-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px
}

.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}

.control-group {
    margin-bottom: 10px
}

legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1
}

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

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

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}

.form-horizontal .controls:first-child {
    *padding-left: 180px
}

.form-horizontal .help-block {
    margin-bottom: 0
}

.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block,
.form-horizontal .uneditable-input+.help-block,
.form-horizontal .input-prepend+.help-block,
.form-horizontal .input-append+.help-block {
    margin-top: 10px
}

.form-horizontal .form-actions {
    padding-left: 180px
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}

.btn:active,
.btn.active {
    background-color: #ccc \9
}

.btn:first-child {
    *margin-left: 0
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

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

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3
}

.btn-primary:active,
.btn-primary.active {
    background-color: #039 \9
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #08c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-link:hover,
.btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333;
    text-decoration: none
}

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em
}

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

.btn-group+.btn-group {
    margin-left: 5px
}

.btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group {
    margin-left: 5px
}

.btn-group>.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

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

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px
}

.btn-group>.btn-mini {
    font-size: 10.5px
}

.btn-group>.btn-small {
    font-size: 11.9px
}

.btn-group>.btn-large {
    font-size: 17.5px
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.btn-group>.btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}

.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2
}

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

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    *padding-top: 5px;
    *padding-bottom: 5px
}

.btn-group>.btn-mini+.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px
}

.btn-group>.btn-small+.dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px
}

.btn-group>.btn-large+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0
}

.btn-large .caret {
    margin-top: 6px
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px
}

.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px
}

.dropup .btn-large .caret {
    border-bottom-width: 5px
}

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

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.btn-group-vertical>.btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn+.btn {
    margin-left: 0;
    margin-top: -1px
}

.btn-group-vertical>.btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.btn-group-vertical>.btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.btn-group-vertical>.btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.btn-group-vertical>.btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

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

.nav>li>a {
    display: block
}

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

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

.nav>.pull-right {
    float: right
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}

.nav li+.nav-header {
    margin-top: 9px
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
}

.nav-list>li>a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.nav-list>li>a {
    padding: 3px 15px
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.nav-tabs,
.nav-pills {
    *zoom: 1
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0
}

.nav-tabs:after,
.nav-pills:after {
    clear: both
}

.nav-tabs>li,
.nav-pills>li {
    float: left
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px
}

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

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

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: #eee #eee #ddd
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: #fff;
    background-color: #08c
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li>a {
    margin-right: 0
}

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

.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.nav-tabs.nav-stacked>li:first-child>a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.nav-tabs.nav-stacked>li:last-child>a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.nav-tabs.nav-stacked>li>a:hover,
.nav-tabs.nav-stacked>li>a:focus {
    border-color: #ddd;
    z-index: 2
}

.nav-pills.nav-stacked>li>a {
    margin-bottom: 3px
}

.nav-pills.nav-stacked>li:last-child>a {
    margin-bottom: 1px
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.nav .dropdown-toggle .caret {
    border-top-color: #08c;
    border-bottom-color: #08c;
    margin-top: 6px
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580
}

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.nav>.dropdown.active>a:hover,
.nav>.dropdown.active>a:focus {
    cursor: pointer
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover,
.nav>li.dropdown.open.active>a:focus {
    color: #fff;
    background-color: #999;
    border-color: #999
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.tabs-stacked .open>a:hover,
.tabs-stacked .open>a:focus {
    border-color: #999
}

.tabbable {
    *zoom: 1
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: "";
    line-height: 0
}

.tabbable:after {
    clear: both
}

.tab-content {
    overflow: auto
}

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0
}

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

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

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
    border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    border-color: #eee #eee #eee #ddd
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff
}

.nav>.disabled>a {
    color: #999
}

.nav>.disabled>a:hover,
.nav>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default
}

.navbar {
    overflow: visible;
    margin-bottom: 20px;
    *position: relative;
    *z-index: 2
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0
}

.navbar-inner:after {
    clear: both
}

.navbar .container {
    width: auto
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible
}

.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff
}

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

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777
}

.navbar-link {
    color: #777
}

.navbar-link:hover,
.navbar-link:focus {
    color: #333
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #fff
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
    margin-top: 0
}

.navbar-form {
    margin-bottom: 0;
    *zoom: 1
}

.navbar-form:before,
.navbar-form:after {
    display: table;
    content: "";
    line-height: 0
}

.navbar-form:after {
    clear: both
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px
}

.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0
}

.navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.navbar-static-top {
    position: static;
    margin-bottom: 0
}

.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0
}

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

.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .1)
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0
}

.navbar .nav>li {
    float: left
}

.navbar .nav>li>a {
    float: none;
    padding: 10px 15px 10px;
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px
}

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

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125)
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075)
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #ccc \9
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px
}

.navbar .nav>li>.dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px
}

.navbar .nav>li>.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 10px
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
    border-top: 6px solid #fff;
    border-bottom: 0;
    bottom: -6px;
    top: auto
}

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

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #e5e5e5;
    color: #555
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

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

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

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

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
    background-image: -webkit-linear-gradient(top, #222, #111);
    background-image: -o-linear-gradient(top, #222, #111);
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
    border-color: #252525
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav>li>a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav>li>a:focus {
    color: #fff
}

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

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

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

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

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

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
    color: #fff
}

.navbar-inverse .divider-vertical {
    border-left-color: #111;
    border-right-color: #222
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #111;
    color: #fff
}

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

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0
}

.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    border-color: #040404 #040404 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    *background-color: #000
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: #000 \9
}

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

.breadcrumb>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 #fff
}

.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

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

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.pagination-mini ul>li:first-child>a,
.pagination-small ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.pagination-mini ul>li:last-child>a,
.pagination-small ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px
}

.pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
    *zoom: 1
}

.pager:before,
.pager:after {
    display: table;
    content: "";
    line-height: 0
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

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

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

.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: #999;
    background-color: #fff;
    cursor: default
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
    line-height: 0
}

.thumbnails:after {
    clear: both
}

.row-fluid .thumbnails {
    margin-left: 0
}

.thumbnails>li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}

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

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

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert,
.alert h4 {
    color: #c09853
}

.alert h4 {
    margin: 0
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

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

.alert-success h4 {
    color: #468847
}

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

.alert-danger h4,
.alert-error h4 {
    color: #b94a48
}

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

.alert-info h4 {
    color: #3a87ad
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

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

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

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

@-ms-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: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.progress .bar {
    width: 0;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress .bar+.bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .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-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px
}

.hero-unit li {
    line-height: 30px
}

.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    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 {
    margin-left: 0;
    list-style: none
}

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

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.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: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    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: #000
}

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.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;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.popover-title:empty {
    display: none
}

.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: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%
}

.modal.fade.in {
    top: 10%
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

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

.modal-header h3 {
    margin: 0;
    line-height: 30px
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    *zoom: 1
}

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

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

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle {
    *margin-bottom: -3px
}

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

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

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

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

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

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    text-decoration: none;
    color: #fff;
    background-color: #0081c2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

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

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

.open {
    *z-index: 1000
}

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

.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;
    border-bottom: 4px solid #000;
    content: ""
}

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

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.accordion {
    margin-bottom: 20px
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.accordion-heading {
    border-bottom: 0
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}

.accordion-toggle {
    cursor: pointer
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

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

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

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    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: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.right {
    left: auto;
    right: 15px
}

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

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75)
}

.carousel-caption h4,
.carousel-caption p {
    color: #fff;
    line-height: 20px
}

.carousel-caption h4 {
    margin: 0 0 5px
}

.carousel-caption p {
    margin-bottom: 0
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

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

.fade.in {
    opacity: 1
}

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

.collapse.in {
    height: auto
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.2.1');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.2.1');
    src: url('../font/fontawesome-webfont.svg') format('svg'), url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: .2857142857142857em
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em
}

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none
}

.icons-ul>li {
    position: relative
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none
}

.icon-muted {
    color: #eee
}

.icon-light {
    color: #fff
}

.icon-dark {
    color: #333
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.icon-2x {
    font-size: 2em
}

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.icon-3x {
    font-size: 3em
}

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.icon-4x {
    font-size: 4em
}

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.icon-5x {
    font-size: 5em
}

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: none
}

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none
}

@-moz-keyframes spin {
    0 {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0 {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0 {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0 {
        -ms-transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0 {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-alt:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-empty:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-alt:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle:before {
    content: "\f01d"
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064"
}

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-sign:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder-close:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-up-alt:before {
    content: "\f087"
}

.icon-thumbs-down-alt:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-signin:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-right:before {
    content: "\f0a4"
}

.icon-hand-left:before {
    content: "\f0a5"
}

.icon-hand-up:before {
    content: "\f0a6"
}

.icon-hand-down:before {
    content: "\f0a7"
}

.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.icon-circle-arrow-up:before {
    content: "\f0aa"
}

.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-alt:before {
    content: "\f0f3"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-food:before {
    content: "\f0f5"
}

.icon-file-text-alt:before {
    content: "\f0f6"
}

.icon-building:before {
    content: "\f0f7"
}

.icon-hospital:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-sign:before {
    content: "\f0fd"
}

.icon-plus-sign-alt:before {
    content: "\f0fe"
}

.icon-double-angle-left:before {
    content: "\f100"
}

.icon-double-angle-right:before {
    content: "\f101"
}

.icon-double-angle-up:before {
    content: "\f102"
}

.icon-double-angle-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-circle-blank:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-close-alt:before {
    content: "\f114"
}

.icon-folder-open-alt:before {
    content: "\f115"
}

.icon-expand-alt:before {
    content: "\f116"
}

.icon-collapse-alt:before {
    content: "\f117"
}

.icon-smile:before {
    content: "\f118"
}

.icon-frown:before {
    content: "\f119"
}

.icon-meh:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard:before {
    content: "\f11c"
}

.icon-flag-alt:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-reply-all:before {
    content: "\f122"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-unlink:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-off:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-empty:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-sign-left:before {
    content: "\f137"
}

.icon-chevron-sign-right:before {
    content: "\f138"
}

.icon-chevron-sign-up:before {
    content: "\f139"
}

.icon-chevron-sign-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-horizontal:before {
    content: "\f141"
}

.icon-ellipsis-vertical:before {
    content: "\f142"
}

.icon-rss-sign:before {
    content: "\f143"
}

.icon-play-sign:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-sign-alt:before {
    content: "\f146"
}

.icon-check-minus:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-sign:before {
    content: "\f14a"
}

.icon-edit-sign:before {
    content: "\f14b"
}

.icon-external-link-sign:before {
    content: "\f14c"
}

.icon-share-sign:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-collapse:before {
    content: "\f150"
}

.icon-collapse-top:before {
    content: "\f151"
}

.icon-expand:before {
    content: "\f152"
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155"
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156"
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157"
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158"
}

.icon-won:before,
.icon-krw:before {
    content: "\f159"
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-by-alphabet:before {
    content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e"
}

.icon-sort-by-attributes:before {
    content: "\f160"
}

.icon-sort-by-attributes-alt:before {
    content: "\f161"
}

.icon-sort-by-order:before {
    content: "\f162"
}

.icon-sort-by-order-alt:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-sign:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-sign:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stackexchange:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-sign:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-sign:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-sun:before {
    content: "\f185"
}

.icon-moon:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
.icon-large {
    font-size: 1.3333333333333333em;
    margin-top: -4px;
    padding-top: 3px;
    margin-bottom: -4px;
    padding-bottom: 3px;
    vertical-align: middle
}

.nav [class^="icon-"],
.nav [class*=" icon-"] {
    vertical-align: inherit;
    margin-top: -4px;
    padding-top: 3px;
    margin-bottom: -4px;
    padding-bottom: 3px
}

.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    vertical-align: -25%
}

.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large {
    line-height: .75em;
    margin-top: -7px;
    padding-top: 5px;
    margin-bottom: -5px;
    padding-bottom: 4px
}

.btn [class^="icon-"].pull-left,
.btn [class*=" icon-"].pull-left,
.btn [class^="icon-"].pull-right,
.btn [class*=" icon-"].pull-right {
    vertical-align: inherit
}

.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large {
    margin-top: -0.5em
}

a [class^="icon-"],
a [class*=" icon-"] {
    cursor: pointer
}

.icon-glass {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf000;')
}

.icon-music {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf001;')
}

.icon-search {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf002;')
}

.icon-envelope-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf003;')
}

.icon-heart {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf004;')
}

.icon-star {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf005;')
}

.icon-star-empty {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf006;')
}

.icon-user {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf007;')
}

.icon-film {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf008;')
}

.icon-th-large {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf009;')
}

.icon-th {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf00a;')
}

.icon-th-list {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf00b;')
}

.icon-ok {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf00c;')
}

.icon-remove {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf00d;')
}

.icon-zoom-in {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf00e;')
}

.icon-zoom-out {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf010;')
}

.icon-off {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf011;')
}

.icon-power-off {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf011;')
}

.icon-signal {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf012;')
}

.icon-cog {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf013;')
}

.icon-gear {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf013;')
}

.icon-trash {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf014;')
}

.icon-home {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf015;')
}

.icon-file-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf016;')
}

.icon-time {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf017;')
}

.icon-road {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf018;')
}

.icon-download-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf019;')
}

.icon-download {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf01a;')
}

.icon-upload {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf01b;')
}

.icon-inbox {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf01c;')
}

.icon-play-circle {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf01d;')
}

.icon-repeat {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf01e;')
}

.icon-rotate-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf01e;')
}

.icon-refresh {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf021;')
}

.icon-list-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf022;')
}

.icon-lock {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf023;')
}

.icon-flag {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf024;')
}

.icon-headphones {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf025;')
}

.icon-volume-off {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf026;')
}

.icon-volume-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf027;')
}

.icon-volume-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf028;')
}

.icon-qrcode {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf029;')
}

.icon-barcode {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf02a;')
}

.icon-tag {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf02b;')
}

.icon-tags {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf02c;')
}

.icon-book {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf02d;')
}

.icon-bookmark {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf02e;')
}

.icon-print {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf02f;')
}

.icon-camera {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf030;')
}

.icon-font {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf031;')
}

.icon-bold {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf032;')
}

.icon-italic {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf033;')
}

.icon-text-height {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf034;')
}

.icon-text-width {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf035;')
}

.icon-align-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf036;')
}

.icon-align-center {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf037;')
}

.icon-align-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf038;')
}

.icon-align-justify {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf039;')
}

.icon-list {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf03a;')
}

.icon-indent-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf03b;')
}

.icon-indent-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf03c;')
}

.icon-facetime-video {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf03d;')
}

.icon-picture {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf03e;')
}

.icon-pencil {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf040;')
}

.icon-map-marker {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf041;')
}

.icon-adjust {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf042;')
}

.icon-tint {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf043;')
}

.icon-edit {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf044;')
}

.icon-share {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf045;')
}

.icon-check {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf046;')
}

.icon-move {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf047;')
}

.icon-step-backward {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf048;')
}

.icon-fast-backward {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf049;')
}

.icon-backward {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf04a;')
}

.icon-play {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf04b;')
}

.icon-pause {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf04c;')
}

.icon-stop {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf04d;')
}

.icon-forward {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf04e;')
}

.icon-fast-forward {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf050;')
}

.icon-step-forward {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf051;')
}

.icon-eject {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf052;')
}

.icon-chevron-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf053;')
}

.icon-chevron-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf054;')
}

.icon-plus-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf055;')
}

.icon-minus-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf056;')
}

.icon-remove-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf057;')
}

.icon-ok-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf058;')
}

.icon-question-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf059;')
}

.icon-info-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf05a;')
}

.icon-screenshot {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf05b;')
}

.icon-remove-circle {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf05c;')
}

.icon-ok-circle {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf05d;')
}

.icon-ban-circle {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf05e;')
}

.icon-arrow-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf060;')
}

.icon-arrow-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf061;')
}

.icon-arrow-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf062;')
}

.icon-arrow-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf063;')
}

.icon-share-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf064;')
}

.icon-mail-forward {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf064;')
}

.icon-resize-full {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf065;')
}

.icon-resize-small {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf066;')
}

.icon-plus {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf067;')
}

.icon-minus {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf068;')
}

.icon-asterisk {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf069;')
}

.icon-exclamation-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf06a;')
}

.icon-gift {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf06b;')
}

.icon-leaf {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf06c;')
}

.icon-fire {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf06d;')
}

.icon-eye-open {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf06e;')
}

.icon-eye-close {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf070;')
}

.icon-warning-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf071;')
}

.icon-plane {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf072;')
}

.icon-calendar {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf073;')
}

.icon-random {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf074;')
}

.icon-comment {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf075;')
}

.icon-magnet {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf076;')
}

.icon-chevron-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf077;')
}

.icon-chevron-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf078;')
}

.icon-retweet {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf079;')
}

.icon-shopping-cart {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf07a;')
}

.icon-folder-close {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf07b;')
}

.icon-folder-open {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf07c;')
}

.icon-resize-vertical {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf07d;')
}

.icon-resize-horizontal {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf07e;')
}

.icon-bar-chart {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf080;')
}

.icon-twitter-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf081;')
}

.icon-facebook-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf082;')
}

.icon-camera-retro {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf083;')
}

.icon-key {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf084;')
}

.icon-cogs {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf085;')
}

.icon-gears {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf085;')
}

.icon-comments {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf086;')
}

.icon-thumbs-up-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf087;')
}

.icon-thumbs-down-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf088;')
}

.icon-star-half {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf089;')
}

.icon-heart-empty {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf08a;')
}

.icon-signout {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf08b;')
}

.icon-linkedin-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf08c;')
}

.icon-pushpin {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf08d;')
}

.icon-external-link {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf08e;')
}

.icon-signin {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf090;')
}

.icon-trophy {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf091;')
}

.icon-github-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf092;')
}

.icon-upload-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf093;')
}

.icon-lemon {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf094;')
}

.icon-phone {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf095;')
}

.icon-check-empty {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf096;')
}

.icon-unchecked {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf096;')
}

.icon-bookmark-empty {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf097;')
}

.icon-phone-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf098;')
}

.icon-twitter {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf099;')
}

.icon-facebook {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf09a;')
}

.icon-github {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf09b;')
}

.icon-unlock {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf09c;')
}

.icon-credit-card {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf09d;')
}

.icon-rss {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf09e;')
}

.icon-hdd {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a0;')
}

.icon-bullhorn {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a1;')
}

.icon-bell {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a2;')
}

.icon-certificate {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a3;')
}

.icon-hand-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a4;')
}

.icon-hand-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a5;')
}

.icon-hand-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a6;')
}

.icon-hand-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a7;')
}

.icon-circle-arrow-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a8;')
}

.icon-circle-arrow-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0a9;')
}

.icon-circle-arrow-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0aa;')
}

.icon-circle-arrow-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ab;')
}

.icon-globe {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ac;')
}

.icon-wrench {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ad;')
}

.icon-tasks {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ae;')
}

.icon-filter {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0b0;')
}

.icon-briefcase {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0b1;')
}

.icon-fullscreen {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0b2;')
}

.icon-group {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c0;')
}

.icon-link {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c1;')
}

.icon-cloud {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c2;')
}

.icon-beaker {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c3;')
}

.icon-cut {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c4;')
}

.icon-copy {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c5;')
}

.icon-paper-clip {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c6;')
}

.icon-paperclip {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c6;')
}

.icon-save {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c7;')
}

.icon-sign-blank {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c8;')
}

.icon-reorder {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0c9;')
}

.icon-list-ul {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ca;')
}

.icon-list-ol {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0cb;')
}

.icon-strikethrough {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0cc;')
}

.icon-underline {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0cd;')
}

.icon-table {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ce;')
}

.icon-magic {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d0;')
}

.icon-truck {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d1;')
}

.icon-pinterest {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d2;')
}

.icon-pinterest-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d3;')
}

.icon-google-plus-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d4;')
}

.icon-google-plus {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d5;')
}

.icon-money {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d6;')
}

.icon-caret-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d7;')
}

.icon-caret-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d8;')
}

.icon-caret-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0d9;')
}

.icon-caret-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0da;')
}

.icon-columns {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0db;')
}

.icon-sort {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0dc;')
}

.icon-sort-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0dd;')
}

.icon-sort-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0de;')
}

.icon-envelope {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e0;')
}

.icon-linkedin {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e1;')
}

.icon-undo {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e2;')
}

.icon-rotate-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e2;')
}

.icon-legal {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e3;')
}

.icon-dashboard {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e4;')
}

.icon-comment-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e5;')
}

.icon-comments-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e6;')
}

.icon-bolt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e7;')
}

.icon-sitemap {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e8;')
}

.icon-umbrella {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0e9;')
}

.icon-paste {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ea;')
}

.icon-lightbulb {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0eb;')
}

.icon-exchange {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ec;')
}

.icon-cloud-download {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ed;')
}

.icon-cloud-upload {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0ee;')
}

.icon-user-md {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f0;')
}

.icon-stethoscope {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f1;')
}

.icon-suitcase {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f2;')
}

.icon-bell-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f3;')
}

.icon-coffee {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f4;')
}

.icon-food {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f5;')
}

.icon-file-text-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f6;')
}

.icon-building {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f7;')
}

.icon-hospital {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f8;')
}

.icon-ambulance {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0f9;')
}

.icon-medkit {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0fa;')
}

.icon-fighter-jet {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0fb;')
}

.icon-beer {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0fc;')
}

.icon-h-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0fd;')
}

.icon-plus-sign-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf0fe;')
}

.icon-double-angle-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf100;')
}

.icon-double-angle-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf101;')
}

.icon-double-angle-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf102;')
}

.icon-double-angle-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf103;')
}

.icon-angle-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf104;')
}

.icon-angle-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf105;')
}

.icon-angle-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf106;')
}

.icon-angle-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf107;')
}

.icon-desktop {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf108;')
}

.icon-laptop {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf109;')
}

.icon-tablet {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf10a;')
}

.icon-mobile-phone {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf10b;')
}

.icon-circle-blank {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf10c;')
}

.icon-quote-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf10d;')
}

.icon-quote-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf10e;')
}

.icon-spinner {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf110;')
}

.icon-circle {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf111;')
}

.icon-reply {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf112;')
}

.icon-mail-reply {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf112;')
}

.icon-github-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf113;')
}

.icon-folder-close-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf114;')
}

.icon-folder-open-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf115;')
}

.icon-expand-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf116;')
}

.icon-collapse-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf117;')
}

.icon-smile {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf118;')
}

.icon-frown {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf119;')
}

.icon-meh {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf11a;')
}

.icon-gamepad {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf11b;')
}

.icon-keyboard {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf11c;')
}

.icon-flag-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf11d;')
}

.icon-flag-checkered {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf11e;')
}

.icon-terminal {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf120;')
}

.icon-code {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf121;')
}

.icon-reply-all {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf122;')
}

.icon-mail-reply-all {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf122;')
}

.icon-star-half-empty {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf123;')
}

.icon-star-half-full {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf123;')
}

.icon-location-arrow {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf124;')
}

.icon-crop {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf125;')
}

.icon-code-fork {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf126;')
}

.icon-unlink {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf127;')
}

.icon-question {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf128;')
}

.icon-info {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf129;')
}

.icon-exclamation {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf12a;')
}

.icon-superscript {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf12b;')
}

.icon-subscript {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf12c;')
}

.icon-eraser {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf12d;')
}

.icon-puzzle-piece {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf12e;')
}

.icon-microphone {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf130;')
}

.icon-microphone-off {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf131;')
}

.icon-shield {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf132;')
}

.icon-calendar-empty {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf133;')
}

.icon-fire-extinguisher {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf134;')
}

.icon-rocket {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf135;')
}

.icon-maxcdn {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf136;')
}

.icon-chevron-sign-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf137;')
}

.icon-chevron-sign-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf138;')
}

.icon-chevron-sign-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf139;')
}

.icon-chevron-sign-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf13a;')
}

.icon-html5 {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf13b;')
}

.icon-css3 {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf13c;')
}

.icon-anchor {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf13d;')
}

.icon-unlock-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf13e;')
}

.icon-bullseye {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf140;')
}

.icon-ellipsis-horizontal {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf141;')
}

.icon-ellipsis-vertical {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf142;')
}

.icon-rss-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf143;')
}

.icon-play-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf144;')
}

.icon-ticket {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf145;')
}

.icon-minus-sign-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf146;')
}

.icon-check-minus {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf147;')
}

.icon-level-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf148;')
}

.icon-level-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf149;')
}

.icon-check-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf14a;')
}

.icon-edit-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf14b;')
}

.icon-external-link-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf14c;')
}

.icon-share-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf14d;')
}

.icon-compass {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf14e;')
}

.icon-collapse {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf150;')
}

.icon-collapse-top {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf151;')
}

.icon-expand {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf152;')
}

.icon-eur {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf153;')
}

.icon-euro {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf153;')
}

.icon-gbp {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf154;')
}

.icon-usd {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf155;')
}

.icon-dollar {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf155;')
}

.icon-inr {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf156;')
}

.icon-rupee {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf156;')
}

.icon-jpy {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf157;')
}

.icon-yen {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf157;')
}

.icon-cny {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf158;')
}

.icon-renminbi {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf158;')
}

.icon-krw {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf159;')
}

.icon-won {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf159;')
}

.icon-btc {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf15a;')
}

.icon-bitcoin {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf15a;')
}

.icon-file {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf15b;')
}

.icon-file-text {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf15c;')
}

.icon-sort-by-alphabet {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf15d;')
}

.icon-sort-by-alphabet-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf15e;')
}

.icon-sort-by-attributes {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf160;')
}

.icon-sort-by-attributes-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf161;')
}

.icon-sort-by-order {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf162;')
}

.icon-sort-by-order-alt {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf163;')
}

.icon-thumbs-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf164;')
}

.icon-thumbs-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf165;')
}

.icon-youtube-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf166;')
}

.icon-youtube {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf167;')
}

.icon-xing {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf168;')
}

.icon-xing-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf169;')
}

.icon-youtube-play {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf16a;')
}

.icon-dropbox {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf16b;')
}

.icon-stackexchange {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf16c;')
}

.icon-instagram {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf16d;')
}

.icon-flickr {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf16e;')
}

.icon-adn {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf170;')
}

.icon-bitbucket {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf171;')
}

.icon-bitbucket-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf172;')
}

.icon-tumblr {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf173;')
}

.icon-tumblr-sign {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf174;')
}

.icon-long-arrow-down {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf175;')
}

.icon-long-arrow-up {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf176;')
}

.icon-long-arrow-left {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf177;')
}

.icon-long-arrow-right {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf178;')
}

.icon-apple {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf179;')
}

.icon-windows {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf17a;')
}

.icon-android {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf17b;')
}

.icon-linux {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf17c;')
}

.icon-dribbble {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf17d;')
}

.icon-skype {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf17e;')
}

.icon-foursquare {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf180;')
}

.icon-trello {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf181;')
}

.icon-female {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf182;')
}

.icon-male {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf183;')
}

.icon-gittip {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf184;')
}

.icon-sun {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf185;')
}

.icon-moon {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf186;')
}

.icon-archive {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf187;')
}

.icon-bug {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf188;')
}

.icon-vk {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf189;')
}

.icon-weibo {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf18a;')
}

.icon-renren {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xf18b;')
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome-v4;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

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

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: 0
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2)
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav li {
    line-height: normal
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a .flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.com {
    color: #93a1a1
}

.lit {
    color: #195f91
}

.pun,
.opn,
.clo {
    color: #93a1a1
}

.fun {
    color: #dc322f
}

.str,
.atv {
    color: #D14
}

.kwd,
.prettyprint .tag {
    color: #1e347b
}

.typ,
.atn,
.dec,
.var {
    color: teal
}

.pln {
    color: #48484c
}

.prettyprint {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0
}

ol.linenums {
    margin: 0 0 0 33px
}

ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff
}

.elastislide-list {
    list-style-type: none;
    display: none
}

.no-js .elastislide-list {
    display: block
}

.elastislide-carousel ul li {
    min-width: 20px
}

.elastislide-wrapper {
    position: relative;
    margin: 0 auto;
    min-height: 40px
}

.elastislide-wrapper.elastislide-loading {
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.elastislide-horizontal {
    padding: 4px 36px
}

.elastislide-vertical {
    padding: 36px 4px
}

.elastislide-carousel {
    overflow: hidden;
    position: relative
}

.elastislide-carousel ul {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.elastislide-horizontal ul {
    white-space: nowrap;
    font-size: 0
}

.elastislide-carousel ul li {
    margin: 0;
    -webkit-backface-visibility: hidden
}

.elastislide-horizontal ul li {
    height: 100%;
    display: inline-block;
    padding: 3px
}

.elastislide-vertical ul li {
    display: block
}

.elastislide-carousel ul li a {
    display: block;
    outline: 0;
    border: 4px solid #fff;
    -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
    -moz-transition: border-color .2s ease-in, background-color .2s ease-in;
    -o-transition: border-color .2s ease-in, background-color .2s ease-in;
    -ms-transition: border-color .2s ease-in, background-color .2s ease-in;
    transition: border-color .2s ease-in, background-color .2s ease-in;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
}

.elastislide-carousel ul li a img {
    display: block;
    max-width: 100%;
    border: 0
}

.elastislide-carousel ul li.active a {
    border: 4px solid #f60
}

.elastislide-horizontal nav span {
    position: absolute;
    background-image: url(../img/nav-h1.gif);
    width: 19px;
    height: 33px;
    text-indent: -9000px;
    cursor: pointer;
    background-position: -8px center;
    background-repeat: no-repeat
}

.elastislide-horizontal nav span {
    top: 50%;
    left: 10px;
    margin-top: -16px
}

.elastislide-horizontal nav span.elastislide-next {
    right: 10px;
    left: auto;
    background-position: -128px center
}

.elastislide-horizontal nav span:hover {
    background-position: -48px center
}

.elastislide-horizontal nav span.elastislide-next:hover {
    background-position: -88px center
}

* {
    margin: 0;
    padding: 0
}

html {
    background: #FFF
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #666
}

body.produto-arrastado {
    position: relative;
    overflow-x: hidden
}

body #modalContato+iframe {
    display: none
}

body #modalContato+iframe {
    display: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:visited,
a:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
button:focus {
    outline: 0;
    text-decoration: none
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', Arial, sans-serif
}

select[readonly] option {
    display: none
}

button {
    border: 0
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    text-align: center
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
    text-decoration: none
}

img[src*=".gif"],
img[src*=".png"] {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: optimizeQuality
}

ul,
li {
    list-style-type: none
}

ul:after {
    display: table;
    content: "";
    clear: both
}

.cb {
    clear: both
}

fieldset {
    min-width: initial
}

form .control-group.error .errorlist,
form .control-group.erro .errorlist {
    margin: 0;
    color: #b94a48
}

form .control-group.error .errorlist li,
form .control-group.erro .errorlist li {
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 5px
}

legend i {
    margin-right: 10px
}

h3 small {
    font-size: 20px;
    font-weight: 300;
    text-transform: none
}

table th {
    background-color: rgba(0, 0, 0, 0.03)
}

table h5,
table h6 {
    margin: 0
}

.table th,
.table td {
    border-collapse: collapse;
    vertical-align: middle
}

table {
    width: 100%
}

th,
tr,
td {
    padding: 8px;
    border: 1px solid #e6e6e6
}

_::-ms-reveal,
input[type="radio"] {
    margin: 4px 0 0
}

_::-ms-reveal,
input[type="checkbox"] {
    margin: 4px 0 0
}

body>iframe:last-child {
    display: none
}

.input-telefone {
    width: 120px
}

.borda-principal {
    border-width: 2px 0 0;
    border-style: solid
}

.sem-borda {
    border: 0
}

.sem-margem {
    margin: 0
}

.nowrap {
    white-space: nowrap
}

.form-horizontal.large-label .control-label {
    width: 180px
}

.form-horizontal.large-label .controls {
    margin-left: 200px
}

.control-group.erro .control-label,
.control-group.erro .help-block,
.control-group.erro .help-inline {
    color: #b94a48
}

.control-group.erro .checkbox,
.control-group.erro .radio,
.control-group.erro input,
.control-group.erro select,
.control-group.erro textarea {
    color: #b94a48
}

.control-group.erro input,
.control-group.erro select,
.control-group.erro textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.erro input:focus,
.control-group.erro select:focus,
.control-group.erro textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-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
}

.control-group.erro .input-prepend .add-on,
.control-group.erro .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.fancybox-overlay+.tooltip {
    z-index: 8011
}

.conteiner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px
}

.conteiner-principal .conteiner {
    padding: 10px 20px
}

.tema-pequeno .conteiner {
    max-width: 980px
}

@media(max-width:1024px) {
    .conteiner {
        padding: 0 10px
    }

    .conteiner-principal .conteiner {
        padding: 10px
    }
}

.zm-viewer {
    z-index: 100 !important
}

.input-conteiner {
    position: relative
}

.titulo {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    text-rendering: inherit
}

.font-bold {
    font-weight: bold
}

table .line-18 {
    line-height: 18px
}

table .font-15 {
    font-size: 15px;
    vertical-align: text-bottom
}

.botao {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    color: #555;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    padding: 6px 14px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: #FFF;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    white-space: nowrap
}

.botao:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.12));
    color: inherit;
    text-decoration: none
}

.botao:disabled,
.botao.disabled {
    opacity: .6;
    cursor: default
}

.botao.principal {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}

.botao.pequeno {
    font-size: 12px;
    padding: 3px 10px
}

.botao.grande {
    font-size: 26px;
    padding: 7px 15px
}

.botao i {
    margin-right: 10px
}

.botao.pequeno i {
    margin-right: 5px
}

.botao-input {
    padding: 7px 14px
}

.botao.desativo {
    cursor: auto;
    opacity: .5;
    filter: alpha(opacity=50)
}

.barra-inicial {
    line-height: 30px
}

.barra-inicial ul {
    overflow: hidden;
    margin: 0
}

.barra-inicial ul li {
    float: left;
    height: 30px;
    line-height: inherit
}

.canais-contato ul {
    float: right
}

.canais-contato ul li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.canais-contato ul li:first-child {
    border: 0;
    margin-left: 0
}

.canais-contato ul li i {
    margin-right: 10px;
    font-size: 13px
}

.canais-contato .tel-whatsapp .fa {
    margin-right: 8px;
    font-size: 14px
}

.lista-redes ul {
    margin: 0
}

.lista-redes ul li {
    float: left;
    border-left: 1px solid #ddd
}

.lista-redes ul li:first-child {
    border: 0
}

.lista-redes i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0
}

.lista-redes a {
    color: #FFF;
    text-decoration: none
}

.lista-redes a:hover i {
    background-color: #333;
    color: #FFF
}

.lista-redes .icon-facebook {
    background-color: #3a589b
}

.lista-redes .icon-google-plus {
    background-color: #d6492f
}

.lista-redes .icon-twitter {
    background-color: #598dca
}

.lista-redes .icon-youtube {
    background-color: #cf3427
}

.lista-redes .icon-instagram {
    background: #c92bb7;
    background: -webkit-linear-gradient(305deg, #3051f1 10%, #c92bb7 70%) no-repeat;
    background: linear-gradient(145deg, #3051f1 10%, #c92bb7 70%) no-repeat
}

.lista-redes .icon-pinterest {
    background-color: #cb2027
}

.lista-redes .icon-bold {
    background-color: #f57d00
}

.lista-redes .icon-pinterest {
    background-color: #cb2027
}

.lista-redes .icon-whatsapp,
.lista-redes .fa-whatsapp {
    background-color: #2ab200
}

.conteudo-topo .superior {
    padding: 20px 0
}

.conteudo-topo .superior>div {
    min-height: auto
}

.bem-vindo {
    display: inline-block
}

.acoes-conta {
    margin: 0
}

.acoes-conta li {
    float: left
}

.acoes-conta li:first-child {
    margin-right: 15px
}

.tema-pequeno .acoes-conta li:first-child {
    margin-right: 17px
}

.acoes-conta li>* {
    line-height: 20px
}

.acoes-conta>li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px
}

.inferior .acoes-conta {
    float: right;
    width: 47%;
    background-color: rgba(0, 0, 0, 0.05)
}

.inferior .acoes-conta li {
    width: 50%;
    margin: 0;
    text-align: center
}

.inferior .acoes-conta li a {
    font-weight: 700;
    display: block;
    line-height: 40px;
    border-width: 1px;
    border-style: solid
}

.inferior .acoes-conta li:first-child a {
    border-right: 0
}

.carrinho {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    position: relative
}

.carrinho:after {
    display: table;
    content: "";
    clear: both
}

.carrinho>a>* {
    float: left
}

.carrinho>a span.titulo {
    display: none
}

.carrinho>a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px
}

.carrinho>a strong {
    font-size: 26px;
    margin: 0 6%;
    line-height: 40px
}

.carrinho>a span {
    line-height: 13px;
    padding: 8px 0 0
}

.carrinho>a:hover {
    text-decoration: none
}

.carrinho>a span b {
    display: block;
    font-size: 14px
}

.carrinho:hover .carrinho-interno,
.produto-arrastado .carrinho-interno {
    display: block
}

.carrinho.vazio>a span {
    float: none;
    display: block;
    margin-left: 55px;
    line-height: 40px;
    padding: 0;
    font-size: 13px
}

.carrinho.vazio .carrinho-interno-ajax {
    display: none
}

.carrinho-interno {
    display: none;
    width: 320px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 30;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}

.carrinho-interno.hover {
    background-color: #fff7d5
}

.carrinho-interno ul {
    margin: 0;
    max-height: 210px;
    overflow: auto
}

.carrinho-interno li {
    vertical-align: middle;
    border-width: 0 0 1px;
    border-style: solid;
    *border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.12);
    padding: 10px
}

.carrinho-interno li:hover {
    background-color: rgba(0, 0, 0, 0.03)
}

.carrinho-interno li>* {
    display: inline-block;
    vertical-align: middle
}

.carrinho-interno li>span>* {
    display: block
}

.carrinho-interno li>span i {
    margin-right: 5px
}

.carrinho-interno .imagem-produto {
    position: relative;
    width: 80px;
    height: 80px
}

.carrinho-interno .imagem-produto img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.carrinho-interno .nome-produto {
    width: 115px;
    max-height: 65px;
    overflow: hidden;
    margin-left: 10px;
    font-size: 11px;
    line-height: normal
}

.carrinho-interno .preco-produto {
    float: right;
    margin: 20px 0 0
}

.carrinho-interno .preco-produto .preco-promocional {
    font-size: 12px;
    display: block
}

.carrinho-interno .preco-produto .preco-venda {
    margin: 0
}

.carrinho-interno .produto-sku {
    display: none
}

.carrinho-interno>div {
    margin: 20px 0 0
}

.carrinho-interno>div:after {
    display: table;
    content: "";
    clear: both
}

.carrinho-interno>div>span {
    float: left
}

.carrinho-interno>div .botao {
    float: right;
    margin-top: 4px
}

.carrinho-interno>div>span>* {
    display: block
}

.carrinho-interno>div>span>span {
    font-size: 15px
}

.carrinho-checkout .atendimento {
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    margin: 20px 0 0
}

.carrinho-checkout .atendimento li {
    padding: 10px 5px
}

.carrinho-checkout .atendimento .icone-box {
    padding: 5px;
    border-width: 4px;
    border-style: solid;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    float: left
}

.carrinho-checkout .atendimento li a {
    cursor: pointer
}

.carrinho-checkout .atendimento li strong {
    display: block
}

.carrinho-checkout .atendimento li .display-table {
    display: table-cell;
    vertical-align: top;
    line-height: 17px
}

.carrinho-checkout .subtotal strong {
    margin: 0
}

.carrinho-checkout .cupom-codigo {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px dashed #CCC
}

.carrinho-checkout .cupom {
    text-align: right
}

.carrinho-checkout .desconto small {
    display: block;
    line-height: 10px
}

.carrinho-checkout .formas .accordion-heading .bandeiras-pagamento {
    margin: 0
}

.carrinho-checkout .formas .accordion-heading .bandeiras-pagamento li {
    margin-top: 8px;
    margin-bottom: 8px
}

.carrinho-checkout .placeholder-card {
    margin: 5px auto 10px
}

.carrinho-checkout .placeholder-card .jp-card-container {
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    max-width: 1000px;
    height: 180px
}

.carrinho-checkout .placeholder-card .jp-card-container .jp-card-identified {
    box-shadow: none
}

.carrinho-checkout #cartao_parcelas {
    font-size: 12px
}

.carrinho-checkout .jp-card .jp-card-front .jp-card-logo {
    top: 10%
}

.checkout-alerta-seguro {
    text-align: left;
    background-color: #fcfcfc;
    padding: 0 10px 15px 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    max-width: 400px;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden
}

.checkout-alerta-seguro .checkout-alerta-seguro-tit {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 10px
}

.checkout-alerta-seguro .checkout-alerta-seguro-list {
    color: #888;
    z-index: 2;
    position: relative;
    margin: 0
}

.checkout-alerta-seguro .checkout-alerta-seguro-item .icon-ok,
.checkout-alerta-seguro .checkout-alerta-seguro-tit {
    color: #468847;
    z-index: 2;
    position: relative
}

.checkout-alerta-seguro .checkout-alerta-seguro-icon {
    position: absolute;
    font-size: 180px;
    bottom: -35px;
    right: -5px;
    color: #eaf0ea;
    z-index: 1
}

.carrinho-checkout .formas.pagamento .control-group .help-block.erro {
    display: none
}

.carrinho-checkout .formas.pagamento .control-group.error .help-block.erro {
    display: block
}

.busca {
    position: relative;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.09);
    border: 1px solid #ddd
}

.busca form,
.busca input {
    margin: 0
}

.busca input {
    width: 94%
}

.busca .botao-busca {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px
}

.logo {
    margin: 0
}

.logo a {
    position: relative;
    display: block;
    height: 112px
}

.logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%
}

.menu ul {
    margin: 0
}

.menu ul li:after {
    display: table;
    content: "";
    clear: both
}

.menu a {
    display: block;
    white-space: nowrap
}

.menu a:hover {
    text-decoration: none
}

.menu .titulo {
    display: inline-block;
    white-space: normal;
    font-size: 16px
}

.menu a,
.menu .titulo {
    vertical-align: middle
}

.menu li {
    padding: 0 20px
}

.menu li.com-filho {
    position: relative
}

.menu li.com-filho:hover {
    z-index: 201
}

.menu li>a i {
    display: none
}

.menu li>a i,
.menu-responsivo i {
    font-size: 9px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    margin-left: 10px
}

.menu li.com-filho>a i {
    display: inline-block
}

.menu .nivel-dois {
    padding: 10px 0
}

.menu .nivel-dois,
.menu .nivel-tres,
.menu.lateral .nivel-um>li>a {
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.menu .nivel-dois {
    min-width: 100%
}

.menu .nivel-dois a {
    color: #555;
    line-height: 40px
}

.menu .nivel-dois li:hover,
.menu.lateral.outras .nivel-um li:hover a {
    background-color: rgba(0, 0, 0, 0.05)
}

.menu .nivel-dois li:first-child {
    border: 0
}

.menu .nivel-dois a i,
.menu.lateral a i {
    float: right;
    margin-top: 10px
}

.menu .nivel-dois a:hover {
    *text-decoration: underline
}

.menu .nivel-tres {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

.menu .nivel-dois li:hover>.nivel-tres {
    display: block
}

.menu .nivel-dois li {
    border-width: 1px 0 0;
    border-style: solid;
    *border-color: #ddd
}

.menu .nivel-dois .com-filho i {
    position: absolute;
    right: 20px;
    top: -3px
}

.menu .nivel-dois .com-filho>a {
    margin-right: 30px
}

.menu.superior {
    background-color: rgba(0, 0, 0, 0.09);
    margin-top: 20px
}

.menu.superior li {
    z-index: 20
}

.menu.superior .titulo {
    margin: 15px 0
}

.menu.superior .nivel-um>li {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.8)
}

.menu.superior .nivel-um>li:first-child {
    border-left: none !important
}

.menu.superior .nivel-um>li:last-child {
    border-right: 0
}

.menu.superior .nivel-um>li {
    border-top-width: 0
}

.menu.superior .nivel-um>li:hover {
    border-top-width: 2px;
    margin-top: -2px
}

.menu.superior .nivel-dois {
    display: none;
    position: absolute;
    left: 0;
    top: 50px
}

.menu.superior .nivel-dois a {
    line-height: 30px
}

.menu.superior .nivel-um>li:hover .nivel-dois {
    display: block
}

.menu.superior .categoria-marcas,
.menu.superior .categoria-paginas {
    background-color: rgba(0, 0, 0, 0.05)
}

.menu.superior .categoria-marcas .nivel-dois {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

.menu.superior .categoria-marcas .nivel-dois li,
.menu.superior .categoria-paginas .nivel-dois li {
    border: 0;
    padding: 0
}

.menu.superior .categoria-marcas .nivel-dois li a,
.menu.superior .categoria-paginas .nivel-dois li a {
    padding: 0 20px
}

.menu.lateral .ativo {
    background-color: rgba(0, 0, 0, 0.06)
}

.menu.lateral li {
    z-index: 15
}

.menu.lateral .nivel-um>li {
    padding: 0
}

.menu.lateral .nivel-um>li>a {
    padding: 0 20px
}

.menu.lateral .nivel-dois {
    min-width: 0
}

.menu.lateral .titulo {
    margin: 10px 0
}

.menu.lateral .com-filho .titulo {
    margin-right: 20px
}

.menu.lateral.outras li {
    border: 0
}

.menu.lateral.outras li .titulo {
    font-size: 13px
}

.menu.lateral.fechado .com-filho {
    position: relative
}

.menu.lateral.fechado .com-filho>ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none
}

.menu.lateral.fechado .com-filho:hover>ul {
    display: block
}

.menu.lateral.fechado .nivel-dois {
    padding: 0
}

.menu.lateral .borda-principal,
.menu.lateral.fechado .com-filho.borda-principal {
    border-width: 0
}

.menu.lateral .com-filho.borda-principal {
    border-width: 2px 0 0
}

.menu.lateral .com-filho:hover {
    z-index: 25
}

.menu.lateral.aberto .nivel-dois>li>a,
.menu.lateral.fechado .nivel-um>li strong {
    white-space: normal
}

.menu.lateral.fechado .nivel-um .com-filho i {
    position: absolute;
    right: 20px;
    top: 2px
}

.menu.lateral.fechado .nivel-um .com-filho>a {
    padding-right: 40px
}

.direita .menu.lateral .nivel-tres,
.direita .menu.lateral.fechado ul {
    right: 100%;
    left: auto
}

.direita .menu.lateral.fechado i,
.direita .menu.lateral .nivel-dois i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.tema-facebook .menu.superior .nivel-um>li {
    padding: 0 10px
}

.tema-facebook .menu.superior .nivel-um>li>a {
    line-height: 10px
}

.tema-facebook .menu.superior .nivel-dois {
    top: 40px
}

.tema-facebook #rodape .institucional {
    background-color: #555
}

.coluna>div,
#corpo .conteiner>div {
    margin-bottom: 20px
}

.pagina-inicial .listagem>.titulo {
    display: none
}

.listagem>ul,
.listagem-linha>ul {
    margin: 0
}

.listagem .listagem-linha {
    padding-top: 20px;
    margin-top: 20px;
    border-width: 1px 0 0;
    border-style: solid
}

.listagem .listagem-linha:first-child {
    padding: 20px 0 0;
    margin: 0;
    border: 0
}

.listagem .listagem-item {
    position: relative;
    padding: 10px;
    transition: box-shadow .1s;
    margin-left: 7.127659574468085%
}

.listagem .listagem-linha>ul {
    margin-left: -1%
}

.listagem.com-caixa .listagem-linha>ul {
    margin: 0
}

.listagem .listagem-linha li {
    border-width: 0 0 0 1px;
    border-style: dashed
}

.listagem .listagem-linha li:first-child {
    border: 0
}

.listagem.com-caixa .listagem-linha {
    border: 0;
    margin: 0
}

.listagem.com-caixa .listagem-linha ul li {
    border: 0
}

.listagem.com-caixa .listagem-item {
    margin: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.33);
    border: 5px solid rgba(0, 0, 0, 0.035);
    background-color: rgba(255, 255, 255, 0.04);
    transition: transform .08s ease 0;
    -webkit-transition: -webkit-transform .08s ease 0
}

.listagem.com-caixa .listagem-item:hover,
.listagem.com-caixa .listagem-item:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    outline: 1px solid rgba(0, 0, 0, 0.1)
}

.listagem.com-caixa .listagem-item:hover,
x:-moz-any-link {
    outline: 0
}

.listagem.com-caixa .listagem-item .acoes-produto {
    border-style: solid
}

.listagem .listagem-item.arrastar {
    background-color: #fff
}

.listagem-item.arrastar {
    z-index: 999999;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8)
}

.listagem-item.arrastar .acoes-produto {
    display: none
}

.listagem-item.arrastar .produto-sobrepor {
    cursor: move
}

.listagem.com-caixa .listagem-item.arrastar {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 2px
}

.listagem .bandeiras-produto .bandeira-carrinho {
    background-color: #4777b3
}

.listagem .bandeiras-produto .adicionado-carrinho {
    display: none
}

.listagem .titulo {
    margin: 15px 0
}

.listagem .listagem-item .imagem-produto {
    position: relative;
    box-shadow: none;
    margin: 0
}

.listagem .indisponivel .imagem-produto {
    border-color: rgba(0, 0, 0, 0.12)
}

.listagem .imagem-produto img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.listagem .info-produto {
    padding: 15px 5px 10px;
    position: relative
}

.listagem .listagem-item .imagem-produto .imagem-zoom {
    display: none
}

.listagem .listagem-item .imagem-produto.has-zoom img {
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out
}

.listagem .listagem-item .imagem-produto.has-zoom .imagem-zoom {
    display: block;
    *display: none;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.listagem .listagem-item:hover .imagem-produto.has-zoom .imagem-zoom {
    *display: block;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.listagem .listagem-item:hover .imagem-produto.has-zoom .imagem-principal {
    opacity: 0
}

.listagem .span6 .imagem-produto,
.listagem .produtos-carrossel[data-produtos-linha="2"] .imagem-produto {
    height: 300px
}

.listagem .span4 .imagem-produto,
.listagem .produtos-carrossel[data-produtos-linha="3"] .imagem-produto {
    height: 250px
}

.listagem .span3 .imagem-produto,
.listagem .produtos-carrossel[data-produtos-linha="4"] .imagem-produto {
    height: 180px
}

.tema-pequeno .listagem .span6 .imagem-produto,
.tema-pequeno .listagem .produtos-carrossel[data-produtos-linha="2"] .imagem-produto {
    height: 250px
}

.tema-pequeno .listagem .span4 .imagem-produto,
.tema-pequeno .listagem .produtos-carrossel[data-produtos-linha="3"] .imagem-produto {
    height: 220px
}

.tema-pequeno .listagem .span3 .imagem-produto,
.tema-pequeno .listagem .produtos-carrossel[data-produtos-linha="4"] .imagem-produto {
    height: 160px
}

.tema-pequeno .listagem .span3 .botao-favoritos,
.tema-pequeno .listagem .produtos-carrossel[data-produtos-linha="4"] .botao-favoritos {
    display: none
}

@media(max-width:1024px) {

    .listagem .span6 .imagem-produto,
    .listagem .produtos-carrossel[data-produtos-linha="2"] .imagem-produto {
        height: 250px
    }

    .listagem .span4 .imagem-produto,
    .listagem .produtos-carrossel[data-produtos-linha="3"] .imagem-produto {
        height: 220px
    }

    .listagem .span3 .imagem-produto,
    .listagem .produtos-carrossel[data-produtos-linha="4"] .imagem-produto {
        height: 160px
    }

    .listagem .span3 .botao-favoritos,
    .listagem .produtos-carrossel[data-produtos-linha="4"] .botao-favoritos {
        display: none
    }
}

.listagem .preco-produto>div {
    margin: 3px 0
}

.listagem .listagem-item .nome-produto {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    min-height: 40px;
    word-wrap: break-word;
    word-break: break-word
}

.listagem .span3 .listagem-item .nome-produto,
.listagem .produtos-carrossel[data-produtos-linha="4"] .listagem-item .nome-produto {
    min-height: 55px
}

.preco-produto strong.titulo {
    font-size: 16px;
    white-space: nowrap
}

.preco-produto .preco-venda {
    font-size: 13px;
    margin-right: 5px
}

.preco-produto .preco-a-partir .preco-venda:not(.titulo) {
    font-size: 12px;
    margin: 0
}

.listagem.aproveite-tambem .listagem-item .nome-produto {
    font-weight: 600
}

.listagem.aproveite-tambem .preco-parcela {
    font-size: 11px
}

.listagem-item .acoes-produto {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20%;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 10px 0;
    border-width: 1px 0;
    border-style: dashed;
    z-index: 15;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity ease-in-out .08s, bottom ease-out .08s
}

.listagem-item:hover .acoes-produto {
    bottom: 40%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.listagem-item .produto-sobrepor {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0)
}

.listagem-item .acoes-produto .botao-favoritos {
    height: 18px;
    line-height: 18px;
    margin-left: 10px
}

.listagem-item.indisponivel,
.listagem.com-caixa .listagem-item.indisponivel {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.06)
}

.listagem-item.indisponivel .imagem-produto img {
    opacity: .4;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.listagem-item.indisponivel:hover .imagem-produto.has-zoom .imagem-zoom {
    opacity: .4
}

.listagem-item.indisponivel .info-produto .nome-produto {
    opacity: .4
}

.listagem-item.indisponivel .bandeiras-produto {
    z-index: 15
}

.listagem-item.indisponivel .bandeiras-produto span {
    display: none
}

.listagem-item.indisponivel .bandeiras-produto .bandeira-indisponivel {
    display: inline-block
}

.listagem-item.indisponivel:hover .acoes-produto {
    display: none
}

.listagem-item .produto-avise {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 20;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    transition: opacity ease-in-out .08s, top ease-out .08s
}

.listagem-item .produto-avise strong {
    display: block;
    font-size: 16px
}

.listagem-item .produto-avise .avise-me-list {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    text-align: center;
    line-height: 15px
}

.listagem-item .produto-avise .avise-me-list .avise-me-list-descr {
    font-weight: 600;
    color: #FFF;
    font-size: 13px
}

.listagem-item .produto-avise .avise-me-list .avise-me-list-btn {
    margin-top: 15px
}

.listagem-item:hover .produto-avise {
    opacity: 1;
    filter: alpha(opacity=100);
    top: auto;
    bottom: 0
}

.listagem-item.produto-adicionado .bandeiras-produto {
    z-index: 15
}

.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    display: inline-block
}

.bandeiras-produto {
    position: absolute;
    top: 10px;
    left: 10px
}

.bandeiras-produto span {
    display: inline-block;
    padding: 0 10px;
    line-height: 17px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin: 0 3px 3px 0;
    border: 1px solid #FFF;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    white-space: nowrap
}

.bandeira-novo {
    background-color: #aaa
}

.listagem .titulo-categoria {
    display: block;
    font-size: 16px;
    margin: 40px 0 0;
    padding: 10px 0;
    transition: all .2s ease
}

.listagem .titulo-categoria:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
    padding-left: 15px
}

.listagem .titulo-categoria:first-child {
    margin-top: 20px
}

.marcas+.listagem .titulo-categoria:first-child {
    margin-top: 40px
}

.listagem .produtos-carrossel {
    position: relative;
    padding: 0 20px
}

.listagem .produtos-carrossel>ul {
    margin: 0
}

.listagem .produtos-carrossel .listagem-linha li .listagem-item {
    margin: 5px 10px
}

.listagem .produtos-carrossel .listagem-linha.flexslider {
    overflow: visible
}

.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev,
.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next {
    padding: 40px 0;
    background: transparent;
    margin-top: -55px
}

.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev:hover,
.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/nav-thumbs.png) 0 0
}

.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/nav-thumbs.png) -90px 0
}

.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev {
    left: -25px;
    opacity: .7
}

.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next {
    right: -25px;
    opacity: .7
}

@media screen and (max-width:860px) {
    .listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev {
        opacity: 1;
        left: -25px
    }

    .listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next {
        opacity: 1;
        right: -25px
    }
}

.componente .interno {
    padding: 20px
}

.componente .titulo {
    font-size: 18px;
    margin-bottom: 20px;
    display: block
}

.componente .titulo i {
    float: right;
    font-size: 24px;
    margin-top: -4px
}

.caixa-sombreada {
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25)
}

.caixa-destaque {
    margin: 100px 0;
    text-align: center
}

.fale-conosco ul {
    margin: 0
}

.fale-conosco ul li i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px
}

.sugestoes {
    background-color: #FFF;
    padding: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3)
}

.sugestoes * {
    border-color: rgba(0, 0, 0, 0.12)
}

.sugestoes>.titulo {
    display: block;
    padding: 15px 20px;
    margin: 0;
    line-height: 20px;
    border-width: 0 0 1px;
    border-style: solid;
    font-size: 17.5px
}

.sugestoes>ul {
    margin: 0;
    padding: 20px
}

.sugestoes ul li {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-width: 1px 0 0;
    border-style: solid
}

.sugestoes ul li:first-child {
    border: 0;
    margin: 0;
    padding: 0
}

.sugestoes ul li:after {
    display: table;
    content: "";
    clear: both
}

.sugestoes .info-produto {
    float: right;
    width: 100px
}

.sugestoes .imagem-produto {
    margin-right: 100px;
    width: auto;
    height: 110px;
    border-width: 1px;
    border-style: solid;
    position: relative
}

.sugestoes .imagem-produto img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.sugestoes .acoes-compra>a {
    display: block;
    width: 50px;
    height: 49px;
    float: left
}

.sugestoes .preco-produto,
.sugestoes .nome-produto {
    height: 40px;
    padding: 10px;
    border-style: solid;
    border-width: 1px 1px 1px 0
}

.sugestoes .preco-produto.fundo-secundario,
.sugestoes .preco-produto.fundo-principal {
    height: 42px;
    border: 0
}

.sugestoes .preco-produto>* {
    display: block
}

.sugestoes .preco-a-partir .preco-venda {
    line-height: normal
}

.sugestoes .com-promocao .preco-venda {
    font-size: 11px;
    line-height: 20px
}

.sugestoes .preco-promocional,
.sugestoes .preco-venda,
.sugestoes .preco-venda.titulo,
.sugestoes .preco-promocional.titulo {
    font-size: 12px;
    white-space: nowrap;
    display: block;
    font-weight: normal
}

.sugestoes .nome-produto {
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis
}

.sugestoes .nome-produto span {
    font-size: 11px
}

.sugestoes .comprar {
    text-align: center;
    font-size: 28px;
    line-height: 48px
}

.sugestoes .ver-mais {
    border-style: solid;
    border-width: 0 0 1px
}

.sugestoes .ver-mais>* {
    text-align: center;
    display: block
}

.sugestoes .ver-mais i {
    font-size: 16px;
    margin: 8px 0 0
}

.banner .sugestoes,
.banner .componente {
    position: absolute;
    top: 0;
    bottom: 0
}

.banner .sugestoes {
    width: inherit;
    max-height: 100%;
    overflow-y: auto
}

.newsletter input[type="text"] {
    width: 90%;
    margin: 0
}

.newsletter .input-conteiner {
    margin: 15px 0 0
}

.newsletter .botao {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.newsletter .newsletter-confirmacao .icon-ok {
    float: left;
    color: #6a9d2c;
    margin-top: 5px
}

.newsletter .newsletter-confirmacao span {
    display: block;
    margin-left: 47px;
    padding: 5px 0
}

.banner .newsletter {
    width: inherit;
    padding: 0
}

.banner .newsletter .titulo {
    margin: 0;
    padding: 20px
}

.banner .newsletter .interno {
    padding: 0;
    position: relative;
    min-height: 100%
}

.banner .newsletter .interno .interno-conteudo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px
}

.banner .newsletter .interno .interno-conteudo .alert {
    position: absolute;
    bottom: 20px
}

#modalNewsletter .componente {
    background: #FFF;
    border: 0
}

#modalNewsletter .componente .interno {
    padding: 15px
}

#modalNewsletter .componente .titulo i {
    font-size: 40px
}

#modalNewsletter .componente .titulo {
    font-size: 25px;
    margin-bottom: 15px
}

#modalNewsletter .componente .texto-newsletter {
    font-size: 15px
}

#modalNewsletter .newsletter .input-conteiner {
    margin-top: 20px
}

#modalNewsletter .newsletter-cadastro input {
    padding: 10px
}

#modalNewsletter .newsletter .botao {
    font-size: 20px;
    padding: 10px 15px
}

#modalNewsletter .newsletter .newsletter-confirmacao span {
    font-size: 15px;
    line-height: 18px
}

#barraNewsletter {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100000;
    background: #000;
    color: #FFF
}

#barraNewsletter.posicao-rodape {
    position: static
}

#barraNewsletter.posicao-rodape .conteiner {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0
}

#barraNewsletter.posicao-rodape .componente .interno {
    padding: 20px 0
}

#barraNewsletter .componente {
    background: transparent;
    border: 0
}

#barraNewsletter .componente .interno {
    padding: 10px 0
}

#barraNewsletter .componente .titulo {
    display: none
}

#barraNewsletter .componente .interno-conteudo {
    text-align: center;
    min-height: 30px;
    font-size: 0
}

#barraNewsletter .componente .texto-newsletter,
#barraNewsletter .componente .alert {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    line-height: 30px;
    padding: 0 1% 0 0;
    overflow: hidden;
    vertical-align: top;
    font-size: 16px
}

#barraNewsletter .componente .texto-newsletter,
#barraNewsletter .componente .input-conteiner {
    margin: 0
}

#barraNewsletter .componente div.newsletter-cadastro,
#barraNewsletter .componente .newsletter-confirmacao {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

#barraNewsletter .componente div.hide {
    display: none
}

#barraNewsletter .componente .newsletter-confirmacao .icon-ok {
    margin-top: 2px;
    font-size: 25px
}

#barraNewsletter .componente .newsletter-confirmacao span {
    text-align: left;
    margin-left: 30px;
    font-size: 15px
}

#barraNewsletter .componente input[type="text"] {
    width: auto;
    margin-right: 5px;
    border-radius: 2px
}

#barraNewsletter .componente .botao {
    position: static;
    line-height: 13px;
    padding-bottom: 8px
}

#barraNewsletter .componente .newsletter-assinar:before {
    display: none
}

#barraNewsletter .componente .newsletter-assinar:after {
    content: "ASSINAR";
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold
}

#barraNewsletter .componente .alert {
    padding: 0 10px;
    line-height: 28px;
    font-size: 13px
}

#barraNewsletter .componente .alert .close {
    right: -5px
}

#barraNewsletter .show-hide {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0 10px 5px;
    font-size: 23px;
    color: #FFF;
    background: #444;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.avise-me {
    text-align: center
}

.avise-me .avise-tit {
    display: block;
    font-weight: bold;
    font-size: 30px
}

.avise-me .avise-descr {
    display: block;
    font-size: 15px;
    margin: 20px 0 30px
}

.avise-me .avise-input input {
    padding: 10px;
    height: 40px
}

.avise-me .avise-input label {
    position: relative
}

.avise-me .avise-input .avise-icon {
    position: absolute;
    cursor: text;
    left: 15px;
    margin: 12px 0;
    color: #AAA
}

.avise-me .avise-input .avise-email {
    padding-left: 40px
}

.avise-me .avise-btn {
    overflow: hidden
}

.avise-me .avise-btn .botao {
    padding: 6px 20px 8px
}

#avise-me-cadastro .avise-me .avise-input input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#avise-me-cadastro .avise-me .avise-input label {
    margin-left: 0;
    width: 100%
}

#avise-me-sucesso {
    text-align: center;
    padding: 30px
}

#avise-me-sucesso .avise-suc-tit {
    display: block;
    font-size: 30px
}

#avise-me-sucesso .avise-suc-descr {
    display: block;
    font-size: 15px;
    margin: 20px 0 10px
}

.secao-banners.empty {
    display: none
}

.banner {
    position: relative
}

.conteudo>.row-fluid {
    margin-bottom: 20px
}

.banner.cheio+.row-fluid {
    margin-top: 20px
}

.flexslider {
    background: 0;
    margin: 0;
    border: 2px solid transparent;
    overflow: hidden
}

.flexslider.carousel {
    background: #fff
}

.flex-direction-nav a:before {
    display: none
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(../img/bg_direction_nav.png) no-repeat 0 2px;
    text-indent: -99999px
}

.flex-direction-nav .flex-next {
    background-position: -28px 2px;
    color: transparent;
    text-shadow: none
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30)
}

.banner .flex-control-nav {
    width: auto;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    z-index: 2
}

.banner .flexslider .slides>li {
    position: relative
}

.banner .flex-control-paging li {
    margin: 0 2px;
    vertical-align: middle
}

.banner .flex-control-paging li a {
    width: 10px;
    height: 10px;
    margin: 1px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: none
}

.banner .flex-control-paging li a:hover {
    background: transparent
}

.banner .flex-control-paging li a.flex-active {
    width: 12px;
    height: 12px;
    margin: 0;
    background: #fff
}

.banner.lateral .flexslider .slides>li {
    display: block;
    margin-bottom: 10px
}

.banner.lateral .flexslider .slides li img {
    width: auto
}

.info-banner {
    max-width: 400px;
    word-wrap: break-word;
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 20;
    padding: 15px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7)
}

.sem-banner {
    text-align: center
}

.sem-banner .caixa-vazia {
    border-width: 3px;
    border-style: dashed;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: inherit;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.03)
}

.sem-banner .alinhar-texto {
    display: table;
    height: 100%;
    width: 100%;
    position: relative
}

.sem-banner .alinhar-texto p {
    *position: absolute;
    *top: 50%;
    margin: 0;
    display: table-cell;
    vertical-align: middle
}

.sem-banner .alinhar-texto .color2 {
    display: block;
    *position: relative;
    *top: -50%
}

.sem-banner .color2 {
    display: inline-block;
    font-size: 16px
}

.flexslider .sem-banner .caixa-vazia {
    left: 0;
    right: 0
}

.vitrine .sem-banner {
    height: 170px
}

.cheio .sem-banner {
    height: 220px
}

.lateral-fulbanner {
    position: absolute;
    top: 0;
    bottom: 0;
    max-height: 99%
}

.tarja {
    vertical-align: middle
}

.tarja ul {
    margin: 0;
    padding: 8px 0
}

.tarja ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.tarja ul li>* {
    display: inline-block;
    vertical-align: middle
}

.tarja ul li p {
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    line-height: 15px;
    margin: 0 0 0 7px
}

.tarja ul li p span {
    display: block
}

.tarja strong {
    font-size: 34px;
    font-weight: 800
}

.tarja .dois-itens li {
    width: 49.5%
}

.tarja .tres-itens li {
    width: 33%
}

.tarja .quatro-itens li {
    width: 24.5%
}

.tarja .cinco-itens li {
    width: 19.5%
}

.marcas {
    position: relative
}

.marcas.span12 {
    float: none
}

.marcas .slides li a {
    display: block;
    height: 60px;
    position: relative
}

.marcas .flexslider {
    overflow: hidden;
    box-shadow: none;
    margin: 10px 0
}

.marcas .flexslider ul li img {
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    display: inline-block
}

.marcas .marca-nome {
    line-height: 60px;
    text-align: center
}

.marca-info {
    overflow: hidden
}

.marca-info .image img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 100px
}

.marca-info .image+.titulo,
.marca-info .image+.titulo+p {
    margin-right: 160px
}

.marca-info p {
    font-size: 14px
}

.breadcrumbs {
    border-style: solid;
    border-width: 1px 0;
    padding: 10px 0;
    margin: 0 0 20px
}

.breadcrumbs ul {
    margin: 0
}

.breadcrumbs ul li {
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.breadcrumbs ul li a {
    color: #666
}

.breadcrumbs ul li:first-child {
    border: 0
}

.breadcrumbs ul li:first-child * {
    padding-left: 0
}

.breadcrumbs ul li * {
    font-size: 11px;
    padding: 0 10px
}

.info-principal-produto .breadcrumbs {
    border: 0;
    padding: 0;
    margin: 0 0 10px
}

.info-principal-produto .breadcrumbs ul li {
    border: 0
}

.info-principal-produto .breadcrumbs ul li:after {
    content: "/";
    margin: 0 5px 0 2px
}

.info-principal-produto .breadcrumbs ul li * {
    padding: 0;
    font-size: 11px
}

.info-principal-produto .breadcrumbs ul li .fa {
    padding-right: 5px
}

.produto .principal>*+* {
    padding: 0 0 25px
}

.produto .principal>*:last-child {
    border: 0
}

.produto>.row-fluid:first-child {
    padding-bottom: 20px
}

.produto>.row-fluid+.row-fluid {
    margin-bottom: 20px
}

.produto .principal .atributos {
    padding-bottom: 5px
}

.produto .nome-produto {
    font-size: 18px;
    line-height: normal;
    margin: 0
}

.produto .codigo-produto {
    font-size: 11px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px
}

.produto .codigo-produto:after {
    display: table;
    content: "";
    clear: both
}

.produto .codigo-produto span[itemprop="sku"] {
    word-break: break-word
}

.produto .codigo-produto>span+span {
    display: block;
    margin-top: 5px
}

.produto .codigo-produto .trustvox-stars {
    margin: 5px 0 -5px;
    overflow: hidden
}

.produto .codigo-produto .trustvox-stars div {
    display: inline-block
}

.produto .codigo-produto .trustvox-stars a:hover {
    text-decoration: none
}

.produto .codigo-produto .trustvox-stars .ts-shelf-container .ts-shelf-rate-count {
    left: 0
}

.produto .tag-produto {
    font-size: 11px;
    font-weight: normal;
    padding: 0 6px 1px;
    margin-left: 3px
}

.produto .conteiner-imagem {
    text-align: center
}

.produto .conteiner-imagem>div {
    max-width: 100%;
    padding: 0 0 5px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer
}

.produto .conteiner-imagem #abreZoom {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 18px;
    z-index: 200
}

.produto .conteiner-imagem img {
    width: auto;
    height: auto
}

.produto .miniaturas {
    text-align: center
}

.pagina-produto .zm-viewer {
    cursor: pointer
}

.pagina-produto .zm-viewer .zm-description {
    display: none
}

.produto .cep ul {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    margin: 15px 0 0 0
}

.produto .cep ul li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD
}

.produto .cep ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.produto .cep ul li>* {
    display: inline-block
}

.produto .cep ul li .valor {
    margin-right: 5%;
    min-width: 60px
}

.produto .cep ul li .prazo {
    margin-right: 5%;
    font-weight: bold;
    min-width: 80px
}

.produto .cep ul li span {
    font-size: 13px
}

.produto .cep ul li .aviso {
    margin: 10px 0 0;
    border: 1px solid #DDD;
    padding: 7px 10px;
    background: #efefef;
    font-size: 12px;
    line-height: 15px
}

.produto .cep .aviso-disponibilidade {
    font-size: 11px;
    margin-top: 5px
}

.produto .cep ul.loading,
#formasEnvio ul.loading,
#formularioEndereco ul.loading {
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    height: 20px
}

.produto .produto-compartilhar:after {
    display: table;
    content: "";
    clear: both
}

.produto-compartilhar .lista-favoritos {
    line-height: 20px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    padding: 0 7px;
    border-radius: 2px
}

.produto-compartilhar .lista-favoritos i {
    margin-right: 1px;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: inherit
}

.produto-compartilhar .lista-favoritos:hover {
    text-decoration: none
}

.produto-compartilhar .lista-favoritos:hover i {
    background: transparent;
    color: inherit
}

.produto-compartilhar .fb-compartilhar {
    margin-left: 5px
}

.produto-video {
    margin: 15px 0;
    padding: 10px 0;
    display: table;
    border-width: 1px 0;
    border-style: solid;
    width: 100%
}

.produto-video:after {
    display: table;
    content: "";
    clear: both
}

.produto-video>* {
    display: inline-block
}

.produto-video>div {
    width: 85%;
    padding: 0 5px 0 0;
    display: table-cell;
    vertical-align: middle
}

.produto-video p {
    margin: 0;
    font-size: 13px
}

.produto-video a {
    text-align: center;
    white-space: nowrap
}

.produto-video a:hover {
    text-decoration: none
}

.produto-video a:hover * {
    color: #333
}

.produto-video i {
    display: block;
    font-size: 40px
}

.produto-video span {
    font-size: 11px
}

.produto .acoes-produto {
    margin-top: 10px
}

.produto .acoes-produto .preco-parcela {
    font-size: 13px
}

.produto .acoes-produto .preco-parcela.cor-principal {
    font-size: 17px
}

.produto .acoes-produto .preco-produto .titulo {
    font-size: 20px
}

.produto .acoes-produto .preco-produto .preco-venda {
    font-size: 13px
}

.produto .acoes-produto .preco-produto .texto-indisponivel {
    display: inline-block;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    border: 1px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.produto .acoes-produto .texto-indisponivel i {
    margin-right: 7px
}

.produto .acoes-produto .destaque-parcela>div {
    margin-bottom: 5px
}

.produto .acoes-produto .preco-produto.destaque-parcela .titulo {
    font-size: 23px
}

.produto .acoes-produto .preco-produto.destaque-parcela .preco-venda {
    font-size: 12px
}

.produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
    font-size: 15px;
    font-weight: normal
}

.produto .acoes-produto.preco-restrito .preco-produto .titulo {
    font-size: 25px
}

.produto .acoes-produto.preco-restrito .botao-comprar {
    font-size: 17px
}

@media(max-width:1064px) {
    .produto .acoes-produto .preco-produto .titulo {
        font-size: 18px
    }

    .produto .acoes-produto .preco-produto .preco-venda {
        font-size: 13px
    }

    .produto .acoes-produto .preco-parcela {
        font-size: 11px
    }
}

.produto .acoes-produto.indisponivel .preco-produto {
    float: none
}

.produto .acoes-flutuante,
.produto .acoes-flutuante .close_float {
    background-color: #fff
}

.produto .acoes-flutuante {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 5%;
    padding: 20px;
    display: none;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    -webkit-backface-visibility: hidden
}

.produto .acoes-flutuante .close_float {
    padding: 7px 12px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-right-radius: 5px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.produto .acoes-flutuante.closed {
    box-shadow: none
}

.produto .acoes-flutuante.closed .close_float {
    left: -38px;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2)
}

.produto .acoes-flutuante .preco-produto div>* {
    display: block
}

.produto .acoes-flutuante .preco-produto .desconto-a-vista,
.produto .acoes-flutuante .preco-produto .preco-parcela {
    margin-top: 15px;
    display: block
}

.produto .acoes-flutuante .preco-produto div+div+.desconto-a-vista {
    margin-top: 0
}

.produto .acoes-flutuante .acoes-produto .preco-produto .titulo {
    line-height: 20px
}

.produto .acoes-flutuante .image {
    text-align: center
}

.produto .acoes-flutuante .image img {
    max-width: 100%;
    max-height: 130px;
    width: auto;
    height: auto
}

.produto .acoes-flutuante .nome-produto {
    display: block;
    margin: 10px 0 15px;
    line-height: 20px;
    font-size: 16px;
    max-width: 200px
}

.produto .acoes-flutuante .acoes-produto .preco-produto {
    float: none;
    max-width: 200px
}

.produto .acoes-flutuante .acoes-produto .comprar {
    float: none;
    margin-top: 15px
}

.produto .acoes-flutuante .acoes-produto .comprar span {
    margin-left: 0
}

.produto .acoes-flutuante .acoes-produto .avise-me {
    display: none
}

.produto .acoes-flutuante .acoes-produto .produto-mais-info {
    max-width: 300px
}

.atributos div ul {
    margin: 15px 0 0
}

.atributos div ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: normal
}

.atributos div ul li * {
    display: block
}

.atributos ul li a {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin: 0 2px 2px 0;
    position: relative
}

.atributos ul li a:hover,
.atributos ul li.active a {
    border-width: 0 2px 2px 0;
    border-style: solid;
    margin: 0
}

.atributos ul li a i {
    font-size: 15px;
    position: absolute;
    right: -4px;
    top: -6px;
    color: #a10000
}

.atributos ul li.indisponivel a:hover,
.atributos ul li.indisponivel.active {
    border-color: transparent
}

.atributo-comum a {
    text-decoration: none
}

.atributo-comum a span {
    padding: 0 10px;
    min-width: 10px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    color: #666
}

.atributo-comum .active a.indisponivel span,
.atributo-comum a.indisponivel:hover span {
    color: #666
}

.atributos ul li a.indisponivel:hover,
.atributos ul li.active a.indisponivel {
    border-color: #999
}

.atributo-comum a.indisponivel {
    background-color: #ddd
}

.atributo-cor a {
    padding: 2px
}

.atributo-cor a span {
    border-width: 0 0 25px 25px;
    border-style: solid
}

.atributo-cor a.indisponivel span {
    opacity: .3;
    filter: alpha(opacity=30)
}

#comprar-ajax-status .sucesso {
    text-align: center
}

#comprar-ajax-status .sucesso .head {
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 10px
}

#comprar-ajax-status .sucesso .buttons>* {
    display: inline-block;
    margin-top: 5px;
    float: right
}

#comprar-ajax-status .sucesso .buttons.btn-orcamento {
    min-width: 350px
}

#comprar-ajax-status .sucesso .buttons .continuar-comprando {
    margin-right: 5px;
    float: left
}

#comprar-ajax-status .sucesso #carrinho-mini {
    margin-bottom: 10px
}

#comprar-ajax-status .sucesso #carrinho-mini .table,
#comprar-ajax-status .sucesso #carrinho-mini form,
#comprar-ajax-status .sucesso #carrinho-mini .cupom-sucesso {
    margin: 0
}

#comprar-ajax-status .sucesso #carrinho-mini .atualizar-quantidade {
    font-size: 11px;
    padding: 3px 5px
}

#comprar-ajax-status .sucesso #carrinho-mini .scroll {
    max-height: 290px;
    overflow-x: auto
}

#comprar-ajax-status .sucesso #carrinho-mini .scroll.shadow {
    box-shadow: inset 0 15px 15px -10px #DDD, inset 0 -15px 15px -10px #DDD
}

#comprar-ajax-status .sucesso #carrinho-mini .tabela-carrinho img {
    max-width: 65px;
    max-height: 65px
}

#comprar-ajax-status .erro {
    margin-top: 25px
}

#comprar-ajax-status .erro .msg {
    font-size: 15px;
    line-height: 20px
}

@media(max-width:765px) {
    #comprar-ajax-status .sucesso .buttons.btn-orcamento {
        min-width: 0
    }

    #comprar-ajax-status .sucesso .buttons>* {
        display: block;
        float: none !important
    }

    #comprar-ajax-status .sucesso .buttons .continuar-comprando {
        margin: 0
    }
}

#descricao li,
#descricao ul {
    list-style-type: inherit
}

.atributos .wrapper-dropdown {
    position: relative;
    padding: 10px;
    margin: 10px 0;
    outline: 0;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.atributos .wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #AAA
}

.atributos .wrapper-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-weight: normal;
    display: none;
    pointer-events: none;
    margin: 0;
    z-index: 1;
    background: #e5e5e5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow: auto
}

.atributos .wrapper-dropdown .dropdown li {
    float: none;
    margin: 0
}

.atributos .wrapper-dropdown .dropdown li a {
    padding: 0 5px;
    box-shadow: none
}

.atributos .wrapper-dropdown .dropdown li:hover,
.atributos .wrapper-dropdown .dropdown li.active {
    opacity: .8;
    background: #EEE
}

.atributos .wrapper-dropdown .dropdown li a:hover,
.atributos .wrapper-dropdown .dropdown li.active a {
    border: 0;
    margin: 0 2px 2px 0
}

.atributos .wrapper-dropdown .dropdown li a.indisponivel {
    background-color: transparent;
    color: #999
}

.atributos .wrapper-dropdown .dropdown li a.indisponivel span {
    text-decoration: line-through;
    color: #999;
    font-weight: 200
}

.atributos .wrapper-dropdown .dropdown li a.indisponivel:before {
    content: "(ESGOTADO)";
    float: right;
    color: #cf0000;
    line-height: 30px
}

.atributos .wrapper-dropdown .dropdown li a span {
    text-align: left;
    padding: 0 5px
}

.atributos .wrapper-dropdown.show .dropdown {
    display: block;
    pointer-events: auto
}

.atributos .wrapper-dropdown.show:after {
    border-color: #AAA transparent;
    border-width: 6px 6px 0 6px;
    margin-top: -3px
}

.atributos .wrapper-dropdown.show,
.atributos .wrapper-dropdown.show .dropdown {
    opacity: 1
}

.acoes-produto:after {
    display: table;
    content: "";
    clear: both
}

.acoes-produto .preco-produto {
    float: left;
    margin-bottom: 15px
}

.acoes-produto .texto-indisponivel {
    line-height: 30px;
    font-size: 14px
}

.produto .acoes-produto .comprar {
    float: right;
    text-align: right
}

.produto .acoes-produto .comprar span {
    display: block
}

.produto .acoes-produto .comprar span span {
    text-align: right
}

.produto .acoes-produto .comprar .disponibilidade-produto {
    font-size: 11px;
    margin: 5px 0 0 0
}

.produto .acoes-produto .comprar .hide {
    display: none
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho {
    text-align: right;
    margin-bottom: 10px
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 15px;
    margin: 0
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho-title {
    position: absolute;
    cursor: text;
    line-height: 30px;
    color: #ccc;
    padding: 0 5px;
    font-size: 13px
}

.produto .acoes-produto .disponibilidade-produto {
    text-align: center
}

.cep label {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    float: left;
    font-weight: bold;
    margin-right: 10px
}

.cep form,
.acoes-produto .cep div {
    margin: 0
}

.cep form .form-inline>a {
    font-size: 11px;
    margin: 0 0 0 5px
}

.cep .input-append.input-prepend input {
    border-radius: 4px 0 0 4px
}

.parcelas-produto .nav {
    margin: 0
}

.parcelas-produto .nav-tabs li a img {
    max-height: 17px;
    max-width: 200px
}

.parcelas-produto .tab-content {
    padding: 15px 10px;
    border-style: solid;
    border-width: 0 1px 1px
}

.parcelas-produto .tab-content ul {
    margin: 0;
    width: 49%;
    float: left;
    text-align: center
}

.parcelas-produto .tab-content ul li span {
    text-align: left;
    display: inline-block
}

.parcelas-produto .accordion {
    margin: 0;
    border-width: 1px;
    border-style: solid;
    padding: 0 10px
}

.parcelas-produto .accordion .accordion-group {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px 0 0
}

.parcelas-produto .accordion .accordion-group:first-child {
    border-top-width: 0
}

.parcelas-produto .accordion .accordion-group .accordion-heading .accordion-toggle,
.parcelas-produto .accordion .accordion-group .accordion-inner {
    padding: 10px 0
}

.parcelas-produto .accordion .accordion-group .accordion-heading {
    line-height: 21px
}

.parcelas-produto .accordion .accordion-group .accordion-heading span.accordion-toggle {
    cursor: default
}

.parcelas-produto .accordion .accordion-group .accordion-heading img {
    height: auto;
    width: auto;
    max-height: 20px
}

.parcelas-produto .accordion .accordion-group .accordion-heading .text-parcelas {
    margin-right: 10px;
    font-size: 11px
}

.parcelas-produto .accordion .accordion-group .accordion-heading .text-parcelas span {
    font-size: 10px;
    margin-left: 2px
}

.parcelas-produto .accordion .accordion-group .accordion-body .accordion-inner {
    overflow: hidden;
    padding-left: 10px
}

.parcelas-produto .accordion .accordion-group .accordion-body .accordion-inner ul {
    margin: 0;
    width: 49%;
    float: left;
    text-align: center;
    font-size: 12px
}

.parcelas-produto .accordion .accordion-group .accordion-body .accordion-inner ul li span {
    text-align: left;
    display: inline-block
}

.compre-junto .interno {
    padding: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.compre-junto h4 {
    display: inline-block;
    color: #555;
    font-size: 16px;
    padding: 8px 12px;
    margin: 0 0 20px;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13)
}

.compre-junto .imagens {
    margin: 0
}

.compre-junto .imagens li {
    margin: 0 15px
}

.compre-junto .imagens li:first-child {
    margin-left: 0
}

.compre-junto .imagens li i {
    line-height: 110px;
    font-size: 24px
}

.compre-junto .imagens li a {
    display: block;
    width: 100px;
    height: 100px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.compre-junto .imagens li img {
    max-width: 100%;
    max-height: 100%
}

.compre-junto .comprar {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.05);
    overflow: hidden
}

.compre-junto .comprar .preco-produto,
.compre-junto .imagens li {
    float: left
}

.compre-junto .comprar .botao {
    float: right
}

.compre-junto .comprar>span {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    clear: both;
    display: block
}

.abas-custom .nav-tabs li {
    margin-right: 10px
}

.abas-custom .nav-tabs {
    border: 0
}

.abas-custom .nav-tabs li a,
.abas-custom .nav-tabs li a:hover,
.abas-custom .nav-tabs li.active a {
    border-bottom-color: #ddd
}

.abas-custom .nav-tabs li a {
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border-radius: 4px
}

.abas-custom .tab-content {
    padding: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
    width: 100% !important
}

.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
    width: 100% !important
}

.popup-sob-consulta {
    position: absolute;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px -2px rgba(0, 0, 0, .2);
    margin-top: 25px;
    z-index: 5
}

.popup-sob-consulta:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1) transparent;
    display: block;
    width: 0;
    top: -15px;
    left: 46px;
    border-width: 0 14px 15px
}

.popup-sob-consulta:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #FFF transparent;
    display: block;
    width: 0;
    top: -13px;
    left: 47px;
    border-width: 0 13px 13px
}

.popup-sob-consulta form {
    margin: 0
}

.popup-sob-consulta .control-group {
    margin-bottom: 10px
}

.popup-sob-consulta .control-label {
    width: 70px
}

.popup-sob-consulta .controls {
    margin-left: 80px
}

.popup-sob-consulta .controls .botao {
    margin-left: 10px
}

.popup-sob-consulta .consulte-sucesso .consulte-sucesso-icon {
    color: #7ed320;
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 5px
}

.popup-sob-consulta .consulte-sucesso .consulte-sucesso-tit {
    color: #7ed320;
    font-size: 20px;
    font-weight: lighter
}

.popup-sob-consulta .consulte-sucesso .consulte-sucesso-descr {
    color: #a0a0a0;
    margin: 10px 15px 20px;
    line-height: 15px
}

.pagina-categoria .listagem h1 {
    font-size: 17.5px;
    margin: 10px 0
}

.ordenar-listagem {
    border-style: solid
}

.ordenar-listagem.topo {
    padding-bottom: 10px;
    border-width: 0 0 1px
}

.ordenar-listagem.rodape {
    padding-top: 10px;
    margin-top: 10px;
    border-width: 1px 0 0
}

.ordenar-listagem label {
    font-size: 12px;
    float: left;
    padding: 4px 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px 0 0 4px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2))
}

.ordenar-listagem .span6>* {
    float: left
}

.ordenar-listagem .input-append {
    margin: 0 0 0 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.12)
}

.ordenar-listagem .input-append:first-child {
    border: 0;
    margin: 0;
    padding: 0
}

.ordenar-listagem .botao-direcao {
    margin-left: 10px
}

.ordenar-listagem .pagination,
.ordenar-listagem label {
    margin: 0
}

.ordenar-listagem .pagination {
    float: right
}

.ordenar-listagem .quantidade-produto {
    display: block;
    line-height: 30px
}

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

.ordenar-listagem .span6 div>strong {
    position: relative;
    top: 2px
}

.ordenar-listagem .filtro-mobile {
    float: right;
    margin-bottom: 10px
}

.ordenar-listagem .filtro-mobile .btn {
    line-height: 34px
}

.ordenar-listagem .filtro-mobile-itens {
    clear: both;
    float: none;
    padding-top: 5px;
    display: none
}

.ordenar-listagem .filtro-mobile-itens.active {
    display: block
}

.ordenar-listagem .filtro-mobile-itens .filtro-coluna {
    margin-bottom: 10px
}

.ordenar-listagem .filtro-mobile-itens .filtro.lista ul,
.ordenar-listagem .filtro-mobile-itens .filtro.lista ul li {
    margin: 0;
    border: 0
}

.ordenar-listagem .filtro-mobile-itens .filtro.lista label {
    margin: 5px 5px 0 0;
    border-radius: 0
}

.dropdown-menu>li>a {
    font-size: 12px
}

.dropdown-menu>li>a i {
    margin-right: 10px
}

.filtro {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px
}

.filtro,
x:-moz-any-link {
    outline: 0
}

.filtro>div>* {
    margin: 0 0 15px
}

.filtro>div span {
    display: inline-block
}

.filtro h4 {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.filtro h4 .limpar {
    float: right;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none
}

.filtro h4 .limpar i {
    margin-right: 5px
}

.filtro.atributos div ul {
    margin: 0
}

.filtro.atributos div ul li {
    margin: 5px
}

.filtro.lista ul {
    max-height: 163px;
    overflow: auto;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.filtro.lista ul li {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1)
}

.filtro.lista ul li:first-child {
    border: 0
}

.filtro.lista ul li label {
    font-size: 12px;
    padding: 2px 10px;
    line-height: 25px;
    margin: 0;
    display: block;
    vertical-align: middle
}

.filtro.lista ul li label input {
    margin: -2px 5px 0 0
}

.filtro.lista ul li label:hover,
.filtro.lista ul li.active label {
    color: #fff
}

.filtro .filtro-busca {
    display: block;
    position: relative;
    height: 30px
}

.filtro .filtro-busca input {
    width: 90%
}

.filtro .filtro-busca .btn-group {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

.filtro-preco input {
    border: 0;
    background: 0;
    box-shadow: none;
    padding: 0
}

.cadastro legend {
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px
}

.cadastro label {
    font-size: 13px
}

.cadastro .dados-acesso label {
    font-size: 15px;
    font-weight: 600
}

.cadastro label.radio {
    line-height: 20px;
    display: inline-block;
    margin: 0 20px 0 0
}

.cadastro input[type="text"],
.cadastro input[type="password"],
.cadastro select {
    margin: 0;
    font-size: 13px
}

.cadastro form>div {
    margin-bottom: 20px
}

.cadastro .ie-isento {
    margin: 9px 0 0
}

.cadastro .tipo-cadastro ul {
    margin: 0
}

.cadastro .tipo-cadastro li {
    margin-left: 10px;
    float: left
}

.cadastro .tipo-cadastro .error label {
    color: #b94a48
}

.cadastro .tipo-cadastro label {
    min-height: 20px;
    padding-left: 20px
}

.cadastro .tipo-cadastro label input {
    float: left;
    margin-left: -20px
}

.cabecalho-interno {
    margin-bottom: 10px
}

.cadastro-logar .botao {
    padding: 5px 14px 4px;
    margin-left: 10px
}

.cadastro-logar .form-horizontal .control-label {
    width: 50px;
    text-align: left
}

.cadastro-logar .form-horizontal .controls {
    margin-left: 60px
}

.cadastro-logar .control-group {
    margin: 0 0 8px
}

.cabecalho-interno .titulo {
    font-size: 22px
}

.cabecalho-interno .titulo small {
    font-size: 19px;
    text-transform: none;
    font-weight: 300
}

.recuperar-senha {
    margin-left: 65px
}

.recuperar-senha i {
    margin-right: 5px
}

.tipo-cadastro .caixa-cadastro>div * {
    display: inline-block
}

.dados-acesso {
    background-color: rgba(0, 0, 0, 0.05)
}

.dados-pessoais label span {
    min-width: 135px;
    padding-right: 10px;
    text-align: right
}

.dados-pessoais label a {
    font-size: 11px;
    margin: 0 0 0 15px
}

.acao-editar {
    text-align: right
}

.acao-editar>div * {
    margin-left: 8px
}

.acao-editar .selo-ssl {
    position: absolute
}

.acao-editar .selo-ssl img {
    margin-left: 0;
    width: auto;
    height: auto
}

#formas-pagamento-wrapper .selo-ssl {
    text-align: right;
    position: static
}

#formas-pagamento-wrapper .selo-ssl img {
    max-width: 130px
}

.conta-menu .titulo {
    margin: 0 0 10px;
    padding: 0 5px 15px;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    font-size: 17.5px
}

.conta-menu .menu-simples {
    margin: 0
}

.conta-menu .nome-usuario {
    overflow: hidden;
    width: 100%;
    white-space: nowrap
}

.conta fieldset {
    margin: 0 0 10px
}

.conta legend {
    line-height: 35px;
    border: 0;
    margin: 0 0 5px;
    font-size: 15px
}

.conta legend a {
    font-size: 12px
}

.conta h4 {
    margin: 20px 0
}

.conta .secao-principal {
    margin-bottom: 20px
}

.abas-conta {
    margin: 0 0 -1px;
    position: relative;
    z-index: 10
}

.abas-conta li {
    float: left;
    margin-right: 10px
}

.abas-conta li a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    border-width: 1px 1px 0;
    border-style: solid;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.06)
}

.abas-conta li a:hover {
    text-decoration: none
}

.abas-conta li.active a {
    background-color: #fff
}

.abas-conta i,
.conta-menu i {
    width: 20px
}

.abas-conteudo {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.pagina-pagina .conteudo li {
    list-style: disc
}

.caixa-info {
    padding: 10px 15px;
    margin: 0 0 10px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3)
}

.caixa-dados legend {
    line-height: 35px;
    border: 0;
    margin: 0 0 5px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.caixa-dados ul li {
    margin: 10px 0 0
}

.caixa-dados ul li:first-child {
    margin: 0
}

.caixa-dados .caixa-sombreada {
    padding: 0
}

.caixa-dados h3 {
    border-width: 0 0 1px;
    border-style: solid;
    margin-top: -5px;
    font-weight: 400;
    font-size: 22px
}

.caixa-dados ul li b+span+b {
    margin-left: 15px
}

.caixa-dados {
    padding: 20px;
    margin-top: 20px;
    border-width: 1px;
    border-style: dashed
}

.caixa-dados:first-child {
    margin: 0
}

.caixa-dados .enderecos-adicionais {
    margin-top: 40px
}

.tabela-pedidos th {
    background-color: transparent
}

.tabela-pedidos th,
.tabela-pedidos td {
    text-align: center
}

.meus-favoritos table img {
    max-width: 60px;
    max-height: 60px
}

.meus-favoritos table i {
    font-size: 18px
}

.meus-favoritos table td,
.meus-favoritos table th {
    text-align: center
}

.meus-favoritos table td {
    padding: 6px
}

.meus-favoritos table .text-left {
    text-align: left
}

.meus-favoritos h3 {
    border: 0
}

.meus-favoritos li input {
    margin: 0
}

.buscar-pedidos {
    margin: 20px 0 10px;
    padding-bottom: 20px;
    border-width: 0 0 1px;
    border-style: solid
}

.buscar-pedidos input,
.buscar-pedidos select {
    margin: 0
}

.buscar-pedidos label {
    display: inline;
    line-height: 30px
}

.buscar-pedidos label+label {
    margin-left: 10px
}

.buscar-pedidos label span {
    font-size: 12px;
    margin-right: 5px
}

.buscar-pedidos .botao {
    margin: -1px 0 0 10px;
    padding: 4px 14px
}

#mostrarAcompanhamento {
    margin-top: 10px
}

#mostrarAcompanhamento .caixa-info {
    padding: 0;
    margin: 0;
    border: 0
}

#mostrarAcompanhamento td {
    border-color: #DDD
}

#mostrarAcompanhamento .sroDtEvent {
    font-size: 10px
}

#mostrarAcompanhamento .sroDtEvent label {
    font-size: 10px;
    white-space: nowrap
}

.menu-simples {
    margin: 0 0 0 10px
}

.menu-simples li {
    margin: 0 0 2px
}

.menu-simples li.divisor {
    height: 1px;
    margin: 5px 0;
    border-width: 0 0 1px;
    border-style: solid
}

.menu-simples li a {
    display: block;
    padding: 3px 5px
}

.menu-simples li a:hover,
.menu-simples li a:hover *,
.menu-simples li.active a *,
.menu-simples li.active a {
    color: #fff;
    text-decoration: none
}

.conteudo h1 {
    font-size: 30px
}

.finalizar-compra {
    margin-bottom: 20px
}

.finalizar-compra .caixa-sombreada {
    padding: 0
}

.tabela-carrinho * {
    text-align: center;
    vertical-align: middle
}

.tabela-carrinho th:first-child * {
    text-align: left
}

.tabela-carrinho td,
.tabela-carrinho th {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    padding: 10px
}

.tabela-carrinho form {
    margin: 0
}

.tabela-carrinho .bg-dark {
    background-color: rgba(0, 0, 0, 0.03)
}

.tabela-carrinho .produto-info {
    text-align: left
}

.tabela-carrinho .produto-info * {
    text-align: left
}

.tabela-carrinho .produto-info ul {
    margin: 0
}

.tabela-carrinho .produto-info ul li {
    margin: 0
}

.tabela-carrinho .produto-info ul li * {
    vertical-align: initial
}

.tabela-carrinho .produto-info ul li span strong {
    word-break: break-word
}

.tabela-carrinho .tag-carrinho {
    font-size: 10px;
    font-weight: normal;
    padding: 0 6px 1px;
    margin-left: 3px
}

.tabela-carrinho .text-left {
    text-align: left
}

.tabela-carrinho label {
    font-size: 13px
}

.tabela-carrinho .formas-envio label {
    text-align: left;
    margin: 3px 0
}

.tabela-carrinho .formas-envio input[type="radio"] {
    margin-left: 0;
    vertical-align: -4px
}

.tabela-carrinho .formas-envio label>* {
    display: inline-block
}

.tabela-carrinho .formas-envio .prazo,
.tabela-carrinho .formas-envio .valor {
    margin-right: 3px
}

.tabela-carrinho #formCalcularFrete p.envio-aviso {
    text-align: left;
    margin: 10px 20px 0 0;
    line-height: 15px
}

.tabela-carrinho ul {
    margin: 0
}

.tabela-carrinho .atualizar-quantidade {
    margin-top: 5px;
    display: none
}

.tabela-carrinho .quantidade a,
.tabela-carrinho .excluir a {
    font-size: 14px
}

.tabela-carrinho .quantidade a:hover,
.tabela-carrinho .excluir a:hover {
    text-decoration: none
}

.tabela-carrinho .quantidade input[type="text"] {
    width: 40px;
    margin: 0 6px
}

.tabela-carrinho .preco-produto .titulo {
    display: block
}

.tabela-carrinho .preco-produto .preco-promocional {
    white-space: nowrap
}

.tabela-carrinho img {
    max-width: 90px;
    max-height: 90px
}

.tabela-carrinho .sem-borda {
    border-width: 1px 0
}

.tabela-carrinho .form-horizontal {
    margin: 10px 0
}

.tabela-carrinho .control-group {
    margin: 0
}

.tabela-carrinho .form-horizontal .control-label {
    width: 160px;
    padding-top: 3px
}

.tabela-carrinho .form-horizontal .controls {
    margin-left: 170px
}

.tabela-carrinho .form-horizontal .controls i {
    margin: 0 5px
}

.tabela-carrinho .formas-envio input[type="radio"] {
    float: none;
    margin-right: 7px
}

.tabela-carrinho .formas-envio .radio {
    padding-left: 0
}

.tabela-carrinho .formas-envio b,
.tabela-carrinho .formas-envio span {
    white-space: nowrap
}

.tabela-carrinho .possui-cupom {
    background-color: #eff7ff
}

.tabela-carrinho .cupom-sucesso {
    text-align: right;
    margin: 10px 0 10px
}

.tabela-carrinho .cupom-sucesso .cupom-codigo {
    padding: 5px;
    background-color: #dbedff;
    border: 1px dashed #83bcf5;
    color: #005ab5;
    font-size: 14px
}

.tabela-carrinho .cupom-sucesso .remover-cupom {
    padding: 5px;
    margin-left: 5px
}

.tabela-carrinho .cupom-valor {
    text-align: right
}

.tabela-carrinho .cupom-valor #cupom_desconto {
    font-size: 16px
}

.tabela-carrinho .desconto-tr .text-right {
    line-height: 15px
}

.tabela-carrinho .desconto-tr .texto-aplicar-total {
    margin-top: -5px
}

.subtotal,
.total,
.descontos {
    text-align: right;
    vertical-align: baseline
}

.subtotal strong {
    font-size: 16px;
    margin: 0 8px;
    white-space: nowrap
}

.total {
    margin: 10px 0
}

.total strong {
    font-size: 22px;
    margin: 0 10px;
    vertical-align: baseline
}

.total+.valores-descontos .descontos:first-child {
    margin-top: -5px
}

.valor-loading {
    position: relative
}

.valor-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, .9)
}

.bg-dark .valor-loading:before,
.formas .accordion-group:hover .valor-loading:before,
.formas .accordion-group.active .valor-loading:before {
    background: rgba(250, 250, 250, .9)
}

.valor-loading:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-animation: spin .75s linear infinite;
    -moz-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
    height: 10px;
    width: 10px;
    border: 5px solid #888;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px
}

.atributo-cor-carrinho {
    display: inline-block;
    vertical-align: middle !important
}

.atributo-cor-carrinho>span {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #EEE
}

.campos-pedido legend {
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 15px;
    padding-bottom: 15px
}

.campos-pedido label {
    font-size: 12px
}

.campos-pedido input[type="text"],
.campos-pedido input[type="password"],
.campos-pedido select,
.campos-pedido form {
    margin: 0
}

.campos-pedido .divisor {
    padding: 10px 0;
    margin: 10px 0;
    border-width: 1px 0;
    border-style: solid
}

.campos-pedido .tipo-cadastro li {
    min-height: 0
}

.campos-pedido .tipo-cadastro li i {
    font-size: 14px;
    position: relative;
    top: 1px
}

.campos-pedido .tipo-cadastro li .icon-check,
.campos-pedido .tipo-cadastro li.active .icon-check-empty {
    display: none
}

.campos-pedido .tipo-cadastro li.active .icon-check {
    display: inline-block
}

.campos-pedido .tipo-cadastro li a,
.campos-pedido .tipo-cadastro li a:hover {
    text-decoration: none
}

.campos-pedido legend+.control-group {
    margin: 0 0 10px
}

.campos-pedido .cadastrar-newsletter {
    margin: 10px 0 5px
}

.campos-pedido .caixa-sombreada,
.campos-pedido .acao-editar button:first-child {
    margin-bottom: 20px
}

.campos-pedido .nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px
}

.campos-pedido .control-group .errorlist {
    display: none
}

.campos-pedido .control-group.erro .errorlist {
    display: block;
    margin: 0 0 10px;
    color: #b94a48
}

#rodape {
    position: relative
}

#rodape .titulo {
    display: block;
    font-size: 17.5px;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

#rodape .institucional {
    min-height: 215px
}

#rodape .institucional ul {
    margin: 0
}

#rodape .institucional ul.split {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

#rodape .institucional,
#rodape .pagamento-selos {
    padding: 0 0 20px
}

#rodape .institucional .lista-redes {
    text-align: center
}

#rodape .institucional .lista-redes ul {
    display: inline-block
}

#rodape>div:last-child .conteiner {
    padding: 10px 20px 5px
}

.institucional .redes-sociais .titulo {
    color: #444
}

.links-rodape ul li {
    list-style-image: url(../img/bullet.png);
    list-style-position: inside;
    line-height: 25px
}

.radio-conteiner {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.1)
}

.radio-conteiner input {
    margin: 0
}

.active .radio-conteiner {
    background-color: rgba(0, 0, 0, 0.25)
}

.formas ul {
    margin: 0 0 10px
}

.formas ul li {
    line-height: normal;
    height: 22px
}

.formas .bandeiras-pagamento {
    margin-bottom: 0
}

.formas .bandeiras-pagamento li {
    margin-bottom: 10px
}

.formas .forma-pagamento-parcela {
    display: block;
    margin: -5px 0 0;
    font-size: 13px
}

.formas .accordion-group {
    margin-bottom: 4px
}

.formas .payment-country-origin {
    padding: 0 0 15px
}

.formas .payment-country-origin img {
    display: inline-block;
    vertical-align: -4px;
    margin-left: 3px;
    width: auto;
    height: auto;
    max-width: 18px
}

.formas .accordion-heading {
    margin: 0;
    min-height: 38px;
    line-height: 38px;
    cursor: pointer
}

.formas .accordion-heading .radio-conteiner {
    height: 38px;
    padding: 0 10px;
    float: left
}

.formas .accordion-heading .forma-conteiner {
    display: block;
    margin-left: 30px;
    padding: 0 15px;
    position: relative
}

.formas .accordion-heading .forma-conteiner img {
    margin: auto;
    max-height: 30px;
    margin-top: -2px
}

.formas .accordion-heading .forma-conteiner.with-discount img {
    max-width: calc(100% - 90px)
}

.formas .accordion-heading .forma-conteiner .cor-secundaria {
    white-space: nowrap;
    float: right
}

.formas .accordion-heading .accordion-toggle {
    padding: 0
}

.formas .accordion-heading .forma-conteiner:after {
    display: table;
    content: "";
    clear: both
}

.formas .accordion-group:hover,
.formas .accordion-group.active {
    background-color: rgba(0, 0, 0, 0.04)
}

.formas .accordion-inner .text-right h5 {
    display: inline-block
}

.formas .accordion-inner p {
    margin: 0
}

.formas .accordion-group.disabled {
    opacity: .8;
    position: relative
}

.formas .accordion-group.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .5);
    text-align: center;
    font-weight: bold;
    line-height: 38px;
    border-radius: 5px
}

.formas .accordion-group.disabled:hover:before {
    content: "IndisponÃ­vel nesta forma de envio";
    background: #FFF
}

.formas .accordion-group.disabled.cnpj:hover:before {
    content: "IndisponÃ­vel para pessoa jurÃ­dica";
    background: #FFF
}

.formas .accordion-heading .forma-conteiner .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -2px;
    float: left
}

.formas .accordion-heading .forma-conteiner .img-content,
.formas .accordion-heading .forma-conteiner .envio-nome {
    float: left
}

.formas .accordion-heading .forma-conteiner .envio-nome {
    float: none;
    display: inline-block;
    line-height: 15px
}

.formas .accordion-heading .forma-conteiner .text-content {
    float: left
}

.formas .accordion-heading .forma-conteiner .text-content .cor-secundaria {
    float: none
}

.formas .accordion-heading .forma-conteiner .envio-prazo-entrega {
    display: inline-block;
    min-width: 50px
}

.formas .accordion-heading .forma-conteiner .envio-preco {
    display: inline-block;
    min-width: 50px;
    margin-right: 13%
}

.formas.envio+.warning-text {
    font-size: 9px;
    margin: -5px 0
}

.formas.envio .accordion-heading .forma-conteiner .envio-nome {
    text-align: left;
    white-space: normal;
    vertical-align: 0
}

.formas.envio .accordion-heading .forma-conteiner .text-content {
    margin-right: 8%
}

.formas.envio .accordion-group .forma-aviso {
    padding: 10px;
    border-top-style: solid;
    border-top-width: 1px
}

.formas.envio .accordion-group.forma-envio-ativo .forma-aviso {
    display: block
}

.tema-escuro .formas .accordion-heading .forma-conteiner img {
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.tema-pequeno .formas .accordion-heading .forma-conteiner .envio-preco {
    margin-right: 3%
}

.tema-pequeno .formas.envio .accordion-heading .forma-conteiner .text-content {
    margin-right: 6%
}

#escolha-cartao #bandeiras-manual .bandeiras-pagamento li {
    cursor: pointer;
    opacity: .5;
    margin-bottom: 5px
}

#escolha-cartao #bandeiras-manual .bandeiras-pagamento li.active,
#escolha-cartao #bandeiras-manual .bandeiras-pagamento li:hover {
    opacity: 1
}

#escolha-cartao .cartao_dados_titular {
    margin-top: 10px
}

#escolha-cartao .group_cartao_dados_titular {
    margin-bottom: 0
}

#formularioEndereco {
    position: relative
}

#formularioEndereco ul.loading {
    position: absolute;
    width: 90%;
    display: block;
    height: auto
}

#formularioEndereco ul.borda-alpha {
    margin: 0;
    display: none;
    height: 0
}

#formularioEndereco .formEndereco-conteiner.spinner {
    position: relative
}

#formularioEndereco .formEndereco-conteiner.spinner:before {
    content: 'Carregandoâ€¦';
    position: absolute;
    top: 38px;
    left: 140px;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: -10px
}

#formularioEndereco .formEndereco-conteiner.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .3);
    border-top-color: rgba(0, 0, 0, .6);
    animation: spin .6s linear infinite;
    -webkit-animation: spin .6s linear infinite
}

#formularioEndereco #formasEnvio {
    clear: both
}

#formularioEndereco.loading {
    position: relative;
    min-height: 50px
}

#formularioEndereco.loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .05)
}

#formularioEndereco.loading:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-animation: spin .75s linear infinite;
    -moz-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
    height: 10px;
    width: 10px;
    border: 5px solid #888;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px
}

.resumo-compra.caixa-sombreada {
    padding: 0
}

.resumo-compra .preco-produto .titulo,
.resumo-compra .subtotal strong,
.resumo-compra .frete-preco strong,
.resumo-compra .desconto-preco strong {
    font-size: 13px;
    white-space: nowrap;
    font-weight: normal;
    margin: 0
}

.resumo-compra .total {
    margin: 0
}

.resumo-compra .total strong {
    font-size: 18px;
    margin: 0
}

.resumo-compra .tabela-carrinho {
    margin: 0 0 20px
}

.resumo-compra .tabela-carrinho td {
    border-width: 1px 0 0;
    padding: 5px 10px;
    height: 20px
}

.resumo-compra .tabela-carrinho img {
    max-height: 60px;
    max-width: 60px
}

.resumo-compra a {
    display: inline-block;
    max-height: 65px;
    line-height: normal;
    overflow: hidden;
    text-align: left
}

.resumo-compra .tabela-carrinho .padding-preco {
    text-align: left;
    padding: 10px 0
}

.resumo-compra .tabela-carrinho .padding-preco>div {
    padding-left: 15%
}

.resumo-compra .tabela-carrinho .padding-preco * {
    text-align: left
}

.resumo-compra .tabela-carrinho .text-right {
    text-align: right;
    padding: 5px 0
}

.identificacao {
    margin: 0
}

.identificacao hr.sem-margem {
    display: none
}

.identificacao .identificacao-inner {
    margin: 0;
    padding: 10px
}

.identificacao .identificacao-inner form {
    margin: 0
}

.identificacao .identificacao-title {
    margin: 0;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 20px
}

.identificacao .control-group {
    margin: 0 auto;
    max-width: 490px;
    position: relative
}

.identificacao .control-group input {
    width: 94%;
    padding: 15px 3%;
    font-size: 18px;
    box-shadow: inset 1px 1px 7px #e7e7e7
}

.identificacao .email-box {
    margin-right: 125px
}

.identificacao .email-box .botao.principal {
    padding: 10px 10px 13px
}

.identificacao .senha-box {
    margin-right: 115px
}

.identificacao .login-data {
    margin-top: 20px
}

.identificacao .control-group .botao.principal {
    padding: 10px 10px 13px;
    font-size: 20px;
    max-width: 100px;
    min-width: 100px;
    float: right;
    line-height: 27px
}

.identificacao .control-group .botao.principal.disabled i {
    margin: 0
}

.identificacao .control-group .submit-email.botao.principal {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    max-width: 95px;
    min-width: 95px
}

.identificacao .control-group .esqueci-senha {
    clear: both;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px
}

.identificacao+.row-fluid .caixa-sombreada,
.identificacao+.row-fluid .resumo-compra .tabela-carrinho {
    margin-bottom: 0
}

.fazer-login .well {
    margin-bottom: 0
}

#formularioCheckout .row-fluid.hide {
    margin-top: 20px
}

.carrinho-checkout .identificacao {
    margin-bottom: 15px
}

.carrinho-checkout .identificacao hr.sem-margem {
    display: block
}

.carrinho-checkout .identificacao .identificacao-inner {
    padding: 30px 0 20px
}

.carrinho-checkout .identificacao .identificacao-title {
    margin-top: 10px
}

.carrinho-checkout .identificacao .control-group {
    max-width: 500px;
    margin-bottom: 20px
}

.carrinho-checkout .identificacao .login-data {
    margin-top: 0
}

.carrinho-checkout .identificacao .login-data .control-group {
    margin-bottom: 15px
}

.identificacao .control-group input::-webkit-input-placeholder {
    color: #DDD
}

.identificacao .control-group input::-moz-placeholder {
    color: #DDD
}

.identificacao .control-group input:-ms-input-placeholder {
    color: #DDD
}

.identificacao .control-group input:-moz-placeholder {
    color: #DDD
}

.fancybox-inner,
.fancybox-wrap {
    -webkit-transition: top .7s, height .7s;
    transition: top .7s, height .7s
}

.fancybox-wrap.fancybox-opened {
    z-index: 100001
}

#listaEndereco.lista-endereco.accordion {
    margin-bottom: 0
}

#listaEndereco.lista-endereco.accordion .titulo {
    margin-top: 15px
}

.pedido-finalizado h1 small {
    display: block
}

.pedido-finalizado .cabecalho-interno {
    padding: 10px 0;
    border: 0;
    margin-bottom: 20px
}

.pedido-finalizado .cabecalho-interno .titulo {
    font-size: 28px
}

.pedido-finalizado .cabecalho-interno .botoes-pedido * {
    margin-right: 10px
}

.pedido-finalizado .cabecalho-interno .botoes-pedido .alert-message {
    margin-top: 0
}

.pedido-finalizado .numero-pedido {
    font-size: 50px
}

.pedido-finalizado .numero-pedido * {
    vertical-align: middle;
    line-height: 35px
}

.pedido-finalizado .cabecalho-interno ul {
    margin: 0 10px 0 0
}

.pedido-finalizado fieldset img {
    max-height: 25px
}

.pedido-finalizado #iframe-boleto-container {
    margin-bottom: 25px
}

.pedido-finalizado .cabecalho-interno .status-pagamento h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 45px
}

.pedido-finalizado .cabecalho-interno .status-pagamento .lead {
    margin: 15px 0 10px;
    font-size: 17px;
    line-height: 20px
}

.pedido-finalizado .cabecalho-interno .status-pagamento .loading-spinner {
    float: right;
    line-height: 50px
}

#rodape .redes-sociais {
    width: 220px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../img/padrao-rodape.png) #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3)
}

.tema-pequeno #rodape .redes-sociais {
    width: 190px
}

#rodape .caixa-facebook {
    text-align: center;
    margin: 0 0 15px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}

@media(max-width:1124px) {
    #rodape .redes-sociais {
        width: 190px
    }
}

.direitos-reservados {
    background-color: #FFF;
    border-top: 1px solid #ddd;
    position: relative;
    z-index: 10;
    font-size: 11px
}

.direitos-reservados p {
    margin: 6px 0 0
}

.direitos-reservados .cert-seo {
    float: right;
    margin-right: 20px
}

.direitos-reservados .plataforma {
    display: block;
    margin: 3px 0 0;
    text-align: center
}

.direitos-reservados .plataforma span {
    margin-right: 10px;
    text-transform: uppercase
}

.pagamento-selos {
    background: url(../img/padrao-rodape.png) #eee
}

#rodape img[src='https://cdn.awsli.com.br/production/static/whitelabel/lojaintegrada/img/logo-rodape-loja-pro.png'] {
    display: inline !important
}

#corpo {
    margin-bottom: 30px
}

#barraTopo {
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
}

#barraTopo .conteiner {
    padding: 5px 20px;
    background: 0;
    box-shadow: none
}

#barraTopo .carrinho>a i {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 19px
}

#barraTopo .carrinho>a strong {
    font-size: 20px;
    line-height: 28px;
    margin: 0 5%
}

#barraTopo .carrinho.vazio>a span {
    margin-left: 38px;
    line-height: 30px
}

#barraTopo .carrinho-interno {
    top: 29px
}

#barraTopo .busca {
    padding: 0;
    background: 0;
    border: 0
}

#barraTopo .busca .botao-busca {
    top: 0;
    right: 0
}

#barraTopo h4 {
    margin: 0;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#barraTopo .canais-contato ul {
    margin: 0
}

#barraTopo .canais-contato ul li {
    line-height: 30px;
    float: left;
    font-size: 11px;
    margin-left: 5px;
    padding-left: 5px
}

.tema-pequeno #barraTopo .canais-contato ul li:first-child {
    display: none
}

@media(max-width:1200px) {
    #barraTopo .canais-contato ul li:first-child {
        display: none
    }
}

#carregando {
    padding: 20px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1060;
    overflow: auto;
    width: 560px;
    margin: -100px 0 0 -280px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}

#carregando .carregando-img {
    width: 20px;
    height: 30px;
    display: inline-block;
    background: url('../img/ajax-loader.gif') no-repeat center center
}

#carregando .carregando-texto {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold
}

.modal label {
    font-size: 12px
}

.modal form {
    margin: 0
}

.modal-header {
    border: 0
}

.modal-header .titulo {
    font-size: 24.5px;
    line-height: 30px;
    margin: 0
}

.modal-footer .botao+.botao {
    margin-left: 10px
}

#modalContato {
    width: 800px;
    margin-left: -400px;
    top: 8%
}

#modalContato .control-group {
    margin-bottom: 5px
}

#modalContato table {
    margin: 0
}

#modalContato .modal-body {
    max-height: 600px
}

#modalContato .form-horizontal .control-label {
    width: 90px
}

#modalContato .form-horizontal .controls {
    margin-left: 110px
}

#modalContato .g-recaptcha {
    margin-left: 30px
}

#modalContato textarea {
    height: 60px
}

#modalContato .control-group .botao.principal.pull-right {
    margin-right: 40px
}

#modalContato .control-group .botao.principal.pull-right+.botao {
    margin-right: 10px
}

#modalContato .control-group {
    margin-bottom: 10px
}

#modalContato .contato-loading {
    font-size: 14px;
    padding: 40px 10px;
    text-align: center
}

#modalContato .contato-loading .icon-refresh {
    font-size: 35px
}

.form-horizontal .control-group:last-child {
    margin-bottom: 0
}

#modalSolicitarOrcamento {
    width: 800px;
    margin-left: -400px
}

#modalSolicitarOrcamento .control-label {
    width: 80px
}

#modalSolicitarOrcamento .controls {
    margin-left: 100px
}

#modalSolicitarOrcamento textarea {
    height: 80px
}

#modalSolicitarOrcamento .form-horizontal .control-group {
    margin-bottom: 10px
}

#modalVideo {
    width: 600px
}

#modalVideo .modal-body {
    text-align: center;
    min-height: 315px
}

.zm-viewer:hover {
    display: block
}

.zm-viewer img {
    max-width: inherit
}

.elastislide-carousel ul li a {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 20;
    background-color: #fff;
    margin: 2px
}

.elastislide-carousel ul li a span {
    width: inherit;
    height: inherit;
    position: relative;
    display: block
}

#carouselImagem .elastislide-carousel ul li a span img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

#carouselImagem {
    margin-bottom: 15px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: nowrap
}

#carouselImagem .flex-viewport {
    margin: 0 30px
}

.flex-centered .slides {
    width: 100% !important;
    text-align: center
}

.flex-centered .slides li {
    display: inline-block !important;
    *display: inline !important;
    float: none !important
}

#carouselImagem .flex-direction-nav .flex-disabled {
    display: none
}

#carouselImagem .flex-direction-nav .flex-next,
#carouselImagem .flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
    opacity: .6
}

#carouselImagem .flex-direction-nav .flex-prev,
#carouselImagem .flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
    opacity: .6
}

#carouselImagem .flex-direction-nav a.flex-prev {
    background: url(../img/nav-thumbs.png) 0 0
}

#carouselImagem .flex-direction-nav a.flex-next {
    background: url(../img/nav-thumbs.png) -90px 0
}

#carouselImagem .flex-direction-nav .flex-next:hover,
#carouselImagem .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.thumbs-vertical {
    width: 70px;
    float: left;
    margin-right: 20px
}

.thumbs-vertical+.conteiner-imagem,
.thumbs-vertical+.conteiner-imagem+.produto-thumbs+.produto-compartilhar {
    margin-left: 90px
}

.thumbs-vertical #carouselImagem {
    padding-bottom: 40px
}

.thumbs-vertical #carouselImagem .flex-viewport {
    margin: 0;
    height: auto !important;
    max-height: 385px
}

.thumbs-vertical #carouselImagem .flex-viewport .slides {
    position: relative !important
}

.thumbs-vertical .elastislide-carousel ul li {
    height: 65px
}

.thumbs-vertical .elastislide-carousel ul li a {
    width: 58px;
    height: 50px;
    margin: 0
}

.thumbs-vertical .elastislide-carousel ul li.active a {
    opacity: .5
}

.thumbs-vertical .flex-direction-nav a {
    top: auto;
    bottom: 0;
    margin-top: 0;
    line-height: 26px
}

.thumbs-vertical #carouselImagem .flex-direction-nav a.flex-next {
    background-position: -90px -30px
}

.thumbs-vertical #carouselImagem .flex-direction-nav a.flex-prev {
    background-position: 0 -30px
}

.thumbs-vertical #carouselImagem .flex-direction-nav .flex-disabled {
    display: block;
    opacity: .3
}

.thumbs-vertical #carouselImagem .flex-direction-nav .flex-next,
.thumbs-vertical #carouselImagem .flexslider:hover .flex-direction-nav .flex-next {
    right: 5px
}

.thumbs-vertical .produto-video {
    border: 0;
    width: auto;
    padding: 0
}

@media(max-width:767px) {

    .thumbs-vertical+.conteiner-imagem,
    .thumbs-vertical+.conteiner-imagem+.produto-thumbs+.produto-compartilhar {
        margin-left: 0
    }
}

@keyframes setaArraste {
    from {
        left: -230px
    }

    to {
        left: -250px
    }
}

@-webkit-keyframes setaArraste {
    from {
        left: -230px
    }

    to {
        left: -250px
    }
}

@-moz-keyframes setaArraste {
    from {
        left: -230px
    }

    to {
        left: -250px
    }
}

.seta-arraste {
    animation: setaArraste .27s ease-in-out infinite alternate;
    -webkit-animation: setaArraste .27s ease-in-out infinite alternate;
    -moz-animation: setaArraste .27s ease-in-out infinite alternate
}

.sombra-arraste {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40)
}

.seta-arraste {
    display: none;
    position: absolute;
    left: -230px;
    top: 60px;
    font-size: 140px;
    color: #fff
}

.pagamento>ul {
    margin: 0
}

.pagamento>ul+ul {
    margin: 15px 0 0
}

.selos>ul {
    margin: 0
}

.bandeiras-pagamento i {
    width: 35px;
    height: 22px;
    display: inline-block
}

.bandeiras-pagamento li {
    margin-right: 10px;
    float: left
}

.icone-pagamento {
    background: url(../img/bandeiras/icone-pagamento.png?v3)
}

.selos li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left
}

.visa {
    background-position: 0 0
}

.mastercard {
    background-position: -50px 0
}

.amex,
.americanexpress {
    background-position: -100px 0
}

.diners {
    background-position: -150px 0
}

.elo {
    background-position: -200px 0
}

.aura {
    background-position: -250px 0
}

.discover {
    background-position: -300px 0
}

.hipercard {
    background-position: -350px 0
}

.hiper {
    background-position: -50px -83px
}

.jcb {
    background-position: -200px -83px
}

.melicard {
    background-position: -100px -83px
}

.misc {
    background-position: -150px -83px
}

.bradesco {
    background-position: 0 -39px
}

.banco-do-brasil {
    background-position: -50px -39px
}

.caixa-economica {
    background-position: -100px -39px
}

.citibank {
    background-position: -351px -39px
}

.sicoob {
    background-position: -302px -39px
}

.santander {
    background-position: -150px -39px
}

.hsbc {
    background-position: -200px -39px
}

.banco-itau {
    background-position: -250px -39px
}

.itau {
    background-position: -250px -39px
}

.icone-pagamento.boleto,
.icone-pagamento.boleto-bancario,
.icone-pagamento.boletobancario {
    background-position: 0 -83px
}

.icone-pagamento.mercadopago {
    display: none
}

.gateways-rodape,
.gateways-rodape * {
    display: inline-block;
    vertical-align: middle
}

.gateways-rodape {
    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
    border-radius: 6px;
    border: 1px solid #ddd;
    width: 100%
}

.gateways-rodape li {
    padding: 10px 0;
    line-height: normal;
    width: 49%;
    text-align: center
}

.gateways-rodape li img {
    width: auto
}

.gateways-rodape li:nth-child(odd) {
    border-right: 1px solid #ddd
}

.gateways-rodape li:nth-child(1) {
    border-right: 0
}

.gateways-rodape li:nth-child(2) {
    border-left: 1px solid #ddd;
    margin-left: -3px
}

#modalRecuperarSenha label {
    margin-right: 10px
}

.modo-orcamento .conteudo-topo,
.modo-catalogo-sem-preco .conteudo-topo,
.modo-catalogo-com-preco .conteudo-topo {
    margin-top: 3.3%
}

.modo-orcamento .carrinho-interno .nome-produto,
.modo-catalogo-sem-preco .carrinho-interno .nome-produto {
    width: 206px
}

.pagina-documentacao h1,
.pagina-documentacao h4 {
    font-weight: 400
}

.pagina-documentacao h2,
.pagina-documentacao h3,
.pagina-documentacao h6 {
    font-weight: 300
}

.pagina-documentacao h4 {
    margin: 15px 0
}

.pagina-documentacao>ul {
    margin: 0
}

.pagina-documentacao ol li {
    list-style-type: decimal
}

.pagina-documentacao .conteudo .caixa-sombreada {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.pagina-documentacao .navegacao {
    padding: 0
}

.pagina-documentacao .navegacao ul {
    padding: 20px
}

.pagina-documentacao .sessao {
    margin: 0 0 20px
}

.pagina-documentacao {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px
}

.pagina-documentacao code {
    margin: 3px;
    display: inline-block;
    color: #518bb4
}

.pagina-documentacao button {
    margin-right: 10px
}

.pagina-documentacao .nav {
    margin: 0
}

.pagina-documentacao .nav li {
    line-height: 35px;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative
}

.pagina-documentacao .nav li:first-child {
    border: 0
}

.pagina-documentacao .nav li a {
    font-size: 14px;
    display: block;
    padding: 0 20px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pagina-documentacao .nav li a span {
    margin: 0 5px 0 0
}

.pagina-documentacao .nav li a i {
    position: absolute;
    top: 11px;
    right: 10px
}

.pagina-documentacao .nav li a:hover {
    text-decoration: none
}

.pagina-documentacao .nav li a:hover,
.pagina-documentacao .navegacao li.active a {
    background-color: rgba(0, 0, 0, 0.06)
}

.pagina-documentacao h1 {
    padding: 15px 0;
    margin: 0 0 20px;
    border-width: 0 0 1px;
    border-style: solid
}

.pagina-documentacao .contador {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 15px 0 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25)
}

.pagina-documentacao .conteudo .fundo-principal[class^="icon-"],
.pagina-documentacao .conteudo .fundo-principal[class*=" icon-"],
.pagina-documentacao .conteudo .fundo-secundario[class^="icon-"],
.pagina-documentacao .conteudo .fundo-secundario[class*=" icon-"] {
    padding: 5px 8px
}

.pagina-documentacao .conteudo .row-fluid {
    margin: 10px 0
}

.pagina-documentacao .caixa-sombreada {
    margin: 0 0 20px
}

.pagina-documentacao .lista-icones li {
    display: inline;
    vertical-align: baseline;
    margin: 0 10px 0 0
}

.pagina-documentacao .lista-icones li * {
    vertical-align: baseline
}

.pagina-documentacao .img-polaroid {
    max-width: 95%
}

.pagina-documentacao .navegacao.fixo {
    position: fixed;
    top: 20px
}

.pagina-documentacao #barraTopo {
    visibility: hidden
}

.pagina-documentacao .coluna {
    position: relative
}

.prettyprint {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    margin: 10px 0
}

iframe[name=google_conversion_frame] {
    display: none !important
}

div>#dark.dark {
    z-index: 21
}

div>#dark.dark+#boxLight {
    z-index: 21
}

.btn-koin img {
    width: 70px;
    margin-left: 5px;
    margin-bottom: 1px
}

.acesso-restrito .info-container {
    padding: 30px 10px
}

.acesso-restrito .info-container .titulo {
    font-size: 20px
}

.acesso-restrito .info-container img {
    margin-right: 20px
}

.acesso-restrito .modal-footer span {
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px 0 0
}

.icon-animate {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loading-spinner {
    width: 70px;
    text-align: center
}

.loading-spinner>div {
    width: 18px;
    height: 18px;
    background-color: rgba(150, 150, 150, 0.8);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.loading-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.loading-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {

    0,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0)
    }
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete {
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    max-width: 100%;
    position: absolute
}

.ui-autocomplete+.ui-autocomplete {
    position: fixed
}

.ui-autocomplete .ui-menu-item {
    border-top: 1px solid rgba(0, 0, 0, 0.12)
}

.ui-autocomplete .ui-menu-item:first-child {
    border-top: 0
}

.ui-autocomplete .ui-menu-item .ui-corner-all {
    display: block;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ui-autocomplete .ui-menu-item .ui-corner-all:hover,
.ui-autocomplete .ui-state-focus {
    background: #f5f5f5;
    text-decoration: none
}

.ui-autocomplete .ui-menu-item .img {
    float: left;
    width: 35px;
    height: 35px;
    border: 1px solid #e5e5e5;
    margin: 0 10px 0 0;
    position: relative
}

.ui-autocomplete .ui-menu-item .img img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.linha-digitavel {
    background-color: #FFF;
    text-align: center;
    margin-bottom: 10px
}

#pedidoLinhaDigitavel {
    font-size: 15px
}

.spinpay-container .spinpay-background {
    margin-top: 10px;
    background: #ff1493;
    color: #ff1493;
    padding: 3px;
    width: 40px
}

.spinpay-container .spinpay-text-1 {
    margin-top: 10px;
    color: #4f4f4f
}

.spinpay-container .spinpay-text-2 {
    margin-top: 15px;
    color: #4f4f4f
}

.spinpay-container .spinpay-text-3 .spinpay-black {
    margin-top: 5px;
    color: #4f4f4f
}

.spinpay-container .spinpay-text-3 .spinpay-pink {
    color: #ff1493
}

body {
    background: #eee
}

a,
a:hover,
a:focus,
.cor-principal,
.menu a:hover,
.atributo-comum a:hover span,
.atributo-comum .active a span {
    color: #555
}

.fundo-principal,
.botao.principal,
.menu li:hover>a .fundo-secundario,
.flex-control-paging li a.flex-active,
.dropdown-menu>li>a:hover,
.filtro.lista ul li label:hover,
.menu-simples li a:hover,
.menu-simples li.active a {
    background-color: #555
}

.borda-principal,
.atributos ul li a:hover,
.atributos ul li.active a,
.tema-escuro .nav-tabs li.active a,
.elastislide-carousel ul li.active a {
    border-color: #555
}

.cor-secundaria {
    color: #444
}

.fundo-secundario,
.flex-control-paging li a:hover {
    background-color: #444
}

.fundo-principal,
.fundo-principal *,
.fundo-principal *:hover,
.fundo-principal:hover,
.fundo-principal.botao:hover {
    color: #FFF
}

.fundo-secundario,
.fundo-secundario *,
.fundo-secundario *:hover,
.fundo-secundario:hover,
.fundo-secundario.botao:hover {
    color: #FFF
}

.fundo-principal:hover {
    opacity: .8
}

.fundo-principal.botao:hover {
    opacity: 1
}

.borda-alpha,
.borda-alpha * {
    border-color: rgba(0, 0, 0, 0.13)
}

.table th,
.table td {
    border-color: rgba(0, 0, 0, 0.06)
}

.tarja * {
    color: #FFF
}

.componente {
    background-color: rgba(0, 0, 0, 0.1)
}

#rodape .institucional {
    background-image: url(../img/padrao-rodape.png)
}

.conteiner-principal .conteiner {
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15)
}

.conteiner-principal #rodape .conteiner {
    background-color: transparent;
    box-shadow: none
}

.popover-content {
    color: #666
}

.carrinho-checkout .conteiner-principal #corpo .conteiner {
    box-shadow: 0 -10px 0 0 #FFF, 0 3px 10px 0 rgba(0, 0, 0, 0.15)
}