article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:hover, a:active {
    outline: 0
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#map_canvas img, .google-maps img {
    max-width: none
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button, input {
    *overflow: visible;
    line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff
}

a {
    color: #08c;
    text-decoration: none
}

a:hover, a:focus {
    color: #005580;
    text-decoration: underline
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px
}

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

.muted {
    color: #999
}

a.muted:hover, a.muted:focus {
    color: #808080
}

.text-warning {
    color: #c09853
}

a.text-warning:hover, a.text-warning:focus {
    color: #a47e3c
}

.text-error {
    color: #b94a48
}

a.text-error:hover, a.text-error:focus {
    color: #953b39
}

.text-info {
    color: #3a87ad
}

a.text-info:hover, a.text-info:focus {
    color: #2d6987
}

.text-success {
    color: #468847
}

a.text-success:hover, a.text-success:focus {
    color: #356635
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1, h2, h3 {
    line-height: 40px
}

h1 {
    font-size: 38.5px
}

h2 {
    font-size: 31.5px
}

h3 {
    font-size: 24.5px
}

h4 {
    font-size: 17.5px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 11.9px
}

h1 small {
    font-size: 24.5px
}

h2 small {
    font-size: 17.5px
}

h3 small {
    font-size: 14px
}

h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee
}

ul, ol {
    padding: 0;
    margin: 0 0 10px 25px
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0
}

li {
    line-height: 20px
}

ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none
}

ul.inline, ol.inline {
    margin-left: 0;
    list-style: none
}

ul.inline > li, ol.inline > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dt, dd {
    line-height: 20px
}

dt {
    font-weight: bold
}

dd {
    margin-left: 10px
}

.dl-horizontal {
    *zoom: 1
}

.dl-horizontal:before, .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0
}

.dl-horizontal:after {
    clear: both
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal dd {
    margin-left: 180px
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p, blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before, q:after, blockquote:before, blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px
}

.row {
    margin-left: -20px;
    *zoom: 1
}

.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0
}

.row:after {
    clear: both
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px
}

.span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span4 {
    width: 300px
}

.span3 {
    width: 220px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.offset12 {
    margin-left: 980px
}

.offset11 {
    margin-left: 900px
}

.offset10 {
    margin-left: 820px
}

.offset9 {
    margin-left: 740px
}

.offset8 {
    margin-left: 660px
}

.offset7 {
    margin-left: 580px
}

.offset6 {
    margin-left: 500px
}

.offset5 {
    margin-left: 420px
}

.offset4 {
    margin-left: 340px
}

.offset3 {
    margin-left: 260px
}

.offset2 {
    margin-left: 180px
}

.offset1 {
    margin-left: 100px
}

.row-fluid {
    width: 100%;
    *zoom: 1
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12765957%;
    *margin-left: 2.07446809%
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12765957%
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%
}

.row-fluid .span11 {
    width: 91.4893617%;
    *width: 91.43617021%
}

.row-fluid .span10 {
    width: 82.9787234%;
    *width: 82.92553191%
}

.row-fluid .span9 {
    width: 74.46808511%;
    *width: 74.41489362%
}

.row-fluid .span8 {
    width: 65.95744681%;
    *width: 65.90425532%
}

.row-fluid .span7 {
    width: 57.44680851%;
    *width: 57.39361702%
}

.row-fluid .span6 {
    width: 48.93617021%;
    *width: 48.88297872%
}

.row-fluid .span5 {
    width: 40.42553191%;
    *width: 40.37234043%
}

.row-fluid .span4 {
    width: 31.91489362%;
    *width: 31.86170213%
}

.row-fluid .span3 {
    width: 23.40425532%;
    *width: 23.35106383%
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.84042553%
}

.row-fluid .span1 {
    width: 6.38297872%;
    *width: 6.32978723%
}

.row-fluid .offset12 {
    margin-left: 104.25531915%;
    *margin-left: 104.14893617%
}

.row-fluid .offset12:first-child {
    margin-left: 102.12765957%;
    *margin-left: 102.0212766%
}

.row-fluid .offset11 {
    margin-left: 95.74468085%;
    *margin-left: 95.63829787%
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702128%;
    *margin-left: 93.5106383%
}

.row-fluid .offset10 {
    margin-left: 87.23404255%;
    *margin-left: 87.12765957%
}

.row-fluid .offset10:first-child {
    margin-left: 85.10638298%;
    *margin-left: 85%
}

.row-fluid .offset9 {
    margin-left: 78.72340426%;
    *margin-left: 78.61702128%
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574468%;
    *margin-left: 76.4893617%
}

.row-fluid .offset8 {
    margin-left: 70.21276596%;
    *margin-left: 70.10638298%
}

.row-fluid .offset8:first-child {
    margin-left: 68.08510638%;
    *margin-left: 67.9787234%
}

.row-fluid .offset7 {
    margin-left: 61.70212766%;
    *margin-left: 61.59574468%
}

.row-fluid .offset7:first-child {
    margin-left: 59.57446809%;
    *margin-left: 59.46808511%
}

.row-fluid .offset6 {
    margin-left: 53.19148936%;
    *margin-left: 53.08510638%
}

.row-fluid .offset6:first-child {
    margin-left: 51.06382979%;
    *margin-left: 50.95744681%
}

.row-fluid .offset5 {
    margin-left: 44.68085106%;
    *margin-left: 44.57446809%
}

.row-fluid .offset5:first-child {
    margin-left: 42.55319149%;
    *margin-left: 42.44680851%
}

.row-fluid .offset4 {
    margin-left: 36.17021277%;
    *margin-left: 36.06382979%
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255319%;
    *margin-left: 33.93617021%
}

.row-fluid .offset3 {
    margin-left: 27.65957447%;
    *margin-left: 27.55319149%
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191489%;
    *margin-left: 25.42553191%
}

.row-fluid .offset2 {
    margin-left: 19.14893617%;
    *margin-left: 19.04255319%
}

.row-fluid .offset2:first-child {
    margin-left: 17.0212766%;
    *margin-left: 16.91489362%
}

.row-fluid .offset1 {
    margin-left: 10.63829787%;
    *margin-left: 10.53191489%
}

.row-fluid .offset1:first-child {
    margin-left: 8.5106383%;
    *margin-left: 8.40425532%
}

[class*="span"].hide, .row-fluid [class*="span"].hide {
    display: none
}

[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
    float: right
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.container-fluid:after {
    clear: both
}

form {
    margin: 0 0 20px
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    font-size: normal;
    font-weight: 14px;
    line-height: 20px
}

input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
    display: block;
    margin-bottom: 5px
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle
}

input, textarea, .uneditable-input {
    width: 206px
}

textarea {
    height: auto
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6)
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto
}

select, input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px
}

select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff
}

select[multiple], select[size] {
    height: auto
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.uneditable-input, .uneditable-textarea {
    color: #999;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}

.uneditable-textarea {
    width: auto;
    height: auto
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}

.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px
}

.input-mini {
    width: 60px
}

.input-small {
    width: 90px
}

.input-medium {
    width: 150px
}

.input-large {
    width: 210px
}

.input-xlarge {
    width: 270px
}

.input-xxlarge {
    width: 530px
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block
}

input, textarea, .uneditable-input {
    margin-left: 0
}

.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px
}

input.span12, textarea.span12, .uneditable-input.span12 {
    width: 926px
}

input.span11, textarea.span11, .uneditable-input.span11 {
    width: 846px
}

input.span10, textarea.span10, .uneditable-input.span10 {
    width: 766px
}

input.span9, textarea.span9, .uneditable-input.span9 {
    width: 686px
}

input.span8, textarea.span8, .uneditable-input.span8 {
    width: 606px
}

input.span7, textarea.span7, .uneditable-input.span7 {
    width: 526px
}

input.span6, textarea.span6, .uneditable-input.span6 {
    width: 446px
}

input.span5, textarea.span5, .uneditable-input.span5 {
    width: 366px
}

input.span4, textarea.span4, .uneditable-input.span4 {
    width: 286px
}

input.span3, textarea.span3, .uneditable-input.span3 {
    width: 206px
}

input.span2, textarea.span2, .uneditable-input.span2 {
    width: 126px
}

input.span1, textarea.span1, .uneditable-input.span1 {
    width: 46px
}

.controls-row {
    *zoom: 1
}

.controls-row:before, .controls-row:after {
    display: table;
    content: "";
    line-height: 0
}

.controls-row:after {
    clear: both
}

.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
    float: left
}

.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
    padding-top: 5px
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent
}

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #c09853
}

.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #c09853
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #b94a48
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #b94a48
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #468847
}

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
    color: #3a87ad
}

.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #3a87ad
}

.control-group.info input, .control-group.info select, .control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}

.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1
}

.form-actions:before, .form-actions:after {
    display: table;
    content: "";
    line-height: 0
}

.form-actions:after {
    clear: both
}

.help-block, .help-inline {
    color: #595959
}

.help-block {
    display: block;
    margin-bottom: 10px
}

.help-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px
}

.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
    font-size: 14px
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
    z-index: 2
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-append .active, .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
}

.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-append input, .input-append select, .input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.form-search .input-append .search-query, .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
    display: none
}

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
    display: inline-block
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0
}

.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}

.control-group {
    margin-bottom: 10px
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0
}

.form-horizontal .control-group:after {
    clear: both
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}

.form-horizontal .controls:first-child {
    *padding-left: 180px
}

.form-horizontal .help-block {
    margin-bottom: 0
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
    margin-top: 10px
}

.form-horizontal .form-actions {
    padding-left: 180px
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.label:empty, .badge:empty {
    display: none
}

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-important, .badge-important {
    background-color: #b94a48
}

.label-important[href], .badge-important[href] {
    background-color: #953b39
}

.label-warning, .badge-warning {
    background-color: #f89406
}

.label-warning[href], .badge-warning[href] {
    background-color: #c67605
}

.label-success, .badge-success {
    background-color: #468847
}

.label-success[href], .badge-success[href] {
    background-color: #356635
}

.label-info, .badge-info {
    background-color: #3a87ad
}

.label-info[href], .badge-info[href] {
    background-color: #2d6987
}

.label-inverse, .badge-inverse {
    background-color: #333
}

.label-inverse[href], .badge-inverse[href] {
    background-color: #1a1a1a
}

.btn .label, .btn .badge {
    position: relative;
    top: -1px
}

.btn-mini .label, .btn-mini .badge {
    top: 0
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.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: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.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-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.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-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em
}

.btn-group:first-child {
    *margin-left: 0
}

.btn-group + .btn-group {
    margin-left: 5px
}

.btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
    margin-left: 5px
}

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group > .btn + .btn {
    margin-left: -1px
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px
}

.btn-group > .btn-mini {
    font-size: 10.5px
}

.btn-group > .btn-small {
    font-size: 11.9px
}

.btn-group > .btn-large {
    font-size: 17.5px
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    z-index: 2
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    *padding-top: 5px;
    *padding-bottom: 5px
}

.btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px
}

.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0
}

.btn-large .caret {
    margin-top: 6px
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px
}

.btn-mini .caret, .btn-small .caret {
    margin-top: 8px
}

.dropup .btn-large .caret {
    border-bottom-width: 5px
}

.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px
}

.btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.right {
    left: auto;
    right: 15px
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75)
}

.carousel-caption h4, .carousel-caption p {
    color: #fff;
    line-height: 20px
}

.carousel-caption h4 {
    margin: 0 0 5px
}

.carousel-caption p {
    margin-bottom: 0
}

.logobar {
    padding-top: 7px
}

.logobar .container {
    position: relative
}

.logobar .container .links {
    position: absolute;
    right: 20px;
    bottom: 6px
}

.logobar .container .links a {
    font-size: normal;
    font-weight: 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px
}

.logobar .container a img {
    height: 45px
}

.topuser {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 12px 0 0;
    font-size: 12px;
    text-align: right;
    line-height: 50px
}

.header-spacer {
    height: 25px
}

.footer {
    clear: both;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #fff;
    font-size: normal;
    font-weight: 11px;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    color: #555
}

.footer a {
    color: #555
}

.footer .container {
    border-top: 1px solid #E5E5E5
}

.footer .row {
    padding: 20px 0
}

.footer .span_one_half {
    width: 100px
}

.footer ul {
    margin: 0 0 0 20px;
    padding: 0
}

.footer ul li {
    list-style: none;
    margin: 5px 0;
    padding: 0
}

.footer ul li.header {
    margin: 2px 0;
    color: #333;
    font-family: Arial, Helvetica, SimHei, STHeiti, sans-serif !important;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px
}

.footer .footer-right {
    padding-top: 10px;
    color: #777
}

.footer .footer-right a {
    color: #777
}

.footer .footer-right p {
    font-size: normal;
    font-weight: 11px;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    margin: 1em 0
}

.footer .footer-right .right-reserved {
    display: inline;
    margin: 5px 0 5px 5px
}

.footer .page-locale-para {
    display: inline-block;
    *display: inline;
    margin-left: 10px
}

.footer .page-locale-para a.locale-item {
    margin: 0 5px
}

button.btn {
    *border: none
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot');
    src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit
}

.icon-large:before {
    vertical-align: middle;
    font-size: 1.33333333em
}

.btn [class^="icon-"], .nav-tabs [class^="icon-"], .btn [class*=" icon-"], .nav-tabs [class*=" icon-"] {
    line-height: .9em
}

li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center
}

li .icon-large:before, li .icon-large:before {
    width: 1.875em
}

ul.icons {
    list-style-type: none;
    margin-left: 2em;
    text-indent: -0.8em
}

ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
    width: .8em
}

ul.icons li .icon-large:before, ul.icons li .icon-large:before {
    vertical-align: initial
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-empty:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle:before {
    content: "\f01d"
}

.icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-share-alt:before {
    content: "\f064"
}

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-sign:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder-close:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-up:before {
    content: "\f087"
}

.icon-thumbs-down:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-signin:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-right:before {
    content: "\f0a4"
}

.icon-hand-left:before {
    content: "\f0a5"
}

.icon-hand-up:before {
    content: "\f0a6"
}

.icon-hand-down:before {
    content: "\f0a7"
}

.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.icon-circle-arrow-up:before {
    content: "\f0aa"
}

.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope-alt:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-undo:before {
    content: "\f0e2"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-user-md:before {
    content: "\f200"
}

#users-list {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 130px;
    min-width: 1200px;
    box-shadow: 0 10px 10px 0 rgba(102, 102, 102, 0.15)
}

#users-list .list-outer-container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    overflow: hidden
}

#users-list .prev {
    position: absolute;
    top: 20px;
    left: 0;
    cursor: pointer
}

#users-list .next {
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer
}

#users-list ul.list-container {
    position: relative;
    width: 1680px;
    left: 0;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    height: 54px;
    list-style-type: none;
    -webkit-transition: left .15s linear;
    -moz-transition: left .15s linear;
    -o-transition: left .15s linear;
    transition: left .15s linear
}

#users-list ul.list-container li {
    height: 54px;
    padding: 0;
    float: left;
    line-height: 54px
}

#users-list ul.list-container span.user-img {
    vertical-align: middle
}

#users-list .list-inner-container {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    overflow: hidden
}

#users-list .list-header {
    margin: 0 auto;
    padding: 20px 0;
    width: 1200px;
    text-align: center;
    color: #407fea;
    font-size: 26px
}

.modal {
    padding: 2px;
    color: #444
}

.modal .modal-head {
    position: relative;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7
}

.modal input[type="text"], .modal input[type="email"], .modal input[type="url"], .modal input[type="search"], .modal input[type="number"] {
    padding-left: 5px;
    height: 21px;
    border: 1px solid #dadada;
    color: #444
}

.modal .title {
    font-size: 15px
}

.modal .dismiss {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    cursor: pointer
}

.modal .control-row {
    padding: 16px 0;
    line-height: 25px
}

.modal .control-row.small {
    padding: 5px 0
}

.modal .label-left {
    position: relative;
    float: left;
    display: block;
    width: 60px;
    padding-right: 10px;
    text-align: right
}

.modal button {
    cursor: pointer
}

.modal .comment {
    color: #888;
    font-size: 12px;
    margin: 0;
    padding: 2px
}

.modal .button {
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 18px;
    color: #33a0d7;
    text-decoration: none;
    *padding: 2px 5px
}

.modal .button:hover {
    border: 1px solid #b8b8b8
}

.modal .button:active {
    border: 1px solid #b8b8b8;
    background-color: #fff
}

.modal .button.key {
    border: 1px solid #1d87bd;
    background-color: #33a0d7;
    color: #fff
}

.modal .button.key:hover {
    border-color: #0b76ac
}

.modal .button.key:active {
    border-color: #0b76ac;
    background-color: #6ac4f2
}

.modal .button[disabled], .modal .button[disabled]:hover, .modal .button.disabled, .modal .button.disabled:hover {
    color: #777;
    background-color: #ddd;
    border: 1px solid #d7d7d7
}

.modal .button.large {
    padding: 10px 25px
}

.modal .single-line {
    display: block;
    margin: 5px 0 5px 20px
}

.modal .modal-body {
    position: relative;
    font-size: 13px;
    background-color: #fafafa;
    padding: 0 20px 20px
}

.modal .modal-body > * {
    display: none
}

.modal .modal-body .info-container, .modal .modal-body .danger-container {
    padding: 20px
}

.modal .modal-footer {
    position: relative;
    border-top: 1px solid #d7d7d7;
    background-color: #f2f2f2;
    text-align: center
}

.modal .error-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    font-size: 12px;
    color: #555;
    text-align: center;
    display: block
}

.modal .error-tip .tip {
    display: none;
    background-color: #fff188;
    padding: 0 5px
}

.modal .error-tip .tip.success {
    background-color: #D5FCD7;
    color: #009E0A
}

.modal .tab-head {
    position: relative;
    margin-left: 20px
}

.modal .control-tab {
    position: relative;
    top: 1px;
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 3px;
    border: 1px solid #d7d7d7;
    color: #33a0d7;
    background-color: #fff
}

.modal .control-tab.active {
    color: #444;
    border-bottom-color: #fafafa;
    background-color: #fafafa
}

.modal .control-tab:hover {
    background-color: #f7f7f7
}

.modal .control-tab:hover.active {
    border-bottom-color: #d7d7d7;
    background-color: #fafafa
}

.modal .tab-contents {
    border-top: 1px solid #dadada
}

.modal .tab-content {
    background-color: #fafafa;
    display: none
}

.modal .tab-content.active {
    display: block
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    text-align: center
}

.modal-background .inner-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1101;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.nts-modal {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 560px;
    margin-left: -280px;
    z-index: 1110;
    border: 1px solid #b8b8b8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    text-align: left;
    background-color: #fafafa
}

.modal-mobile {
    color: #444
}

.modal-mobile .modal-head {
    position: relative;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7
}

.modal-mobile input[type="text"], .modal-mobile input[type="email"], .modal-mobile input[type="url"], .modal-mobile input[type="search"] {
    padding-left: 5px;
    height: 21px;
    border: 1px solid #dadada;
    color: #444
}

.modal-mobile .title {
    font-size: 15px
}

.modal-mobile .dismiss {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    cursor: pointer
}

.modal-mobile .control-row {
    padding: 16px 0;
    line-height: 25px
}

.modal-mobile .control-row.small {
    padding: 5px 0
}

.modal-mobile .label-left {
    position: relative;
    float: left;
    display: block;
    width: 55px;
    padding-right: 10px;
    text-align: right
}

.modal-mobile button {
    cursor: pointer
}

.modal-mobile .comment {
    color: #888;
    font-size: 12px;
    margin: 0;
    padding: 2px
}

.modal-mobile .button {
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 18px;
    color: #33a0d7;
    text-decoration: none;
    *padding: 2px 5px
}

.modal-mobile .button:hover {
    border: 1px solid #b8b8b8
}

.modal-mobile .button:active {
    border: 1px solid #b8b8b8;
    background-color: #fff
}

.modal-mobile .button.key {
    border: 1px solid #1d87bd;
    background-color: #33a0d7;
    color: #fff
}

.modal-mobile .button.key:hover {
    border-color: #0b76ac
}

.modal-mobile .button.key:active {
    border-color: #0b76ac;
    background-color: #6ac4f2
}

.modal-mobile .button[disabled], .modal-mobile .button[disabled]:hover, .modal-mobile .button.disabled, .modal-mobile .button.disabled:hover {
    color: #777;
    background-color: #ddd;
    border: 1px solid #d7d7d7
}

.modal-mobile .button.large {
    padding: 10px 25px
}

.modal-mobile .single-line {
    display: block;
    margin: 5px 0 5px 20px
}

.modal-mobile .modal-body {
    position: relative;
    font-size: 13px;
    background-color: #fafafa
}

.modal-mobile .modal-body > * {
    display: none
}

.modal-mobile .modal-body .info-container, .modal-mobile .modal-body .danger-container {
    padding: 20px
}

.modal-mobile .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    background-color: #f2f2f2;
    text-align: center
}

.modal-mobile .error-tip {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #555;
    text-align: center
}

.modal-mobile .error-tip .tip {
    display: none;
    background-color: #fff188;
    padding: 0 5px
}

.modal-mobile .error-tip .tip.success {
    background-color: #D5FCD7;
    color: #009E0A
}

.modal-mobile .tab-head {
    position: relative;
    margin-left: 20px
}

.modal-mobile .control-tab {
    position: relative;
    top: 1px;
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 3px;
    border: 1px solid #d7d7d7;
    color: #33a0d7;
    background-color: #fff
}

.modal-mobile .control-tab.active {
    color: #444;
    border-bottom-color: #fafafa;
    background-color: #fafafa
}

.modal-mobile .control-tab:hover {
    background-color: #f7f7f7
}

.modal-mobile .control-tab:hover.active {
    border-bottom-color: #d7d7d7;
    background-color: #fafafa
}

.modal-mobile .tab-contents {
    border-top: 1px solid #dadada
}

.modal-mobile .tab-content {
    background-color: #fafafa;
    display: none
}

.modal-mobile .tab-content.active {
    display: block
}

.nts-modal-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    z-index: 1110;
    text-align: center;
    background-color: #fafafa
}

.footer3 {
    position: relative;
    padding: 40px 0 50px;
    text-align: left;
    background-color: #fbfbfb;
    border-top: 1px solid #d2d6db
}

.footer3 .footer-content {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    overflow: hidden
}

.footer3 .footer-content .logo, .footer3 .footer-content .links, .footer3 .footer-content .language {
    display: inline-block;
    vertical-align: top
}

.footer3 .footer-content .logo {
    float: left;
    margin-left: 40px;
    text-align: center
}

/*.footer3 .footer-content .logo img {
    height: 40px
}*/

.footer3 .footer-content .logo .copyright {
    margin-top: 20px
}

.footer3 .footer-content .logo a {
    opacity: .5;
    filter: alpha(opacity=50);
    color: #000
}

.footer3 .footer-content .logo .page-locale-para {
    margin-top: 15px
}

.footer3 .footer-content .logo .page-locale-para .locale-item {
    margin-left: 10px;
    opacity: .5;
    filter: alpha(opacity=50);
    color: #000
}

.footer3 .footer-content .links {
    float: right;
    margin-right: 40px
}

.footer3 .footer-content .links .link-list {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px
}

.footer3 .footer-content .links .link-list:first-child {
    margin-left: 0
}

.footer3 .footer-content .links .link-list .header {
    display: block;
    margin-bottom: 10px;
    line-height: 30px
}

.footer3 .footer-content .links .link-list .link {
    margin-right: 10px;
    line-height: 30px
}

.footer3 .footer-content .links .link-list .link a {
    opacity: .5;
    filter: alpha(opacity=50);
    color: #000
}

.footer3 .footer-content .language {
    display: none
}

.footer3 .footer-content .language .locale-item {
    margin-left: 10px;
    opacity: .5;
    filter: alpha(opacity=50);
    color: #000
}

.footer3 ul, .footer3 li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

.footer3 .reports-links, .footer3 .SEO-links {
    display: none;
    position: absolute;
    left: 0;
    bottom: 160px;
    margin: 0 10%;
    border: 1px solid #d2d6db;
    box-shadow: 0 0 3px 3px #fbfbfb;
    padding: 20px 5%;
    width: 70%;
    background-color: #fff;
    z-index: 100
}

.footer3 .reports-links .links-title, .footer3 .SEO-links .links-title {
    line-height: 40px
}

.footer3 .reports-links .separate-line, .footer3 .SEO-links .separate-line {
    margin: 10px auto;
    width: 100%;
    border-bottom: 1px solid #d2d6db
}

.footer3 .reports-links .links-row, .footer3 .SEO-links .links-row {
    margin-top: 5px
}

.footer3 .reports-links .links-row a, .footer3 .SEO-links .links-row a {
    display: inline-block;
    margin-right: 30px;
    color: #000;
    line-height: 24px;
    opacity: .6;
    filter: alpha(opacity=60)
}

.footer3 .reports-links {
    bottom: 180px
}

@media (max-width: 880px) {
    .footer3 {
        padding-bottom: 30px
    }

    .footer3 .footer-content .logo {
        display: none
    }

    .footer3 .footer-content .links, .footer3 .footer-content .language {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

    .footer3 .footer-content .links {
        float: none
    }

    .footer3 .footer-content .links .link-list {
        margin: 25px auto 0;
        width: 100%
    }

    .footer3 .footer-content .links .link-list .header {
        display: block;
        margin-bottom: 15px
    }

    .footer3 .footer-content .links .link-list .link {
        margin: 5px
    }

    .footer3 .footer-content .language {
        display: block;
        margin-top: 40px
    }

    .footer3 .footer-content .language .page-locale-para {
        display: block;
        margin-left: 10px
    }

    .footer3 .hot-links:hover .SEO-links {
        display: none
    }
}

body, p, pre, textarea {
    font-family: Arial, Helvetica, "Microsoft YaHei", "微软雅黑", SimHei, STHeiti, sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.none {
    display: none
}

.sprite {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

span.sprite, i.sprite {
    display: inline-block;
    vertical-align: text-bottom
}

.sprite-left-quote {
    width: 36px;
    height: 28px;
    background: url("../static/images/landing-sprite-20160204.png") -812px -702px no-repeat
}

.sprite-mobile-icon {
    width: 36px;
    height: 36px;
    background: url("../static/images/landing-sprite-20160204.png") -1160px -622px no-repeat
}

.sprite-mobile-icon_hover {
    width: 36px;
    height: 36px;
    background: url("../static/images/landing-sprite-20160204.png") -1160px -658px no-repeat
}

.sprite-mobile-work {
    width: 170px;
    height: 120px;
    background: url("../static/images/landing-sprite-20160204.png") -480px -582px no-repeat
}

.sprite-right-quote {
    width: 36px;
    height: 28px;
    background: url("../static/images/landing-sprite-20160204.png") -848px -702px no-repeat
}

.sprite-search-icon {
    width: 36px;
    height: 36px;
    background: url("../static/images/kzyy_min1.png") no-repeat
}

.sprite-search-icon_hover {
    width: 36px;
    height: 36px;
    background: url("../static/images/kzyy_min.png") no-repeat
}

.sprite-share-icon {
    width: 36px;
    height: 36px;
    background: url("../static/images/landing-sprite-20160204.png") -1152px -492px no-repeat
}

.sprite-share-icon_hover {
    width: 36px;
    height: 36px;
    background: url("../static/images/landing-sprite-20160204.png") -740px -702px no-repeat
}

.sprite-sync-An {
    width: 80px;
    height: 80px;
    background: url("../static/images/landing-sprite-20160204.png") -310px -702px no-repeat
}
.sprite-baobiao-icon {
    width: 36px;
    height: 36px;
    background: url("../static/images/landing-sprite-20160204.png") -776px -702px no-repeat
}

.sprite-baobiao-icon_hover {
    width: 36px;
    height: 36px;
    background: url("../static/images/landing-sprite-20160204.png") -1080px -492px no-repeat
}
.sprite-team-icon {
    width: 36px;
    height: 36px;
    background: url("../static/images/landing-sprite-20160204.png") -1116px -492px no-repeat
}

.sprite-team-icon_hover {
    width: 36px;
    height: 36px;
    background: url("../static/images/landing-sprite-20160204.png") -1044px -492px no-repeat
}

.sprite-tel-icon {
    width: 100px;
    height: 100px;
    background: url("../static/images/landing-sprite-20160204.png") -1100px -372px no-repeat
}

.sprite-tel-icon-w {
    width: 100px;
    height: 100px;
    background: url("../static/images/landing-sprite-20160204.png") 0 -792px no-repeat
}

.sprite-tel-icon-w-s {
    width: 40px;
    height: 40px;
    background: url("../static/images/landing-sprite-20160204.png") -1160px -582px no-repeat
}

.sprite-auto {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -690px -702px no-repeat
}

.sprite-auto_hover {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -540px -702px no-repeat
}

.sprite-banner {
    width: 1200px;
    height: 372px;
    background: url("../static/images/landing-sprite-20160204.png") 0 0 no-repeat
}

.sprite-bulking {
    width: 170px;
    height: 120px;
    background: url("../static/images/landing-sprite-20160204.png") -650px -582px no-repeat
}

.sprite-construction {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -490px -702px no-repeat
}

.sprite-construction_hover {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -390px -702px no-repeat
}

.sprite-energy {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -1132px -530px no-repeat
}

.sprite-energy_hover {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -929px -530px no-repeat
}

.sprite-finance {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -1080px -530px no-repeat
}

.sprite-finance_hover {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -1030px -530px no-repeat
}

.sprite-internet {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -440px -702px no-repeat
}

.sprite-internet_hover {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -640px -702px no-repeat
}

.sprite-lightning {
    width: 170px;
    height: 120px;
    background: url("../static/images/landing-sprite-20160204.png") -990px -582px no-repeat
}

.sprite-lock {
    width: 170px;
    height: 120px;
    background: url("../static/images/landing-sprite-20160204.png") -820px -582px no-repeat
}
/*2*/
.sprite-mobile {
    width: 310px;
    height: 210px;
    background: url("../static/images/xyzh.png") no-repeat
}
/*3*/
.sprite-search {
    width: 310px;
    height: 210px;
    background: url("../static/images/kzyy.png")no-repeat
}
/*1*/
.sprite-share {
    width: 310px;
    height: 210px;
    background: url("../static/images/tmcs.png") no-repeat
}
.sprite-baobiao {
    width: 310px;
    height: 210px;
    background: url("../static/images/baobiao.png") no-repeat
}

.sprite-soft {
    width: 170px;
    height: 120px;
    background: url("../static/images/landing-sprite-20160204.png") -310px -582px no-repeat
}

.sprite-sync {
    width: 170px;
    height: 120px;
    background: url("../static/images/landing-sprite-20160204.png") -930px -372px no-repeat
}

.sprite-team {
    width: 310px;
    height: 210px;
    background: url("../static/images/landing-sprite-20160204.png") 0 -582px no-repeat
}

.sprite-university {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -980px -530px no-repeat
}

.sprite-university_hover {
    width: 50px;
    height: 50px;
    background: url("../static/images/landing-sprite-20160204.png") -590px -702px no-repeat
}

.sprite-wifi {
    width: 114px;
    height: 38px;
    background: url("../static/images/landing-sprite-20160204.png") -930px -492px no-repeat
}

.sprite {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

span.sprite, i.sprite {
    display: inline-block;
    vertical-align: text-bottom
}

.sprite-21st-report {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -594px no-repeat
}

.sprite-36kr-report {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -754px no-repeat
}

.sprite-ALLBRIGHT:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px 0 no-repeat
}

.sprite-BOSSYOUNG:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -108px no-repeat
}

.sprite-CAS:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -162px no-repeat
}

.sprite-CCDI:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -216px no-repeat
}

.sprite-CGS:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px 0 no-repeat
}

.sprite-CNOOC:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -106px no-repeat
}

/*完美*/
.sprite-CNPC:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px 0 no-repeat
}

.sprite-CYJ-report {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -362px -674px no-repeat
}

.sprite-Dacheng:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -216px no-repeat
}

.sprite-ECNU:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -324px no-repeat
}

.sprite-ECU:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -378px no-repeat
}

.sprite-GM:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -432px no-repeat
}

.sprite-GREENLAND:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -432px no-repeat
}

.sprite-HAND-corp {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -181px -674px no-repeat
}

.sprite-HUNDSUN-corp {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -674px no-repeat
}

.sprite-IB:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px -110px no-repeat
}

.sprite-IBM-corp {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -264px -270px no-repeat
}

.sprite-KINGWOOD:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px -54px no-repeat
}

.sprite-Microsoft-corp {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -270px no-repeat
}

.sprite-Renault:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 0 no-repeat
}

.sprite-Tencent-report {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -543px -594px no-repeat
}

.sprite-Tencent:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px -324px no-repeat
}

.sprite-Tongji:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px -486px no-repeat
}

.sprite-Tsinghua:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -108px no-repeat
}

.sprite-XD:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -540px no-repeat
}

.sprite-ZZNISSAN:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -486px no-repeat
}

.sprite-ali:hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px 0 no-repeat
}

.sprite-arrow-left {
    width: 14px;
    height: 26px;
    background: url("../static/images/1customer_logos_sprite20160322.jpg") -766px -594px no-repeat
}

.sprite-arrow-left:hover {
    width: 14px;
    height: 26px;
    background: url("../static/images/1customer_logos_sprite20160322.jpg") -752px -594px no-repeat
}

.sprite-arrow-right {
    width: 14px;
    height: 26px;
    background: url("../static/images/1customer_logos_sprite20160322.jpg") -738px -594px no-repeat
}

.sprite-arrow-right:hover {
    width: 14px;
    height: 26px;
    background: url("../static/images/1customer_logos_sprite20160322.jpg") -724px -594px no-repeat
}

.sprite-chinaNet-corp {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -529px -270px no-repeat
}

.sprite-techweb-report {
    width: 181px;
    height: 80px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -181px -754px no-repeat
}

.sprite-ALLBRIGHT {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -108px no-repeat
}

.sprite-BOSSYOUNG {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -54px no-repeat
}

.sprite-CAS {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -162px no-repeat
}

.sprite-CCDI {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -216px no-repeat
}

.sprite-CGS {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -54px no-repeat
}

.sprite-CNOOC {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -161px no-repeat
}

.sprite-CNPC {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -54px no-repeat
}

.sprite-Dacheng {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -162px no-repeat
}

.sprite-ECNU {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -270px no-repeat
}

.sprite-ECU {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -378px no-repeat
}

.sprite-GM {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -378px no-repeat
}

.sprite-GREENLAND {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -432px no-repeat
}

.sprite-IB {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px -163px no-repeat
}

.sprite-JIC {
    width: 210px;
    height: 54px;
    background: url("../static/images/zgkx.jpg")  no-repeat;
}

.sprite-KINGWOOD {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px 0 no-repeat
}

.sprite-Renault {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") 0 -54px no-repeat
}

.sprite-Tencent {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px -270px no-repeat
}

.sprite-Tongji {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px -432px no-repeat
}

.sprite-Tsinghua {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -162px no-repeat
}

.sprite-XD {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px -108px no-repeat
}

.sprite-ZZNISSAN {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -420px -486px no-repeat
}

.sprite-ali {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -630px -54px no-repeat
}

.sprite-gaode {
    width: 210px;
    height: 54px;
    background: url("../static/images/hzyr.jpg") no-repeat;
}

.contact-us {
    position: fixed;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background-color: #407fea;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999
}

.contact-us .tel-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all .5s ease-in-out;
    transform-origin: center center;
    -moz-transform-origin: center center
}

.contact-us .dismiss-icon {
    position: absolute;
    bottom: 23px;
    right: 23px;
    transition: all .5s ease-in-out;
    transform-origin: center center;
    -moz-transform-origin: center center;
    transform: scale(.01) rotate(1440deg)
}

.contact-us .tel-icon-toggle-on {
    transform: scale(.01) rotate(1440deg)
}

.contact-us .dismiss-icon-toggle-on {
    transform: scale(1) rotate(0deg)
}

.contact-us .contact-box {
    position: absolute;
    bottom: 30px;
    right: 16px;
    border-radius: 5px;
    width: 0;
    height: 0;
    background-color: #fff;
    cursor: auto;
    overflow: hidden;
    transition: all .5s ease-in-out
}

.contact-us .contact-box .contact-title {
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background-color: #407fea
}

.contact-us .contact-box .contact-body {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    background-color: #fff
}

.contact-us .contact-box .contact-body .contact-icon {
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    vertical-align: top
}

.contact-us .contact-box .contact-body .contacts {
    display: inline-block;
    margin-left: 18px
}

.contact-us .contact-box .contact-body .contacts a {
    margin-left: 10px;
    font-size: 1.2em
}

.contact-us .contact-box .contact-body .contacts .contact + .contact {
    margin-top: 10px
}

.contact-us .contact-box-toggle-on {
    bottom: 65px;
    width: 320px;
    height: 170px;
    box-shadow: 0 0 5px 3px #f8f8f8
}

.contact-us-sprite {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

span.contact-us-sprite, i.contact-us-sprite {
    display: inline-block;
    vertical-align: text-bottom
}

.contact-us-sprite-close {
    width: 14px;
    height: 14px;
    background: url("/static/images/contact-us-sprite.png") 0 -40px no-repeat;
    background-size: 70px 54px
}

.contact-us-sprite-microphone {
    width: 40px;
    height: 40px;
    background: url("/static/images/contact-us-sprite.png") 0 0 no-repeat;
    background-size: 70px 54px
}

.contact-us-sprite-phone {
    width: 30px;
    height: 30px;
    background: url("/static/images/contact-us-sprite.png") -40px 0 no-repeat;
    background-size: 70px 54px
}

.sprite-cpc {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

span.sprite-cpc, i.sprite-cpc {
    display: inline-block;
    vertical-align: text-bottom
}

.sprite-cpc-QQ-contact {
    width: 80px;
    height: 107px;
    background: url("../static/images/cpclanding-sprite_20160203.png") 0 -622px no-repeat
}

.sprite-cpc-any-file {
    width: 146px;
    height: 102px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -790px -344px no-repeat
}

.sprite-cpc-btn-default {
    width: 200px;
    height: 64px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -432px -194px no-repeat
}

.sprite-cpc-btn-hover {
    width: 200px;
    height: 64px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -632px -194px no-repeat
}

.sprite-cpc-edit-lock {
    width: 146px;
    height: 102px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -644px -344px no-repeat
}

.sprite-cpc-edit-online {
    width: 146px;
    height: 102px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -146px -520px no-repeat
}

.sprite-cpc-hot-app {
    width: 312px;
    height: 38px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -432px -40px no-repeat
}

.sprite-cpc-left-quotition {
    width: 42px;
    height: 38px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -786px -40px no-repeat
}

.sprite-cpc-logo-gaode {
    width: 203px;
    height: 58px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -432px -78px no-repeat
}

.sprite-cpc-logo-tsinghua {
    width: 203px;
    height: 58px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -635px -78px no-repeat
}

.sprite-cpc-logo-zznissan {
    width: 203px;
    height: 58px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -432px -136px no-repeat
}

.sprite-cpc-red-cross {
    width: 12px;
    height: 12px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -902px -2px no-repeat
}

.sprite-cpc-right-quotition {
    width: 42px;
    height: 38px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -744px -40px no-repeat
}

.sprite-cpc-sync-by-type {
    width: 146px;
    height: 102px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -498px -344px no-repeat
}

.sprite-cpc-tel-icon {
    width: 100px;
    height: 100px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -438px -520px no-repeat
}

.sprite-cpc-tel-icon-w {
    width: 100px;
    height: 100px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -538px -520px no-repeat
}

.sprite-cpc-tel-icon-w-s {
    width: 40px;
    height: 40px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -838px -78px no-repeat
}

.sprite-cpc-white-cross {
    width: 10px;
    height: 10px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -914px -2px no-repeat
}

.sprite-cpc-cloud {
    width: 432px;
    height: 342px;
    background: url("../static/images/cpclanding-sprite_20160203.png") 0 -2px no-repeat
}

.sprite-cpc-group {
    width: 146px;
    height: 102px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -292px -520px no-repeat
}

.sprite-cpc-help {
    width: 14px;
    height: 14px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -888px -2px no-repeat
}

.sprite-cpc-lighting {
    width: 146px;
    height: 102px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -352px -344px no-repeat
}

.sprite-cpc-line {
    width: 936px;
    height: 2px;
    background: url("../static/images/cpclanding-sprite_20160203.png") 0 0 no-repeat
}

.sprite-cpc-logo {
    width: 130px;
    height: 34px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -744px -2px no-repeat
}

.sprite-cpc-multi {
    width: 146px;
    height: 102px;
    background: url("../static/images/cpclanding-sprite_20160203.png") 0 -520px no-repeat
}

.sprite-cpc-personal {
    width: 176px;
    height: 176px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -176px -344px no-repeat
}

.sprite-cpc-platform {
    width: 312px;
    height: 38px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -432px -2px no-repeat
}

.sprite-cpc-team {
    width: 176px;
    height: 176px;
    background: url("../static/images/cpclanding-sprite_20160203.png") 0 -344px no-repeat
}

.sprite-cpc-tick {
    width: 14px;
    height: 14px;
    background: url("../static/images/cpclanding-sprite_20160203.png") -874px -2px no-repeat
}

.fixedbar {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: visible;
    background-color: #fff;
    min-width: 1200px;
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.3)
}

.fixedbar img.logo-nutstore {
    height: 50px
}

.fixedbar .fixedbar-content {
    width: 1200px;
    margin: 0 auto
}

.fixedbar .fixedbar-content > div {
    display: inline-block
}

.fixedbar #logo-img {
    margin: 5px 0;
    vertical-align: top
}

.fixedbar .nav-links {
    float: right;
    margin: 20px 0;
    height: 20px;
    font-size: 16px;
    text-align: right
}

.fixedbar .nav-links ul {
    list-style-type: none
}

.fixedbar .nav-links li {
    display: inline-block;
    display: inline;
    *zoom: 1;
    padding: 0 3px;
    position: relative
}

.fixedbar .nav-links li a {
    color: #000;
    padding: 0 10px
}

.fixedbar .nav-links li.active a {
    color: #51aedd
}

.fixedbar .tooltip {
    font-size: 14px;
    line-height: 1.5;
    width: 150px
}

.fixedbar .tooltip.in {
    opacity: .9 !important;
    filter: alpha(opacity=90) !important
}

#login-popover.popover {
    position: absolute;
    top: 32px;
    left: auto;
    right: 0
}

#login-popover.popover .popover-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 25px 0 15px
}

#login-popover.popover .popover-content .clearfix {
    margin-bottom: 10px
}

#login-popover.popover .popover-content .inputs-list:first-child {
    padding-top: 0
}

#login-popover.popover .arrow-border {
    top: -10px !important;
    left: 70%;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #999 !important
}

#login-popover.popover .arrow {
    top: -9px;
    left: 70%;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #FFF
}

#login-popover.popover .arrow {
    left: 75%
}

#login-popover.popover form.mini {
    margin: 0 auto
}

#login-popover.popover form.mini label {
    width: 80px;
    float: left;
    text-align: right;
    padding-top: 6px
}

#login-popover.popover form.mini .input {
    margin-left: 90px
}

#login-popover.popover form.mini input {
    margin-bottom: 0
}

#login-popover.popover {
    right: -8px;
    top: 5px;
    *top: 25px;
    width: 340px;
    max-width: 340px
}

a:hover, a:active {
    text-decoration: none
}

.content-container {
    padding-top: 70px
}

.gray-bg {
    background-color: #f6f9ff
}

#presenting-box {
    position: relative;
    background-color: #f6f9ff;
    text-align: center;
    min-width: 1200px
}

#presenting-box .box-content {
    width: 1200px;
    margin: 0 auto;
    background-color: #f6f9ff
}

#presenting-box .presenting-header {
    padding-top: 42px;
    color: #407fea
}

#presenting-box .header-tip1 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 36px
}

#presenting-box .header-tip2 {
    font-size: 24px;
    line-height: 24px
}

#presenting-box .download-bar {
    position: absolute;
    top: 166px;
    width: 100%;
    text-align: center
}

#presenting-box .download-bar .download-btn {
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 200px;
    height: 54px;
    background-color: #407fea
}

#presenting-box .download-bar .download-btn a {
    color: #fff;
    text-decoration: none
}

#presenting-box .download-bar .download-btn div {
    width: 200px;
    height: 54px;
    line-height: 54px;
    font-size: 28px
}

#presenting-box .download-bar .download-btn:hover {
    background-color: #226ae2
}

#presenting-box .presenting-photos {
    position: relative;
    *zoom: 1;
    margin-top: 50px;
    width: 1200px
}

#presenting-box .presenting-photos:before, #presenting-box .presenting-photos:after {
    display: table;
    content: "";
    line-height: 0
}

#presenting-box .presenting-photos:after {
    clear: both
}

#presenting-box .usage-scence {
    float: left;
    width: 400px
}

.users-cases-container {
    width: 100%;
    min-width: 1200px;
    background-color: #fff
}

.users-cases {
    width: 1200px;
    height: 450px;
    margin: 200px auto 0;
    background-color: #fff;
    *zoom: 1
}

.users-cases:before, .users-cases:after {
    display: table;
    content: "";
    line-height: 0
}

.users-cases:after {
    clear: both
}

#users-list {
    position: absolute;
    top: 60px;
    padding-top: 10px;
    z-index: 998
}

#cases-carousel {
    position: relative;
    width: 1200px
}

#cases-carousel .carousel-indicators {
    top: 140px;
    right: 40px
}

#cases-carousel .carousel-indicators li {
    float: none;
    margin-top: 20px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #c2d9ff;
    cursor: pointer
}

#cases-carousel .carousel-indicators li.active {
    background-color: #488dff
}

#cases-carousel .carousel-inner {
    float: left;
    width: 516px
}

#cases-carousel .case-desc {
    position: relative
}

#cases-carousel .case-desc h4 {
    margin: 20px 0 16px;
    color: #407fea;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px
}

#cases-carousel .case-desc .left-quote {
    float: left
}

#cases-carousel .case-desc .case-detail {
    float: left;
    margin: 10px 0 0 20px;
    width: 460px;
    color: #666;
    font-size: 14px;
    line-height: 24px
}

#cases-carousel .case-desc .right-quote {
    float: right
}

.cases-nav-right {
    float: left;
    margin: 0px 0 0 160px
}

.sliders-container {
    position: relative
}

ul.cases-nav-list {
    list-style-type: none
}

.case-nav-item {
    margin-bottom: 36px;
    width: 360px;
    height: 48px;
    color: #999;
    cursor: pointer
}

.case-nav-item .hover {
    display: none
}

.case-nav-item:hover, .case-nav-item.active {
    color: #407fea
}

.case-nav-item:hover .hover, .case-nav-item.active .hover {
    display: inline-block
}

.case-nav-item:hover .normal, .case-nav-item.active .normal {
    display: none
}

.case-nav-item .nav-item {
    text-align: left
}

.case-nav-item .nav-item .nav-item-icon {
    float: left;
    margin-top: 6px;
    width: 36px
}

.case-nav-item .nav-item .nav-item-words {
    float: left;
    margin-left: 56px;
    width: 260px
}

.case-nav-item .nav-item .nav-item-words .nav-item-title {
    font-size: 24px;
    line-height: 24px
}

.case-nav-item .nav-item .nav-item-words .nav-item-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px
}

.nutstore-features-container {
    width: 100%;
    min-width: 1200px;
    background-color: #f6f9ff
}

.nutstore-features {
    width: 1200px;
    margin: 0 auto
}

.nutstore-features table {
    width: 100%
}

.feature-item {
    width: 402px;
    vertical-align: top;
    text-align: center
}

.feature-item-head {
    margin-top: 40px
}

.feature-item-icon {
    display: block
}

.feature-item-title {
    margin-top: 14px;
    font-size: 24px;
    color: #407fea
}

.feature-item-desc {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    line-height: 24px
}

.features-head {
    padding-top: 20px;
    font-size: 24px;
    color: #407fea;
    text-align: center
}

.customer-comments {
    width: 1200px;
    margin: 0 auto
}

.customer-comments .comments-title {
    margin: 80px auto;
    font-size: 24px;
    color: #407fea;
    text-align: center
}

.customer-comments #cases-carousel-comments {
    height: 400px
}

.customer-comments #cases-carousel-comments .carousel-indicators {
    top: auto;
    left: 50%;
    bottom: 140px;
    margin-left: -110px
}

.customer-comments #cases-carousel-comments .carousel-indicators li {
    float: left;
    margin-right: 20px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #c2d9ff;
    cursor: pointer
}

.customer-comments #cases-carousel-comments .carousel-indicators li.active {
    background-color: #488dff
}

.customer-comments #cases-carousel-comments .comment-row {
    position: relative;
    display: block;
    margin-bottom: 20px;
    height: 240px
}

.customer-comments #cases-carousel-comments .comment-row .customer-banner {
    display: inline-block;
    float: left;
    margin-left: 70px;
    width: 200px
}

.customer-comments #cases-carousel-comments .comment-row .comments {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 50px;
    text-align: left;
    font-size: 18px;
    color: #666;
    line-height: 28px
}

.customer-comments #cases-carousel-comments .comment-row .comments .title-detail {
    display: inline-block;
    margin: 10px 0 0 20px;
    width: 700px
}

.customer-comments #cases-carousel-comments .comment-row .comments .customer-info {
    display: block;
    margin-top: 55px;
    text-align: right
}

.customer-comments #cases-carousel-comments .comment-row .comments .customer-info span {
    display: block
}

.customer-comments #cases-carousel-comments .comment-row .comments .another-line {
    display: block;
    position: absolute;
    right: 0
}

.customer-comments #cases-carousel-comments .comment-row .comments .text-top {
    vertical-align: top
}

.customer-comments #cases-carousel-comments .industries {
    margin: 60px auto 0;
    width: 100%;
    text-align: center
}

.customer-comments #cases-carousel-comments .industries .industry {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer
}

.customer-comments #cases-carousel-comments .industries .industry .industry-icon {
    float: left
}

.customer-comments #cases-carousel-comments .industries .industry .industry-words {
    float: left;
    margin: 13px 0 0 5px;
    font-size: 22px;
    color: #999
}

.customer-comments #cases-carousel-comments .industries .industry .hover {
    display: none
}

.customer-comments #cases-carousel-comments .industries .industry:hover .hover, .customer-comments #cases-carousel-comments .industries .industry.active .hover {
    display: inline-block
}

.customer-comments #cases-carousel-comments .industries .industry:hover .normal, .customer-comments #cases-carousel-comments .industries .industry.active .normal {
    display: none
}

.customer-comments #cases-carousel-comments .industries .industry:hover .industry-words, .customer-comments #cases-carousel-comments .industries .industry.active .industry-words {
    color: #407fea
}

.reports-container {
    margin: 80px 0 22px;
    width: 100%;
    min-width: 1200px;
    text-align: center
}

.reports-head {
    margin: 50px auto 30px;
    font-size: 24px;
    color: #407fea
}

.media-reports {
    margin: 0 auto;
    padding: 10px 0 30px;
    width: 100%;
    text-align: center
}

.reports-list {
    background-color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: 1200px
}

.report-item {
    display: inline-block;
    margin: 10px 10px;
    width: 200px;
    height: 180px;
    *position: relative
}

.report-item .media-logo {
    margin-top: 50px
}

.report-item .popover-title {
    font-size: 13px;
    color: #51aedd;
    display: none
}

.report-item .popover-content {
    font-size: 13px
}

.report-item:nth-child(2n+1) {
    background-color: #f6f9ff
}

.report-footer {
    margin: 10px 0 0;
    width: 100%;
    text-align: right
}

.report-footer a {
    text-decoration: none;
    color: #0088cc;
    right: auto
}

.report-footer a li {
    background-color: transparent;
    cursor: pointer
}

#sync {
    position: absolute;
    top: 225px;
    left: 603px;
    width: 80px;
    height: 80px;
    transition-timing-function: ease-in-out;
    animation: syncA 2s infinite;
    z-index: 998
}

#wifi {
    position: absolute;
    top: 0;
    right: 290px;
    width: 38px;
    height: 38px;
    background: url("../static/images/landing-sprite-20160204.png") -930px -492px;
    animation: wifiA 3s steps(3) infinite;
    z-index: 998
}

@keyframes syncA {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes wifiA {
    100% {
        background-position: -1044px -492px
    }
}

.wraptocenter * {
    vertical-align: middle
}

.wraptocenter * {
    vertical-align: middle
}

.section {
    position: relative
}

.footer {
    font-size: 13px;
    background-color: #f6f9ff
}

.footer .container {
    border-top: none
}

.footer ul li.header, .footer .footer-right p {
    font-size: 13px
}

.lower-height .fixedbar {
    position: relative
}

.lower-height .content-container {
    padding-top: 0
}

.lower-height #users-list {
    position: relative;
    top: 30px
}

.lower-height .users-cases {
    margin-top: 80px
}

.lower-height .nutstore-features {
    padding: 40px 0
}

.sprite-ZZNISSAN-hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/syhc.jpg") no-repeat;
}

.sprite-Tsinghua-hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/xbdq.jpg") no-repeat;
}

.sprite-CNOOC-hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px -108px no-repeat
}

.sprite-CGS-hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/customer_logos_sprite20160322.jpg") -210px 0 no-repeat
}

.sprite-GREENLAND-hover {
    width: 210px;
    height: 54px;
    background: url("../static/images/xwd.jpg") no-repeat;
}

.btn-primary {
    background-color: #407fea;
    border: none
}

.btn-primary:hover {
    background-color: #226ae2;
    border: none
}

.none {
    display: none
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000
}

.personal-or-team {
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    height: 360px;
    z-index: 1001
}

.personal-or-team .title-xs {
    display: block;
    color: #407fea;
    font-size: 22px;
    line-height: 150%
}

.personal-or-team .title-detail {
    font-size: 14px;
    line-height: 150%;
    display: block;
    color: #929292
}

.personal-or-team .dialog-title {
    background-color: #407fea;
    height: 40px
}

.personal-or-team .dialog-title .text {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #fff;
    font-size: 14px
}

.personal-or-team .options {
    background-color: #fff;
    padding: 53px 75px 42px 75px
}

.personal-or-team .options .icon-team, .personal-or-team .options .icon-personal {
    display: inline-block;
    text-align: center
}

.personal-or-team .options .icon-team .icon-text, .personal-or-team .options .icon-personal .icon-text {
    margin-top: 30px
}

.personal-or-team .options .icon-team .sprite-cpc, .personal-or-team .options .icon-personal .sprite-cpc {
    border: 1px solid #fff;
    border-radius: 88px
}

.personal-or-team .options .icon-team:hover .sprite-cpc, .personal-or-team .options .icon-personal:hover .sprite-cpc {
    border-color: #407fea;
    box-shadow: 0 0 4px 4px #407fea;
    border-radius: 88px
}

.personal-or-team .options .icon-personal {
    margin-right: 120px
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px
}

.btn-close .close {
    position: relative;
    top: 10px;
    left: 15px;
    vertical-align: middle
}

.event20160501 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1001
}

.event20160501 .btn-close {
    color: #fff;
    font-size: 48px;
    line-height: 48px
}

.event20160501 .eventImg {
    margin: 5% auto;
    z-index: 1002
}