/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden],
template {
    display: none
}

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

body {
    margin:0 0 0 0;
    overflow-x:hidden; 
    padding:0;
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

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

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

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

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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

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

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

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

.clearfix:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none
}

.hidden {
    display: none !important
}

.show {
    display: block
}

.showing {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.affix {
    position: fixed
}

.with-padding {
    padding: 5px 12px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-xs {
    display: block !important
}

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

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

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

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

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

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

.hidden-sm {
    display: block !important
}

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

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

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

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

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

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

.hidden-md {
    display: block !important
}

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

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

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

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

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

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

.hidden-lg {
    display: block !important
}

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

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

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

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

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

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

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

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

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5384615384615385;
    color: #333;
    background-color: #fff
}

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

a {
    color: #0d2a3c;
    text-decoration: none;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
    transition: all .5s cubic-bezier(.175, .885, .32, 1)
}

a:hover,
a:focus {
    color: #24aea9;
    text-decoration: none
}

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

a.disabled,
a.disabled:hover,
a.disabled:focus,
a[disabled],
a[disabled]:hover,
a[disabled]:focus {
    text-decoration: none;
    color: #aaa;
    cursor: default
}

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%
}

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

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

textarea {
    resize: vertical
}

ol,
ul {
    padding-left: 20px
}

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

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

.container:after {
    clear: both
}

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

.container:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

.row:after {
    clear: both
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    *padding-left: 0;
    *padding-right: 0
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:768px) {
    .container {
        max-width: 740px
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-push-1 {
        left: 8.333333333333332%
    }
    .col-sm-push-2 {
        left: 16.666666666666664%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333333333%
    }
    .col-sm-push-5 {
        left: 41.66666666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.333333333333336%
    }
    .col-sm-push-8 {
        left: 66.66666666666666%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333333334%
    }
    .col-sm-push-11 {
        left: 91.66666666666666%
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 960px
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.333333333333332%
    }
    .col-md-push-2 {
        left: 16.666666666666664%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333333333333%
    }
    .col-md-push-5 {
        left: 41.66666666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.333333333333336%
    }
    .col-md-push-8 {
        left: 66.66666666666666%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333333333334%
    }
    .col-md-push-11 {
        left: 91.66666666666666%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.333333333333332%
    }
    .col-md-pull-2 {
        right: 16.666666666666664%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333333333333%
    }
    .col-md-pull-5 {
        right: 41.66666666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.333333333333336%
    }
    .col-md-pull-8 {
        right: 66.66666666666666%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333333333334%
    }
    .col-md-pull-11 {
        right: 91.66666666666666%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1200px
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.333333333333332%
    }
    .col-lg-push-2 {
        left: 16.666666666666664%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333333333%
    }
    .col-lg-push-5 {
        left: 41.66666666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.333333333333336%
    }
    .col-lg-push-8 {
        left: 66.66666666666666%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333333334%
    }
    .col-lg-push-11 {
        left: 91.66666666666666%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

p {
    margin: 0 0 10px
}

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

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

small,
.small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #808080
}

.text-muted a {
    color: #737373
}

.text-muted a:hover,
.text-muted a:active {
    color: #0d2a3c
}

.text-primary {
    color: #444
}

.text-primary:hover {
    color: #11689e
}

.text-warning {
    color: #f90
}

.text-warning:hover {
    color: #cc7a00
}

.text-danger {
    color: #d7432f
}

.text-danger:hover {
    color: #b13322
}

.text-success {
    color: #86b817
}

.text-success:hover {
    color: #658b11
}

.text-info {
    color: #00b0ff
}

.text-info:hover {
    color: #008dcc
}

.text-important {
    color: #81511c
}

.text-important:hover {
    color: #573713
}

.text-special {
    color: #8957a1
}

.text-special:hover {
    color: #6d4580
}

.text-link {
    color: #333
}

.text-link:hover,
.text-link:active {
    color: #0d2a3c
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-nowrap,
.nobr {
    white-space: nowrap;
    overflow: hidden
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

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

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

dl {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.5384615384615385
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-inline:before,
.dl-inline:after {
    content: " ";
    display: table
}

.dl-inline:after {
    clear: both
}

.dl-inline:before,
.dl-inline:after {
    content: " ";
    display: table
}

.dl-inline:after {
    clear: both
}

.dl-inline dt {
    display: inline-block
}

.dl-inline dd {
    display: inline-block;
    padding-right: 1em
}

.dl-inline dd:last-child {
    padding-right: 0
}

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

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

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

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

blockquote small {
    display: block;
    line-height: 1.5384615384615385;
    color: #808080
}

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

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

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

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

h1 small,
h2 small,
h3 small {
    font-size: 65%
}

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

h4 small,
h5 small,
h6 small {
    font-size: 75%
}

h1 {
    font-size: 26px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 12px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: inherit
}

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

h1.header-dividing,
h2.header-dividing,
h3.header-dividing,
h4.header-dividing,
h5.header-dividing,
h6.header-dividing {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 9px
}

.btn {
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.5384615384615385;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1);
    transition: all .8s cubic-bezier(.175, .885, .32, 1)
}

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

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

.btn:active,
.btn.active {
    outline: none;
    background-image: none;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

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

.btn {
    color: #333;
    background-color: #f2f2f2;
    border-color: #d4d4d4;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    color: #333;
    background-color: #dedede;
    border-color: #a1a1a1;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1)
}

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
    background-color: #f2f2f2;
    border-color: #bfbfbf
}

.btn-primary {
    color: #fff;
    background-color: #444;
    border-color: #106295;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #126ea7;
    border-color: #0e537e;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1)
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #444;
    border-color: #1477b5
}

.btn-warning {
    color: #fff;
    background-color: #f90;
    border-color: #c27400;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #d68100;
    border-color: #a86500;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1)
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f90;
    border-color: #e68a00
}

.btn-danger {
    color: #fff;
    background-color: #d7432f;
    border-color: #a83120;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ba3624;
    border-color: #932a1c;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1)
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d7432f;
    border-color: #c63926
}

.btn-success {
    color: #fff;
    background-color: #86b817;
    border-color: #5e8210;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #6c9412;
    border-color: #4e6b0d;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1)
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #86b817;
    border-color: #75a114
}

.btn-info {
    color: #fff;
    background-color: #00b0ff;
    border-color: #0086c2;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #0094d6;
    border-color: #0074a8;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1)
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #00b0ff;
    border-color: #009ee6
}

.btn-link {
    color: #0d2a3c;
    font-weight: normal;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;
    background: none
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-link:hover,
.btn-link:focus {
    border-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:hover,
.btn-link:focus {
    color: #24aea9
}

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

.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.25;
    border-radius: 3px
}

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

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

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

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

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

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

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

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

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

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

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

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

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

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: none
}

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

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

.btn-toolbar:after {
    clear: both
}

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

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

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

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

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

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

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

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

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

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

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.25;
    border-radius: 3px
}

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

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

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

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

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

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

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

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

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

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    background-color: #666
}

.label.label-circle {
    background: none;
    border: 1px solid #808080;
    color: #808080
}

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

.label:empty {
    display: none
}

.label-badge {
    display: inline-block;
    border-radius: 12px;
    min-width: 10px;
    padding: 5px 7px;
    font-size: 12px;
    line-height: 1
}

.label-dot {
    text-indent: -9999em;
    display: inline-block;
    padding: 0;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px
}

.label-dot:empty {
    display: inline-block
}

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

.nav>li>a>.label-badge,
.nav>li>a>.label-dot {
    margin-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px
}

.label-primary {
    background-color: #444
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    color: #fff;
    background-color: #11689e
}

.label-primary.label-circle {
    background: none;
    border: 1px solid #444;
    color: #444
}

.label-success {
    background-color: #86b817
}

.label-success[href]:hover,
.label-success[href]:focus {
    color: #fff;
    background-color: #658b11
}

.label-success.label-circle {
    background: none;
    border: 1px solid #86b817;
    color: #86b817
}

.label-info {
    background-color: #00b0ff
}

.label-info[href]:hover,
.label-info[href]:focus {
    color: #fff;
    background-color: #008dcc
}

.label-info.label-circle {
    background: none;
    border: 1px solid #00b0ff;
    color: #00b0ff
}

.label-warning {
    background-color: #f90
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    color: #fff;
    background-color: #cc7a00
}

.label-warning.label-circle {
    background: none;
    border: 1px solid #f90;
    color: #f90
}

.label-danger {
    background-color: #d7432f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    color: #fff;
    background-color: #b13322
}

.label-danger.label-circle {
    background: none;
    border: 1px solid #d7432f;
    color: #d7432f
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 3px
}

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #ddd
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    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: .5;
    filter: alpha(opacity=50)
}

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

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

th {
    text-align: left
}

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

.table th,
.table td {
    padding: 8px;
    line-height: 1.5384615384615385;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1);
    transition: all .3s cubic-bezier(.175, .885, .32, 1)
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    background-color: #f1f1f1
}

.table-fixed {
    table-layout: fixed
}

.table-fixed th,
.table-fixed td {
    overflow: hidden;
    white-space: nowrap
}

.table-fixed tfoot>tr>th,
.table-fixed tfoot>tr>td,
.table-fixed th.nofixed,
.table-fixed td.nofixed {
    overflow: visible
}

.table-borderless th,
.table-borderless td {
    border: none
}

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

.table-bordered {
    border: 1px solid #ddd
}

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

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #ebf5f9
}

table col[class*="col-"] {
    float: none;
    display: table-column
}

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

.table tr>td.active,
.table tr>th.active,
.table tr.active>td,
.table tr.active>th {
    background-color: #ebf5f9
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-color: #ddd
}

.panel>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

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

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

.panel-body {
    padding: 15px
}

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

.panel-body:after {
    clear: both
}

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

.panel-body:after {
    clear: both
}

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

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

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

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5384615384615385;
    color: #222;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #24aea9;
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(36, 121, 174, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(36, 121, 174, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(36, 121, 174, 0.6)
}

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

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

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

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

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

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

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 43px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.25;
    border-radius: 5px
}

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

textarea.input-lg {
    height: auto
}

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

.has-warning .form-control {
    border-color: #f90;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #cc7a00;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc266
}

.has-warning .input-group-addon {
    color: #f90;
    border-color: #f90;
    background-color: #fff5e5
}

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

.has-error .form-control {
    border-color: #d7432f;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #b13322;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e79085;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e79085;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e79085
}

.has-error .input-group-addon {
    color: #d7432f;
    border-color: #d7432f;
    background-color: #ffe8e5
}

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

.has-success .form-control {
    border-color: #86b817;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #658b11;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b8e94c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b8e94c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b8e94c
}

.has-success .input-group-addon {
    color: #86b817;
    border-color: #86b817;
    background-color: #f7ffe5
}

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

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

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

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

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

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

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

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

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

.required {
    position: relative
}

.required:after {
    content: '*';
    color: #d7432f;
    display: inline-block;
    position: absolute;
    top: 5px;
    font-size: 17px
}

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

.pager>li {
    display: inline
}

.pager>li>a,
.pager>li>span {
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1);
    transition: all .3s cubic-bezier(.175, .885, .32, 1);
    position: relative;
    float: left;
    padding: 5px 12px;
    line-height: 1.5384615384615385;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pager>li:first-child>a,
.pager>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pager>li:last-child>a,
.pager>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager>li>a:hover,
.pager>li>span:hover,
.pager>li>a:focus,
.pager>li>span:focus {
    background-color: #e5e5e5
}

.pager>.active>a,
.pager>.active>span,
.pager>.active>a:hover,
.pager>.active>span:hover,
.pager>.active>a:focus,
.pager>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #444;
    cursor: default
}

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

.pager-justify {
    display: block
}

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

.pager-justify:after {
    clear: both
}

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

.pager-justify:after {
    clear: both
}

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

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

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

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

.nav:after {
    clear: both
}

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

.nav:after {
    clear: both
}

.nav>.nav-heading {
    padding: 8px 15px;
    color: #808080;
    font-weight: bold
}

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

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1);
    transition: all .3s cubic-bezier(.175, .885, .32, 1);
    color: #333
}

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

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

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

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #f1f1f1;
    border-color: #0d2a3c
}

.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
    border-top-color: #24aea9;
    border-bottom-color: #24aea9
}

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

.nav-pills>li {
    float: left
}

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

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

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

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

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

.nav-primary>li:first-child>a {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.nav-primary>li:last-child>a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.nav-primary>li>a {
    border: 1px solid #ddd
}

.nav-primary>li.active>a,
.nav-primary>li.active>a:hover,
.nav-primary>li.active>a:focus {
    background-color: #444;
    border-color: #444;
    color: #fff
}

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

.nav-secondary>li {
    float: left
}

.nav-secondary>li>a {
    border-bottom: 2px solid #e5e5e5
}

.nav-secondary>li.active>a,
.nav-secondary>li.active>a:hover,
.nav-secondary>li.active>a:focus {
    color: #444;
    border-bottom-color: #444
}

.nav-secondary>li.active>a .caret,
.nav-secondary>li.active>a:hover .caret,
.nav-secondary>li.active>a:focus .caret {
    border-top-color: #444;
    border-bottom-color: #444
}

.nav-secondary>li.nav-heading {
    border-bottom: 2px solid #e5e5e5
}

.nav-stacked>li {
    float: none
}

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

.nav-stacked.nav-primary>li,
.nav-stacked.nav-primary>li>a {
    margin-left: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.nav-stacked.nav-primary>li+li {
    margin-top: -1px
}

.nav-stacked.nav-primary>li:first-child {
    margin-top: 0
}

.nav-stacked.nav-primary>li:first-child>a,
.nav-stacked.nav-primary>li:first-child.nav-heading {
    margin-left: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.nav-stacked.nav-primary>li:last-child>a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.nav-stacked.nav-primary>li.nav-heading {
    border: 1px solid #ddd;
    background-color: #f1f1f1
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-justified.nav-primary>li+li>a {
        border-left: 0
    }
}

.nav .caret {
    border-top-color: #0d2a3c;
    border-bottom-color: #0d2a3c
}

.nav a:hover .caret {
    border-top-color: #24aea9;
    border-bottom-color: #24aea9
}

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

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

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

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

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

.nav-tabs>li>a:hover {
    border-color: #e5e5e5 #e5e5e5 #ddd
}

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

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

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

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-tabs.nav-justified.nav-primary>li+li>a {
        border-left: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

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

.tabbable:after {
    clear: both
}

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

.tabbable:after {
    clear: both
}

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

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

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

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

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

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

.modal>.loader {
    display: none
}

.modal.modal-loading .modal-dialog {
    opacity: 0
}

.modal.modal-loading .loader {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 56px;
    color: #fff;
    top: 35%;
    width: 80px;
    left: 50%;
    margin-left: -40px
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-iframe .modal-body>iframe {
    border-radius: 0 0 5px 5px
}

.modal-dialog {
    position: relative;
    width: auto;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-dialog.modal-moveable {
    position: absolute;
    margin: 0
}

.modal-dialog.modal-moveable .modal-header {
    cursor: move
}

.modal-fullscreen .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0
}

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

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

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

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

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

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

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

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

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

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.menu>.btn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0
}

.menu>.btn+.nav {
    margin-top: 15px
}

.menu>.nav>li {
    float: none
}

.menu>.nav>li.nav-parent>a>.nav-parent-fold-icon {
    position: absolute;
    right: 10px;
    top: 11px;
    display: block;
    transition: all .5s;
    opacity: .45;
    filter: alpha(opacity=45)
}

.menu>.nav>li.nav-parent>a:hover>.nav-parent-fold-icon {
    opacity: .75;
    filter: alpha(opacity=75)
}

.menu>.nav>li>.nav {
    background-color: #f6f6f6;
    display: none
}

.menu>.nav>li>.nav>li>a {
    padding-left: 35px;
    border: 1px solid #ddd;
    margin-top: -1px
}

.menu>.nav>li>.nav>li>a:hover,
.menu>.nav>li>.nav>li>a:focus {
    background-color: #e4e4e4
}

.menu>.nav>li>.nav>li.active>a,
.menu>.nav>li>.nav>li.active>a:hover,
.menu>.nav>li>.nav>li.active>a:focus {
    background-color: #444;
    border-color: #444;
    color: #fff
}

.menu>.nav>li>.nav>li.active>a [class*='icon-'],
.menu>.nav>li>.nav>li.active>a:hover [class*='icon-'],
.menu>.nav>li>.nav>li.active>a:focus [class*='icon-'] {
    color: #fff
}

.menu>.nav>li>a>[class*='icon-'],
.menu>.nav>li>.nav>li>a>[class*='icon-'] {
    display: inline-block;
    margin-right: 5px;
    color: #808080
}

.menu>.nav>li+li {
    margin-top: -1px;
    margin-left: 0
}

.menu>.nav>li,
.menu>.nav>li>a {
    margin-left: 0
}

.menu>.nav>li:first-child {
    margin-top: 0
}

.menu>.nav>li:first-child>a,
.menu>.nav>li:first-child.nav-heading {
    margin-left: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.menu>.nav>li:last-child>a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.menu>.nav>li:first-child>a,
.menu>.nav>li:first-child.nav-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.menu>.nav>li.active>a [class*='icon-'],
.menu>.nav>li.active>a:hover [class*='icon-'],
.menu>.nav>li.active>a:focus [class*='icon-'] {
    color: #fff
}

.menu>.nav>li.show>a,
.menu>.nav>li.show>a:hover,
.menu>.nav>li.show>a:focus {
    color: #333;
    background-color: #fff;
    border-color: #ddd
}

.menu>.nav>li.show>a>[class*='icon-'],
.menu>.nav>li.show>a:hover>[class*='icon-'],
.menu>.nav>li.show>a:focus>[class*='icon-'] {
    color: #333
}

.menu>.nav>li.show>a:hover {
    background-color: #f1f1f1
}

.menu>.nav>li.show:last-child>a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.menu>.nav>li.show:last-child>.nav>li:last-child>a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.menu>.nav>li.show>.nav {
    display: block
}

.menu>.nav>li.nav-heading {
    border: 1px solid #ddd;
    background-color: #f1f1f1
}

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

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

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

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

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

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

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

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

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

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

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

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

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.5384615384615385;
    font-weight: bold;
    color: #808080
}

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

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

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

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

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

.dropdown-submenu {
    position: relative
}

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

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

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

.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>a {
    min-width: 160px
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    border-radius: 3px
}

.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    text-decoration: none;
    color: #fff;
    background-color: #444
}

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control>.icon {
    font-size: 20px
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.3) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.3) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1)
}

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

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

.carousel-control .icon-prev,
.carousel-control .icon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

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

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

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

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

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

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

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

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

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

.popover.no-arrow.top {
    margin-top: 0
}

.popover.no-arrow.right {
    margin-left: 0
}

.popover.no-arrow.bottom {
    margin-top: 0
}

.popover.no-arrow.left {
    margin-left: 0
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

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

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

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #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 {
    content: " ";
    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 {
    content: " ";
    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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.modal-lightbox .modal-dialog {
    border: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
    transition: all .5s cubic-bezier(.175, .885, .32, 1)
}

.modal-lightbox .modal-dialog:hover .close,
.modal-lightbox .modal-dialog:focus .close {
    opacity: 1;
    filter: alpha(opacity=100)
}

.modal-lightbox .modal-dialog:hover .controller,
.modal-lightbox .modal-dialog:focus .controller {
    outline: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.modal-lightbox .modal-dialog:hover .controller>.icon,
.modal-lightbox .modal-dialog:focus .controller>.icon {
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.5)
}

.modal-lightbox .close {
    display: block;
    font-size: 14px;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #333;
    position: absolute;
    right: -13px;
    top: -15px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5)
}

.modal-lightbox.lightbox-full .close {
    right: 10px;
    top: 10px
}

.modal-lightbox .controller {
    display: none;
    height: 100%;
    line-height: 100%;
    top: 0;
    position: absolute;
    cursor: pointer;
    padding: 10px 20px;
    color: #fff;
    background: none;
    border: none;
    opacity: .05;
    filter: alpha(opacity=5);
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
    transition: all .5s cubic-bezier(.175, .885, .32, 1)
}

.modal-lightbox .controller.show {
    display: block
}

.modal-lightbox .controller>.icon {
    display: inline-block;
    -webkit-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #333;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff
}

.modal-lightbox .controller>.icon:before {
    font-size: 28px
}

.modal-lightbox .controller:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.modal-lightbox .controller.prev {
    left: 0
}

.modal-lightbox .controller.next {
    right: 0
}

.modal-lightbox .caption {
    display: none
}

.modal-lightbox.lightbox-with-caption .caption {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    opacity: .5;
    text-align: center;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
    transition: all .5s cubic-bezier(.175, .885, .32, 1)
}

.modal-lightbox.lightbox-with-caption .modal-dialog:hover .caption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6)
}

.lightbox-img {
    width: inherit;
    height: auto;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
    transition: all .5s cubic-bezier(.175, .885, .32, 1)
}

.messager {
    position: fixed;
    color: #fff;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    padding-right: 50px;
    max-width: 80%;
    z-index: 99999
}

.messager.top {
    top: 20px
}

.messager.top-left {
    top: 20px;
    left: 20px
}

.messager.top-right {
    top: 20px;
    right: 20px
}

.messager.bottom {
    bottom: 20px
}

.messager.bottom-left {
    bottom: 20px;
    left: 20px
}

.messager.bottom-right {
    bottom: 20px;
    right: 20px
}

.messager-content {
    padding: 10px 20px
}

.messager-content>[class^='icon-'] {
    display: inline-block;
    margin-right: 8px
}

.messager-actions {
    position: absolute;
    right: 15px;
    top: 10px
}

.messager-actions>.action {
    color: #fafafa;
    color: rgba(255, 255, 255, 0.6);
    background: none;
    border: none;
    text-shadow: none
}

.messager-actions>.action.close {
    opacity: 1;
    font-size: 20px;
    font-weight: normal
}

.messager-actions>.action:hover {
    color: #fff
}

.messager-primary {
    background-color: #444
}

.messager-success {
    background-color: #86b817
}

.messager-info {
    background-color: #00b0ff
}

.messager-warning {
    background-color: #f90
}

.messager-danger {
    background-color: #d7432f
}

.messager-important {
    background-color: #81511c
}

.messager-special {
    background-color: #8957a1
}

.article {
    padding: 20px
}

.article>header h1,
.article>header h2,
.article>header h3 {
    line-height: 1.5
}

.article>header>.abstract,
.article>header>dl {
    font-size: 12px;
    padding: 10px 15px;
    background-color: #f1f1f1;
    color: #666
}

.article>header>.abstract>p:last-child,
.article>header>dl>p:last-child {
    margin-bottom: 0
}

.article>header>dl {
    border-bottom: 1px solid #e9e9e9;
    margin: 0
}

.article>header>dl.pull-right {
    background-color: transparent;
    border: none
}

.article>footer {
    border-top: 1px dashed #d7d7d7
}

.article>footer>p {
    padding: 10px 15px
}

.article-content {
    font-size: 14px;
    line-height: 1.5714285714285714;
    padding: 20px 0
}

.article-content h1 {
    font-size: 20px
}

.article-content h2 {
    font-size: 18px
}

.article-content h3 {
    font-size: 16px
}

.article-content h4 {
    margin-top: 15px;
    font-size: 14px
}

.article-content h5 {
    margin-top: 15px;
    font-size: 13px
}

.article-content h6 {
    margin-top: 15px;
    font-size: 11px
}

.article-content img {
    margin: 10px 0
}

.article-content p {
    margin: 0
}

.article-content p>img {
    margin-right: 10px
}

.article-content p>img[align='right'] {
    margin-left: 10px
}

.article-content dl {
    padding-left: 2em;
    padding-right: 2em
}

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

.article-content table th,
.article-content table td {
    padding: 8px;
    line-height: 1.5384615384615385;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1);
    transition: all .3s cubic-bezier(.175, .885, .32, 1)
}

.article-content table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    background-color: #f1f1f1
}

body.article-content {
    padding: 8px
}

.comments>header {
    border-bottom: 1px solid #e5e5e5
}

.comments>header>.alert {
    padding: 7.5px 15px;
    margin-bottom: -10px
}

.comments>header h1,
.comments>header h2,
.comments>header h3 {
    margin: 30px 0 20px
}

.comments>footer {
    padding-top: 10px
}

.comments>footer>.reply-form>.avatar {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px
}

.comments>footer>.reply-form>.avatar+.form {
    padding-left: 50px
}

.comment {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5
}

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

.comment:after {
    clear: both
}

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

.comment:after {
    clear: both
}

.comment>.avatar,
.comment>.content {
    display: block
}

.comment>.avatar {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px
}

.comment>.avatar+.content {
    padding-left: 50px
}

.comment>.content>.text {
    padding-top: 5px
}

.comment>.content>.actions>a {
    padding-left: 2px;
    display: inline-block;
    padding-right: 5px;
    color: #808080
}

.comment:hover>.content>.actions>a {
    color: #0d2a3c
}

.comment>.comments-list {
    padding-left: 30px;
    margin-left: 20px;
    border-left: 1px dashed #e5e5e5;
    padding-top: 10px;
    padding-bottom: 0
}

.comment>.comments-list>.comment {
    border: none;
    border-top: 1px solid #e5e5e5
}

.comment>.comments-list>.comment:last-child {
    padding-bottom: 0
}

.list {
    padding: 0 15px
}

.list>header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.items .item {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
    transition: all .5s cubic-bezier(.175, .885, .32, 1)
}

.items .item-heading>h6,
.items .item-heading h5,
.items .item-heading h4,
.items .item-heading h3,
.items .item-heading h2,
.items .item-heading h1 {
    margin-top: 5px
}

.items .item-content:before,
.items .item-content:after {
    content: " ";
    display: table
}

.items .item-content:after {
    clear: both
}

.items .item-content:before,
.items .item-content:after {
    content: " ";
    display: table
}

.items .item-content:after {
    clear: both
}

.items .item-content>.media {
    margin: 5px 0
}

.items .item-content>.media.pull-left {
    margin: 0;
    margin-right: 10px
}

.items .item-content>.media.pull-right {
    margin: 0;
    margin-left: 10px
}

.items .item-footer {
    padding-top: 5px
}

.items .item-footer>a {
    color: #808080
}

.items-hover .item:hover {
    background-color: #f5f5f5
}

.list-condensed {
    padding: 0
}

.list-condensed>header,
.list-condensed>footer,
.list-condensed>.items>.item {
    padding-left: 15px;
    padding-right: 15px
}

.cards {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px
}

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

.cards:after {
    clear: both
}

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

.cards:after {
    clear: both
}

.card {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
    transition: all .5s cubic-bezier(.175, .885, .32, 1);
    border-radius: 3px;
    border: 1px solid #ddd
}

.card>img {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    max-width: 100%;
    height: auto
}

.card>.media-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    background-color: #f1f1f1;
    overflow: hidden;
    text-align: center;
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
    transition: all .5s cubic-bezier(.175, .885, .32, 1)
}

.card>.media-wrapper>img {
    max-width: 100%;
    vertical-align: middle
}

.card .card-heading {
    display: block;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.card .card-content,
.card .card-actions {
    padding: 0 10px 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

.card:hover {
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
    text-decoration: none
}

.card:hover>img,
.card:hover>.media-wrapper {
    opacity: .9;
    filter: alpha(opacity=90);
    background-color: #e5e5e5
}

.card:hover>.card-reveal {
    top: 0
}

.cards-borderless .card {
    border: none;
    box-shadow: none
}

.cards-borderless .card>.card-heading,
.cards-borderless .card>.card-actions,
.cards-borderless .card>.card-content {
    padding-left: 0;
    padding-right: 0
}

@charset "utf-8";
body {
    font-family: opensans, Helvetica, sans-serif;
    color: #333;
    padding-top: 65px;
    width: 100%;
    font-size: 14px
}

ul {
    list-style: none
}

.overflow-hidden {
    overflow: hidden
}

.heading-line {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 2em
}



.heading-line .more {
    color: #444;
    padding-left: 2em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .5em
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-upper {
    text-transform: uppercase
}

.icon-wrapper {
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    margin: 1.235em 0 3.235em;
    position: relative;
    width: 3em;
    background-color: #f6f6f6;
    box-shadow: 0 -1px 0 0 #f6f6f6, 0 1px 0 0 #f6f6f6;
    text-align: center
}

.icon-wrapper:before,
.icon-wrapper:after {
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    width: 0
}

.icon-wrapper:after {
    border-top: 1em solid #f6f6f6;
    bottom: -1em
}

.icon-wrapper:before {
    border-bottom: 1em solid #f6f6f6;
    top: -1em
}

.icon-wrapper .fa {
    padding-right: 0
}

.button {
    display: inline-block;
    margin: 1em 0;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.button:focus {
    outline: none
}

.button>span {
    vertical-align: middle
}

.button.button-primary {
    background: #444;
    color: #fff
}

.button.button-default {
    background: #e3e3e3;
    color: #444
}

.button.button-block {
    display: block
}

.button.button-size-s {
    font-size: 14px
}

.button.button-size-m {
    font-size: 16px
}

.button.button-size-l {
    font-size: 18px
}

.button.button-text-upper {
    letter-spacing: 2px;
    text-transform: uppercase
}

.button.button-text-thin {
    font-weight: 300
}

.button.button-text-medium {
    font-weight: 500
}

.button.button-text-thick {
    font-weight: 600
}

.button.button-round-s {
    border-radius: 5px
}

.button.button-round-m {
    border-radius: 15px
}

.button.button-round-l {
    border-radius: 40px
}

.button.button-border-thin {
    border: 1px solid
}

.button.button-border-medium {
    border: 2px solid
}

.button.button-border-thick {
    border: 3px solid
}

.button.button-rayen {
    overflow: hidden;
    padding: 0
}

.button.button-rayen.button-inverted {
    color: #fff
}

.button.button-rayen:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #444;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.button.button-rayen>span {
    display: block
}

.button.button-rayen:before,
.button.button-rayen>span {
    padding: .5em 5em;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.button.button-rayen:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.button.button-rayen:hover>span {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.button.button-tamaya {
    overflow: hidden;
    color: #fff;
    background: #666;
    border: 2px solid #666;
    padding: .8em 3em
}

.button.button-tamaya:before,
.button.button-tamaya:after {
    content: attr(data-text);
    display: none\9;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    overflow: hidden;
    background: #fff;
    color: #333;
    text-align: center;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.button.button-tamaya:before {
    top: 0;
    padding-top: .8em
}

.button.button-tamaya:after {
    bottom: 0;
    line-height: 0
}

.button.button-tamaya>span {
    display: block;
    -webkit-transform: scale3d(.2, .2, 1);
    transform: scale3d(.2, .2, 1);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.button.button-tamaya:hover:before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.button.button-tamaya:hover:after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.button.button-tamaya:hover>span {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.button.button--wayra {
    overflow: hidden;
    -webkit-transition: border-color .3s, color .3s;
    color: #444;
    transition: border-color .3s, color .3s;
    border: 2px solid #444;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.button.button--wayra:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .3s, opacity .3s, background-color .3s;
    transition: transform .3s, opacity .3s, background-color .3s
}

.button.button--wayra:hover {
    color: #fff
}

.button.button--wayra:hover:before {
    opacity: 1;
    background-color: #444;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.main-header {
    
    border-bottom: 1px solid #d1d1d1\9;
    padding:0.8em 1em;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
}

.main-header .content {
    position: relative
}

.main-header nav {
    position: absolute;
    right: 1em;
    top: 9px
}
.navbar-form.pull-left{
    margin-top: 4px;
}

.main-header .nav-pills {
    padding-right: 1em
}

.main-header .nav-pills>li>a {
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
}

.main-header .nav-pills>li>a:hover,
.main-header .nav-pills>li>a:focus {
    background: #444;
    color: #fff
}

.main-header .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.main-header .navbar-form .form-group input {
    border-radius: 10px 0 0 10px;
    box-shadow: none
}

.main-header .navbar-form .btn {
    background: #424242;
    color: #fff;
    margin-left: -4px;
    border-radius: 0 10px 10px 0;
    border-color: transparent;
    box-shadow: none
}

.main-footer {
    background: #f1f1f1;
    padding: 1em 0;
}
.main-footer .follow-us{
    text-align: center;
    margin: 1em 0;
}
.main-footer .follow-us h2{
    margin-bottom: 1em;
}
.main-footer .follow-us a{
    margin-left: 1em;
}
.main-footer ul{
    margin: 0;
    padding: 0;
}

.main-footer ul li{
    list-style: none;
    padding: 5px 0;
}
.main-footer ul li a{
    color: #000;
}
.main-footer ul li a:hover{
    color: #24aea9;
}


.main-footer .label {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding: 8px;
    margin-right: 5px
}

.main-footer .share {
    overflow: hidden;
    margin-top: 1em
}

.main-footer .icon-wrapper {
    margin-right: 10px
}

.main-breadcrumb {
    margin-top: 1em
}

.main-breadcrumb .breadcrumb {
    margin-bottom: 5px
}

.main-breadcrumb .breadcrumb a {
    color: #444
}

.product-header {
    background: #444;
    color: #fff;
    font-size: 1.4em;
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 1em
}

.product-header i {
    padding-right: 1em
}

.product-header.product-header-sm {
    width: 250px;
    border-radius: 50px;
    font-size: 1.2em
}

.main-product {
    margin-bottom: 2em
}

.main-product .heading-line {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 1.8em
}

.main-product .heading-line:after {
    width: 7em
}

.main-product .leftSide {
    border-right: 1px solid #d4d4d4;
    padding-right: 2em
}

.main-product .rightSide {
    padding-left: 2em
}

.main-product .product-detail {
    background: #fff;
    margin-bottom: 2em
}

.main-product .product-detail .content {
    padding: 1.5em 2em 2em
}

.main-product .product-detail table {
    width: 100%;
    line-height: 1.8em
}

.main-product .product-section .content {
    padding: 2em
}

.main-product .product-section .content img {
    max-width: 100%
}

.main-product .product-base {
    margin-bottom: 1em
}

.main-product .product-base .product-top {
    background: #f2f2f2;
    padding: 1em;
    margin-bottom: 1em
}

.main-product .product-base table {
    width: 100%;
    line-height: 3em;
    margin-bottom: 1em
}

.main-product .product-base table .text-muted {
    width: 150px;
    color: #888
}

.main-product .product-base table select {
    width: 150px;
    border: 1px solid #d4d4d4;
    line-height: 2em;
    height: 2em
}

.gallery-base {
    width: 100%;
    overflow: hidden
}

.gallery-base .imgs {
    max-width: 100%;
    border: 1px solid #ddd
}

.gallery-base .imgs img {
    max-width: 100%
}

.gallery-base .list-group {
    width: 100%;
    overflow: hidden;
    padding-top: 1em
}

.gallery-base .list-group a {
    border: 1px solid #ddd;
    margin-left: .5%;
    margin-right: .5%;
    outline: 0;
    display: block;
    float: left;
    width: 24%;
    position: relative
}

.gallery-base .list-group a.active {
    border-color: #f90
}

.gallery-base .list-group a.active:after {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-bottom-width: 10px;
    border-bottom-color: #f90;
    left: 44%;
    content: "";
    top: -20px;
    position: absolute
}

.error-span {
    position: relative
}

.error-span .button {
    position: absolute;
    left: 45%;
    bottom: 10%;
    font-size: 1.2em;
    padding: .5em 3em
}

.error-404 {
    padding: 3em 0
}

.error-404 .button {
    width: 30%;
    font-size: 1.2em;
    padding: .5em 0;
    color: #d7432f;
    border-color: #d7432f
}

.error-404 .button i {
    padding-right: 1em
}

.error-404 .button:hover:before {
    background-color: #d7432f
}

.slide-contact {
    margin-bottom: 3em
}

.slide-contact a {
    color: #444
}

.slide-contact table {
    width: 100%;
    line-height: 2em
}

.slide-contact .button {
    text-align: center;
    margin: .5em 0;
    font-size: 1.2em;
    padding: .6em 0
}

.slide-contact .button i {
    padding-right: 1em
}

.slide-product {
    margin-bottom: 2em
}

.slide-product .item {
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
    margin-top: 1em;
    padding-bottom: 1em
}

.slide-product .item .img {
    padding-left: 0
}

.slide-product .item:last-child {
    border-bottom: 0
}

#about-us,
#contact-us {
    color: #666;
    font-size: 1.1em;
    line-height: 1.8em;
    /*padding-top: 2em*/
}

#about-us .heading-line,
#contact-us .heading-line {
    font-size: 1.9em;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 1em
}

#about-us .heading-line:after,
#contact-us .heading-line:after {
    width: 5.5em
}

#about-us .content,
#contact-us .content {
    padding-left: 2em;
    padding-right: 2em
}

#about-us .main-img img,
#contact-us .main-img img {
    width: 100%
}

#about-us p,
#contact-us p {
    margin-bottom: 1.5em
}

#contact-us ul.bulleted-icons li {
    margin: 1em 0 0 0;
    overflow: hidden;
    padding-left: 3.5em;
    position: relative
}

#contact-us ul.bulleted-icons li p {
    height: 4em;
    overflow: hidden;
    margin-bottom: 0
}

#contact-us ul.bulleted-icons li .icon-wrapper {
    margin-right: 1em
}

#contact-us ul.bulleted-icons li h3 {
    font-size: .9em;
    margin-bottom: .5em;
    padding-bottom: 0
}

#contact-us ul.bulleted-icons li a {
    color: #999;
    border-bottom: 1px dashed #999
}
/*首页轮播*/
#home-banner {
    background: #666;
    overflow: hidden
}

#home-banner .carousel-inner>.item>img,
#home-banner .carousel-inner>.item>a>img {
    width: 100%
}

#home-banner .carousel-control {
    width: 10%;
    background: none;
    font-size: 4em
}

#home-banner .carousel-control span {
    display: block;
    margin: 110% auto
}

#home-banner .carousel-indicators {
    bottom: 1em;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15
}

#home-banner .carousel-indicators li {
    background: #fff;
    opacity: .8;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: .5em;
    margin: 1px;
    text-indent: -999px;
    width: 4em
}

#home-banner .carousel-indicators .active {
    background-color: #222325;
    opacity: 1
}

/*产品详细页面轮播*/
#product-detail-banner {
    background: #666;
    overflow: hidden
}

#product-detail-banner .carousel-inner>.item>img,
#product-detail-banner .carousel-inner>.item>a>img {
    width: 100%
}

#product-detail-banner .carousel-control {
    width: 10%;
    background: none;
    font-size: 4em;
    top:30%;
}

#product-detail-banner .carousel-control span {
    display: block;
    margin: 110% auto
}

#product-detail-banner .carousel-indicators {
    bottom: 1em;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15
}

#product-detail-banner .carousel-indicators li {
    background: #fff;
    opacity: .8;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: .5em;
    margin: 1px;
    text-indent: -999px;
    width: 4em
}

#product-detail-banner .carousel-indicators .active {
    background-color: #222325;
    opacity: 1
}

#home-product {
    padding: 1em 0
}
#home-product h1.title {
    font-size: 1.3em;
    text-align: center;
    font-weight: 500;
}
#home-product h1.title span {
    display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
    font-size: 2em;
    color: #000;
    position: relative;   /*定位横线（当横线的父元素）*/
}
#home-product h1.title span:before, h1.title span:after {
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 52%;
    background: #f2f2f2;       /*宽和高做出来的背景横线*/
    width: 40%;
    height: 2px;
}
#home-product h1.title span:before{
    left: 0;        /*调整背景横线的左右距离*/
}
#home-product h1.title span:after {
    right: 0;
}

#home-product .card {
    position: relative;
    border-color: #fff;
    border-width: 2px;
    box-shadow: none;
    padding-bottom: 38px;
    margin-bottom: 0
}

#home-product .card .card-img {
    height: 100%
}

#home-product .card .card-img img {
    width: 100%
}

#home-product .card .card-heading {
    font-weight: bold;
    color: #222
}

#home-product .card .card-heading:hover {
    color: #444
}

#home-product .card .card-heading,
#home-product .card .card-content {
    background: #f2f2f2;
    padding-left: 10px
}

#home-product .card .card-content>div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#home-product .card .card-actions {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

#home-product .card .card-actions .btn {
    border-radius: 0;
    border-color: #444;
    font-size: 1.2em;
    text-transform: uppercase
}

#home-product .card:hover {
    border-color: #444;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075)
}

#home-product .card:hover .card-actions {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#home-product .leftSide {
    background: #444;
    height: 100%;
    border: 2px solid #444
}

#home-product .menu a {
    outline: 0
}

#home-product .menu>ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0
}

#home-product .menu .first-nav {
    padding-bottom: 2em;
    background: #fff
}

#home-product .menu .first-nav .title {
    background: #444;
    color: #fff;
    display: block;
    font-size: 1.4em;
    padding-left: 1em;
    height: 2.5em;
    line-height: 2.5em
}

#home-product .menu .nav-parent>a {
    font-weight: bold;
    margin-top: .5em;
    padding: 10px;
    background: #fff
}

#home-product .menu .second-nav {
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px solid #444;
    background: #fff
}

#home-product .menu .show {
    display: block
}

#home-product .contact {
    color: #fff;
    padding: 2em 1em
}

#home-product .contact .heading-line {
    font-size: 1.8em;
    margin-bottom: 1em
}

#home-product .contact .heading-line:after {
    width: 5em
}

#home-product .contact h3 {
    margin-bottom: .5em
}

#home-product .contact p {
    color: #fff;
    font-size: .95em;
    line-height: 1.5em
}

#home-product .contact .button {
    margin-top: 1em;
    background: #fff;
    color: #444;
    display: block;
    border-radius: 5px;
    font-size: 1.105em
}

#home-product .contact .button i {
    padding-right: 1em
}
#home-product .more{
    display:block;
    margin: 0 auto;
    text-align: center;
    width:150px;
    height:40px;
    line-height: 40px;
    border:1px solid #444;
    border-radius: 20px;
    background:#FFF;
}
#home-product .more:hover{
    background-color: #444;
    color: #fff;
}


#home-info {
    background: url("../style/images/homeInfo.jpg") no-repeat center;
    width: 100%;
    padding-top: 120px;
    height: 400px;
    color: #f5f4f4;
    line-height: 2em;
    font-size: 1.1em
}

#home-info .text-lg {
    font-size: 1.9em;
    margin-bottom: 1em
}

#home-info .text-md {
    font-size: 1.35em;
    margin-bottom: .8em
}

#home-info .text-sm {
    font-size: 1.25em;
    margin-bottom: .8em
}

#home-info .button {
    border: 1px solid #f5f4f4;
    margin-top: 4em;
    color: #f5f4f4
}

#home-case {
    padding: 2em 0
}

#home-case h1.title {
    font-size: 1.3em;
    text-align: center;
    font-weight: 500;
}
#home-case h1.title span {
    display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
    font-size: 2em;
    color: #000;
    position: relative;   /*定位横线（当横线的父元素）*/
}
#home-case h1.title span:before, h1.title span:after {
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 52%;
    background: #f2f2f2;       /*宽和高做出来的背景横线*/
    width: 40%;
    height: 2px;
}
#home-case h1.title span:before{
    left: 0;        /*调整背景横线的左右距离*/
}
#home-case h1.title span:after {
    right: 0;
}

#home-case .card {
    position: relative;
    border-color: #fff;
    border-width: 2px;
    box-shadow: none;
    padding-bottom: 10px;
    margin-bottom: 0
}

#home-case .card .card-img {
    margin-right: 1.5em
}

#home-case .more{
    display:block;
    margin: 0 auto;
    text-align: center;
    width:150px;
    height:40px;
    line-height: 40px;
    border:1px solid #444;
    border-radius: 20px;
    background:#FFF;
}
#home-case .more:hover{
    background-color: #444;
    color: #fff;
}

#home-service{
    padding: 1em 0 0 0;
}
#home-service img{
    width: 100%;
}

@media screen and (min-width:1600px) {
    .container {
        width: 81.25%;
        max-width: 81.25%
    }
}

@media screen and (max-width:1600px) and (min-width:1201px) {
    .container {
        width: 91.25%;
        max-width: 91.25%
    }
    #home-info {
        padding-top: 80px
    }
    #home-case .card {
        padding-right: 0
    }
    .main-product .heading-line {
        font-size: 1.4em
    }
}

@media screen and (max-width:1200px) {
    .container {
        width: 100%;
        max-width: 100%
    }
    #home-info {
        padding-top: 80px
    }
    #home-case .card {
        padding-right: 0
    }
    body {
        padding-top: 52px
    }

    .main-header .logo img {
        width: 230px
    }
    .main-header nav {
        top: 10px
    }
    .main-header .nav-pills>li>a {
        padding: 8px
    }
    .main-product .leftSide {
        padding-right: 10px
    }
    .main-product .rightSide {
        padding-left: 10px
    }
    .main-product .heading-line {
        font-size: 1.4em
    }
    #contact-us ul.bulleted-icons li {
        padding-left: 1em
    }
}

@media screen and (max-width:992px) {
    .container {
        width: 100%;
        max-width: 100%
    }
    .main-header .nav-pills>li>a {
        padding: 5px
    }
    #contact-us ul.bulleted-icons li {
        padding-left: 0
    }
}
.contact.col-xs-12.yellow{
   border: 2px solid #444;
   margin-top: 10px;
}
.icon-wrapper.yellow {
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    margin: 1.235em 0 3.235em;
    position: relative;
    width: 3em;
    background-color: #444;
    box-shadow: 0 -1px 0 0 #f6f6f6, 0 1px 0 0 #f6f6f6;
    text-align: center;
    margin-right:10px;
}
.icon-wrapper.yellow:after {
    border-top: 1em solid #444;
    bottom: -1em
}

.icon-wrapper.yellow:before {
    border-bottom: 1em solid #444;
    top: -1em
}
.share.yellow{
    width: 189px;
    margin:0 auto;
    

}
.share.yellow>img{
    width: 50px;
    margin-right: 10px;
}
.gray{
    border:2px solid #333;
    margin-top: 10px;
}