body, html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    width: 100% !important;
    height: 100% !important;
    font-size: 12px;
}

h1 {
    font-weight: 700;
}

h1 strong {
    font-weight: 900;
}

h2 {
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    color: #555;
}

h3 {
    font-size: 16px;
    font-weight: 700;
    color: #555;
}

h4 {
    font-weight: 500;
    color: #555;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 14px;
}

a {
    color: #754747;
}

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

ul, ol {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ddd;
    z-index: 99999;
    height: 100%;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0;
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

hr {
    height: 4px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #E75926;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]: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
    }

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

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

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

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

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

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

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

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

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

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

.glyphicon-briefcase:before {
    content: "\e139"
}

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

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

.glyphicon-paperclip:before {
    content: "\e142"
}

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

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

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

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

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

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

a {
    color: #00A0DE;
    text-decoration: none
}

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 0px;
}

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

.img-circle {
    border-radius: 0px;
}

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777777
}

.text-primary {
    color: #00A0DE
}

a.text-primary:hover, a.text-primary:focus {
    color: #007bab
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #00A0DE
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #007bab
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

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

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

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

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

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

.initialism {
    font-size: 90%
}

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

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777
}

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

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

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

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

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

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

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

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

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

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

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

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

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

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

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

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

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

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

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

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

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

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

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

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

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

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

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

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

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

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

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

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

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

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

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

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left
}

th {
    text-align: left
}

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

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

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

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

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

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

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

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

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

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

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

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

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

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

input[type="range"] {
    display: block;
    width: 100%
}

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

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

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

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

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

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

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

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

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

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

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

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

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

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

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

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

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

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

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

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

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

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

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

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

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

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

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

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

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

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

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

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

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

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

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

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    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 {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

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

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #00A0DE;
    border-color: #008ec5
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #007bab;
    border-color: #003245
}

.btn-primary:hover {
    color: #fff;
    background-color: #007bab;
    border-color: #006287
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bab;
    border-color: #006287
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #006287;
    border-color: #003245
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #00A0DE;
    border-color: #008ec5
}

.btn-primary .badge {
    color: #00A0DE;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #00A0DE;
    font-weight: normal;
    border-radius: 0px;
}

.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: #006992;
    text-decoration: underline;
    background-color: transparent
}

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

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.open > a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap
}

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

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

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

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

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

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

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

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

.btn-toolbar {
    margin-left: -5px
}

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

.btn-toolbar:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

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

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

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

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

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

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

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

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

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

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

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

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

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

.input-group-addon:last-child {
    border-left: 0
}

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

.input-group-btn > .btn {
    position: relative
}

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

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

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}


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

.breadcrumb > li {
    display: inline-block
}

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

.breadcrumb > .active {
    color: #777777
}

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

.pagination > li {
    display: inline
}

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

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

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

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: #006992;
    background-color: #eeeeee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00A0DE;
    border-color: #00A0DE;
    cursor: default
}

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

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

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

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

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

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

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

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

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

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

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

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

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

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

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

.label:empty {
    display: none
}

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

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

.label-default {
    background-color: #777777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #00A0DE
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #007bab
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

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

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

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 0px;
}

.badge:empty {
    display: none
}

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

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #00A0DE;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

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

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px
}

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

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

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

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

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #00A0DE
}

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

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

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

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

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

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

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

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

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

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

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

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

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

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

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

.alert-danger .alert-link {
    color: #843534
}

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

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

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00A0DE;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

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

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

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

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

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

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

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

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed
}

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

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #00A0DE;
    border-color: #00A0DE
}

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

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

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

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

.panel-body {
    padding: 15px
}

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

.panel-body:after {
    clear: both
}

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

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

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

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0px;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}

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

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

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

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

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333
}

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

.panel-primary {
    border-color: #00A0DE
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #00A0DE;
    border-color: #00A0DE
}

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

.panel-primary > .panel-heading .badge {
    color: #00A0DE;
    background-color: #fff
}

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

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

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

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

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

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

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

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

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

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

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

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

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

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

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

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

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

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

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

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

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

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

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

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

.well-lg {
    padding: 24px;
    border-radius: 0px;
}

.well-sm {
    padding: 9px;
    border-radius: 0px;
}

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

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

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

.modal-open {
    overflow: hidden
}

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

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

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

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

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

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

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

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

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

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

.modal-header:after {
    clear: both
}

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

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

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

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

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

.modal-footer:after {
    clear: both
}

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

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

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

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0px;
}

.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.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -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
}

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.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;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative
}

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

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

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

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

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

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

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

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

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

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

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

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

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

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

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

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

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

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

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

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

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 0px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

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

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

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

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

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

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

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

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

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

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

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

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

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

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

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

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

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

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

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

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

@media print {
    .visible-print-block {
        display: block !important
    }
}

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

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.welcome-page-news nav.navbar, .cooperations-page-index nav.navbar, .welcome-page-user_agreement nav.navbar, .welcome-page-sla_kodo nav.navbar, .welcome-page-sla_fusion nav.navbar, .welcome-page-sla_pili nav.navbar, .welcome-page-sla_dora nav.navbar, .welcome-page-product_news nav.navbar, .welcome-page-welfares nav.navbar, .errors-page nav.navbar, .recommendations-page nav.navbar, .feedbacks-page nav.navbar {
    background-color: #303848
}

.welcome-page-news .features, .cooperations-page-index .features, .welcome-page-user_agreement .features, .welcome-page-sla_kodo .features, .welcome-page-sla_fusion .features, .welcome-page-sla_pili .features, .welcome-page-sla_dora .features, .welcome-page-product_news .features, .welcome-page-welfares .features, .errors-page .features, .recommendations-page .features, .feedbacks-page .features {
    padding-top: 1.5rem
}

.welcome-page-news .features.web-form, .cooperations-page-index .features.web-form, .welcome-page-user_agreement .features.web-form, .welcome-page-sla_kodo .features.web-form, .welcome-page-sla_fusion .features.web-form, .welcome-page-sla_pili .features.web-form, .welcome-page-sla_dora .features.web-form, .welcome-page-product_news .features.web-form, .welcome-page-welfares .features.web-form, .errors-page .features.web-form, .recommendations-page .features.web-form, .feedbacks-page .features.web-form {
    padding-top: 68px
}

.welcome-page-news .error-page.error-page-404, .cooperations-page-index .error-page.error-page-404, .welcome-page-user_agreement .error-page.error-page-404, .welcome-page-sla_kodo .error-page.error-page-404, .welcome-page-sla_fusion .error-page.error-page-404, .welcome-page-sla_pili .error-page.error-page-404, .welcome-page-sla_dora .error-page.error-page-404, .welcome-page-product_news .error-page.error-page-404, .welcome-page-welfares .error-page.error-page-404, .errors-page .error-page.error-page-404, .recommendations-page .error-page.error-page-404, .feedbacks-page .error-page.error-page-404 {
    margin: 90px auto;
    max-width: 666px;
    min-height: 370px
}

nav.navbar {
    min-height: 68px;
    margin-bottom: 0;
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: transparent
}

nav.navbar:hover {
    background-color: #303848
}

nav.navbar.nav-bg {
    background-color: #303848
}

.navbar-default {
    background: transparent;
    color: #FFF;
    background-color: #303848;
    border: none;
    border-radius: 0px;
    transition: opacity .6s ease, background .6s ease, box-shadow .6s ease
}

.navbar-default .navbar-collapse {
    padding-left: 4px;
    padding-right: 4px
}

.navbar-default .navbar-header {
    min-height: 68px
}

.navbar-default .navbar-header .navbar-toggle {
    margin-top: 14px
}

.navbar-default .navbar-header .navbar-toggle:focus, .navbar-default .navbar-header .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.35)
}

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

.navbar-default .navbar-brand.navbar-brand-text {
    padding-top: 23px;
    padding-bottom: 23px
}

.navbar-default .navbar-brand {
    display: inline-block;
    height: auto;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 18px;
    font-size: 16px
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #FFF
}

.navbar-default .navbar-brand img {
    display: block;
    float: left
}

.navbar-default .navbar-brand span {
    display: block;
    float: left;
    margin-top: 17px
}

.navbar-default .navbar-nav > li.open a {
    color: #00A0DE;
    background-color: transparent
}

.navbar-default .navbar-nav > li.open a:hover {
    color: #00A0DE;
    background-color: transparent
}

.navbar-default .navbar-nav > li.open a:focus {
    color: #FFF;
    background-color: transparent
}

.navbar-default .navbar-nav > li {
    padding: 0.08rem 0 0.09rem
}

.navbar-default .navbar-nav > li > a {
    display: block;
    color: #FFF;
    position: relative
}

.navbar-default .navbar-nav > li > a:hover {
    color: #00A0DE
}

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

.navbar-default .navbar-nav .services-menu, .navbar-default .navbar-nav .solutions-menu {
    background-color: #303848;
    padding: 0;
    border: 0
}

.navbar-default .navbar-nav .services-menu li.menu-title, .navbar-default .navbar-nav .solutions-menu li.menu-title {
    background-color: rgba(229, 229, 229, 0.06);
    font-size: 12px;
    color: #97989c;
    padding: 2px 0 2px 20px
}

.navbar-default .navbar-nav .services-menu li.service, .navbar-default .navbar-nav .services-menu li.solution, .navbar-default .navbar-nav .solutions-menu li.service, .navbar-default .navbar-nav .solutions-menu li.solution {
    padding: 0;
    border-bottom: 1px solid rgba(229, 229, 229, 0.07)
}

.navbar-default .navbar-nav .services-menu li a, .navbar-default .navbar-nav .solutions-menu li a {
    padding: 10px 20px;
    color: #FFF;
    transition: all .3s
}

.navbar-default .navbar-nav .services-menu li a:hover, .navbar-default .navbar-nav .solutions-menu li a:hover {
    transition: all .3s;
    color: #00A0DE;
    background-color: rgba(239, 239, 239, 0.15)
}

.navbar-default .navbar-nav .services-menu li a:hover h4 small, .navbar-default .navbar-nav .solutions-menu li a:hover h4 small {
    color: #00A0DE
}

.navbar-default .navbar-nav .services-menu li a:focus, .navbar-default .navbar-nav .solutions-menu li a:focus {
    transition: all .3s;
    color: #FFF
}

.navbar-default .navbar-nav .services-menu li a h4, .navbar-default .navbar-nav .solutions-menu li a h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 14px
}

.navbar-default .navbar-nav .services-menu li a h4 small, .navbar-default .navbar-nav .solutions-menu li a h4 small {
    color: #FFF
}

.navbar-default .navbar-nav .services-menu li a p, .navbar-default .navbar-nav .solutions-menu li a p {
    color: #97989c;
    margin: 0;
    font-size: 12px
}

.navbar-default span.navbar-btline {
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #97989c
}

.navbar-default .navbar-right {
    margin-right: 0;
    font-size: 12px
}

.navbar-default .actions {
    margin-left: 15px;
    padding: 7px 0 0 25px;
    position: relative
}

.navbar-default .actions span.middle-line {
    display: inline-block;
    content: " ";
    width: 1px;
    height: 16px;
    background: #FFF;
    position: absolute;
    top: 17px;
    left: 0
}

.navbar-default .actions .btn {
    margin-right: 10px
}

.navbar-default .actions .btn:last-child {
    margin-right: 0
}

.nav-tabs.nav-justified.nav-short {
    width: 80%
}

.services-menu .service .kodo {
    background-image: url(/assets/menuicon-duixiangcunchu@2x-81aafe89655ebedcddea5da677273be8ba4a5d28bdb0c55e306828f654e1e6f7.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .fusion {
    background-image: url(/assets/menuicon-rongheyouzhijiedian@2x-58da12206918963242b9fd27e9999b9aa8f8a0fa5e700c83fba2bc9e54a36bfd.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .kirk {
    background-image: url(/assets/menuicon-rongqifuwu@2x-38e48f39c797b11f22aba8c7be9eea1c9086fd9c87e3b4391f3045dafecf6f75.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .atlab {
    background-image: url(/assets/menuicon-jiqixuexi@2x-36a27b10763467dd0f3d759a3303515dd6a5a929d2c72872c2ca99538ee5885f.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .pandora {
    background-image: url(/assets/menuicon-dashuju@2x-af6e9fff15935f7c6954eb9af0b1ca0ef1275937fa34d435cf04a6402e1e5ae5.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .dora {
    background-image: url(/assets/menuicon-shujuchuli@2x-57367d658d02945a970aa9344652878f9eb434fb54fc9a1c7d512845e7f0b80c.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .pili {
    background-image: url(/assets/menuicon-shipinzhibo@2x-8f6b4d8e205d172a3034fc8463d9c9b65252412c43de365dd4238a35a8c9db87.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.services-menu .service .vance {
    background-image: url(/assets/menuicon-shipindianbo@2x-3b81faa06dba7bf895025b609e4ce11d07b9832e73bad0917737d7fe9bbdd0dc.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.solutions-menu .menu-title {
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px 19px
}

.solutions-menu .QOS {
    background-image: url(/assets/menuicon-duixiangcunchusiyouhua@2x-987a1e8933a55b9a4302cdc42039bb8911bfae2a40781f4ca82f7984a1063f20.png)
}

.solutions-menu .UDMP {
    background-image: url(/assets/menuicon-feijiegouhuashujuguanli@2x-e971ca4b1d6190236278a762a85f80b708e653c5d4871a9d756b20179dc03279.png)
}

.solutions-menu .PLSV {
    background-image: url(/assets/menuicon-duanshipin@2x-4db1a3ce26e096d4966c0766539371010270b4868a1b03b05a6d58d08677f7f3.png)
}

.solutions-menu .ICA {
    background-image: url(/assets/menuicon-zhinengyunxiangce@2x-2228c74d3e4fc18fe7b9c7e6e635a4b6019457bc8e1ec3f332590de7d798ee68.png)
}

.solutions-menu .IHAIOT {
    background-image: url(/assets/menuicon-zhinengyingjian@2x-a84b424a28a6050012d20a730949f9f22c078c413cada556e5ebb16e1abd1730.png)
}

.solutions-menu .RTMI {
    background-image: url(/assets/menuicon-guangdianchuanmei@2x-3ba8e9f619f21873a15681fe64de58008db504ec8d17f45fbfa9669918ae0324.png)
}

.solutions-menu .HST {
    background-image: url(/assets/menuicon-anfang@2x-cf5262597659ecbab82a6804722689d66ae4d55c7f8fa8d1aa969227cf67c4b0.png)
}

.solutions-menu .Internet {
    background-image: url(/assets/menuicon-hulianwang@2x-146312cfba6c03f489002b4455c3cd44b905be82aeabb7416a321ef64ec94abc.png)
}

.solutions-menu .DQM {
    background-image: url(/assets/menuicon-yingyongzhiliangjiankong@2x-e4383b421671b9e07288a78606d26c9cb86e75ca0d540a5806ee7a00d755bfdb.png)
}

@media (min-width: 320px) and (max-width: 479px) {
    .navbar-default .navbar-nav > li a {
        padding: 0.10rem 0.15rem
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .navbar-default .navbar-nav > li {
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar-default .navbar-nav > li a {
        padding: 0.10rem
    }
}

@media (max-width: 767px) {
    nav.navbar {
        position: relative;
        background-color: #303848
    }

    .navbar-default .navbar-nav .services-menu li a h4, .navbar-default .navbar-nav .solutions-menu li a h4 {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 25px
    }

    .navbar-nav {
        margin: 0
    }

    .navbar-nav.navbar-nav-mobile li {
        border-bottom: 1px solid rgba(229, 229, 229, 0.07);
        padding: 0
    }

    .navbar-nav.navbar-nav-mobile li.open {
        background-color: #16171a;
        border-bottom: 0
    }

    .navbar-nav.navbar-nav-mobile li a {
        padding: 0.15rem
    }

    .navbar-default .navbar-collapse {
        padding: 0
    }

    .navbar-default .navbar-right {
        font-size: 0.2rem
    }

    .navbar-default .actions {
        padding-top: 0.15rem;
        margin: 0.15rem 0 0.15rem 0.15rem;
        text-align: center
    }

    .navbar-default .navbar-nav .services-menu, .navbar-default .navbar-nav .solutions-menu {
        margin-bottom: 0
    }

    .navbar-default .navbar-nav .services-menu li a, .navbar-default .navbar-nav .solutions-menu li a {
        padding: 0.10rem 0.15rem
    }

    .dropdown-toggle-mobile::after {
        content: '';
        border: 2px solid #667180;
        display: block;
        width: 10px;
        height: 10px;
        margin: auto;
        position: absolute;
        top: 15px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: none;
        border-right: none;
        right: 20px
    }

    .dropdown-toggle-mobile.actived::after {
        border-bottom: none;
        border-left: none;
        border-right: 2px solid #667180;
        border-top: 2px solid #667180
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav {
        margin-top: 10px
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px
    }
}

.nav.nav-tabs {
    border-bottom: 2px solid #e5e5e5
}

.nav.nav-tabs.nav-justified > li::before {
    bottom: -2px
}

.nav.nav-tabs > li {
    position: relative;
    margin-bottom: -2px;
    margin-left: 15px;
    margin-right: 15px
}

.nav.nav-tabs > li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1989fa;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.1s ease-in;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1)
}

.nav.nav-tabs li.active::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.nav.nav-tabs > li > a {
    padding: 12px 0;
    color: #333;
    border: none
}

.nav.nav-tabs > li > a:hover {
    color: #1989fa;
    background-color: transparent;
    border-radius: 0px;
}

.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li.active > a:hover {
    color: #1989fa;
    cursor: default;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.nav.points-bar {
    border-bottom: 0;
    margin: auto
}

.nav.nav-tabs.nav-justified.points-bar > li::before {
    width: 0;
    height: 0
}

.nav.nav-tabs.points-bar > li.active > a, .nav.nav-tabs.points-bar > li.active > a:focus, .nav.nav-tabs.points-bar > li.active > a:hover, .nav.nav-tabs.points-bar > li > a:hover, .nav.nav-tabs.points-bar > li > a:visited {
    color: #00a0de
}

.nav.nav-stacked.left-tab {
    border-bottom: 0;
    margin: auto
}

.nav.nav-stacked.left-tab > li::before {
    width: 0;
    height: 0
}

.nav.nav-stacked.left-tab > li.active > a, .nav.nav-stacked.left-tab > li.active > a:focus, .nav.nav-stacked.left-tab > li.active > a:hover, .nav.nav-stacked.left-tab > li > a:hover, .nav.nav-stacked.left-tab > li > a:visited {
    color: #00a0de;
    background-color: transparent
}

.p-xxs {
    padding: 5px
}

.p-xs {
    padding: 10px
}

.p-sm {
    padding: 15px
}

.p-m {
    padding: 20px
}

.p-md {
    padding: 25px
}

.p-lg {
    padding: 30px
}

.p-xl {
    padding: 40px
}

.p-xxl {
    padding: 50px
}

.p-w-xs {
    padding: 0 10px
}

.p-w-sm {
    padding: 0 15px
}

.p-w-m {
    padding: 0 20px
}

.p-w-md {
    padding: 0 25px
}

.p-w-lg {
    padding: 0 30px
}

.p-w-xl {
    padding: 0 40px
}

.p-h-xs {
    padding: 10px 0
}

.p-h-sm {
    padding: 15px 0
}

.p-h-m {
    padding: 20px 0
}

.p-h-md {
    padding: 25px 0
}

.p-h-lg {
    padding: 30px 0
}

.p-h-xl {
    padding: 40px 0
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m {
    margin: 15px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.space {
    margin: 15px 0
}

.space-md {
    margin: 20px 0
}

.space-lg {
    margin: 25px 0
}

.space-xl {
    margin: 35px 0
}

.around {
    margin: 0 15px
}

.around-md {
    margin: 0 20px
}

.around-lg {
    margin: 0 25px
}

.around-xl {
    margin: 0 35px
}

footer {
    padding: 0px 0;
    background-color: #303848;
    color: #FFF;
    vertical-align: baseline;
    transition: left .4s ease-in;
    font-weight: 300
}

footer .container dl dt {
    margin-bottom: 20px
}

footer .container dl dd {
    line-height: 28px
}

footer .container dl a {
    color: #FFF
}

footer .container dl a:hover {
    color: #00A0DE
}

footer .logo {
    display: inline-block;
    margin-left: -10px;
    padding: 15px 0 20px
}

footer .logo img {
    width: 125px
}

footer .qrcode {
    margin: auto;
    width: 112px;
    height: 112px;
    padding: 6px;
    background: #FFF
}

footer .qrcode img {
    max-width: 100%
}

footer .sns {
    position: relative;
    padding: 50px 0 5px
}

footer .sns a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px !important;
    padding: 10px;
    margin: 0 10px;
    cursor: pointer
}

footer .sns .github {
    background: url(/assets/github-b94aa0429288ad9c1ef67cada7c25bf6f391f45274ecbe910719eb0aed351581.png) no-repeat 50% 50%
}

footer .sns .weibo {
    background: url(/assets/weibo-98426eec2b21e0f23317ab7ad707aa57e8d558694c6b80a728f00d0d8e3f7401.png) no-repeat 50% 50%
}

footer .sns .weixin {
    background: url(/assets/icon-weichat-a828d3ecc20c8fd20ebdef1b710f2461e1ec409aa46db1ace078da96dee050bb.png) no-repeat 50% 50%
}

footer .sns #wexin-qrcode-popover {
    left: -68px;
    top: -120px
}

footer .links {
    margin: 35px 0 20px;
    border-top: 1px solid #4C5461;
    font-size: 12px
}

footer .links ul {
    list-style: none;
    margin: 0;
    padding: 45px 0 10px
}

footer .links ul li {
    display: inline-block;
    padding: 0 14px;
    margin: 7px 0;
    height: 14px;
    line-height: 14px;
    border-left: 1px solid #adaeb3
}

footer .links ul li:first-child {
    border-left: none;
    padding-left: 0px
}

footer .links ul li a {
    color: #FFF
}

footer .cloud-verify {
    float: right;
    margin-top: 25px
}

footer .cloud-verify .verify-logo {
    display: block;
    width: 70px;
    height: 60px;
    background-image: url(/assets/kexinyun-d31fdfad0d7acd408117e458b342d45edd7b86d2fe81a6973dbdf059bcc44175.png);
    background-repeat: no-repeat;
    background-size: auto 60px;
    float: right
}

footer .cloud-verify .iso-logo {
    display: block;
    width: 75px;
    height: 60px;
    background-image: url(/assets/iso27001-ad552b09f8c40848363a0fbb04c4389f5b889eecaa785b4f39385d6d48ca8ec9.png);
    background-repeat: no-repeat;
    background-size: auto 60px;
    float: right;
    margin-right: 20px
}

footer .icp span {
    line-height: 24px;
    white-space: nowrap
}

footer.form-footer {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%
}

footer.form-footer .links.career-footer-links {
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0 0 20px
}

footer.form-footer .contact-links {
    float: right
}

footer.form-footer .contact-links .qrcode {
    position: absolute;
    top: -40px;
    left: -120px;
    opacity: 0
}

footer.form-footer .contact-links .sns {
    display: inline-block
}

footer.form-footer .links.form-footer-links {
    border: none;
    text-align: center;
    margin: 0;
    padding: 0 0 20px
}

footer.form-footer .links.form-footer-links ul {
    border: none
}

footer.footer-mobile .collapse-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

footer.footer-mobile .collapse-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer.footer-mobile .collapse-wrapper ul li.panel {
    border: 0;
    border-radius: 0px;
    background-color: #303848;
    position: relative
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort {
    color: #fff;
    background-color: #303848;
    border: 0
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort a {
    display: block
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort .sort-name {
    color: #fff;
    font-size: 14px
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort::after {
    content: '';
    border: 2px solid #667180;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    right: 20px
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort.actived::after {
    top: 15px;
    border-bottom: none;
    border-left: none;
    border-right: 2px solid #667180;
    border-top: 2px solid #667180
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu {
    padding: 0;
    border-top-color: #4C5461
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu .menu-unit {
    padding-left: 15px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.07)
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a {
    display: block
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a.github, footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a.weibo {
    display: inline-block
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu h4 {
    font-size: 12px;
    color: #777
}

@media (max-width: 425px) {
    footer {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 12px
    }

    footer .sns {
        padding: 20px 0 5px
    }

    footer .container dl dd {
        line-height: 24px
    }

    footer .links {
        text-align: center
    }

    footer .links .cloud-verify {
        float: none;
        text-align: center
    }

    footer .links .cloud-verify .verify-logo, footer .links .cloud-verify .iso-logo {
        display: inline-block;
        float: none;
        margin: 0
    }

    footer .links ul {
        width: 100%;
        padding-top: 20px
    }
}

.icon {
    padding-left: 24px;
    padding-top: 0.02rem;
    padding-bottom: 0.02rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 2px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    transition: background-image .3s
}

.icon-storage {
    background-image: url(/assets/icon-storage@2x-2e2c7d5bb9384fd4024934289b077d642a6aabfa43fbc072e21a7119f8731436.png)
}

.icon-storage:hover {
    background-image: url(/assets/icon-storage-highlight@2x-5a13511e8a135b25aeaa1df7a44cec15d7291e5e9e2c5d0feae5361bc19687aa.png)
}

.icon-databass {
    background-image: url(/assets/icon-databass@2x-65d420848f6b8573ab89f8319f5c91a2d500c2c1a73168b82c81a0aaf8399b9d.png)
}

.icon-databass:hover {
    background-image: url(/assets/icon-databass-highlight@2x-da46af53d4c3efdf05ffc368042f68bb0d4f050c118e7f6f8638633c47634c5f.png)
}

.icon-machine-learning {
    background-image: url(/assets/icon-machine-learning@2x-c0806906de84d474125ad3670bd5323ead093fdc1d0958b5b45a5186054fd5f4.png)
}

.icon-machine-learning:hover {
    background-image: url(/assets/icon-machine-learning-highlight@2x-b37ae0d8f786f4b387a384590112aae1fbc7bfc5092da9a31109371e6dcceb1d.png)
}

.icon-xspark {
    background-image: url(/assets/icon-xspark@2x-eff86ee8ac3589548e7bd78a42e39f6750f52c870339df2554682c9c41b418f2.png)
}

.icon-xspark:hover {
    background-image: url(/assets/icon-xspark-highlight@2x-9b8abe6f6a6d2f2710fd07ba9b8359eea82a5471307815115c5ad9c6cc5a2291.png)
}

.icon-bigdata {
    background-image: url(/assets/icon-bigdata@2x-4c34c0841c4d7f92ffa4ac2b2dc0b4573c1fbba17175e97834c32050aa09cdf4.png)
}

.icon-bigdata:hover {
    background-image: url(/assets/icon-bigdata-highlight@2x-2013eabfdd6b8d3da53aa07caeef7f6098ff740e031e6218abdbb07a366920a9.png)
}

.icon-dora {
    background-image: url(/assets/icon-dora@2x-72f9e00b1a3ffa0bbe537a691bc485928a5b348883eda5e860445fedd31c71fe.png)
}

.icon-dora:hover {
    background-image: url(/assets/icon-dora-highlight@2x-20ab6bd9eb677f83195ea5cc8deb3191193ecfa326b666a5e921c29def421db1.png)
}

.icon-media {
    background-image: url(/assets/icon-media@2x-84ca4ac56e65debead1a43a234e47235dcfc90c7d9f94288ae9dd3e0a3edd87d.png)
}

.icon-media:hover {
    background-image: url(/assets/icon-media-highlight@2x-0af1b286344a623c7dd460d54a8f6ee6145f70f58e661ff827ca0778b2344f30.png)
}

.icon-container {
    background-image: url(/assets/icon-container@2x-408ec8aa353bfc869e12dc322da45b469ba69775b37c79d470242cd78c34e204.png)
}

.icon-container:hover {
    background-image: url(/assets/icon-container-highlight@2x-1573e6100cb310755677d0d3317f41fc3d33dd8b4050797e585b78511685c3b8.png)
}

.icon-streaming {
    background-image: url(/assets/icon-streaming@2x-d9194bb34c26774a911afa130e67bb98aa0cc72b2e6f3ba0137e2a0597867130.png)
}

.icon-streaming:hover {
    background-image: url(/assets/icon-streaming-highlight@2x-620e3973c2062d0ed55602d79aa01307afaabd4e5a8022d08ce974057ccfce10.png)
}

.icon-video {
    background-image: url(/assets/icon-video@2x-25a9523f2b0e310d04bdf3853edd90a92124c0d1d44ba3e29e93fec9d18098e9.png)
}

.icon-video:hover {
    background-image: url(/assets/icon-video-highlight@2x-4e01ee10b4b473af8686def3f83076ed42f0295404fcdcdd4443827ee533d7d5.png)
}

.icon-aq {
    background-image: url(/assets/aq-icon-a20583c81805fe64f7fa210851ce29754af9d25fd6aa5a3225a9557529602513.png);
    padding-left: 18px;
    background-size: 16px 16px
}

.helper {
    z-index: 1000;
    min-width: 42px;
    min-height: 128px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    right: 8px
}

.helper #waiter {
    display: block;
    width: 42px;
    height: 128px;
    word-break: break-all;
    text-align: center;
    color: #333;
    background: #FFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1)
}

.helper #waiter img {
    width: 40px
}

.helper #waiter span {
    display: inline-block;
    line-height: 16px;
    padding: 5px 12px;
    writing-mode: horizontal-tb
}

.helper .close-btn {
    display: inline-block;
    width: 42px;
    height: 35px;
    padding: 5px 0;
    text-align: center;
    background: #FFF;
    border: 1px solid #D1D5DB;
    border-top: none;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1)
}

.helper .close-btn img {
    width: 15px;
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.conveyor {
    margin: 0 15px
}

.conveyor .slick-slide {
    text-align: center;
    outline: none
}

.conveyor .slick-arrow {
    width: 0.22rem;
    height: 0.45rem;
    top: 20%;
    -webkit-background-size: 0.21rem 0.45rem;
    -moz-background-size: 0.21rem 0.45rem;
    -o-background-size: 0.21rem 0.45rem;
    background-size: 0.21rem 0.45rem;
    background-position: 0 0;
    transition: background-image .1s
}

.conveyor .slick-arrow:before {
    content: ""
}

.conveyor .slick-prev {
    background-image: url(/assets/arrow-left@2x-0d97fafa23ea8489d220945c21da3c73c855c812f5db2e3e3e0bd98415ba47eb.png)
}

.conveyor .slick-prev:hover {
    background-image: url(/assets/arrow-left-highlight@2x-dfe84ccb8adee247d91bdbc05075a4e6d4ae201cc5f6ff5caeea20ba1e4ffe20.png)
}

.conveyor .slick-next {
    background-image: url(/assets/arrow-right@2x-a603034366ef5e9b92d2d4b2b71bb76ccaa14cdebe37d4bb602f514e94f2149c.png)
}

.conveyor .slick-next:hover {
    background-image: url(/assets/arrow-right-highlight@2x-dfc0b4e15e6d1896bf619dbd66f17a1b2ea35fd963e5beec25021210a3165ea1.png)
}

.conveyor .slick-dots li button::before {
    font-size: 40px;
    content: "-";
    color: #B9B9B9
}

.conveyor .slick-dots li.slick-active button::before {
    color: #3498db
}

.conveyor img {
    margin: auto;
    max-height: 42px;
    transition: opacity .1s
}

.conveyor .case {
    display: inline-block;
    height: 42px;
    -webkit-background-size: auto 42px;
    -moz-background-size: auto 42px;
    -o-background-size: auto 42px;
    background-size: auto 42px;
    background-repeat: no-repeat;
    transition: background-image .1s
}

.conveyor .case:hover, .conveyor .case:focus {
    outline: none
}

.conveyor .case:hover img, .conveyor .case:focus img {
    opacity: 0
}

.conveyor .index-case {
    display: block;
    margin: 3px;
    border: 1px solid #eeeeee;
    height: 100px;
    max-height: 100px;
    line-height: 100px;
    background-size: 100px auto;
    background-position: center center;
    background-repeat: no-repeat
}

.conveyor .customer-changba {
    background-image: url(/assets/clientcase/client-changba@2x-e21e1980d9115189e4f6840e3f1677626dad3a4559d15bd50278850bc7f397d9.jpg)
}

.conveyor .customer-changhong {
    background-image: url(/assets/clientcase/client-changhong-87a67fc371007f6f68ac2d01ed5e8500be20e72e160828e933ee66cd4be3394f.jpg)
}

.conveyor .customer-dajiang {
    background-image: url(/assets/clientcase/client-dajiang@2x-efa65d8155900f4aec44cd55a5b294b328020c0a4be763539d61756e56c6c442.jpg)
}

.conveyor .customer-dianping {
    background-image: url(/assets/clientcase/client-dianping@2x-eaff039b4337432b54e5579e7fb6eb8c8bf532dd6effc56afc6bdfd35c9dad3e.jpg)
}

.conveyor .customer-guanglianda {
    background-image: url(/assets/clientcase/client-guanglianda@2x-acac601b1896038ed546b28a99214d27cf8a35bb3eba7755fa7c4c846af2bdef.jpg)
}

.conveyor .customer-haikangweishi {
    background-image: url(/assets/clientcase/client-haikangweishi@2x-b1c4d0a85f3d18ca8a33b411bca2990adaad9e27334a68eeeb5f75dfe2346758.jpg)
}

.conveyor .customer-hubeiguangdian {
    background-image: url(/assets/clientcase/client-hubeiguangdian@2x-aac9e4b08da0d9a14e42f2b6eec8b8879f134e1cbcf347583ff099421c59474d.jpg)
}

.conveyor .customer-hujiang {
    background-image: url(/assets/clientcase/client-hujiang@2x-4c74b65ae1a5c938cfe3a5a0b57790dc7cedb72c93a7ab64b16c191f774b1678.jpg)
}

.conveyor .customer-intel {
    background-image: url(/assets/clientcase/client-intel@2x-6c50c82271ac094366208622babb77d7efef9bc9a80055b65d8c9e0668ae1f2b.jpg)
}

.conveyor .customer-jiangsuweishi {
    background-image: url(/assets/clientcase/client-jiangsuweishi@2x-4bbbd17f25a35adafe066fec01a7e0d861f41538f31683384eae5f8ff62ff527.jpg)
}

.conveyor .customer-meipai {
    background-image: url(/assets/clientcase/client-meipai@2x-f460d2868fd81a5671b645d1dfc1a9532ab8758b230a2a2d45c95ac81c408166.jpg)
}

.conveyor .customer-oppo {
    background-image: url(/assets/clientcase/client-oppo@2x-ec49bfc0e8b6309066483acf3d3a2c8c7f771ea29dd09279e8ceaae931406e50.jpg)
}

.conveyor .customer-qingtingfm {
    background-image: url(/assets/clientcase/client-qingtingfm@2x-54166d4beb70035bc9e72aef0e21ed80e52f876e11ef2635053b988ebef5777e.jpg)
}

.conveyor .customer-shunfeng {
    background-image: url(/assets/clientcase/client-shunfeng@2x-7b8310da3eb33d32ff47db14406af6d342e9f5653258ce3025f48a17756a8849.jpg)
}

.conveyor .customer-sobey {
    background-image: url(/assets/clientcase/client-sobey@2x-bed47208eca828bc896fd664e8041f4a8f8a282a2342787b592f6b3df77d5d2b.jpg)
}

.conveyor .customer-souhu {
    background-image: url(/assets/clientcase/client-souhu@2x-f90084df04d1fe4111d833ac6eaaee18ee8a1044f62d6c75accfdfcb5a9aea73.jpg)
}

.conveyor .customer-zhihu {
    background-image: url(/assets/clientcase/client-zhihu@2x-f1054be029dffee9bec021f709c3d05d026a09825ac1e66f104cfeb47ae14b82.jpg)
}

.conveyor .customer-zhongguopingan {
    background-image: url(/assets/clientcase/client-zhongguopingan@2x-31ae75908c7908c8f59f9a56072500abe866e96327a5452995b245e17d738de4.jpg)
}

.conveyor .customer-zhongguoyidong {
    background-image: url(/assets/clientcase/client-zhongguoyidong@2x-ac318a31030c582099ee199568eae8139b8754ea228d06a2658385531bf86888.jpg)
}

.conveyor .customer-zhongxing {
    background-image: url(/assets/clientcase/client-zhongxing@2x-b100f940cb6ecc8a049d636dbcd0e486f435f5a735cab4975c782a950d553cc6.jpg)
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'microsoft yahei ui', 'microsoft yahei', PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, simsun, sans-serif
}

html {
    min-height: 100%;
    height: auto;
    position: relative;
    background-color: #FFF
}

body {
    font-size: 0.14rem
}

code {
    font-weight: 400
}

a {
    cursor: pointer
}

a:hover {
    color: #28aedf;
    text-decoration: none
}

a[data-lightbox] {
    display: inline-block
}

img {
    max-width: 100%
}

.text-left {
    text-align: left !important
}

.btn {
    font-size: 0.14rem;
    transition: background-color .3s
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn {
    padding: 0.10rem 0.30rem;
    font-size: 0.18rem;
    line-height: 1.3333333;
    border-radius: 0px;
}

.btn-hollow {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF
}

.btn-hollow:hover, .btn-hollow:focus {
    color: #006992;
    background-color: #FFF;
    border-color: #FFF
}

.btn-outline {
    background-color: transparent;
    border-color: #FFF
}

.btn.btn-normal {
    color: #fff;
    background: #1989fa;
    border-radius: 0px;
}

.btn.btn-normal:hover {
    color: #FFF
}

.form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

label {
    font-weight: 300
}

.stripe {
    padding: 30px
}

.stripe.stripe-blue {
    background-color: #00A0DE;
    color: #FFF
}

.stripe h3 {
    line-height: 2
}

.stripe.stripe-blue.p-xxl.visible-xs {
    padding: 5px
}

.stripe.stripe-blue.p-xxl.visible-xs .stripe-close-btn {
    float: right;
    margin-top: -30px;
    margin-right: 5px
}

.stripe.stripe-blue.p-xxl.visible-xs .stripe-close-btn .stripe-close-img {
    width: 15px;
    height: 15px
}

.modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3)
}

.modal-backdrop.in {
    opacity: 0.25;
    filter: alpha(opacity=25)
}

.alert-modal-css .modal-dialog {
    margin-top: 130px
}

.alert-modal-css .modal-header {
    text-align: center
}

.alert-modal-css .modal-body {
    padding: 25px
}

.alert-modal-css .modal-body .tips {
    padding: 0 0 20px 0;
    color: #07A0DF
}

.alert-modal-css .actions {
    padding-top: 12px;
    text-align: center
}

.alert-modal-css .actions .btn {
    min-width: 80px
}

.alert-modal-css label i {
    margin-right: 3px
}

.alert-modal-css .modal-footer {
    padding: 15px;
    text-align: left;
    margin: 0;
    border-radius: 0px;
    border: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ECF7FC
}

.alert-modal-css .modal-footer strong {
    white-space: nowrap
}

.features.submit-after {
    display: none;
    background-color: #ECF7FC
}

.features.submit-after .submit-info-wrapper {
    background-color: #fff;
    padding: 100px
}

.features.submit-after .submit-info-wrapper .submit-after-info .submit-icon {
    font-size: 55px;
    text-align: center;
    color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 0px;
    margin: 20px auto
}

.features.submit-after .submit-info-wrapper .submit-after-info .submit-tips {
    text-align: center
}

.features.submit-after .submit-info-wrapper .submit-success {
    display: none
}

.features.submit-after .submit-info-wrapper .submit-success .correct-icon {
    background-color: #469b4b
}

.features.submit-after .submit-info-wrapper .submit-err {
    display: none
}

.features.submit-after .submit-info-wrapper .submit-err .wrong-icon {
    background-color: #e82110
}

.features.submit-after .submit-info-wrapper .stripe-submit {
    margin-top: 100px
}

.features.submit-after .submit-info-wrapper .stripe-submit a {
    color: #fff
}

.features.submit-after .submit-info-wrapper .stripe-submit .top-border {
    border-top: 1px solid #eee;
    padding: 95px 0 40px
}

@media (max-width: 767px) {
    #feedback-modal .modal-dialog {
        margin-top: 12px
    }

    body {
        font-size: 0.2rem
    }

    .btn {
        font-size: 0.2rem
    }

    .stripe.stripe-blue {
        padding: 15px
    }

    .stripe.stripe-blue h3 {
        font-size: 12px
    }
}

input[type=range] {
    -webkit-appearance: none;
    width: 300px;
    border-radius: 0px;
    background: -webkit-linear-gradient(#059CFA, #059CFA) no-repeat;
    background-size: 0% 100%
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 0px;
    border: 1px solid #ededed
}

input[type=range]::-moz-range-runnable-track {
    height: 10px;
    border-radius: 0px;
}

input.init[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    margin-top: -9px;
    background-image: url(/assets/prices/slider-ecfcd356e5b4aa65c57c224bc487260c4fe99e4dcb158b599c9c93260df2bf5f.png);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    box-shadow: 0 .125em .125em #f2f2f2
}

input.init[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    height: 26px;
    width: 26px;
    margin-top: -9px;
    background-image: url(/assets/prices/slider-ecfcd356e5b4aa65c57c224bc487260c4fe99e4dcb158b599c9c93260df2bf5f.png);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    box-shadow: 0 .125em .125em #f2f2f2
}

input.sliding[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    margin-top: -9px;
    background-image: url(/assets/prices/slider-selected-f8a63fa4a3f61c730daeb7e0d66635034b896e8b09dc573ef0e2418c7ea7d6cf.png);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    box-shadow: 0 .125em .125em #f2f2f2
}

input.sliding[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    height: 26px;
    width: 26px;
    margin-top: -9px;
    background-image: url(/assets/prices/slider-selected-f8a63fa4a3f61c730daeb7e0d66635034b896e8b09dc573ef0e2418c7ea7d6cf.png);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    box-shadow: 0 .125em .125em #f2f2f2
}

input[type=range]::-moz-range-progress {
    background: linear-gradient(#059CFA, #059CFA) no-repeat;
    height: 13px;
    border-radius: 0px;
}

input[type=range]::-ms-track {
    height: 25px;
    border-radius: 0px;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-thumb {
    border: solid 0.125em #059CFA;
    height: 25px;
    width: 25px;
    border-radius: 0px;
    background: #ffffff;
    margin-top: -8px
}

input[type=range]::-ms-fill-lower {
    height: 22px;
    border-radius: 0px;
    background: linear-gradient(#059CFA, #059CFA) no-repeat
}

input[type=range]::-ms-fill-upper {
    height: 22px;
    border-radius: 0px;
    background: #ffffff
}

input[type=range]:focus::-ms-fill-lower {
    background: linear-gradient(#059CFA, #059CFA) no-repeat
}

input[type=range]:focus::-ms-fill-upper {
    background: #ffffff
}

.jumbotron.hero {
    height: 5.68rem;
    margin-top: -0.68rem;
    margin-bottom: 0.30rem;
    text-align: center;
    background-image: url(/assets/banner-36ee212e5bc83bddbdd8b7d51667eaacb1784bb45fdb8b08894d880ce3e3c525.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased
}

.jumbotron.hero.hero-contact, .jumbotron.hero.hero-company {
    margin-bottom: -0.30rem
}

.jumbotron.hero .banner-desc-right {
    width: 100%;
    left: 60%;
    position: absolute;
    bottom: 1.2rem;
    color: #fff
}

.jumbotron.hero .banner-desc-right p {
    text-shadow: none
}

.jumbotron.hero .highlight-desc {
    padding: 10px;
    background: #3f66cf;
    font-size: 28px;
    display: inline-block;
    font-weight: bold
}

.jumbotron.hero .banner-container {
    position: relative;
    height: 5.18rem;
    width: 100%;
    margin-top: -0.68rem;
    margin-bottom: 0.30rem;
    text-align: center
}

.jumbotron.hero .banner-container .banner-desc {
    color: #fff;
    padding-top: 1.70rem
}

.jumbotron.hero .banner-container .banner-desc p {
    margin-bottom: 0
}

.jumbotron.hero .banner-container .btn-banner {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%)
}

.jumbotron.hero.hero-banner1 {
    background-image: url(/assets/duanshipin-banner-a168a5b1261ef494cdb40c9c37c164ffbc47f6f8f858d231df7d1fe26b688139.jpg)
}

.jumbotron.hero.hero-banner1 .middle-container {
    padding-top: 0.7rem
}

.jumbotron.hero.hero-banner2 {
    background-image: url(/assets/southern-price-reduce-1-872b519799f3159cb62e3243ba2beeb529749de3e2efef8071573c9aa73920b3.jpg)
}

.jumbotron.hero.hero-banner3 {
    background-image: url(/assets/southern-price-reduce-b2de1c206d338fb5068ae4193ce0b107b947d0502af7eb23cce47dc0ec965326.jpg)
}

.jumbotron.hero.hero-banner3 .banner-container {
    left: 1.7rem
}

.jumbotron.hero .right-mask-banner {
    min-height: 3rem
}

.jumbotron.hero .right-mask-banner img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.jumbotron.hero.hero-kodo {
    background-image: url(/assets/duixiangcunchu-banner-c63fc6c2e1162adb687958495218313967476f34fc9eaafb885b846cdfde27e6.jpg)
}

.jumbotron.hero.hero-pili {
    background-image: url(/assets/zhiboyun-banner-0d0bbeb500156ac658b7086b27e76a2f6e3ebd98db397210447762a730e06629.jpg)
}

.jumbotron.hero.hero-contact {
    background-image: url(/assets/contact/banner-b885e332839fa6634d35806f5f26992b507b760eacf98438ecd4b528ce89dd1a.jpg)
}

.jumbotron.hero.hero-events {
    background-image: url(/assets/marketing-banner-1bff810a6309be64bcfd96346f2d8b6ba655e43d2f953013a8384fa9510ff108.jpg)
}

.jumbotron.hero.hero-ecug {
    background-image: url(/assets/ecug-banner-0323273a6d428a3f27fd2558ab7bc3943f5b14f3a9fd770d4cb9ab0f9ff2a4f1.jpg)
}

.jumbotron.hero.hero-niushow {
    background-image: url(/assets/niushow-banner-8c5368c5b5bb55f19146119a2d0e8f59e2612f087e6aa521bb6e4b7c947f992a.jpg)
}

.jumbotron.hero.hero-pandora {
    background-image: url(/assets/dashuju-banner-f8b6edd9c0b5c512a799392f69a9ddd3bb44ad51d7f8a20b94a30f541a88d7bd.jpg)
}

.jumbotron.hero.hero-fusion {
    background-image: url(/assets/fusion-banner-d8940d6ff7472a65464470537e6226d72bdc0c9dca1d5a01ac6af05d11a728eb.jpg)
}

.jumbotron.hero.hero-dora {
    background-image: url(/assets/zhinengduomeitiAPI-banner-278cef9cb0321dbfe2d3e0d2dc452c738c5f6bb8760aa7b29583714ad9a1bd88.jpg)
}

.jumbotron.hero.hero-kirk {
    background-image: url(/assets/rongqiyun-banner-bdb0c9df8cdc6c3e308ff150a54cb6a2fe81ba97c125a595e2a12d30625848f1.jpg)
}

.jumbotron.hero.hero-vance {
    background-image: url(/assets/dianboyun-banner-dc6ceff8b6f9d0414cf509e980f52d8937f604295bb72d6c5af6e5f105da08a3.jpg)
}

.jumbotron.hero.hero-company {
    background-image: url(/assets/company/banner-7d2f1c5e06b04151b8467a11204f56c1073e6900dba5bcf8d1a5b86bd7ec9368.jpg)
}

.jumbotron.hero.hero-case {
    background-image: url(/assets/case/banner-611598a9b4bf0f13a690072722f5c53c1832778e90b34b30abaccc0b4bf18e95.jpg)
}

.jumbotron.hero.hero-solution {
    background-image: url(/assets/solutions-banner-8c9b7f6dbf9f6cbb0edd8739c36a09e692eb46f801175bebc1ac52cb79f52619.jpg)
}

.jumbotron.hero.hero-prices {
    background-image: url(/assets/price-banner-218a8bcd762b82305a438e614274abf90b29ab4c9ab4c7b175a9c6a3f404ddf7.jpg)
}

.jumbotron.hero.hero-caculator {
    background-image: url(/assets/caculator-banner-183469ed60025751f2cc7925996e71441ad2af062758b025ec7f6551a60def67.jpg)
}

.jumbotron.hero.hero-atlab {
    background-image: url(/assets/ava-banner-5faa140c523fd5a81abf3c729a9f00b41f8b3bb684b7e331caa39a2c70d23639.jpg)
}

.jumbotron.hero.hero-plsv {
    background-image: url(/assets/duanshipin-banner-a168a5b1261ef494cdb40c9c37c164ffbc47f6f8f858d231df7d1fe26b688139.jpg)
}

.jumbotron.hero.hero-plsv .middle-container {
    padding-top: 0.7rem
}

.jumbotron.hero .container {
    position: relative;
    height: 5.2rem;
    text-align: left
}

.jumbotron.hero .container.center-container {
    text-align: center
}

.jumbotron.hero .container.center-container .middle-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF
}

.jumbotron.hero .middle-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF
}

.jumbotron.hero h2 {
    margin: 0.50rem auto 0.30rem;
    font-size: 0.35rem;
    font-weight: 400;
    text-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.5)
}

.jumbotron.hero h2 small {
    color: #FFF
}

.jumbotron.hero p {
    line-height: 0.28rem;
    font-size: 0.14rem;
    text-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.5)
}

@media (max-width: 425px) {
    .slick-slider {
        margin-bottom: 0
    }

    .jumbotron.hero p {
        line-height: 0.32rem;
        font-size: 0.16rem
    }

    .jumbotron.hero.hero-banner3 {
        background-position: -520px center
    }

    .jumbotron.hero.hero-banner3 .banner-container {
        left: 0
    }

    .jumbotron.hero.hero-plsv .middle-container {
        padding-top: 0
    }

    .jumbotron.hero.hero-plsv .right-mask-banner {
        padding-top: 0.8rem
    }

    .jumbotron.hero .banner-desc-right {
        left: 0;
        text-align: center
    }
}

@media (max-width: 767px) and (min-width: 426px) {
    .jumbotron.hero .banner-desc-right {
        left: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jumbotron.hero p {
        line-height: 0.34rem;
        font-size: 0.16rem
    }
}

.contact-box {
    background-color: #F7F8F9
}

.features-contact .ipo-row {
    position: relative;
    padding-top: 0.20rem
}

.features-contact .ipo-row .col-sm-6.ipo-col {
    padding-left: 0.80rem;
    padding-right: 0.80rem
}

.features-contact .right-line {
    border-right: 1px solid #97989c
}

.features-contact .service-box h6 {
    color: #97989c
}

.features-contact .service-box .service-box-tail {
    padding-top: 0.15rem
}

.features-contact .service-box .service-box-tail em a {
    font-style: normal;
    color: #00a0de;
    padding-left: 0.07rem;
    padding-right: 0.07rem
}

.features-contact .thumbnail .mask-layer {
    position: relative;
    min-height: 100px;
    border: none;
    margin: 0
}

.features-contact .thumbnail .mask-layer img {
    width: 100%
}

.features-contact .thumbnail .mask-layer .layer {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
    color: #ffffff;
    font-size: 16px;
    transition: opacity 0.3s
}

.features-contact .thumbnail .mask-layer .layer span {
    padding-bottom: 6px;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.features-contact .thumbnail .mask-layer .layer span i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #fff
}

.features-contact .thumbnail .mask-layer .layer:hover {
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s
}

.features-contact .thumbnail div.caption.caption-contact {
    padding: 0.1rem 0 0 0;
    margin: 0
}

.features-contact .thumbnail div.caption.caption-contact p {
    padding-top: 20px
}

@media (max-width: 767px) {
    .features-contact .right-line {
        border: 0
    }
}

.hero-events h3 {
    font-size: 0.24rem
}

.features-events .container span {
    font-size: 14px;
    line-height: 28px
}

.features-events .events-slider {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.features-events .grid-container {
    transition: all 0.3s;
    position: relative;
    min-height: 100px;
    margin-bottom: 10px;
    cursor: pointer
}

.features-events .grid-container:hover {
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9
}

.features-events .grid-container:hover .btn-icon {
    background-image: url(/assets/btn-play-hover-77fd49a3131b3a1bbaa503c93dfba1901e67a57fbc63ac13c86d00153db9e1e1.png)
}

.features-events .grid-container .case {
    position: relative
}

.features-events .grid-container h5 {
    padding: 10px
}

.features-events .grid-container .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px
}

.features-events .grid-container .btn-icon-visited {
    background-image: url(/assets/btn-play-highlight-f6bf1795ac4f0bc72f9e5eeea27c6b595bfb7d0824ca7da59e4853281949681c.png)
}

.features-events .ipo-class-container {
    padding-top: 100px
}

.features-events .row .ipo-col-title dt {
    font-size: 0.3rem
}

.features-events .row .ipo-col-title a.more {
    display: inline-block;
    padding-top: 20px;
    color: #00A0DE
}

.features-events .line-container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

.features-events .line-container .educa-line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #B9B9B9
}

#video-play-modal .modal-dialog {
    margin-top: 60px
}

#video-play-modal .modal-body {
    background: #000;
    padding: 0px
}

#video-play-modal .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0.3rem;
    z-index: 10;
    color: #000;
    opacity: 1
}

#video-play-modal #edu-video {
    width: 100%
}

#video-play-modal video {
    display: block
}

@media (min-width: 768px) {
    .line-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .line-container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .line-container {
        width: 1170px
    }
}

.features-tech div.tech-row {
    margin-left: -0.15rem;
    margin-right: -0.15rem
}

.features-tech div.tech-row .text-ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.features-tech div.intro-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.80rem
}

.features-tech div.intro-row .title {
    font-size: 0.28rem;
    color: #2f3033
}

.features-tech .infobox {
    position: relative;
    transition: all 0.3s
}

.features-tech .infobox .case {
    position: relative
}

.features-tech .infobox .btn-icon {
    transition: all 0.3s;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(/assets/btn-play-hover-77fd49a3131b3a1bbaa503c93dfba1901e67a57fbc63ac13c86d00153db9e1e1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px 55px
}

.features-tech .infobox .btn-dwn-wrap {
    width: 100%;
    margin-top: 14px;
    text-align: center
}

.features-tech .infobox .btn-dwn-wrap a {
    display: inline-block;
    font-size: 0.12rem;
    width: 63px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: transparent;
    color: #419ad9;
    border: 1px solid #419ad9;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px
}

.features-tech .infobox .btn-dwn-wrap a:hover {
    color: transparent;
    border: 0;
    background-image: url(/assets/btn-dowload-highlight-59934fa57a9e6f29daf96e2ea20420f60c8a043b2a7c17391b1a34647f3f705d.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 63px 27px
}

.features-tech .infobox:hover {
    transition: all 0.3s;
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9
}

.features-tech .infobox:hover .btn-icon {
    opacity: 1
}

.features-tech .tech-col .title {
    color: #5e6166;
    font-size: 0.18rem;
    padding-bottom: 14px
}

.features-tech .tech-col .title p {
    margin-top: 13px
}

.features-tech .tech-col .title time strong {
    font-size: 0.27rem;
    display: inline-block;
    padding-right: 5px
}

.features-tech .tech-col .title time span {
    display: inline-block;
    padding-left: 10px;
    border-left: 2px solid #5e6166
}

.features-tech .lecturer {
    position: relative;
    height: 150px
}

.features-tech .lecturer .lecturer-box {
    position: absolute;
    width: 100%;
    top: -28px
}

.features-tech .lecturer .img-box {
    text-align: center
}

.features-tech .lecturer .lecturer-photo {
    border-radius: 0px;
}

.features-tech .lecturer .lecturer-info-box .lecturer-name {
    text-align: center;
    font-size: 0.14rem;
    color: #5e6166
}

.features-tech .lecturer .lecturer-info-box .lecturer-job {
    text-align: center;
    font-size: 0.14rem;
    color: #919396;
    line-height: 24px
}

.features-tech .lecturer .lecturer-info-box .short-line {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background: #eee
}

.features-tech .lecturer .lecturer-tail {
    padding: 0 30px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lecturer-box {
        padding: 0 !important
    }

    .features-tech .lecturer .lecturer-tail a {
        margin: 0 2px !important
    }
}

.features-about div.sections-wrapper, .features-sla div.sections-wrapper {
    padding: 0;
    margin: 0
}

.features-about ul.nav.nav-stacked.left-tab li a, .features-sla ul.nav.nav-stacked.left-tab li a {
    color: #666
}

.features-about ul.nav.nav-stacked.left-tab li a:hover, .features-about ul.nav.nav-stacked.left-tab li a:focus, .features-sla ul.nav.nav-stacked.left-tab li a:hover, .features-sla ul.nav.nav-stacked.left-tab li a:focus {
    color: #00a0de
}

.features-about ul.nav.nav-stacked.left-tab li.active a, .features-sla ul.nav.nav-stacked.left-tab li.active a {
    color: #00a0de
}

.features-about section div.news-modal, .features-sla section div.news-modal {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee
}

.features-about section h4, .features-sla section h4 {
    font-size: 0.21rem;
    color: #2f3033
}

.features-about section time, .features-sla section time {
    font-size: 12px;
    color: #97989c
}

.features-about section p, .features-sla section p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #888;
    margin-top: 0.20rem
}

#about-left-bar {
    margin-bottom: 0.20rem
}

#about-left-bar li {
    display: inline-block
}

.welcome-page-company .timeline {
    margin-top: -36px
}

.welcome-page-company .intro h2.title {
    text-align: left
}

.timeline-ul {
    width: 90%;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    position: relative
}

.timeline-ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 101%;
    width: 3px;
    background-color: #00a0de
}

.timeline-ul::after {
    content: '';
    display: table;
    clear: both
}

.timeline-ul li {
    list-style: none;
    vertical-align: bottom
}

.timeline-ul li time {
    color: #00a0de
}

.timeline-ul li p {
    font-size: 14px;
    color: #888;
    margin-top: 6px;
    line-height: 28px
}

.timeline-ul li .li-content {
    position: relative;
    display: inline-block
}

.timeline-ul li .li-content:hover .icon-event {
    transition: all .3s;
    transform: scale(1.5, 1.5)
}

.timeline-ul li .icon-img {
    height: 60px;
    width: 60px;
    background-size: 60px 60px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -12px
}

.timeline-ul li .icon-point {
    position: absolute;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #00a0de;
    border-radius: 0px;
}

.timeline-ul li.time-wrapper {
    position: relative;
    margin-left: 50%;
    text-align: left;
    padding-left: 20px;
    margin-top: 85px
}

.timeline-ul li.time-wrapper .time-span {
    position: relative;
    top: -5px;
    display: inline-block;
    background: #00a0de;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 80px;
    color: #fff;
    border-radius: 0px;
}

.timeline-ul li.time-wrapper .time-point {
    position: absolute;
    top: -1.5%;
    left: -1.5%;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #00a0de;
    border-radius: 0px;
}

.timeline-ul li.time-wrapper .time-point:hover {
    transition: all .3s;
    transform: scale(1.5, 1.5)
}

.timeline-ul li.time-wrapper .time-point .time-point-blue {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 10px;
    background-color: #00a0de;
    border-radius: 0px;
}

.timeline-ul li.left {
    position: relative;
    text-align: right;
    width: 50%
}

.timeline-ul li.left .info-div {
    position: relative;
    display: inline-block;
    max-width: 420px;
    padding-right: 40px;
    padding-left: 20px;
    margin-left: 98px;
    text-align: left;
    border-bottom: 2px solid #00a0de
}

.timeline-ul li.left .icon-point-left {
    right: 100%
}

.timeline-ul li.left .icon-point-right {
    right: -7px
}

.timeline-ul li.left .icon-img {
    left: 5px
}

.timeline-ul li.right {
    position: relative;
    margin-left: 50%;
    text-align: left
}

.timeline-ul li.right .info-div {
    position: relative;
    display: inline-block;
    max-width: 460px;
    padding-left: 40px;
    padding-right: 20px;
    margin-right: 48px;
    text-align: right;
    border-bottom: 2px solid #00a0de
}

.timeline-ul li.right .icon-point-left {
    left: -4px
}

.timeline-ul li.right .icon-point-right {
    left: 100%
}

.timeline-ul li.right .icon-img {
    right: -45px
}

.timeline-ul .chenli {
    background-image: url(/assets/company/icon-chengli@2x-43c93470431fddee30659381e1b7a51a0d80583ba74ff8afa43d04354da9fd19.png)
}

.timeline-ul .yunpingtai {
    background-image: url(/assets/company/icon-yunpingtai@2x-1383e258bd167accdb7ffba666e090e1af3ac53597cdaf6470fc3605a73894e1.png)
}

.timeline-ul .alun {
    background-image: url(/assets/company/icon-alun@2x-b81adf6de8820a2ccdb77323245602a244f458df9c5dacc49c46d0d96e241920.png)
}

.timeline-ul .go {
    background-image: url(/assets/company/icon-go@2x-a9c7a9edad29163aaad3f99701ab8abda21ba7a650a05fdec569d478d550ba61.png)
}

.timeline-ul .blun {
    background-image: url(/assets/company/icon-blun@2x-deb9c593632e07204190f4369104cd08b392761e453bc966c32daaff4a261f2b.png)
}

.timeline-ul .cunchu {
    background-image: url(/assets/company/icon-@cunchu2.0@2x-3f54709da2892e9259c90f291f828bc51c4f4d679c71cf4a9da921a3ca16b70a.png)
}

.timeline-ul .clun {
    background-image: url(/assets/company/icon-clun@2x-869354f83818a873a191aac3af70ed39cdbfb744a928019b47a92f88c80f089a.png)
}

.timeline-ul .haiwaijiasu {
    background-image: url(/assets/company/icon-haiwaijiasu@2x-ac0e700e72180373a83d316df284342e09404f2bc723425ebbcc70f9c8da9a97.png)
}

.timeline-ul .kexinyun {
    background-image: url(/assets/company/icon-kexinyun@2x-5bc252b1d3032e0c29fbb52507d1a6ae8ccd1c53a56b0c647b173e1bedc34dd3.png)
}

.timeline-ul .shujuchuli {
    background-image: url(/assets/company/icon-shujuchuli@2x-06ad259623e00eec0ac3a7dff520e9cf26499de4134aa2e0a7e481ed19ac7b3d.png)
}

.timeline-ul .dlun {
    background-image: url(/assets/company/icon-dlun@2x-d7ff49b20a4e47d66eeb0ba8c6c703b7e5f14cf416adf01069c6d0a3e7bd0fad.png)
}

.timeline-ul .zhibo {
    background-image: url(/assets/company/icon-zhibo@2x-93ab15b0a8101240719963c2545ad196abfd8d0a1bc0e3cf2bd7899598ae8be2.png)
}

.timeline-ul .xinxianquan {
    background-image: url(/assets/company/icon-xinxianquan@2x-111fc5f2423b4991ae40915323f05a5126723538ee2b93aa65aece719743f667.png)
}

@media (max-width: 768px) {
    .timeline-ul li {
        padding-top: 20px
    }

    .timeline-ul li.right {
        margin-left: 0
    }

    .timeline-ul::before {
        left: 0
    }

    .timeline-ul li.time-wrapper .time-span {
        top: -27px
    }

    .timeline-ul li.time-wrapper .time-point {
        left: -7px
    }
}

@media (max-width: 767px) {
    .timeline-ul li.right .info-div {
        padding-left: 20px
    }

    .timeline-ul li.right .icon-img {
        right: -30px
    }

    .welcome-page-company .timeline {
        margin-bottom: 10px
    }

    .welcome-page-company .intro h2.title {
        font-size: 23px;
        text-align: center
    }

    .timeline-ul li.time-wrapper {
        margin-top: 60px
    }
}

.feature-cooperation .container {
    font-size: 14px;
    line-height: 28px
}

.feature-cooperation .container h2 {
    font-size: 0.30rem;
    margin-bottom: 0.10rem;
    margin-top: 0.20rem
}

.feature-cooperation .container p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.20rem;
    margin-bottom: 0.20rem
}

.feature-cooperation .container .feature-contact-box {
    width: 100%;
    overflow: hidden
}

.feature-cooperation .container .feature-contact-box a {
    display: inline-block;
    padding: 0.05rem 0.36rem;
    height: 0.35rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 0.35rem 0.35rem;
    text-align: center
}

.feature-cooperation .container .feature-contact-box a.email-box {
    background-image: url(/assets/icon-email@2x-a0130c6320ad6f6916c22dcaa76bb95c42251575a897ec1f9fd99ced05494a91.png)
}

.feature-cooperation .container .feature-contact-box a.email-box:hover {
    background-image: url(/assets/icon-email-highlight@2x-15c0ce974f33290aceec7f69a81bbb263315fb62d29ba1fad1d0c8ee8a867e2a.png)
}

.feature-cooperation .container .feature-contact-box a.tel-box {
    background-image: url(/assets/icon-phone@2x-1afed89f2453d7e3aa8543f1b7143a27d8076c600d62a0a70f974ef25069b49a.png)
}

.feature-cooperation .container .feature-contact-box a.tel-box:hover {
    color: #666
}

ul.cooperation-step {
    list-style: none;
    background-color: transparent;
    position: relative;
    margin-top: 52px
}

ul.cooperation-step .step-li {
    float: left;
    width: 234px;
    padding-right: 45px;
    border-top: 2px solid #eee
}

ul.cooperation-step .step-li-no {
    float: left;
    width: 234px
}

ul.cooperation-step .step-li-first {
    margin-left: -40px
}

ul.cooperation-step li {
    position: relative;
    padding-top: 30px
}

ul.cooperation-step li .step-no {
    position: absolute;
    top: -23px;
    width: 46px;
    height: 46px;
    border: 2px solid #e5e5e5;
    font-size: 22px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    border-radius: 0px;
    margin-bottom: 26px;
    background: #fff
}

ul.cooperation-step .cooperation-step-line {
    position: absolute;
    left: 50px;
    top: 24px;
    width: 480px;
    height: 2px;
    background: #e5e5e5
}

.features-cooperation .btn {
    color: #fff;
    margin-top: 34px
}

.features-cooperation .btn:hover {
    color: #fff
}

ul.friend-link::before, ul.friend-link::after {
    content: " ";
    display: table
}

ul.friend-link::after {
    clear: both
}

ul.friend-link li {
    float: left;
    margin-right: 108px;
    margin-bottom: 13px;
    width: 112px
}

@media (max-width: 767px) {
    .features.features-cooperation {
        padding-top: 0
    }

    .feature-cooperation .container .bottom-line, .features-cooperation .container .bottom-line {
        padding-bottom: 10px
    }

    ul.cooperation-step {
        margin-top: 30px
    }

    ul.cooperation-step .step-li-first, ul.cooperation-step .step-li, ul.cooperation-step .step-li-no {
        float: none;
        margin: 0;
        padding: 30px;
        padding-top: 0;
        border-top: 0;
        border-left: 2px solid #eee
    }

    ul.cooperation-step .step-li-first .step-no, ul.cooperation-step .step-li .step-no, ul.cooperation-step .step-li-no .step-no {
        top: -10px;
        margin: 0;
        left: -25px
    }

    ul.cooperation-step .step-li-no {
        border: 0
    }

    .features-cooperation .btn {
        margin-top: 0
    }

    ul.friend-link li {
        margin-right: 10px
    }
}

.cases-wrapper {
    position: relative;
    padding: 0 0 0.05rem 0
}

.cases-wrapper .img-box img {
    width: 100%;
    height: 2.30rem
}

.cases-wrapper .case-icon {
    width: 0.70rem;
    height: 0.50rem
}

.cases-wrapper div.info-box {
    vertical-align: bottom
}

.cases-wrapper:hover {
    transition: scale 0.3s;
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9
}

.cases-wrapper:hover .btn-icon-wrap {
    visibility: visible
}

.cases-wrapper:hover .btn-icon-wrap .btn-icon {
    opacity: 1;
    color: #fff
}

.cases-wrapper:hover .img-box img {
    opacity: 0.8
}

.cases-wrapper .btn-icon-wrap {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 2.30rem;
    background-color: rgba(0, 0, 0, 0.5)
}

.cases-wrapper .btn-icon-wrap .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 0.10rem 0.20rem
}

.features-eval .evaluation-left h4 {
    font-size: 0.21rem;
    color: #666;
    font-weight: 300
}

.features-eval .evaluation-left h2 {
    font-size: 0.3rem;
    width: 6.40rem;
    margin: 0.26rem 0 0.26rem
}

.features-eval .evaluation-right ul {
    list-style: none
}

.features-eval .evaluation-right ul li {
    list-style: none;
    padding-left: 0.21rem;
    padding-right: 0.21rem
}

.features-eval .evaluation-right ul.client-list li {
    display: inline-block
}

.features-eval .evaluation-right ul.client-list li a {
    display: block;
    width: 0.60rem;
    height: 0.60rem;
    overflow: hidden
}

.features-eval .evaluation-right ul.client-list li a {
    padding: 0
}

.features-eval .evaluation-right ul.client-list li a img {
    border-radius: 0px;
}

.features-eval .evaluation-right ul.client-list li.active a:hover, .features-eval .evaluation-right ul.client-list li a:hover {
    background-color: transparent
}

.features-eval .evaluation-right ul.client-list li.active a img, .features-eval .evaluation-right ul.client-list li a img:hover {
    opacity: 1
}

.features-eval .evaluation-right ul.client-list li a img {
    opacity: .3;
    transition: opacity .5s
}

.features-eval .evaluation-right img {
    max-width: 100%;
    height: auto;
    width: auto
}

.features-eval .evaluation-right .tab-content-evaluation-details {
    margin: 0;
    padding: 0
}

.features-eval .evaluation-right .tab-content {
    position: relative;
    overflow: hidden
}

.features-eval .evaluation-right .tab-content section h3 {
    margin: 0.56rem 0 0 0;
    font-size: 0.28rem;
    color: #333
}

.features-eval .evaluation-right .tab-content section h3 span {
    margin-left: 0.20rem;
    font-size: 0.14rem;
    color: #666666
}

.features-eval .evaluation-right .tab-content section p {
    margin-top: 0.18rem;
    padding-top: 0.24rem;
    border-top: 1px solid #e5e5e5;
    font-size: 0.16rem;
    color: #888;
    line-height: 0.32rem
}

.row-clear {
    margin-left: 0;
    margin-right: 0
}

.setli-3width {
    width: 100%
}

.setli-3width li {
    width: 32%;
    margin: 10px auto
}

.navbar-nav > li > a.tab-links {
    line-height: 0
}

.nav.nav-tabs.nav-prices-links, .nav.nav-tabs.nav-prices-tabs {
    width: 400px;
    border-bottom: 0;
    background-color: #fff
}

.nav.nav-tabs.nav-prices-links li a, .nav.nav-tabs.nav-prices-tabs li a {
    padding: 10px 0;
    border: 1px solid #e6eaef;
    background-color: #fff;
    border-radius: 0px;
}

.nav.nav-tabs.nav-prices-links li.active a, .nav.nav-tabs.nav-prices-tabs li.active a {
    border: 1px solid #00a0de;
    background-color: #e4f7ff
}

.nav.nav-tabs.nav-prices-links li.active::before, .nav.nav-tabs.nav-prices-tabs li.active::before {
    height: 0
}

.prices-page .jumbotron.hero {
    height: 4.65rem
}

.prices-page .jumbotron.hero .container {
    position: relative;
    height: 4.2rem;
    text-align: left
}

.prices-page .feature-price-nav {
    z-index: 10
}

.feature-price-nav {
    margin-top: -0.30rem;
    padding-top: 0.28rem;
    padding-bottom: 25px;
    background-color: #fff
}

.feature-price-nav .caculator {
    padding-left: 0.60rem;
    background-image: url(/assets/prices/icon-caculator@2x-79b4582c81387050c3a5b228721132e3865f2d603f6b928251b168914713d12a.png);
    background-size: 0.50rem 0.50rem;
    background-repeat: no-repeat;
    background-position: 0.16rem;
    color: #5e6166;
    font-size: 0.14rem
}

.feature-price-nav .caculator:hover {
    background-color: transparent;
    color: #00A0DE
}

.feature-price-nav .caculator:focus {
    background-color: transparent;
    outline-style: none
}

.tab-content-caculating .info .title-left {
    font-size: 0.30rem;
    color: #2f3033
}

.tab-content-caculating .row.details {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    padding: 0.35rem;
    border: 0.01rem solid #e6eaef
}

.tab-content-caculating dl.dl-border {
    border: 0.01rem solid #e6eaef;
    padding: 0.38rem 0.30rem;
    background-color: #fff
}

.tab-content-caculating dl dt.icon-title {
    font-size: 0.24rem;
    color: #17120f;
    height: 0.80rem;
    line-height: 0.80rem;
    padding-left: 0.70rem;
    background-position: left;
    background-size: 0.60rem 0.60rem;
    background-repeat: no-repeat
}

.tab-content-caculating dl dt.icon-fusion {
    background-image: url(/assets/prices/icon-cdn@2x-62dbca6ffbd7144d6903a0f73ab5ddaa2c2fb3ad58c7147c9a30a1d1b700f020.png)
}

.tab-content-caculating dl dt.icon-kodo {
    background-image: url(/assets/prices/icon-kodo@2x-abad11dbd22809c9adbd0c9521a532efc518eeb42361643d7ae41569b3478aa2.png)
}

.tab-content-caculating dl dt.icon-dipin {
    background-image: url(/assets/prices/icon-dipingcunchu@2x-5013067ba65f3f5dd8b37faa79056ee30c7411941427384042ecb66c00897b17.png)
}

.tab-content-caculating dl dt.icon-dora {
    background-image: url(/assets/prices/icon-API@2x-bc7378a43c9382ae743dbd6623edcc13169cd3a0f9ebb9a86f19cd46ce2a95f7.png)
}

.tab-content-caculating dl dd {
    color: #2f3033;
    line-height: 0.30rem
}

.tab-content-caculating dl .formula {
    font-weight: bold
}

.list-inline-prices .special-price {
    border-right: 0.01rem solid #e6eaef
}

.list-inline-prices .special-price .div-init {
    padding-left: 0
}

.list-inline-prices .special-price .border-init {
    border-right: 0
}

.list-inline-prices .special-price p {
    padding-top: 0.10rem
}

.list-inline-prices .special-price p .big-text {
    color: #000;
    font-size: 0.32rem;
    font-weight: 500
}

.list-inline-prices .special-price p .smal-text {
    font-size: 0.18rem;
    font-weight: 500
}

.tab-content-pricing {
    padding-top: 1rem
}

.tab-content-pricing .pricing-white-bg {
    background: #fff;
    border-right: 1px solid #e6eaef;
    margin-bottom: 0.50rem
}

table.pricing-table {
    border: 0.01rem solid #e6eaef;
    background-color: #fff;
    border-collapse: separate;
    margin-bottom: 0
}

table.pricing-table tr {
    border-bottom: 0.01rem solid #f5f5f5
}

table.pricing-table tr th {
    font-size: 0.16rem;
    font-weight: 400;
    border-right: 0.01rem solid #e6eaef;
    border-bottom: 0.01rem solid #e6eaef
}

table.pricing-table tr th.th-init {
    border: 0
}

table.pricing-table tr th.thead-title {
    font-size: 0.18rem;
    color: #97989c;
    height: 0.60rem
}

table.pricing-table tr th .grey-unit {
    font-size: 0.12rem;
    color: #666
}

table.pricing-table tr th .th-p {
    padding: 0;
    margin: 0;
    margin-left: -0.09rem;
    line-height: 0.12rem
}

table.pricing-table.border-none {
    border-right: none
}

table.pricing-table.border-none td, table.pricing-table.border-none th {
    border-top: none;
    border-right: none
}

table.pricing-table tr th, table.pricing-table tr td {
    vertical-align: middle;
    text-align: left;
    color: #333;
    line-height: 0.32rem;
    padding: 0.10rem 0.20rem
}

table.pricing-table tr th.border-bottom, table.pricing-table tr td.border-bottom {
    border-bottom: 1px solid #e6eaef
}

table.pricing-table tr th.border-left, table.pricing-table tr td.border-left {
    border-left: 1px solid #e6eaef
}

table.pricing-table tr th.border-right, table.pricing-table tr td.border-right {
    border-right: 1px solid #e6eaef
}

table.pricing-table tr th div, table.pricing-table tr td div {
    padding-bottom: 0.21rem;
    margin-bottom: 0.22rem
}

.pricing-info {
    border: 1px solid #eee;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 #eee, 2px 2px 20px #eee;
    -moz-box-shadow: 0 0 0 #eee, 2px 2px 20px #eee;
    box-shadow: 0 0 0 #eee, 2px 2px 20px #eee;
    background-color: #fff
}

.pricing-info dl {
    padding: 0;
    margin: 0
}

.pricing-info dt {
    padding: 0.05rem 0.15rem;
    background-color: #eaf1fb;
    border-bottom: 0.01rem solid #eee;
    font-size: 0.16rem;
    line-height: 0.32rem
}

.pricing-info dt.bg-init {
    background-color: #fff;
    border-bottom: 0
}

.pricing-info dt.dt-sm {
    font-size: 0.14rem;
    padding: 0.05rem 0.15rem
}

.pricing-info dd {
    padding: 0.05rem 0.15rem
}

.pricing-info p {
    word-wrap: break-word;
    color: #a8a8a8;
    font-size: 0.12rem;
    line-height: 0.24rem
}

.pricing-info .sum {
    padding: 0.10rem;
    margin: 0;
    background-color: #439ed9;
    color: #fff;
    font-size: 0.18rem;
    text-align: center
}

.pricing-info .sum:hover {
    color: #fff
}

.pricing-info-details {
    list-style: none;
    padding: 0
}

.pricing-info-details li {
    font-size: 0.18rem;
    display: inline-block
}

.pricing-info-details li.price {
    float: right;
    color: #3b99fc
}

.features div.pricing-details {
    margin-top: 0
}

.features div.pricing-details section {
    color: #2f3033;
    font-size: 0.14rem
}

.features div.pricing-details section dl {
    margin-bottom: 0
}

.features div.pricing-details section dt {
    font-size: 0.18rem;
    color: #97989c;
    height: 0.45rem;
    padding: 0.10rem 0.50rem;
    background-color: #f6f8fa;
    border-bottom: 0.01rem solid #e6eaef
}

.features div.pricing-details section dt.checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.features div.pricing-details section dt.dt-lighter {
    font-size: 0.16rem;
    font-weight: lighter;
    padding: 0.1rem 0.25rem
}

.features div.pricing-details section dd {
    padding: 0.10rem 0.20rem;
    border-bottom: 0.01rem solid #e6eaef
}

.features div.pricing-details section div.active {
    display: block
}

.caculator-sec {
    background-color: #fff;
    border: 0.01rem solid #e6eaef;
    border-bottom: 0;
    margin-bottom: 0.50rem
}

.caculator-sec-last {
    background-color: #fff;
    border: 0.01rem solid #e6eaef
}

input[type="range"] {
    display: inline-block;
    margin: 0.10rem 0.10rem 0.10rem 0;
    width: 80%
}

.input-num {
    width: 0.91rem;
    color: #3b99fc;
    outline-style: none
}

.displayNone {
    display: none
}

.fix-top {
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.pricing-caculator {
    width: 8.10rem
}

.pricing-caculator .btn {
    font-size: 14px
}

.pricing-caculator .list-inline {
    margin-bottom: 0px
}

.pricing-caculator .area-select {
    list-style: none;
    padding-top: 5px;
    padding-left: 0px
}

.pricing-caculator .area-select li {
    display: inline-block
}

.pricing-info-wrapper {
    position: absolute;
    top: 6.30rem;
    right: 0.68rem;
    width: 2.90rem
}

.fixed-right {
    top: 1.11rem;
    z-index: 2
}

@media (min-width: 1024px) {
    .list-inline-prices .special-price.col-md-3 {
        padding-left: 0.20rem;
        padding-right: 0.20rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .prices-page .features {
        padding-top: 30px
    }
}

@media (max-width: 768px) {
    .features .row .list-inline-prices {
        margin-left: -0.40rem;
        margin-right: -0.40rem
    }

    .tab-content-caculating .row.details {
        padding-top: 0.20rem;
        padding-bottom: 0.20rem
    }

    .tab-content-pricing {
        padding-top: 0.40rem
    }

    .pricing-caculator {
        width: 100%
    }

    .pricing-info-wrapper {
        position: initial;
        width: 100%;
        margin-top: 0.20rem
    }

    #fusion-area-select {
        font-size: 0.12rem
    }

    .tab-content-caculating dl.dl-border {
        padding: 0.10rem
    }

    .tab-content-caculating dl dt.icon-title {
        font-size: 0.18rem
    }
}

@media (max-width: 767px) {
    .feature-price {
        padding-top: 10px
    }

    #feature-price-nav .nav-prices-links li {
        display: inline-block;
        margin: 0;
        position: initial
    }

    #feature-price-nav .nav-prices-links li a {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0
    }

    #nav-product .nav-prices-tabs {
        width: 100%;
        background: initial;
        border: none
    }

    #nav-product .nav-prices-tabs li {
        display: inline-block;
        margin: 0;
        position: initial;
        margin-left: -5px
    }

    #nav-product .nav-prices-tabs li a {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0
    }
}

@media (max-width: 425px) {
    .features .row .pricing-caculator .col-sm-6 {
        margin-bottom: 15px
    }
}

.inland, .ENA, .Asia, .India, .SA, .Oceania, .east, .sourth, .north, .northAmerica {
    display: block
}

.inland.displayNone, .ENA.displayNone, .Asia.displayNone, .India.displayNone, .SA.displayNone, .Oceania.displayNone, .east.displayNone, .sourth.displayNone, .north.displayNone, .northAmerica.displayNone {
    display: none
}

.float-right {
    float: right
}

.fusion-checkbox label, .kodo-checkbox label {
    margin-left: 0.1rem;
    margin-right: 0.1rem
}

.features.feature-solution .left-line {
    border-left: 1px solid #e5e5e5;
    float: right
}

.features.feature-solution .right-line {
    border-right: 1px solid #e5e5e5
}

.row-solution {
    position: relative;
    margin-bottom: 0
}

.row-solution .col-scene {
    margin-top: 30px
}

.row-solution .col-scene .col-scene_scene .col-sm-6 {
    margin-bottom: 0
}

.row-solution .col-scene .col-scene_case {
    margin-top: 30px
}

.row-solution .col-scene .col-scene_case ul li {
    margin-bottom: 0.1rem
}

.row-solution .col-solution {
    padding-left: 35px;
    padding-right: 35px
}

.col-solution .icon-QOS {
    background-image: url(/assets/solution/icon-duixiangcunchusiyouhuabushu@2x-25f2431711b6fb23ca4634e79b9e660339398f0aad25f8c2ab39c241dfb0cda5.png)
}

.col-solution .icon-UDMP {
    background-image: url(/assets/solution/icon-feijiegouhuashujuguanlifangan@2x-9663d50a719cd076334de70238ac8123e31b0dde8c94cc9703f5c747a6a02bcf.png)
}

.col-solution .icon-PLSV {
    background-image: url(/assets/solution/icon-duanshipin@2x-5b99de01c1b9c7aa576efbe29c99708f81d1c842979093598eed88735fc40b61.png)
}

.col-solution .icon-ICA {
    background-image: url(/assets/solution/icon-zhinengyunxiangce@2x-8de2c05792a3f169e8d8742b1b94d4fece57811407d1066d2712810b6ed713dc.png)
}

.col-solution .icon-IHAIOT {
    background-image: url(/assets/solution/icon-zhinengyingjianyuwulianwangjiejuefangan@2x-6c39c2175d6f9e166704f8f8b211cae158bbab4482c112b4c9b9fe41f3e3a4e2.png)
}

.col-solution .icon-RTMI {
    background-image: url(/assets/solution/icon-guangdianchuanmei@2x-f54ea096838bb76cfbae2a181fb3a7bf140d42c8cf2a5c7184c06bd9c744b541.png)
}

.col-solution .icon-HST {
    background-image: url(/assets/solution/icon-anfangzhongduan@2x-a2c17042cc22747565fcf9155896c20bcd29b520118a06fdd4863b7b3e0ed0d0.png)
}

.col-solution .icon-Internet {
    background-image: url(/assets/solution/icon-hulianwangyuyidonghulianwang@2x-d24e9cdffaae3432bb5764991f33b571a2c9603798d33cdbd1c94d7fd3566030.png)
}

.col-solution .icon-DQM {
    background-image: url(/assets/solution/icon-yingyongzhiliangjiankong@2x-b35c88e417b4aca413b070f7acb4abbf6dea09afe56977482063611d440fd58b.png)
}

.col-solution .content {
    line-height: 0.36rem;
    padding: 20px 0;
    margin: 0
}

.col-solution .icon-kodo {
    background-image: url(/assets/solution/icon-duixiangcunchu@2x-9cba856a1ff31b504eef0a74577e20a29d43f285b5c00ba885ee1e14a5ba5748.png)
}

.col-solution .icon-dora {
    background-image: url(/assets/solution/icon-shujuchuli@2x-00c812efe949fb9cab220fac09ecf86a4aecf3093717eede50d45b029411b4f7.png)
}

.col-solution .icon-fusion {
    background-image: url(/assets/solution/icon-ronghecdn@2x-1c0390ad95c474350680f3fe6204bbb52c7a25b7498441409fd850de3049e744.png)
}

.col-solution .icon-pandora {
    background-image: url(/assets/solution/icon-dashujupingtai@2x-dd1c3c6b32ea315f38b88c779920f204cdfdccd6070d45429f11cb19a943d354.png)
}

.col-solution .icon-vance {
    background-image: url(/assets/solution/icon-shipindianbo@2x-31e58b138a27d1d5811243f514edc0b2674cf76df744f99de293b33e2d24d5f6.png)
}

.col-solution .icon-pili {
    background-image: url(/assets/solution/icon-shipinzhibo@2x-1236ff3f13b2bc3587c429e5e679a0518ba53277b3c0599efce26d06aa6e62fa.png)
}

.col-solution .icon-minplsv {
    background-image: url(/assets/solution/icon-duanshipinsdk@2x-0786e4f0b107c22752634b7e258f5792d2c1ddaa3101376b07be969773339133.png)
}

.col-solution .icon-face {
    background-image: url(/assets/solution/icon-renlianshibie@2x-247c18c1d952db7fafaae645f847ba6100011d9c7826486ca4d47e1aded062ee.png)
}

.col-solution .icon-scene {
    background-image: url(/assets/solution/icon-changjingshibie@2x-2f8a12e7f48d724589f1c3ecdfa233cc15a09d0487e5884c439dccdcedc6af04.png)
}

.col-solution .icon-object {
    background-image: url(/assets/solution/icon-wutishibie@2x-1e7209477f5f953af249006f973a0c196aa4622d5d047cdaa9d747142294b321.png)
}

.col-solution .icon-deepLearn {
    background-image: url(/assets/solution/icon-shenduxuexi@2x-81f033e77331781aed12188d7bbd7e4a9af6f5866bd409f901186010dead2405.png)
}

.col-solution .icon-kirk {
    background-image: url(/assets/solution/icon-zhibozhiliang@2x-bc96dd2d83054b96e9df9259df64b25abbcb8d11e0d2636097dfa55465f53889.png)
}

.col-solution .icon-cdn {
    background-image: url(/assets/solution/icon-cdnzhiliang@2x-9059fa7f822f115efe50cbfa614992e3c1e5eae24b991405a43fcb7fe549a0d9.png)
}

.col-solution .icon-mass {
    background-image: url(/assets/solution/icon-yidongzhiliang@2x-803f39263517092c11ca9aabaf89a05bf8e663becff4a5a627635b04c6f40aab.png)
}

.col-solution .icon-hailiang {
    background-image: url(/assets/solution/icon-hailiang-0870d6c45eb92b7e9a42dac4f2335f84f5d23ae952d9a1c95f7dca26b3e0ab14.png)
}

.col-solution .icon-violence {
    background-image: url(/assets/solution/icon-baokongshenghe@2x-acddacb4fd1707f28ac598f1b38f3d2d886a197b8eceeea156a7cb24e7bb0b85.png)
}

.col-solution .icon-xsex {
    background-image: url(/assets/solution/icon-jianhuangjiankong-22ef18345655f23bbcc0f83110088e15130004bcac3b9e260ed832c0f6df3ee1.png)
}

.col-scene .icon-jinrong {
    background-image: url(/assets/solution/icon-jinrong@2x-14c40b918b48fbfb22670a2407b33f7b2803f74dfe91095b67e10ee88030ca4c.png)
}

.col-scene .icon-guangdian {
    background-image: url(/assets/solution/icon-guangdian@2x-ba64877a7c4309f9d1e3dd333cfb0b8853b5280069ff7984e2550b3cdfff666a.png)
}

.col-scene .icon-anfang {
    background-image: url(/assets/solution/icon-anfang@2x-255e1941c5b7f0386b941b08251e7906ced4bfc24ba1e38a69432eaa86d54e97.png)
}

.col-scene .icon-zhinengyingjian {
    background-image: url(/assets/solution/icon-zhinengyingjianyuwulianwang@2x-6d23fa7f14496d9b5c2a7155beb7e8a82cd335dac72e2fe265f243b625f670cd.png)
}

.col-scene .icon-shejiaoapp {
    background-image: url(/assets/solution/icon-shejiaoapp@2x-f2be74c27070573278678080ee1be2531c5300d6ea769393d54500fa719675cf.png)
}

.col-scene .icon-meiyanapp {
    background-image: url(/assets/solution/icon-meiyanapp@2x-718d7a720a3114708aca5a32ed53da072ea7a7e9ce20a3de792710dfa6390729.png)
}

.col-scene .icon-shoujicaozuoxitong {
    background-image: url(/assets/solution/icon-shoujicaozuoxitong@2x-2ffec6edafba7041207f838fc1efe81a6d77d41af4f5dc92aff468fe70a7b780.png)
}

.col-scene .icon-xinmeiti {
    background-image: url(/assets/solution/icon-xinmeiti@2x-40fe834ee75a1cc41d217758f1f0946ff88e8d090824a9a7bd7332f5bef030f0.png)
}

.col-scene .icon-chengshianfang {
    background-image: url(/assets/solution/icon-chengshianfang@2x-49480ad494e9729016fad6fee9ab9bd191cec0ef621254da0f49b4487102ac54.png)
}

.col-scene .icon-xiaoyuananfang {
    background-image: url(/assets/solution/icon-xiaoyuananfang@2x-bca556eefbe24e6f19d9864c29396af5b538eb63d2d753a36b86b52ec3033aad.png)
}

.col-scene .icon-jiatinganfang {
    background-image: url(/assets/solution/icon-jiatinganfang@2x-9e05c9fd89edca243c9968dab65cb33ff2a1840da2260019a196e94cb9769535.png)
}

.col-scene .icon-lvyou {
    background-image: url(/assets/solution/icon-lvyou@2x-49f522685f19487bc6fb61d57cc3b6882a5233766de451056aad27dff9c332e2.png)
}

.col-scene .icon-dianshangyunying {
    background-image: url(/assets/solution/icon-dianshangyunying@2x-cf1a91b83fe9970fbe29c379bf4511a1983d0cb694bcfda8a6b05408271384f1.png)
}

.col-scene .icon-yule {
    background-image: url(/assets/solution/icon-yule@2x-a1b150c16d425b8545fb445f37a65e7d82725d571092ed3f6b939e91b148fc0e.png)
}

.col-scene .icon-O2O {
    background-image: url(/assets/solution/icon-o2o@2x-bb682eafab98385e43c501fee8c607862ae26e905f63cede54245eb54e5e075c.png)
}

.col-scene .icon-zaixianjiaoyu {
    background-image: url(/assets/solution/icon-zaixianjiaoyu@2x-f620b33fbbc6ac87c423f7a0c15867fcdb5c20ac233a0fd68a3f2b48020387b4.png)
}

.col-scene .icon-yidongyingyongguanli {
    background-image: url(/assets/solution/icon-yidongyingyongguanli@2x-afc3d0841530ec37baa3b32503e2a2596cbe538f498cfcd3c225e0ce7f54af2e.png)
}

.col-scene .icon-youyiyunying {
    background-image: url(/assets/solution/icon-youyiyunying@2x-c4a375d070705ae62f9f6955d00b5e045d0a659dd774a776a07940d5c4772cf9.png)
}

.col-scene .icon-shipinwangzhanyunying {
    background-image: url(/assets/solution/icon-shipinwangzhanyunying@2x-4a7aaacd82e1fb7ac31e987f6b0552841f982dc5aa11d0639c1e47f6ca66eb38.png)
}

@media (max-width: 767px) {
    .row-solution .col-solution, .row-solution .col-scene {
        padding-left: 10px;
        padding-right: 10px
    }

    .col-solution .content {
        padding: 0
    }

    .col-solution .icon50, .col-solution .icon40 {
        margin-bottom: 5px
    }

    .row-solution .col-scene .col-scene_case {
        margin-top: 15px
    }

    .row-solution .col-scene .col-scene_scene .small-padding {
        padding-left: 0
    }

    .features.feature-solution .left-line {
        float: none;
        border-left: none
    }

    .features.feature-solution .right-line {
        border-right: none
    }

    .row-solution .col-scene {
        margin-top: 0
    }

    .col-scene_scene .icon40 {
        margin-bottom: 0
    }

    .features.feature-solution {
        padding-top: 0
    }
}

.features .link-xsex, .features .link-violence, .features .link-face {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    background-image: url(/assets/dora/icon-neirongshenghe@2x-58c5a73893b528e50e91362a41e5a82c00b044825524b8f43c11d5b02b262221.png);
    padding-left: 35px;
    line-height: 55px;
    font-size: 0.14rem;
    color: #28aedf
}

.features-nav {
    height: 0.46rem;
    margin-top: 0
}

.features {
    background: #FFF;
    padding: 0.60rem 0 0.50rem
}

.features h2 {
    font-size: 0.30rem
}

.features h3 {
    font-size: 0.24rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem
}

.features h4 {
    font-size: 0.20rem
}

.features h5 {
    font-size: 0.14rem
}

.features .list li.active a {
    color: #00a0de
}

.features .list li.hot a {
    color: #2f3033
}

.features .btn.feature-btn {
    color: #28aedf;
    background-color: transparent;
    border: 0.01rem solid #28aedf
}

.features .btn.feature-btn:hover {
    color: #fff;
    background-color: #28aedf
}

.features a.more {
    display: inline-block;
    margin-top: 0;
    color: #00A0DE
}

.features div.feature-case {
    position: relative;
    border: 0.01rem solid #eeeeee;
    margin-bottom: 0.30rem;
    min-height: 1.40rem
}

.features video {
    max-height: 100%;
    max-width: 100%
}

.features .row .col-sm-6 {
    margin-bottom: 0.25rem
}

.features .row .col-sm-6.col-init, .features .row .col-sm-8.col-init {
    padding-right: 0;
    padding-left: 0.35rem
}

.features .row .col-sm-6.col-init-left {
    padding-left: 0
}

.features .row .col-sm-6.col-sm-6-init {
    padding-left: 0.15rem
}

.features .row .col-padding {
    padding: 0.50rem
}

.features .row .col-clear {
    padding-left: 0;
    padding-right: 0;
    margin: 0
}

.features .row-clear {
    margin: 0
}

.features .media-object.media-object-index {
    max-width: 1.20rem
}

.features .caption.caption-index {
    padding: 0.15rem
}

.features .caption.caption-index .caption-title {
    margin-top: 0;
    margin-bottom: 0.20rem
}

.features .caption.caption-index p {
    color: #888;
    font-size: 0.14rem;
    line-height: 0.28rem
}

.features.kirk-usage .row .thumbnail {
    min-height: 2.33rem
}

.features.plsv-services .row.row-clear {
    padding-left: 0.20rem;
    padding-right: 0.20rem
}

.features.plsv-services .row.row-clear .thumbnail-icons {
    min-height: 1.00rem
}

.features .intro {
    margin-bottom: 0.50rem
}

.features .intro .title {
    font-size: 0.30rem;
    margin-top: 0.20rem;
    margin-bottom: 0.20rem;
    text-align: center;
    font-weight: 300
}

.features .intro .desc {
    text-align: center
}

.features .tab-content {
    margin-top: 0.2rem;
    line-height: 0.28rem
}

.features .tab-content .tab-desc {
    padding: 0;
    text-align: center;
    margin-top: -0.20rem
}

.features .tab-content p {
    color: #888;
    font-size: 0.14rem;
    line-height: 0.28rem;
    padding: 0
}

.features .feature-item {
    margin-bottom: 0.50rem;
    padding-left: 0.15rem
}

.features .feature-item:last-child {
    margin-bottom: 0
}

.features .feature-item h4 {
    margin-bottom: 0.15rem
}

.features .feature-item h4 > img {
    margin-right: 0.15rem
}

.features .media-left {
    padding-right: 0.30rem
}

.features .media-object {
    max-width: 1.40rem
}

.features .media-heading {
    margin-bottom: 0.20rem
}

.features p, .features a {
    color: #888
}

.features p {
    font-size: 0.14rem;
    line-height: 0.28rem
}

.features a.icon {
    display: inline-block;
    margin-right: 0.10rem;
    line-height: normal
}

.features a:hover {
    color: #28aedf
}

.features .thumbnail {
    border: none;
    background: transparent;
    min-height: 2.35rem;
    margin-bottom: 0
}

.features .thumbnail div.caption.p-clear {
    padding: 0
}

.features .thumbnail .caption.caption-center {
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.features .thumbnail .caption.caption-center h4 {
    margin-bottom: 0.15rem
}

.features .thumbnail .caption.caption-center p {
    color: #888
}

.features .thumbnail .desc {
    text-align: center
}

.features .thumbnail h4 {
    text-align: center
}

.features.features-scene .img-left {
    max-width: 2.70rem
}

.features.features-superiority p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #888
}

.features.feature-core {
    padding-bottom: 0.50rem
}

.features.feature-core .title {
    font-size: 0.28rem
}

.features.feature-core p {
    line-height: 0.28rem;
    color: #888
}

.features.feature-core h4 {
    margin-bottom: 0.15rem
}

.features.pili-media .media {
    min-height: 1.10rem
}

.features.pili-media .media-heading {
    margin-bottom: 0.15rem
}

.features.pili-media p {
    color: #888;
    font-size: 0.14rem;
    line-height: 0.28rem
}

.feature-color {
    background: #F7F8F9
}

.light-bkcolor {
    background-color: #f6f8fa
}

.features-solution {
    background: #F7F8F9
}

.features-cases {
    background: #FFF
}

.features-less.features-cases {
    background: #F8F8F8
}

.features-less .row h2.title {
    font-size: 0.30rem;
    text-align: center;
    margin-top: 0.05rem;
    margin-bottom: 0.3rem
}

.features-less .row .row > div {
    margin-bottom: 15px
}

.features-hotnews {
    margin-top: 0.20rem;
    border-top: 0.01rem solid rgba(0, 0, 0, 0.075)
}

.features-hotnews .hotnews-title {
    padding-bottom: 0.20rem;
    font-weight: 400;
    color: #97989c
}

.features-hotnews .hotnews-title:hover {
    cursor: pointer;
    color: #000
}

.features-hotnews .hotnews-box img {
    width: 100%
}

.features-hotnews .hotnews-box .infobox {
    padding: 0.10rem
}

.features-hotnews .hotnews-box:hover {
    cursor: pointer;
    transition: all 0.3s;
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0 0 0 #EFEFEF, 0.02rem 0.02rem 0.20rem #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 0.02rem 0.02rem 0.20rem #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 0.02rem 0.02rem 0.20rem #B9B9B9
}

.features-hotnews time {
    color: #97989c;
    font-size: 0.12rem;
    display: block;
    margin-bottom: 0.10rem
}

.features-hotnews p {
    color: #000;
    font-size: 14px;
    line-height: 28px
}

.features-custom-function {
    background: #F7F8F9
}

.features-custom-function .col-xs-6 .media-body {
    padding: 0
}

.features-custom-function .media-left, .features-custom-function .media-body {
    padding-right: 0.25rem;
    padding-left: 0.25rem
}

.features-scenario {
    text-align: center
}

.features-scenario img {
    margin-bottom: 0.30rem
}

.features .list {
    list-style: none;
    margin: 0;
    padding: 0
}

.features .list a:hover {
    color: #00A0DE
}

.features .row.row-dora .col-video {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -5px
}

.features .row.row-dora .col-content-middle {
    padding: 0.50rem;
    margin-bottom: 0
}

.features .row.row-dora .sm-right {
    float: right
}

.pandora-btn:hover {
    color: #28aedf;
    text-decoration: none;
    background-color: #fff
}

.pandora-title {
    width: 208px
}

.bottom-line {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.45rem;
    margin-bottom: 0
}

.section .title1 {
    font-size: 0.30rem;
    text-align: center;
    font-weight: 500;
    margin-top: 0.20rem;
    margin-bottom: 0.10rem
}

.section .section-row {
    margin-bottom: 0
}

.section .section-content {
    margin: 0 0 0.1rem
}

.section .title2 {
    font-size: 0.24rem;
    color: #2f3033;
    font-weight: 500;
    margin-top: 0.20rem;
    margin-bottom: 0.20rem
}

.section .title3 {
    margin-bottom: 20px;
    color: #5e6166
}

.section .img-box {
    text-align: center
}

.section .img-box img {
    max-width: 70%
}

@media (max-width: 425px) {
    .features {
        padding: 0.30rem 0 0.30rem
    }

    .features .intro {
        margin-bottom: 0.20rem
    }

    .features .media-left {
        display: block;
        text-align: center;
        padding: 0.10rem
    }

    .features .media-left .media-object {
        margin: auto
    }

    .features .media-body {
        display: block;
        width: auto
    }

    .features .media-body .media-heading {
        text-align: center;
        font-size: 0.21rem
    }

    .features .row .col-sm-6 {
        margin-bottom: 0
    }

    .features-cases .conveyor .index-case {
        border: none
    }

    .features-cases .slick-dots {
        bottom: -15px
    }

    .features-hotnews .list {
        margin-bottom: 10px;
        text-align: center
    }

    .features-hotnews .list li {
        display: inline-block;
        padding: 0 2px
    }
}

@media (max-width: 767px) {
    .welcome-page-news .features, .cooperations-page-index .features, .welcome-page-user_agreement .features, .welcome-page-sla_kodo .features, .welcome-page-sla_fusion .features, .welcome-page-sla_pili .features, .welcome-page-sla_dora .features, .welcome-page-product_news .features, .welcome-page-welfares .features, .errors-page .features, .recommendations-page .features, .feedbacks-page .features {
        padding-top: 0.30rem
    }

    .welcome-page-news .features.web-form, .cooperations-page-index .features.web-form, .welcome-page-user_agreement .features.web-form, .welcome-page-sla_kodo .features.web-form, .welcome-page-sla_fusion .features.web-form, .welcome-page-sla_pili .features.web-form, .welcome-page-sla_dora .features.web-form, .welcome-page-product_news .features.web-form, .welcome-page-welfares .features.web-form, .errors-page .features.web-form, .recommendations-page .features.web-form, .feedbacks-page .features.web-form {
        padding-top: 0
    }

    .welcome-page-news .error-page.error-page-404, .cooperations-page-index .error-page.error-page-404, .welcome-page-user_agreement .error-page.error-page-404, .welcome-page-sla_kodo .error-page.error-page-404, .welcome-page-sla_fusion .error-page.error-page-404, .welcome-page-sla_pili .error-page.error-page-404, .welcome-page-sla_dora .error-page.error-page-404, .welcome-page-product_news .error-page.error-page-404, .welcome-page-welfares .error-page.error-page-404, .errors-page .error-page.error-page-404, .recommendations-page .error-page.error-page-404, .feedbacks-page .error-page.error-page-404 {
        max-width: 215px;
        min-height: 120px
    }

    .jumbotron.hero {
        height: 5.18rem;
        margin-bottom: 0
    }

    .jumbotron.hero .container {
        height: 4.75rem;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        padding-top: 0
    }

    .jumbotron.hero .actions .btn {
        margin-right: 5px !important
    }

    .features .container.container-center {
        text-align: center
    }

    .features .title2.title-center {
        text-align: center
    }

    .feature-case .container .intro .title {
        font-size: 18px
    }

    .features .row.row-dora .col-content-middle {
        padding: 0.15rem
    }

    .features .row.row-dora .col-xs-contain {
        padding: 0
    }

    .features .row.row-dora .sm-right {
        float: none
    }

    .features-hotnews .list {
        margin-bottom: 10px;
        text-align: center
    }

    .features-hotnews .list li {
        display: inline-block;
        padding: 0 2px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .features {
        padding-top: 0.10rem
    }

    .features .intro {
        margin-bottom: 0.20rem
    }

    .features .col-sm-6:nth-child(odd) {
        clear: left
    }

    .features .media-left {
        display: block;
        text-align: center;
        padding: 0.10rem
    }

    .features .media-left .media-object {
        margin: auto
    }

    .features .media-body {
        display: block;
        width: auto
    }

    .features .media-body .media-heading {
        text-align: center
    }

    .features-sla .nav > li > a {
        padding: 10px 0
    }

    .features-kodo .nav-tabs.nav-justified.nav-short {
        width: 100%
    }

    .navbar-default .actions {
        margin-left: 0;
        padding-left: 0.15rem
    }

    .features-eval .evaluation-right ul {
        padding-left: 2.2rem
    }

    .features-eval .evaluation-right ul li {
        padding-top: 0.12rem;
        padding-bottom: 0.12rem
    }

    .features-less .row .row > div {
        margin-bottom: 15px
    }

    .features-less .row h2.title {
        font-size: 0.30rem
    }
}

.agreement-details h2 {
    margin-bottom: 0.38rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem
}

.agreement-details p.condense {
    font-size: 0.14rem;
    line-height: 24px;
    margin-bottom: 0.39rem
}

.agreement-details ol {
    list-style: none;
    background: transparent;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0.21rem
}

.agreement-details ol li {
    font-size: 0.14rem;
    line-height: 24px;
    margin-bottom: 0.19rem
}

.agreement-details ol li.last-li {
    margin-bottom: 0
}

.agreement-details ol li span {
    width: 40px;
    display: block;
    float: left
}

.agreement-details ol li span.exspan {
    width: 60px
}

.agreement-details ol.last-ol {
    margin-bottom: 0
}

.fluid-slider-wrapper {
    margin-top: 162px
}

.fluid-word-slider {
    margin-top: 480px
}

.fluid-slider-img-wraaper {
    padding: 0 20px
}

.Btn-prev, .Btn-next {
    background: #6994B9
}

.grid-container {
    transition: all 0.3s;
    position: relative;
    min-height: 100px;
    margin-bottom: 10px;
    cursor: pointer
}

.grid-container:hover {
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    -moz-box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9;
    box-shadow: 0 0 0 #EFEFEF, 2px 2px 20px #B9B9B9
}

.grid-container:hover .btn-icon {
    background-image: url(/assets/icon-player-8d040d81e79a32ea0de13916374a1904baf6eb5e983e0c58918749ab55d36b9f.png)
}

.grid-container .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px
}

.grid-container .btn-icon-visited {
    background-image: url(/assets/btn-play-highlight-f6bf1795ac4f0bc72f9e5eeea27c6b595bfb7d0824ca7da59e4853281949681c.png)
}

.fluid-media-slider .slick-dots li button::before {
    font-size: 0.40rem;
    content: "-";
    color: #B9B9B9
}

.fluid-media-slider .slick-dots li.slick-active button::before {
    color: #3498db
}

.banners-slider .slick-dots.banners-arrow {
    bottom: 0.48rem
}

.banners-actions {
    position: relative
}

.banners-actions .btn-absolute {
    position: absolute;
    top: -1.70rem;
    left: 1.00rem
}

video {
    width: 100%;
    height: auto
}

#myModal1 .modal-dialog {
    margin-top: 60px
}

#myModal1 .modal-body {
    background: #000;
    padding: 0px
}

#myModal1 .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0.3rem;
    z-index: 10;
    color: #000;
    opacity: 1
}

#myModal1 video {
    display: block
}

#myModal2 .modal-dialog {
    margin-top: 60px
}

#myModal2 .modal-body {
    background: #000;
    padding: 0px
}

#myModal2 .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0.3rem;
    z-index: 10;
    color: #000;
    opacity: 1
}

#myModal2 video {
    display: block
}

#myModal3 .modal-dialog {
    margin-top: 60px
}

#myModal3 .modal-body {
    background: #000;
    padding: 0px
}

#myModal3 .close {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 0.3rem;
    z-index: 10;
    color: #000;
    opacity: 1
}

#myModal3 video {
    display: block
}

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

.btn-career {
    background-color: #40A7FF
}

.position .btn {
    font-size: 14px
}

.position .list-inline {
    margin-bottom: 0px
}

.position .area-select {
    list-style: none;
    padding-top: 5px;
    padding-left: 0px
}

.position .area-select li {
    display: inline-block
}

.media .modal-body {
    padding-left: 50px;
    padding-right: 50px
}

.media img {
    margin: auto;
    max-height: 100px;
    transition: opacity .1s
}

#myModal1 .modal-dialog.modal-dialog-3top, #myModal2 .modal-dialog.modal-dialog-3top, #myModal3 .modal-dialog.modal-dialog-3top {
    margin-top: 180px
}

.blog-container {
    margin-right: 100px;
    margin-left: 100px
}

.entry-title .h2 {
    font-size: 60px
}

html {
    position: relative;
    font-size: 100px
}

.browsehappy {
    border-radius: 0px;
    margin-bottom: 0
}

a.out_link {
    display: inline-block;
    margin-top: 0;
    color: #fff
}

a.underline {
    text-decoration: underline
}

.kodo-modal {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.14rem;
    line-height: 1.8
}

.links-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.links-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 0.20rem;
    margin-bottom: 0.10rem
}

.links-list li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 0px;
    border: 1px solid #525866;
    top: 5px;
    left: 0
}

.links-list li a:hover {
    color: #07A0DF
}

.select-lg {
    outline-style: none;
    outline-color: #e6eaef
}

.select-lg:active, .select-lg:focus {
    outline-style: none;
    outline-color: #e6eaef
}

.banners-slider .slick-dots li button::before {
    font-size: 0.40rem;
    content: "-";
    color: #B9B9B9
}

.banners-slider .slick-dots li.slick-active button::before {
    color: #3498db
}

.banners-slider .slick-dots.banners-arrow {
    bottom: 0.48rem
}

.banners-actions {
    position: relative
}

.banners-actions .btn-absolute {
    position: absolute;
    top: -1.70rem;
    left: 1.00rem
}

div.form-wrapper {
    padding-top: 0;
    padding-bottom: 1.4rem
}

div.form-wrapper .title {
    font-size: 0.16rem;
    color: #2f3033;
    text-align: center
}

div.form-wrapper .form-box {
    padding: 0.10rem 0.10rem 0.50rem 0.10rem
}

div.form-wrapper form {
    max-width: 6.50rem;
    margin: 0 auto
}

div.form-wrapper form .form-group {
    margin-bottom: 0.24rem
}

div.form-wrapper form .form-group .col-init-left {
    padding-left: 0
}

div.form-wrapper form .form-group .col-init-right {
    padding-right: 0
}

div.form-wrapper form .form-group label {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.14rem;
    color: #2f3033
}

div.form-wrapper form .form-group textarea {
    resize: none
}

div.form-wrapper form .form-group .form-control.active {
    border: 1px solid #ff3939
}

div.form-wrapper form .form-group .maxLength-tips {
    float: right
}

div.form-wrapper form .form-group .maxLength-tips .maxLength-label {
    font-size: 0.12rem;
    color: #ff3939
}

div.form-wrapper form .form-group .div-error {
    display: none
}

div.form-wrapper form .form-group .div-error.active {
    display: inline-block
}

div.form-wrapper form .form-group .div-error.active .error-label {
    font-size: 0.12rem;
    color: #ff3939
}

div.form-wrapper form .actions {
    text-align: center
}

.fxd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1000
}

.icon40 {
    padding-left: 0.40rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.40rem 0.40rem;
    height: 0.40rem;
    line-height: 0.40rem
}

.icon50 {
    font-size: 0.14rem;
    display: inline-block;
    margin: 0;
    margin-bottom: 0.20rem;
    padding-left: 0.50rem;
    padding-right: 0.50rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.50rem 0.50rem;
    line-height: 0.50rem
}

.icon140 {
    font-size: 0.30rem;
    padding-left: 1.0rem;
    padding-top: 0.30rem;
    padding-bottom: 0.20rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.80rem 0.80rem;
    margin-bottom: 0.20rem
}

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

img.list-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.error-page {
    margin: 50px auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.error-page.error-page-404 {
    max-width: 1130px;
    min-height: 630px;
    background-image: url(/assets/404-0ba8221e365af719fd410712a3c30cc4451e8652c81c11d60fc5b286880d9009.jpg)
}

@media print {
    body {
        padding-top: 0
    }

    .topic-sidebar-wrap {
        display: none
    }

    .topic-content-wrap {
        margin-left: 0
    }
}

@media (max-width: 1024px) {
    .pricing-caculator {
        width: 6.0rem
    }

    input[type="range"] {
        width: 70%
    }
}

@media (max-width: 768px) {
    .visible-xs-inline {
        display: inline-block !important
    }

    .pricing-caculator {
        width: 100%
    }

    input[type="range"] {
        width: 55%
    }

    .input-num {
        width: 0.9rem
    }
}

footer .container .grey-link a {
    color: #adaeb3
}

.grey-color {
    color: #adaeb3
}

.fixed-b {
    position: fixed;
    bottom: 0;
    width: 100%
}

@media (max-width: 736px) {
    .banners-slider .slick-dots.banners-arrow {
        bottom: 0.18rem
    }
}

@media (max-width: 768px) {
    html {
        font-size: 70px
    }
}

@media (min-width: 768px) {
    .plsv-services .col-5 {
        width: 20%
    }

    .nav-tabs.nav-justified.nav-short {
        width: 80%
    }
}

@media (max-width: 767px) {
    .left-hotnews ul > li {
        display: inline-block
    }

    .modal .modal-dialog {
        margin-top: 12px
    }

    .nav-tabs.nav-justified.nav-short {
        width: 100%;
        text-align: center
    }

    .nav-tabs.nav-justified.nav-short li {
        float: none;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px
    }

    .nav-tabs.nav-justified.nav-short li a {
        padding-bottom: 5px;
        padding-top: 5px
    }
}

.section-block {
    padding-top: 20px
}

.section-content {
    margin-bottom: 20px;
}

.testimonial .area-title {
    margin-top: 30px;
}
