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

img{
    border-radius: 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

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

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

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

.fa-envelope-o:before {
    content: "\f003"
}

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

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

.fa-star-o:before {
    content: "\f006"
}

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

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

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

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

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

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

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

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

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

.fa-trash-o:before {
    content: "\f014"
}

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

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

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

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

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

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

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

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

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

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

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

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

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

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

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

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

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

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

.fa-exclamation-circle:before {
    content: "\f06a"
}

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

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-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: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

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 {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,th {
    padding: 0
}

@media print {
    *,:after,:before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

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

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

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

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        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 td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

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

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

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

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

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

a {
    color: #337ab7;
    text-decoration: none
}

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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: 400;
    line-height: 1;
    color: #777
}

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

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

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

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 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 {
    padding: .2em;
    background-color: #fcf8e3
}

.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 {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd,dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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: 4px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

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

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

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

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

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

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    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;
    display: table-column;
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

@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>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

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

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

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

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

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

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

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

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

input[type=checkbox],input[type=radio] {
    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=checkbox]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

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

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.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[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    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-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
        line-height: 46px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

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

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

.form-group-sm select[multiple].form-control,.form-group-sm textarea.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 {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

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

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

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

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

.form-group-lg select[multiple].form-control,.form-group-lg textarea.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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

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

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

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

.btn-success.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>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

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

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

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

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

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

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

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

.btn-block {
    display: block;
    width: 100%
}

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .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-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

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

.dropdown,.dropup {
    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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.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: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

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

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

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.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 {
        right: auto;
        left: 0
    }
}

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

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

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    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 .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: 0
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(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 {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .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>.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: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

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

.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-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    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=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    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-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.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: 6px
}

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

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

.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: 3px
}

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

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

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.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: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    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
}

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

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

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px
}

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

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

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

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

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

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

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

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

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

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

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

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

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

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

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

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

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

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

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

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

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

.nav-stacked>li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

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

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

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

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

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

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

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

@media (min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

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

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

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

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width:auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float:left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float:left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #000
}

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

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

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

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

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

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

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

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

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

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

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

.navbar-inverse .btn-link {
    color: #9d9d9d
}

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

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #777
}

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

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

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

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

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

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

.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-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.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-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

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

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.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: 15px
}

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

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

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

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

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

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

.label:empty {
    display: none
}

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

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

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

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

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

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

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    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
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.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: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7
}

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

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

@-o-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 {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(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: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1}

.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-body,.media-left,.media-right {
    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 {
    padding-left: 0;
    margin-bottom: 20px
}

.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-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

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:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.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: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,.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 {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.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:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    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:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    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:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    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:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    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: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

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

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

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

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

.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-left-radius: 3px;
    border-top-right-radius: 3px
}

.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: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.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:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.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,.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: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:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.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,.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: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:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.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,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.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,.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 {
    border-bottom-left-radius: 3px
}

.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,.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 {
    border-bottom-right-radius: 3px
}

.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 td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

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

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

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

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.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,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>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 {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
    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: #333;
    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: #333
}

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

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.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 embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 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: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

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

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

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

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

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

.modal-open {
    overflow: hidden
}

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

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

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

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

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

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

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

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

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

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

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.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,.5);
        box-shadow: 0 5px 15px rgba(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-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #7CDBF7;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

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

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #7CDBF7
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #7CDBF7
}

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

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

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

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #7CDBF7
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #7CDBF7
}

.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-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative
}

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

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

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

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

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

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(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-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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-lg,.visible-md,.visible-sm,.visible-xs {
    display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-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
    }

    td.visible-xs,th.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
    }

    td.visible-sm,th.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
    }

    td.visible-md,th.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
    }

    td.visible-lg,th.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
    }

    td.visible-print,th.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
    }
}

.side-tag-item {
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    margin: 2px
}

.side-tag-item:hover {
    color: #fff
}

.side-tag-item:nth-child(4n+1) {
    background-color: #63B8FF
}

.side-tag-item:nth-child(4n+2) {
    background-color: #63B8FF
}

.side-tag-item:nth-child(4n+3) {
    background-color: #63B8FF
}

.side-tag-item:nth-child(4n+4) {
    background-color: #63B8FF
}

html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,#swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev,#swipebox-next,#swipebox-close {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,#swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}

#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar,#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

#percentageCounter {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -3px;
    height: 3px;
    border-radius: 1.5px;
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff);
    transition: width 0.45s;
}

@charset"utf-8";.auth-v {
    z-index: 1;
    left: 40px;
}

body, dd, dl, dt, li, ol, td, th, ul {
    margin: 0;
    padding: 0
}

body {
    overflow: auto!important;
    padding: 0!important
}

.modal {
    overflow: hidden!important
}

a, a:hover, a:link, a:visited {
    color: #000;
    text-decoration: none;
    cursor: url(link.cur), pointer;
}

body.nav-fixed {
    position: relative
}

ul li {
    list-style: none
}

.modal-dialog {
    margin: 200px auto
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0!important
}

a:focus {
    outline: 0!important
}

.input-login, .input-reg {
    margin-bottom: 15px
}

.ajax_imgcode {
    position: absolute;
    bottom: 5px;
    right: 45px;
    z-index: 9
}

.ajax_reg_imgcode {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 9
}

.faw {
    width: 15px
}

.col-sm-6.admina, .col-sm-6.commenta, .col-sm-6.loga, .col-sm-6.weiyua {
    margin-bottom: 10px
}

.row>.lga>a {
    margin: auto 15px
}

.modal-header .close {
    text-shadow: 0 1px 0 #ddd;
    transition: all .5s linear;
    margin-right: -8px;
    cursor: url(link.cur), pointer
}

.modal-header .close:hover {
    transform: rotate(-360deg)
}

.nav-top {
    margin-top: 20px
}

.text-muted {
    color: #777;
    font-size: 85%
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
}

.navbar-default {
    background: rgba(255, 255, 255, 0.85);
}

.navbar-form .input-group>.form-control {
    float: right;
    background: url(../img/search.png) no-repeat 15px 7px;
    padding-left: 35px;
    width: 20%
}

.nav>li>.dropdown a:hover ul {
    display: block
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    display: block
}

.navbar-nav>li {
    background: url(../img/li.png) no-repeat right 50%;
    padding: 0 1px
}

.navbar-nav>li:last-child {
    background: 0
}

.navbar-nav .fa-angle-down {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.navbar-nav li:hover .fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.dropdown>a:focus {
    color: #5db8f8;
    background-color: transparent
}

.navbar-default .navbar-nav>.dropdown>a:hover, .navbar-default .navbar-nav>li>a:hover {
    color: #5db8f8;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #5db8f8;
    background-color: transparent
}

.modal-header {
    color: #555;
    padding: 10px 20px;
    height: 42px
}

.carousel-control>.slide-left, .carousel-control>.slide-right {
    margin: 70% auto
}

.logout_body {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px
}

.sidebar-user {
    margin: 18px;
    text-align: center
}

.sideli {
    margin-bottom: 15px
}

.carousel-indicators {
    bottom: 0
}

.panel-default {
    border-color: #eaeaea
}

.modal-footer {
    padding-top: 0;
    border-top: 0
}

.btn-info {
    background-color: #5db8f8;
    border-color: #5db8f8
}

.btn-info:hover {
    background-color: #5dc8f8;
    border-color: #5dc8f8
}

#FLY {
    margin-top: 80px
}

.container {
    padding: 0 15px
}

.sign-title {
    font-size: 18px;
    margin: 3px 10px;
    color: #3dbaf9;
    border-bottom: 2px solid #3dbaf9;
    width: 72px;
    padding-bottom: 8px
}

.ajax_btn-reg {
    margin-top: 15px
}

.ajax_qq {
    display: inline-block;
    float: left
}

.ajax_btn {
    display: inline-block;
    float: right
}

.ajax_login_icon {
    font-family: "YaHei", Georgia, Serif;
    background-color: #fff;
    color: #f97f7d!important;
    border: 2px solid #f78c8a;
    border-radius: 50px!important;
    font-size: 20px;
    padding: 6px 8px
}

.ajax_login_icon:hover {
    font-family: "YaHei", Georgia, Serif;
    background-color: #fff;
    color: #f97f7d!important;
    border: 2px solid #f78c8a;
    border-radius: 50px!important;
    font-size: 20px;
    padding: 6px 8px;
    opacity: .8
}

.ajax_login_code {
    font-family: "YaHei", Georgia, Serif;
    background-color: #fff;
    color: #3dbaf9!important;
    border: 2px solid #3dbaf9;
    border-radius: 50px!important;
    font-size: 20px;
    padding: 6px 10px
}

.ajax_login_code:hover {
    font-family: "YaHei", Georgia, Serif;
    background-color: #fff;
    color: #3dbaf9!important;
    border: 2px solid #3dbaf9;
    border-radius: 50px!important;
    font-size: 20px;
    padding: 6px 10px;
    opacity: .8
}

.form-group.input-login>span {
    margin-right: 10px
}

.ajax_reg_btn {
    background-color: #3dbaf9;
    border: 1px solid #3dbaf9;
    color: #fff;
    cursor: url(link.cur), pointer
}

.ajax_reg_btn:hover {
    opacity: .8;
    color: #fff
}

.ajax_login_btn {
    background-color: #3dbaf9;
    border-color: #3dbaf9;
    color: #fff;
    border: 1px solid #FFF;
    border-radius: 3px!important;
    width: 120px
}

.ajax_login_btn:hover {
    opacity: .8;
    color: #fff
}

.container-fluid p {
    color: #555
}

.btn.ajax_reg_btn.btn-block {
    color: #fff
}

.col-sm-7.ajax_login_list1 {
    border-right: 1px solid #eee
}

.ajax_login_btn[disabled] {
    background-color: #9ad5f3
}

.ajax_btn>span>input {
    border-radius: 2px;
    border: 1px solid #FFF;
    border-radius: 3px;
    padding: 4px 15px;
    color: #fff;
    display: inline-block;
    cursor: url(link.cur), pointer
}

.ajax_btn>span>input:hover {
    opacity: .8
}

.nav-tabs>li>a {
    border-radius: 4px 4px 0 0;
    color: #fff;
    line-height: .82857143
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #5a4e4c;
    border: 1px solid transparent;
    text-shadow: .07em .07em 0 rgba(0, 0, 0, .1)
}

.dlbt {
    color: #ffa600;
    margin-left: 5px
}

.content-wrap {
    float: left;
    width: 100%
}

.content {
    position: relative;
    margin-right: 380px;
    margin-bottom: 10px;
    min-height: 280px
}

.sidebar {
    position: relative;
    float: left;
    margin-left: -340px;
    width: 326px
}

.sidebars {
    position: relative;
    float: left;
    margin-left: -340px;
    width: 326px
}

.excerpt-minic {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 10px
}

.gglb {
    float: left;
    padding-left: 20px
}

.bulletin {
    width: 710px
}

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

.posts-gallery-content h2 a:hover {
    color: #5dc8f8
}

.content-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background: #FFF;
    -webkit-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1);
    box-shadow: 0 5px 10px 0 rgba(146, 146, 146, .1);
    border-radius: 10px
}

.content-box {
    overflow: hidden;
    padding: 10px
}

.posts-default .content-box {
    padding: 0
}

.posts-default-img {
    position: relative;
    overflow: hidden;
    max-height: 300px;
    height: auto;
    width: 100%
}

.posts-default-img a {
    position: relative;
    display: block
}

.posts-default-img img {
    width: 100%
}

.posts-default-img .overlay {
    opacity: 0
}

.posts-default-img a:hover .overlay {
    opacity: .2
}

.posts-default-box {
    padding: 32px 27px
}

.posts-default-title {
    position: relative;
    margin: 0 0 10px
}

.posts-default-title h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    font-size: 20px;
    margin: 0;
    padding: 0
}

.posts-default-title h2 a:hover {
    color: #5db8f8
}

.posts-default-content {
    position: relative;
    line-height: normal
}

.posts-default-content .posts-text {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #566573
}

.posts-default-info {
    position: relative;
    display: inline-block
}

.posts-gallery-info {
    position: absolute;
    bottom: 10px
}

.posts-default-info ul li {
    font-size: 12px;
    letter-spacing: -.2px;
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    color: #748594;
    position: relative;
    line-height: 1.5
}

.posts-default-info ul li a {
    color: #748594
}

.posts-default-info ul li.post-author {
    padding-left: 30px
}

.posts-default-info ul li .avatar {
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px
}

.posts-default-info ul li .avatar img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 1px;
    width: 20px;
    height: 20px
}

.posts-gallery-img {
    position: relative;
    float: left;
    width: 231.98px;
    height: 150px;
    height: auto;
    overflow: hidden
}

.posts-gallery-img img {
    width: 100%;
    height: 150px
}

.posts-gallery-content {
    margin-left: 245px
}

.posts-gallery-content h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-size: 20px
}

.posts-gallery-content .posts-gallery-text {
    text-indent: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #566573
}

.post-style-tips {
    position: absolute;
    bottom: 32px;
    right: 28px
}

.post-style-tips a {
    padding: 6px 10px;
    line-height: 1;
    color: #FFF;
    background: #378df7;
    display: inline-block;
    font-size: 13px
}

.post-style-tips span a:hover {
    background: #273746
}

.post-images-item {
    margin-bottom: 10px
}

.post-images-item ul {
    overflow: hidden
}

.post-images-item ul li {
    float: left;
    width: 33.3333%
}

.post-images-item ul li .overlay {
    opacity: 0
}

.post-images-item ul li:first-child .image-item {
    margin-right: 6px;
    height: 135px;
    position: relative;
    overflow: hidden
}

.post-images-item ul li:nth-child(2) .image-item {
    margin-left: 3px;
    margin-right: 3px;
    height: 135px;
    position: relative;
    overflow: hidden
}

.post-images-item ul li:last-child .image-item {
    margin-left: 6px;
    height: 135px;
    position: relative;
    overflow: hidden
}

.post-images-item ul li a img {
    width: 100%;
    height: 135px
}

.post-entry-categories {
    margin-top: -2px;
    float: right
}

.post-entry-categories a {
    padding: 4px 10px;
    background-color: #9759d0;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 5px 5px 0;
    border-radius: 10px;
    display: inline-block
}

.post-entry-categories a:nth-child(6n+0) {
    background-color: #4a4a4a
}

.post-entry-categories a:nth-child(6n+1) {
    background-color: #ff5e5c
}

.post-entry-categories a:nth-child(6n+2) {
    background-color: #ffbb50
}

.post-entry-categories a:nth-child(6n+3) {
    background-color: #1ac756
}

.post-entry-categories a:nth-child(6n+4) {
    background-color: #19b5fe
}

.post-entry-categories a:hover {
    background-color: #1b1b1b;
    color: #FFF
}

.index_cms_6 {
    padding-left: 0;
    padding-right: 0
}

.index_cms {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -20px
}

.xg {
    -webkit-backface-visibility: hidden;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    z-index: 1
}

i.article-mark {
    width: 56px;
    height: 56px;
    background: url(../img/ico-mark.png);
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 14;
    margin: -3px 0 0 -3px
}

i.article-marks {
    width: 56px;
    height: 56px;
    background: url(../img/ico-mark.png);
    position: absolute;
    left: 10px;
    top: 44px;
    z-index: 14;
    margin: -3px 0 0 -3px
}

i.article-mark.new-mark, i.article-marks.new-mark {
    background-position: -16px -16px
}

i.article-mark.hot-mark, i.article-marks.hot-mark {
    background-position: -112px -16px
}

i.article-mark.top-mark, i.article-marks.top-mark {
    background-position: -192px -16px
}

.textgg i {
    border-right: 1px solid #eaeaea;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    width: 25px;
    vertical-align: top;
    line-height: 40px;
    float: left;
    color: #000
}

.excerpt {
    padding: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px
}

.content-list:hover, .excerpt:hover, .panel-default:hover {
    box-shadow: 0 0 8px #1ac756
}

.btn, .dropdown-menu, .form-control, .input-group-addon, .modal-content, .panel {
    border-radius: 10px
}

.more {
    font-size: 15px
}

.panel_cms {
    padding: 5px 15px 0;
    min-height: 160px
}

.panel_cms ul {
    padding: 0 4px;
    margin-bottom: 0
}

.panel_cms li a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.panel_cms li a:hover {
    color: #5db8f8
}

.panel_cms time {
    float: right;
    margin: 0;
    padding: 0;
    color: #999;
    line-height: 24px
}

.panel_cms ul li {
    line-height: 1.8em
}

.panel-default {
    margin-bottom: 10px
}

.pagination {
    margin: -5px 0 -12px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    display: block;
    border-radius: 0
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0
}

.pagination ul>li {
    display: inline
}

.pagination ul>.active>span {
    background: #5db8f8;
    color: #fff
}

.pagination ul>.tj>span {
    color: #999;
    background-color: transparent;
    cursor: default;
    margin: 0 2px;
    float: left;
    padding: 4px 14px;
    border: 0
}

.pagination ul>li>a, .pagination ul>li>span {
    margin: 0 2px;
    float: left;
    padding: 1px 14px;
    border: 1px solid #eaeaea;
    color: #000;
    border-radius: 10px
}

.excerpt-page {
    margin-bottom: 10px
}

.navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
    margin-top: -5px
}

.dropdown-menu {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: all .8s;
    transition: all .8s ease;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    min-width: 0;
    background-color: #fff
}

.navbar-nav .dropdown-menu:after {
    border-bottom: 6px solid #fff;
    margin-top: 1px
}

.navbar-nav .dropdown-menu:before {
    border-bottom: 6px solid #ccc
}

.navbar-nav .dropdown-menu:after, .navbar-nav .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.widget_ui_statistics ul {
    overflow: hidden;
    padding: 15px;
    color: #888;
    line-height: 26px
}

.widget_ui_statistics li {
    float: left;
    width: 50%
}

.shareBox {
    text-align: center;
    margin: 15px 0;
    position: relative
}

.shareBox p {
    padding-bottom: 0
}

.shareBox .sharebtn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f74840;
    box-shadow: none;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 2px;
    color: #f74840;
    font-size: 14px;
    text-decoration: none;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.shareBox .like .icon-heart-filled {
    display: none;
    margin-top: -3px
}

.shareBox .like.current {
    background-color: #f74840;
    color: #fff
}

.shareBox .like i {
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    display: inline-block
}

.shareBox .like.current .icon-heart-filled {
    display: inline-block;
    -webkit-animation: waver .3s linear 1;
    -moz-animation: waver .3s linear 1;
    -o-animation: waver .3s linear 1;
    animation: waver .3s linear 1
}

.shareBox .like.current .icon-heart {
    display: none
}

.panel-abouts .wxgz {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    padding: 5px;
    border: 1px solid #836fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.panel-reward {
    position: relative;
    padding: 10px 0 0;
    display: none
}

.panel-reward ul li {
    display: inline-block;
    text-align: center;
    margin: 0 10px 5px;
    padding: 5px;
    border: 1px solid #87ddff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.panel-reward ul .txpay {
    margin-left: 6px;
    border-color: #c99eea
}

.panel-reward ul .weixinpay {
    margin-left: 6px;
    border-color: #8ae0ac
}

.panel-abouts .wxgz img, .panel-reward ul li img {
    width: 120px;
    height: auto;
    margin-bottom: 0;
    border: 0;
    padding: 0;
    background-color: transparent!important
}

.panel-abouts .wxgz img:hover, .panel-reward ul li img:hover {
    border: 0;
    padding: 0
}

.panel-abouts .wxgz b, .panel-reward ul li b {
    display: block;
    font-weight: 400;
    margin-top: 3px
}

@keyframes waver {
    0 {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.5, 1.5)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-moz-keyframes waver {
    0 {
        -moz-transform: scale(1, 1)
    }

    50% {
        -moz-transform: scale(1.5, 1.5)
    }

    100% {
        -moz-transform: scale(1, 1)
    }
}

@-webkit-keyframes waver {
    0 {
        -webkit-transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1.5, 1.5)
    }

    100% {
        -webkit-transform: scale(1, 1)
    }
}

@-o-keyframes waver {
    0 {
        -o-transform: scale(1, 1)
    }

    50% {
        -o-transform: scale(1.5, 1.5)
    }

    100% {
        -o-transform: scale(1, 1)
    }
}

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

    to {
        -webkit-transform: rotate(360deg)
    }
}

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

    to {
        -moz-transform: rotate(360deg)
    }
}

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

    to {
        -ms-transform: rotate(360deg)
    }
}

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

    to {
        -o-transform: rotate(360deg)
    }
}

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

    to {
        transform: rotate(360deg)
    }
}

.shareBox .J_showAllShareBtn {
    color: #3496e6;
    border-color: #3496e6
}

.shareBox .sharebtn:hover {
    background-color: #f74840;
    color: #fff
}

.shareBox .publicity-btn {
    background-color: #378df7;
    color: #FFF;
    border-color: #378df7
}

.shareBox .publicity-btn:hover {
    background-color: #2c6fc1;
    border-color: #2c6fc1
}

.shareBox .J_showAllShareBtn:hover {
    background-color: #3496e6;
    color: #fff
}



.bdsharebuttonbox {
    display: none;
    padding: 10px 0 0;
    position: relative
}

.panel-abouts, .panel-reward {
    position: relative;
    padding: 10px 0 0;
    display: none
}

#ajaxloading, #ajaxloading1, #error, #error1 {
    position: relative;
    color: red;
    left: 8px;
    top: 8px
}

#commentform .cai, #commentform .comment-form-smiley, #commentform .daka, #commentform .zan, .btn, .comment-reply-link {
    cursor: url(link.cur), pointer
}

#mySlide {
    width: 100%;
    margin-bottom: 10px
}

.carousel-inner>.item>img {
    margin: 0 auto;
    width: 100%
}

.carousel-control {
    margin: 0 auto
}

.logo img {
    margin-top: -5px;
    max-height: 50px;
    height: auto
}

a.highslide {
    border: 0!important
}

@media screen and (max-width: 1024px) {
    .content {
        margin-right:0
    }

    .sidebar, .sidebars {
        display: none
    }
}

@media screen and (max-width: 860px) {
    .nav-hide {
        display:none
    }
}

@media screen and (max-width: 800px) {
    body {
        background:#FFF!important
    }

    .navbar-default {
        background: #f8f8f8!important
    }

    .footer {
        border-top: 1px solid #e6e6eb;
        padding-top: 0!important;
        margin-bottom: 50px;
        background: #f8f8f8!important
    }

    .footer .copy-right {
        margin-top: 5px!important
    }

    .footer .copy-right span {
        margin-top: 5px!important;
        margin-bottom: 5px!important
    }

    .mobile-hide {
        #display: none
    }

    .span10, .span11, .span12, .span4, .span5, .span6, .span7, .span8, .span9 {
        width: 100%
    }

    .span2, .span3 {
        width: 50%
    }

    .span1 {
        width: 25%
    }

    .panel-sort {
        padding: 10px
    }

    .panel.transparent {
        background: #FFF
    }

    .panel .panel-header {
        border-bottom: 0;
        background: 0;
        margin: -10px -10px 0
    }

    .panel .panel-header h1, .panel .panel-header h3, .panel .panel-header h4 {
        margin-bottom: -30px;
        padding: 10px
    }

    .panel .panel-header .right {
        padding-right: 10px
    }

    #mobile-header {
        display: block
    }

    #mobile-tab-menu {
        display: block!important
    }

    .box-md {
        margin: 50px 0
    }

    .posts-list>li .panel {
        border-bottom: 1px solid #e6e6eb;
        height: 85px
    }

    .posts-list>li .panel:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 84px;
        width: 10px;
        background: #FFF;
        z-index: 30
    }

    .posts-list>li:last-child .panel {
        border-bottom: 0
    }

    .posts-list>li .panel-header {
        height: 10px
    }

    .posts-list>li .post-title a {
        position: absolute;
        text-indent: 10px;
        width: 100%;
        height: 85px;
        top: 0;
        left: 0;
        z-index: 50;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding-right: 10px
    }

    .posts-list>li .post-title a:hover {
        color: #333
    }

    .posts-list>li .post-title a:active {
        opacity: .3;
        background: #000
    }

    .posts-list>li.thumbnail .post-title a {
        text-indent: 80px
    }

    .posts-list>li .thumbnail-link, .posts-list>li .thumbnail-link .thumbnail {
        width: 65px;
        height: 65px
    }

    .posts-list>li .thumbnail-link+.right-box {
        left: 80px
    }

    .posts-list>li .right-box {
        position: absolute;
        top: 33px;
        left: 10px
    }

    .posts-list>li .excerpt {
        line-height: 22px;
        color: #999;
        white-space: nowrap
    }

    .posts-list>li .post-meta {
        line-height: 22px
    }

    .posts-list>li .post-meta>li {
        border: 0;
        border-radius: none;
        -moz-border-radius: none;
        padding: 0;
        line-height: 22px
    }

    .posts-list>li .post-meta>li.author {
        display: none
    }

    .posts-list>li .post-meta>li, .posts-list>li .post-meta>li a {
        color: #999
    }

    .posts-list.full-text>li .panel {
        height: auto;
        padding-bottom: 0
    }

    .posts-list.full-text>li .panel:before {
        display: none
    }

    .posts-list.full-text>li .panel-header {
        height: auto
    }

    .posts-list.full-text>li .post-title {
        white-space: inherit;
        overflow: visible;
        padding: 10px
    }

    .posts-list.full-text>li .post-title a, .posts-list.full-text>li.thumbnail .post-title a {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        left: 0;
        text-indent: 0;
        white-space: inherit;
        overflow: visible;
        line-height: 22px;
        padding-right: 0
    }

    .posts-list.full-text>li .context {
        display: none
    }

    .posts-list-page-navi {
        display: none
    }

    .posts-list-mobile-page-navi {
        display: block
    }

    .archive-header, .content-theme .qbztm, .focusmo, .qrcode {
        display: none
    }

    #mobile-menu {
        display: block
    }

    section.context {
        #padding-top: 35px!important
    }

    .panel .panel-header {
        #padding-bottom: 30px
    }

    #post-box .post-meta-box>.meta-top, .bg-fixed, span.useragent {
        display: none
    }

    .navbar-nav>li:before {
        content: ''
    }

    .indexebox-3, .indexebox-6 {
        border-right: 0!important
    }

    .indexebox-4, .indexebox-5, .indexebox-6 {
        border-top: 1px dashed #ddd
    }

    .fly-nav-right {
        display: none
    }

    .content-img>.img-row {
        margin-left: 0;
        margin-right: 0
    }

    .content-img>.img-row>.log-img {
        padding-left: 0;
        padding-right: 0
    }

    .rollbar ul {
        width: 30px!important
    }

    .rollbar a {
        height: 30px!important
    }

    .rollbar .fa {
        line-height: 30px!important;
        font-size: 20px!important
    }

    .conment-btn, .post-entry-categories {
        display: none
    }

    .navbar-nav>li {
        background: 0
    }

    .bulletin ul li {
        width: 750px
    }

    .modal-dialog {
        margin: 10px!important
    }
}

@media screen and (max-width: 767px) {
    body {
        position:absolute;
        left: 0;
        right: 0;
        overflow-x: hidden;
        backface-visibility: hidden;
        transition: all .3s ease-in-out;
        transition-delay: 0s
    }

    body.out {
        left: -200px;
        right: 200px;
        overflow: hidden
    }

    body.off-canvas-nav-left.out {
        left: 200px;
        right: -200px
    }

    .container-fluid>.navbar-collapse, .container>.navbar-collapse {
        margin-left: 0;
        margin-right: 0
    }

    nav.navbar-fixed-top {
        transition: all .3s ease-in-out;
        transition-delay: 0s
    }

    nav.navbar-fixed-top.out {
        transform: translate3d(-200px, 0, 0)
    }

    body.off-canvas-nav-left nav.navbar-fixed-top.out {
        transform: translate3d(200px, 0, 0);
        transition-delay: .3s
    }

    nav .navbar-nav {
        margin: 0 -15px 7.5px -15px
    }

    nav .navbar-toggle {
        transition: all .5s ease-in-out
    }

    body.out nav .navbar-toggle {
        background-color: #ddd
    }

    body.off-canvas-nav-left nav .navbar-toggle {
        float: left;
        margin-left: 15px;
        margin-right: 0
    }

    nav .navbar-toggle .icon-bar {
        transition: all .5s ease-in-out
    }

    body.out nav .navbar-toggle .icon-bar:nth-of-type(2) {
        transform: translate3d(0, 6px, 0) rotate(45deg)
    }

    body.out nav .navbar-toggle .icon-bar:nth-of-type(3) {
        opacity: 0
    }

    body.out nav .navbar-toggle .icon-bar:nth-of-type(4) {
        transform: translate3d(0, -6px, 0) rotate(-45deg)
    }

    nav .navbar-collapse {
        display: block!important;
        position: fixed;
        top: 0;
        right: -200px;
        bottom: 0;
        z-index: 10000;
        width: 200px;
        height: 100vh!important;
        margin: 0;
        background-color: inherit;
        border: 0;
        box-shadow: none;
        border-left: 1px solid #e7e7e7;
        transition: all .3s ease-in-out
    }

    body.out nav .navbar-collapse {
        box-shadow: -10px 0 50px 0 rgba(0, 0, 0, .75);
        transform: translate3d(-200px, 0, 0)
    }

    nav.navbar-fixed-top .navbar-collapse {
        right: -200px!important;
        max-height: none
    }

    body.out nav.navbar-fixed-top .navbar-collapse {
        box-shadow: -10px 0 50px 0 rgba(0, 0, 0, .75);
        transform: none
    }

    body.off-canvas-nav-left nav .navbar-collapse {
        left: -200px;
        right: auto;
        border: 0;
        border-right: 1px solid #e7e7e7
    }

    body.off-canvas-nav-left.out nav .navbar-collapse {
        box-shadow: 10px 0 50px 0 rgba(0, 0, 0, .75);
        transform: translate3d(200px, 0, 0)
    }

    body.off-canvas-nav-left.out nav.navbar-fixed-top .navbar-collapse {
        box-shadow: 10px 0 50px 0 rgba(0, 0, 0, .75);
        transform: none
    }

    .dropdown-menu>li>a:hover, nav .navbar-collapse .dropdown-menu>li>a:focus {
        background-color: #eee!important
    }

    nav .navbar-collapse .dropdown>.dropdown-menu, nav .navbar-collapse .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
        display: block!important;
        position: static;
        float: none;
        max-height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        overflow: hidden;
        transition: all .5s ease-in-out
    }

    nav .navbar-collapse .dropdown .dropdown-menu li a, nav .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
        padding: 5px 15px 5px 25px;
        color: #777
    }

    nav .navbar-collapse .dropdown.open .dropdown-menu, nav .navbar-collapse .dropdown.open .dropdown-menu>.dropdown-submenu.open>.dropdown-menu {
        max-height: 100vh
    }

    nav .dropdown-toggle>.caret {
        transform: rotate(0)!important
    }

    nav .open>.dropdown-toggle>.caret {
        transform: rotate(180deg)!important
    }

    nav .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
        border: 0;
        box-shadow: none
    }

    .panel_cms {
        min-height: 20px
    }

    .content-list {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    #header {
        padding: 2px 0
    }

    #FLY {
        margin-top: 65px
    }
    #nice{
        margin-top: 65px
    }

    .logo img {
        margin-top: -8px;
        max-height: 35px;
        height: auto
    }

    .dropdown-menu, .navbar-nav .dropdown-menu:after, .navbar-nav .dropdown-menu:before {
        display: none
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 380px
    }

    .posts-gallery-img {
        width: 33.3333%;
        height: 65px!important
    }

    .posts-gallery-img img {
        width: 100%;
        height: 65px!important
    }

    .post-images-item ul li a img {
        height: 65px!important
    }

    .post-images-item ul li .image-item {
        height: 65px!important
    }

    .posts-gallery-content {
        margin-left: 36%
    }

    .posts-default-title h2, .posts-gallery-content h2 {
        font-size: 15px;
        line-height: 1.3;
        font-weight: 700
    }

    .posts-gallery-content h2 {
        height: 38px;
        max-height: none;
        margin-bottom: 0
    }

    .posts-gallery-content h2 {
        position: relative;
        margin: 0 0 20px 0;
        font-size: 22px;
        max-height: 61.6px;
        overflow: hidden
    }

    .posts-gallery-content .posts-gallery-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
        display: none
    }

    .posts-gallery-content .posts-gallery-text {
        line-height: 1.6;
        margin-bottom: 20px;
        color: #566573
    }

    .posts-gallery-info {
        bottom: 15px;
        position: absolute
    }

    .posts-default-info ul li {
        margin: 0 8px 0 0;
        font-size: 10px
    }

    .ico-eye, .ico-like, .navigation .dots, .navigation a, .pic-posts-box a .title .post-views, .posts-cjtz, .posttime-a, .sidebar, .sidebars {
        display: none
    }

    .post-entry-categories {
        margin: 0
    }

    .post-entry-categories a {
        padding: 3px 5px 2px;
        font-size: 10px;
        line-height: 1;
        margin: 0 5px 8px 0;
        font-size: 10px
    }

    .posts-default-title h2, .posts-gallery-content h2 {
        font-size: 15px;
        line-height: 1.3;
        font-weight: 700
    }

    .posts-default-title h2 {
        margin: 0 0 5px 0;
        border-bottom-width: 0;
        padding: 0;
        font-weight: 700
    }

    .posts-default-content .posts-text {
        display: none;
        line-height: 0
    }

    i.article-mark, i.article-marks {
        display: none
    }

    .bulletin ul li {
        width: 700px
    }
}

@media screen and (max-width: 640px) {
    .media-right {
        display:none
    }
}

@media screen and (max-width: 600px) {
    .related-posts>li {
        width:100%!important
    }

    #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-qq, #respond .comment-form-url {
        width: 100%!important
    }

    .paydown .down-title {
        width: 14%
    }

    .paydown .down-detail {
        width: 85%
    }

    .bulletin ul li {
        width: 530px
    }
}

@media screen and (max-width: 480px) {
    #commentform .cai, #commentform .zan {
        display:none!important
    }

    .pagination {
        margin: -5px 0 -8px
    }

    .pagination ul>li {
        display: none
    }

    .pagination ul>li.next-page, .pagination ul>li.prev-page {
        display: inline-block
    }

    .shareBox .J_showAllShareBtn {
        display: none
    }

    section.context {
        padding-bottom: 5px!important
    }

    .context>ul.readers-list li {
        width: 25%
    }

    .context>ul.readers-list strong {
        display: none
    }

    .bulletin ul li {
        width: 420px
    }
}

@media screen and (max-width: 360px) {
    span.ajaximgcode>.input {
        max-width:30px
    }

    .shareBox .sharebtn {
        width: 110px
    }

    section.context>ul.readers-list li {
        width: 33%
    }

    .bulletin ul li {
        width: 290px
    }
}

.panel .panel-header {
    line-height: 38px;
    background: #FFF;
    border-radius: 10px;
}

.breadcrumb {
    display: inline-block;
    margin: 0;
    background: #fff;
    padding: 0
}

#post-box .post-title {
    margin-top: 0;
    border-left: 5px solid #5db8f8;
    margin-left: -1px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    font-weight: 400;
    -webkit-box-reflect: below -37px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(10%,transparent),to(hsla(0,0%,100%,.3)));
}

#post-box .post-meta-box {
    padding: 0 15px
}

#post-box .post-meta-box>.meta-top {
    float: right;
    margin-right: 5px;
    color: #777
}

#post-box .post-meta-box>.meta-top>span.comments-top:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

#post-box .post-meta-box>.meta-top>span.close-sidebar:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

#post-box .post-meta-box>.meta-top>span.show-sidebar:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

#mobile-tab-menu {
    display: none;
    margin-top: 5px;
    padding: 0 10px
}

#mobile-tab-menu>li.current {
    background: #bcbcbc;
    color: #FFF
}

#mobile-tab-menu>li:first-child {
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px
}

#mobile-tab-menu>li:last-child {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px
}

#mobile-tab-menu>li {
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #bcbcbc;
    border-right-width: 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    color: #000
}

.log_h3 {
    font-size: 16px;
    margin: 10px 0 0;
    padding: 8px 10px;
    color: #000
}

.panel.log_list {
    border-radius: 2px
}

.tips {
    color: #000
}

section.context{padding:15px;word-wrap:break-word;min-height:100px;font-size:15px;line-height:1.8;letter-spacing:1px;}
section.context strong{color:red;}
section.context .line{margin: 0;border-top: 1px solid #efefef;padding: 5px 0;}
section.context .name{cursor:pointer;text-decoration:underline;margin-right:5px;}
.context img{max-width:728px}


section.context.context-album {
    padding: 15px 0
}

.context img {
    max-width: 728px
}

.related-posts {
    padding: 0;
    margin: 0
}

.related-posts>li {
    padding: 0;
    border: 1px solid #eee
}

.related-posts>li .related-posts-panel {
    margin-bottom: 0;
    border: 1px solid transparent
}

.panel.no-padding {
    padding: 0
}

.panel.transparent {
    background: 0
}

.related-posts>li .thumbnail-link {
    display: block;
    position: relative;
    overflow: hidden
}

.related-posts>li .thumbnailimg {
    width: 100%;
    height: 150px;
    display: block
}

.related-posts>li .related-posts-panel:hover {
    border-color: #5db8f8;
    box-shadow: 0 0 2px #5db8f8;
    -moz-box-shadow: 0 0 2px #5db8f8
}

.related-posts>li .related-posts-panel:hover .excerpt {
    top: 0
}

.related-posts>li .excerpt {
    position: absolute;
    width: 100%;
    top: -100%;
    left: 0;
    background: rgba(0, 0, 0, .66);
    height: 100%;
    color: #FFF;
    padding: 8px;
    transition: top .2s;
    -webkit-transition: top .2s;
    -moz-transition: top .2s;
    -o-transition: top .2s
}

.related-posts>li .bottom-box {
    padding: 5px;
    text-align: center;
    background: #FFF
}

.related-posts>li .post-title {
    line-height: 13px;
    font-size: 12px;
    padding: 5px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.related-posts>li .post-title a {
    color: #000
}

.related-posts>li .post-meta>li {
    display: inline-block;
    color: #000;
    margin-right: 30px
}

.related-posts>li .post-meta>li:last-child {
    margin-right: 0
}

.related-posts>li .post-meta>li a {
    color: #000
}

.post-title {
    text-align: center
}

.post-meta {
    padding: 0
}

.date-abb a {
    font-size: 12px
}

.context h1, .context h2, .context h3 {
    font-weight: 700;
    border-width: 1px 0 1px 3px;
    border-style: solid
}

.context h4, .context h5, .context h6 {
    border-width: 1px 0 1px 3px;
    border-style: solid
}

.context h1:nth-child(6n+0), .context h2:nth-child(6n+0), .context h3:nth-child(6n+0), .context h4:nth-child(6n+0), .context h5:nth-child(6n+0) {
    border-color: #EEE #EEE #EEE #de4387
}

.context h1:nth-child(6n+1), .context h2:nth-child(6n+1), .context h3:nth-child(6n+1), .context h4:nth-child(6n+1), .context h5:nth-child(6n+1) {
    border-color: #EEE #EEE #EEE #ae74ec
}

.context h1:nth-child(6n+2), .context h2:nth-child(6n+2), .context h3:nth-child(6n+2), .context h4:nth-child(6n+2), .context h5:nth-child(6n+2) {
    border-color: #EEE #EEE #EEE #4527a0
}

.context h1:nth-child(6n+3), .context h2:nth-child(6n+3), .context h3:nth-child(6n+3), .context h4:nth-child(6n+3), .context h5:nth-child(6n+3) {
    border-color: #EEE #EEE #EEE #4ad868
}

.context h1:nth-child(6n+4), .context h2:nth-child(6n+4), .context h3:nth-child(6n+4), .context h4:nth-child(6n+4), .context h5:nth-child(6n+4) {
    border-color: #EEE #EEE #EEE #63ceef
}

.context h1:nth-child(6n+5), .context h2:nth-child(6n+5), .context h3:nth-child(6n+5), .context h4:nth-child(6n+5), .context h5:nth-child(6n+5) {
    border-color: #EEE #EEE #EEE #ec8e4a
}

.context h1 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 -15px 10px;
    padding: 0 15px;
    background: #fafafa
}

.context h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 -15px 10px;
    padding: 0 15px;
    background: #fafafa
}

.context h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 -15px 10px;
    padding: 0 15px;
    background: #fafafa
}

.context h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 -15px 10px;
    padding: 0 15px;
    background: #fafafa
}

.context h5 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 -15px 10px;
    padding: 0 15px;
    background: #fafafa
}

.context h6 {
    font-size: 12px;
    line-height: 22px;
    margin: 0 -15px 10px;
    padding: 0 15px;
    background: #fafafa
}

.context img {
    max-width: 100%;
    height: auto;
    border: 1px solid #e6e6eb;
    margin-bottom: 10px;
    padding: 2px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition-property: border-color, box-shadow;
    -webkit-transition-property: border-color, box-shadow;
    -moz-transition-property: border-color, box-shadow;
    -o-transition-property: border-color, box-shadow
}

.context img:hover {
    border-color: #5db8f8;
    box-shadow: 0 0 2px #5db8f8;
    -moz-box-shadow: 0 0 2px #5db8f8
}

::selection {
    background: #b0e2ff;
    color: #fff
}

.context s {
    color: #999
}

#.context a {
    border-bottom: 1px solid #5db8f8
}

.navbar-form .input-group>.search-texts {
    float: right;
    width: 100%
}

.action-share {
    position: relative;
    margin: 30px 0;
    color: #000;
    text-align: center
}

.bdsharebuttonbox.bdshare-button-style0-24 a {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 2px
}

.bdsharebuttonbox.bdshare-button-style0-24 span {
    position: relative;
    vertical-align: top
}

.bdsharebuttonbox.bdshare-button-style0-24 .bds_count {
    margin: 0;
    color: #000
}

.bdsharebuttonbox.bdshare-button-style0-24 a.bds_more {
    color: #000;
    font-size: 14px
}

.action-like {
    background-color: #ff5e52;
    opacity: .9;
    filter: alpha(opacity=90)
}

.action-like.actived, .action-like:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.u-share-container {
    text-align: center;
    font-size: 0
}

.u-share-container li {
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #e8e9e7;
    border-radius: 50%;
    margin: 0 10px;
    opacity: .5;
    transition: opacity .36s linear;
    cursor: pointer;
    position: relative
}

.u-share-container li:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/share.png) no-repeat;
    background-size: 30px 150px;
    display: block;
    margin: 8px;
    transition: transform .3s linear
}

.u-share-container li:hover {
    opacity: 1
}

.u-share-container li:first-child {
    margin-left: 0
}

.u-share-container li:last-child {
    margin-right: 0
}

.u-share-container li.s-weibo {
    border-color: #ff7171
}

.u-share-container li.s-weixin {
    border-color: #5ac64f
}

.u-share-container li.s-qzone {
    border-color: #fbb611
}

.u-share-container li.s-note {
    border-color: #7ba2e8
}

.u-share-container li.s-weibo:before {
    background-position: 0 -60px
}

.u-share-container li.s-weixin:before {
    background-position: 0 0
}

.u-share-container li.s-qzone:before {
    background-position: 0 -30px
}

.u-share-container li.s-note:before {
    background-position: 0 -90px
}

.layer-share-weixin {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19900206;
    text-align: center
}

.layer-share-weixin .inner, .layer-share-weixin:after {
    display: inline-block;
    vertical-align: middle
}

.layer-share-weixin:after {
    content: '';
    height: 100%
}

.layer-share-weixin .inner {
    width: 260px;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    color: #787977;
    line-height: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.layer-share-weixin .inner h6 {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #484947
}

.layer-share-weixin .inner h6 .close {
    font-weight: 700;
    position: absolute;
    right: 0;
    padding: 2px 5px;
    background-color: #e8e9e7;
    line-height: 16px;
    transition: all .3s
}

.layer-share-weixin .inner h6 .close:hover {
    background-color: #6bc30d;
    color: #fff
}

.layer-share-weixin .inner img {
    display: block;
    width: 174px;
    height: 174px;
    margin: 15px auto
}

.unit-blur #FLY {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false)\9
}

.grid-weibo-show header {
    height: 110px;
    background: url(../img/weibo.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.widget_ui_blogger .panel {
    padding: 0
}

.fly_weibo {
    padding: 0
}

#weiboShow {
    background-color: #fff;
    min-height: 110px;
    padding: 0
}

.grid-weibo-show {
    background-color: rgba(255, 255, 255, .7)
}

.grid-weibo-show .contentt {
    padding: 20px 20px 5px 20px;
    #height: 192px
}

.grid-weibo-show .avatar {
    box-shadow: none;
    width: 90px;
    height: 90px;
    padding: 5px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 100%;
    margin: -70px auto 0 auto;
    position: relative;
    z-index: 2
}

.grid-weibo-show .avatar img {
    width: 80px;
   # height: 80px;
    border-radius: 100%
}

.grid-weibo-show h4 {
    height: 26px;
    line-height: 26px;
    margin: 10px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center
}

.grid-weibo-show .seta {
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.grid-weibo-show .f-tdn {
    padding: 8px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.grid-weibo-show .u-btn-submit {
    display: block;
    margin: 10px auto;
    width: 70%;
    border-radius: 2px;
    border: 1px solid #5db8f8;
    background: #5db8f8;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.grid-weibo-show footer {
    border-top: 1px solid #e5e5e5
}

.grid-weibo-show footer li {
    display: inline-block;
    width: 32.333%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.grid-weibo-show footer li span, .grid-weibo-show footer li strong {
    margin: 0 auto
}

.grid-weibo-show li strong {
    font-weight: 400;
    font-size: 15px;
    margin-top: -2px!important
}

.blogger_footer, .blogger_side {
    margin-bottom: 5px
}

.widget_ui_blogger {
    #min-height: 327px;
    padding-left: 0;
    padding-right: 0
}

.widget_calendar {
    overflow: hidden;
    padding: 15px
}

#calendar_wrap {
    margin: 0 0 10px
}

.widget_calendar table {
    width: 100%;
    text-align: center
}

.widget_calendar table caption {
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center
}

.widget_calendar table thead th {
    background-color: #fbfbfb;
    text-align: center
}

.widget_calendar table tbody td, .widget_calendar table tfoot td, .widget_calendar table thead th {
    padding: 5px 3px;
    border: 1px solid #eee
}

.widget_calendar #calendar #today {
    background: url(../img/calendar.gif) no-repeat center center;
    color: #555
}

.widget {
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px
}

.widget h3 {
    margin: 0;
    padding: 12px 15px 10px;
    border-bottom: 1px solid #eaeaea;
    color: #000;
    font-size: 14px
}

span.icon {
    float: left;
    padding: 6px 8px 6px 15px;
    min-width: 15px
}

.widget_ui_tags .items {
    overflow: hidden;
    padding: 15px 0 12px 15px
}

.widget_ui_tags .items a {
    float: left;
    overflow: hidden;
    margin: 0 1% 1% 0;
    padding: 0 8px;
    width: 31.3333%;
    height: 29px;
    color: #444;
    font-size: 12px;
    line-height: 29px;
}

.widget_ui_tags .items a:hover {
    color: #2cdb87;
}

.widget_ui_sort ul.row.sort-ul {
    list-style: none;
    padding: 0;
    margin: 10px
}

.widget_ui_sort ul.row.sort-ul li.col-sm-6.sort-li {
    margin: 0;
    padding: 0
}

.widget_ui_sort ul.row.sort-ul li.col-sm-6.sort-li a {
    background-color: #fbfbfb;
    border: 1px solid #eaeaea;
    color: #000;
    float: left;
    font-size: 14px;
    height: 37px;
    line-height: 33px;
    text-align: center;
    width: 100%
}

.widget_archive ul.row.gd-sort {
    overflow: hidden;
    padding: 5px 0 5px 25px
}

.widget_archive ul.row.gd-sort li.gd-sort-li {
    float: left;
    overflow: hidden;
    margin: 0 1% 1% 0;
    width: 46%;
    height: 29px;
    background-color: #f6f6f6;
    color: #999;
    font-size: 12px;
    line-height: 29px;
    text-align: center
}

.sidebar-posts-list>li {
    padding: 7px 8px 12px;
    border: 1px solid #FFF;
    border-bottom-color: #e6e6eb
}

.sidebar-posts-list>li .thumbnail-link {
    display: block;
    float: left
}

.sidebar-posts-list>li.thumbnail .right-box {
    padding-left: 60px
}

.sidebar-posts-list>li .side-title {
    font-size: 12px;
    #margin-left: 75px;
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.link-li>a:hover, .sidebar-posts-list>li .side-title-r>a:hover, .sidebar-posts-list>li .side-title>a:hover, .sidebar-posts-list>li>a:hover {
    color: #5db8f8
}

.sidebar-posts-list li span:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.sidebar-posts-list li:nth-of-type(1) span:before {
    content: '1';
    background: #ff6161;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(2) span:before {
    content: '2';
    background: #ff884d;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(3) span:before {
    content: '3';
    background: #ffac3c;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(4) span:before {
    content: '4';
    background: #20a8fe;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(5) span:before {
    content: '5';
    background: #20a8fe;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(6) span:before {
    content: '6';
    background: #20a8fe;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(7) span:before {
    content: '7';
    background: #20a8fe;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(8) span:before {
    content: '8';
    background: #20a8fe;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(9) span:before {
    content: '9';
    background: #20a8fe;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(10) span:before {
    content: '10';
    background: #857479;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(11) span:before {
    content: '11';
    background: #857479;
    color: #fff
}

.sidebar-posts-list li:nth-of-type(12) span:before {
    content: '12';
    background: #857479;
    color: #fff
}

.sidebar-posts-list>li .side-meta {
    white-space: nowrap;
    overflow: hidden;
    margin-left: 75px
}

.sidebar-posts-list>li .side-meta>li {
    display: inline;
    margin-right: 14px;
    color: #a2a2a2;
    cursor: pointer
}

.sidebar-posts-list>li .side-meta>li:last-child {
    margin-right: 0
}

.sidebar-posts-list>li .side-meta>li a {
    color: #a2a2a2
}

.thumbnailside {
    display: block;
    padding: 3px;
    margin-left: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.sidebar-posts-list>li .side-title-r {
    font-size: 15px;
    padding: 0 10px
}

.sidebar-posts-list>li .side-meta-r {
    white-space: nowrap;
    overflow: hidden
}

.sidebar-posts-list>li .side-meta-r>li {
    display: inline;
    margin-right: 14px;
    color: #a2a2a2;
    cursor: pointer
}

.sidebar-posts-list>li .side-meta-r>li:last-child {
    margin-right: 0
}

.sidebar-posts-list>li .side-meta-r>li a {
    color: #a2a2a2
}

.sidebar-randlog-list {
    overflow: hidden;
    padding: 0;
    list-style: none
}

.sidebar-randlog-list>li {
    border-bottom: solid 1px #f0f0f0;
    border-right: 1px solid #f0f0f0;
    position: relative;
    width: 50%;
    float: left;
    padding: 5px
}

.sidebar-randlog-list>li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    color: #fff
}

img.thumbs {
    width: 165px;
    height: 130px;
    background-color: #fafafa
}

span.text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
    z-index: 2;
    display: none;
    background: #000;
    background: rgba(0, 0, 0, .5);
    filter: alpha(opacity=50)
}

.loading, .loading1 {
    display: none
}

.loading {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(250, 250, 250, .1)
}

.loading1 {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

.loading .block:nth-child(1) {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

.loading .block:nth-child(2) {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.loading .block:nth-child(3) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loading .block:nth-child(4) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

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

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sidebar-randlog-list>li>a:hover span.text {
    display: block
}

.thumbnails {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #fafafa;
    border-radius: 10px;
}

.avatar .author-ident {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    vertical-align: -2px;
    background-position: -50px -25px;
    position: absolute;
    bottom: 5px;
    right: 5px
}

.avatar .author-idents {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    vertical-align: -2px;
    background-position: -50px -50px;
    position: absolute;
    bottom: 5px;
    right: 5px
}

.avatar .author-identw {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    vertical-align: -2px;
    background-position: -50px -75px;
    position: absolute;
    bottom: 5px;
    right: 5px
}

.author-social {
    text-align: center;
   # padding: 20px 10px
}

.author-social .author-blog {
    background-color: #ff5e5c
}

.author-social .author-weibo {
    background-color: #ff5e5c
}

.author-social span {
    display: inline-block;
    margin-right: 10px;
    border-radius: 6px
}

.author-social span a {
    padding: 5px 25px;
    font-size: 15px;
    color: #fff;
    display: inline-block
}

.author-social span a i {
    margin-right: 5px
}

.focusmo {
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px
}

.focusmo ul {
    list-style: none;
    margin: 0;
    padding-left: 50%
}

.focusmo li.large {
    width: 100%;
    float: left;
    margin-left: -100%
}

.focusmo li {
    width: 50%;
    float: left
}

.focusmo li.large a {
    height: 256px;
    margin-left: 0
}

.focusmo img {
    width: 100%;
    height: 100%
}

.focusmo li.large {
    width: 100%;
    float: left;
    margin-left: -100%
}

.focusmo .large h4 {
    font-size: 16px;
    line-height: 34px
}

.focusmo h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 10px 0;
    height: 41px;
    overflow: hidden;
    background-color: #656565;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 17px
}

.focusmo a {
    margin-left: 10px;
    display: block;
    overflow: hidden;
    height: 128px;
    position: relative
}

.focusmo a:hover h4 {
    background-color: #5db8f8;
    opacity: .8
}

.link-li {
    color: #000;
    padding: 3px 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.list-unstyled.souul {
    margin: 1px
}

.form-control.search.soutext {
    background: url(../img/search.png) no-repeat 5px 8px;
    padding-left: 25px;
    opacity: .8;
    color: #000
}

.btn.btn-default.soubtn {
    color: #888
}

.widget-zdy {
    color: #000
}

.panel-comments {
    background: #FFF;
    margin-bottom: 10px;
    padding: 0 15px 5px;
    position: relative
}

.panel-comments .panel-header {
    line-height: 38px;
    background: #FFF;
    background: #fafafa;
    margin: -10px -15px 10px
}

.panel-comments .panel-header .right {
    float: right;
    font-size: 12px;
    color: #999;
    display: inline-block;
    padding-right: 15px;
    margin-top: -38px
}

.widget_recent_comments li {
    border: 1px solid #FFF;
    border-bottom-color: #e6e6eb
}

.widget_recent_comments li>a {
    padding: 9px;
    display: block;
    margin-bottom: -8px
}

.widget_recent_comments li img.avatar {
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 1px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .6);
    border: 1px #fff solid;
    border-radius: 34px;
}

.widget_recent_comments .show-avatars li .right-box {
    padding-left: 48px
}

.widget_recent_comments li .comment-text {
    color: #999;
    position: relative;
    display: inline-block;
    padding: 6px 1px 6px 10px;
    width: 100%;
    border: solid #dfdfdf 1px;
    word-wrap: break-word;
    background: #fcfcfc;
    border-radius: 18px;
}

.widget_recent_comments li .comment-text:before {
    content: "";
    position: absolute;
    background: url(../img/bg_msg2.gif) -12px -10px no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 12px;
    left: -7px;
    display: block
}

.widget_recent_comments li .comment-text img {
    width: 18px;
    height: 18px;
    margin-top: -3px
}

.widget_recent_comments li .comment-text small {
    color: #00a9ee
}

.widget_recent_comments .show-avatars li .right-box>blockquote {
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: 0
}

i.comment-reply-link {
    visibility: hidden;
    opacity: 0;
    font-style: inherit;
    font-size: 12px;
    color: #639dcb;
    transition: all .5s;
    transition: all .2s ease;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    float: right
}

li.widget.widget_links ul {
    margin: 10px
}

.author a {
    color: #ff9088;
    font-size: 12px
}

.author {
    color: #a08c8a;
    font-size: 12px
}

.author a:hover {
    color: #5db8f8
}

.authors a {
    font-size: 12px
}

#reply-title {
    font-size: 14px
}

#cancel-reply {
    float: right
}

#cancel-reply a {
    color: #ff9088;
    font-size: 12px
}

.comments-list-nav span {
    list-style: none;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    font-size: 12px;
    line-height: 24px;
    width: 24px;
    color: #fff;
    background: #5db8f8;
    text-align: center;
    display: block;
    display: inline-block
}

.page-navi .current, .page-navi .pages, .page-navi a {
    list-style: none;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    font-size: 12px;
    line-height: 24px;
    width: 24px;
    color: #5db8f8;
    text-align: center;
    text-decoration: none;
    display: inline-block
}

.page-navi .current, .page-navi a:hover {
    background: #5db8f8;
    border-color: #5db8f8;
    color: #FFF
}

.page-navi>:first-child {
    margin-left: 0
}

.page-navi>:last-child {
    margin-right: 0
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #5db8f8;
    border-color: #5db8f8
}

#cancel-reply a:hover, i.comment-reply-link:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6
}

.pagination>li>a, .pagination>li>span {
    color: #5db8f8
}

.comments-list #respond {
    padding: 0 5px
}

.comments-list>li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 1px 10px 10px 10px;
    border-bottom: 1px #ddd solid;
    list-style: none
}

.comments-list>li:after {
    position: absolute;
    bottom: -1px;
    display: block;
    margin-left: -10px;
    width: 145px;
    height: 1px;
    background-color: #0c0;
    content: "";
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.comments-list>li:nth-child(2):after {
    background-color: #ff0688
}

.comments-list>li:nth-child(3):after {
    background-color: gold
}

.comments-list>li:nth-child(4):after {
    background-color: #39c
}

.comments-list>li:nth-child(5):after {
    background-color: #8b008b
}

.comments-list>li:nth-child(6):after {
    background-color: #0cf
}

.comments-list>li:nth-child(7):after {
    background-color: red
}

.comments-list>li:nth-child(8):after {
    background-color: #0c0
}

.comments-list>li:nth-child(9):after {
    background-color: #f0f
}

.comments-list>li:nth-child(10):after {
    background-color: #00f
}

.comments-list>li:nth-child(11):after {
    background-color: #000
}

.comments-list>li:nth-child(12):after {
    background-color: #ff8c00
}

.comments-list>li:hover:after {
    width: 100%
}

.comments-list li>.comment-box:after {
    content: '';
    display: block;
    height: 0;
    clear: both
}

.comments-list li>.comment-box .avatar {
    float: left;
    margin-top: 5px;
    display: block;
    width: 58px;
    height: 58px;
    padding: 3px;
    border: 1px solid #eee
}

.comments-list.show-avatars li>.comment-box>.right-box {
    padding-left: 68px
}

.comments-list li .right-box>.comment-meta {
    display: block;
    line-height: 20px;
    margin-top: 5px
}

.comments-list li .right-box>.comment-meta .author {
    font-weight: 700;
    font-size: 14px
}

.comment .comment-box>.time, .comments-list li .right-box>.time {
    font-size: 12px;
    color: #999
}

.comments-list li .right-box>.comment-meta .edit-link a, .comments-list li .right-box>.comment-meta .reply a {
    color: #5db8f8
}

.comments-list.show-avatars li>.comment-box>.right-box:hover .comment-reply-link {
    visibility: visible;
    opacity: 1
}

.comments-list li .right-box>p {
    color: #000;
    line-height: 20px;
    margin: 2px 0
}

.comments-list li .right-box>.waiting {
    color: #5db8f8
}

.comments-list li>.children {
    margin-left: 15px
}

.comments-list li>.children>li {
    margin-bottom: -10px;
    border-top: 1px dashed #ddd;
    padding-top: 2px;
    padding-left: 5px;
    list-style: none
}

.comments-list-nav {
    text-align: center
}

.sign1 {
    margin-left: 8px
}

#respond .comment-reply-title {
    font-size: 14px
}

#respond .comment-reply-title:after {
    content: '';
    display: block;
    height: 0;
    clear: both
}

#respond .comment-reply-title>a {
    text-decoration: underline;
    padding: 0 2px
}

#respond .comment-reply-title small {
    float: right
}

#respond .comment-reply-title small a {
    color: #999
}

#respond .comment-reply-title small a:hover {
    color: #888
}

#commentform:after {
    content: '';
    display: block;
    height: 0;
    clear: both
}

#commentform .logged-in-as a {
    text-decoration: underline;
    padding: 0 2px
}

#commentform p:hover label {
    color: #888
}

#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-qq, #commentform .comment-form-url {
    padding: 0 0 0 10px;
    margin: 5px 0
}

#commentform .comment-form-comment {
    clear: both;
    margin-bottom: 10px
}

#commentform .form-submit {
    float: right
}

#commentform .cai, #commentform .daka, #commentform .zan {
    margin-left: 5px
}

#commentform .daka .dakas {
    top: 2px
}

#commentform .cai, #commentform .comment-form-smiley, #commentform .daka, #commentform .zan {
    display: block;
    float: left;
    line-height: 26px;
    font-size: 16px;
    background: #929292;
    color: #FFF;
    width: 26px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    position: relative;
    margin-top: 5px
}

#commentform .comment-form-smiley .button {
    line-height: 26px;
    color: #FFF
}

#commentform .comment-form-smiley .smiley-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 281px;
    background: #fafafa;
    border: solid #e6e6eb;
    border-width: 1px 0 0 1px;
    overflow: hidden
}

#commentform .comment-form-smiley .smiley-box>a {
    display: block;
    width: 40px;
    float: left;
    height: 40px;
    line-height: 40px;
    border: solid #e6e6eb;
    border-width: 0 1px 1px 0
}

#commentform .comment-form-smiley .smiley-box>a:hover {
    background: #f0f0f5
}

#commentform .comment-form-smiley .smiley-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e6e6eb;
    bottom: 0;
    left: 0
}

#commentform .comment-form-smiley .smiley-box:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e6e6eb;
    top: 0;
    right: 0;
    clear: both
}

#commentform p label {
    display: block;
    color: #999
}

#commentform #author, #commentform #email, #commentform #qqhao, #commentform #url {
    width: 50%;
    float: left
}

#commentform #comment {
    height: 126px;
    resize: vertical;
    display: block;
    width: 100%;
    background-image: url(https://www.dcqzz.cn/content/templates/FLY/img/lybg.jpg);
    background-repeat: no-repeat;
    background-position: center center
}

#commentform #comment:focus {
    background: #fafafa
}

.comment-box .right-box blockquote {
    padding: 1px 5px;
    margin: 0;
    font-size: 14px;
    color: #ff9088;
    border-left: 3px solid #0C0
}

.comments-list.show-avatars li>.comment-box>.right-box>p>img {
    margin: 2px;
    margin-top: -3px
}

.comments-list.show-avatars li>.comment-box>.right-box>p {
    margin-bottom: 0
}

span.useragent {
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
    color: #999;
    font-size: 12px
}

span.useragent img {
    vertical-align: -2px;
    width: 14px;
    height: 14px
}

span.ajaximgcode {
    top: 3px;
    position: relative;
    margin-right: 5px;
    padding: 6px;
    font-size: 14px;
    color: #ff9088;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

span.ajaximgcode>.input {
    font-size: 14px;
    color: #ff9088;
    border: 0;
    width: 21%
}

span.ajaximgcode>img {
    margin-top: -3px
}

.admin {
    position: relative;
    top: -2px
}

.vip1, .vip2, .vip3, .vip4, .vip5, .vip6, .vip7, .vip8 {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 16px;
    border: 1px solid #c7c7c7;
    background: #dfdfdf;
    vertical-align: middle;
    text-align: center
}

.level {
    position: absolute;
    top: -4px;
    left: 6px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    font-style: normal;
    font-size: 10px
}

.comment-body-children .level {
    top: -4px
}

.vip .pro {
    width: 1.5%;
    background: #000
}

.vip1 .pro {
    width: 12.5%;
    background: #48a8c0
}

.vip2 .pro {
    width: 25%;
    background: #1b6dff
}

.vip3 .pro {
    width: 37.5%;
    background: #d664c9
}

.vip4 .pro {
    width: 50%;
    background: #bb915c
}

.vip5 .pro {
    width: 62.5%;
    background: #5cbb6b
}

.vip6 .pro {
    width: 75%;
    background: #5c86bb
}

.vip7 .pro {
    width: 87.5%;
    background: #bb5c5c
}

.vip8 .pro {
    width: 100%;
    background: #493f3f
}

.vip1 .pro, .vip2 .pro, .vip3 .pro, .vip4 .pro, .vip5 .pro, .vip6 .pro, .vip7 .pro, .vip8 .pro {
    position: absolute;
    display: block;
    height: 14px;
    background-image: linear-gradient(to top left, transparent, transparent 25%, rgba(255, 255, 255, .15) 25%, rgba(255, 255, 255, .15) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, .15) 75%, rgba(255, 255, 255, .15));
    background-size: 16px 16px
}

.vip1:hover .pro, .vip2:hover .pro, .vip3:hover .pro, .vip4:hover .pro, .vip5:hover .pro, .vip6:hover .pro, .vip7:hover .pro, .vip8:hover .pro {
    animation: progress .6s linear infinite;
    -webkit-animation: progress .6s linear infinite
}

.panel-sort {
    border: 1px solid #eaeaea;
    box-shadow: none;
    border-radius: 10px
}

.container-tw {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #eaeaea
}

.title-tw {
    margin: 10px -20px 10px -21px;
    background: #fafafa;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border-left: 3px solid #5db8f8;
    color: #333;
    font-weight: 700;
    font-size: 18px
}

.tw-lie {
    margin-top: -20px;
    margin-bottom: 10px;
    padding: 10px 0 1px;
    border-bottom: 1px dashed #ddd;
    color: #aaa;
    font-style: normal;
    font-size: 13px
}

.tw, .tw li .atitle {
    position: relative
}

.tw li {
    display: block;
    padding: 12px 0
}

.tw li:hover .atitle:after {
    background: #5db8f8
}

.tw li .atitle {
    display: inline-block;
    padding: 0 15px
}

.tw:before {
    position: absolute;
    left: 86px;
    width: 4px;
    height: 100%;
    background: #eee;
    content: ""
}

.tw .time1 {
    float: left;
    display: block;
    margin: 8px 0 0 -15px;
    width: 82px;
    height: 40px;
    text-align: right;
    font-size: 12px
}

.tw-content em {
    position: absolute;
    top: 12px;
    left: -8px;
    border-color: transparent #eee transparent transparent;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    -webkit-transition-duration: .3s
}

.tw li:hover .tw-content:after {
    background: #5db8f8
}

.tw li:hover .time1 {
    border-color: #5db8f8;
    color: #5db8f8;
    -webkit-animation: fgxs infinite 5s linear;
    animation: fgxs infinite 5s linear
}

.tw li:hover .tw-content {
    color: #5db8f8
}

.tw-content {
    position: relative;
    margin-left: 105px;
    padding: 20px 20px 20px 30px;
    border-radius: 4px;
    background-color: #eee;
    color: #000;
    font-size: 12px
}

.tw .plus {
    position: absolute;
    left: 75px;
    width: 29px;
    background: url(../img/timeline.png) 0 -35px;
    height: 10px;
    top: 0
}

.tw .plus2, .tw li em1 {
    position: absolute;
    left: 83px
}

.tw .plus2 {
    width: 10px;
    bottom: 0;
    background: url(../img/timeline.png) -29px -26px;
    height: 10px
}

.tw li em1 {
    display: block;
    margin-top: 8px;
    width: 12px;
    height: 18px;
    background: url(../img/timeline.png) -36px 0
}

.status-wall-meta {
    display: none;
    text-align: right
}

.status-wall-meta span {
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #fff;
    color: #777;
    font-size: 12px
}

.page-tw {
    text-align: center
}

.page-tw a {
    color: #5db8f8
}

.page-tw span {
    color: #fff
}

.page-tw a {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 3px 8px
}

.page-tw span {
    background-color: #5db8f8;
    border: 1px solid #eee;
    padding: 3px 8px
}

.page-tw a:focus, .page-tw a:hover {
    background-color: #5db8f8;
    border: 1px solid #eee;
    color: #fff
}

#album {
    overflow: hidden
}

#album .new {
    display: none
}

#album .new:hover {
    box-shadow: none
}

#album li {
    float: left;
    padding: 9px
}

#album li p.cover {
    overflow: hidden;
    padding: 5px;
    width: 170px;
    height: 110px;
    border: 1px solid #FFF;
    border-radius: 5px;
    background-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 2px #000
}

#album li p:hover {
    box-shadow: 0 0 10px #0c0
}

#album li p.cover a {
    display: block;
    width: 160px;
    height: 98px;
    border-radius: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

#album li p.title {
    display: block;
    margin: 10px auto;
    padding: 5px;
    width: 170px;
    height: auto;
    border: 1px solid #FFF;
    border-radius: 3px;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: 0 0 2px #000;
    text-align: center
}

#album li p.title:hover {
    box-shadow: 0 0 10px #0c0
}

#album li p.title a {
    color: #000;
    text-align: center;
    font-size: 12px
}

#photolist {
    position: relative
}

#photolist .cell {
    position: absolute;
    visibility: hidden;
    width: 190px;
    border: solid #ddd 1px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 1px #ddd;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -ms-transition: .5s
}

#photolist .cell:hover {
    box-shadow: 0 0 10px #0c0
}

#photolist .cell a {
    color: #000
}

#photolist img {
    margin-bottom: -2px;
    width: 175px;
    border: 0;
    border-radius: 10px
}

#album li p.cover a, #album li p.title a, .context>.box>.pic>a {
    border: 0
}

.context>.box>.pic>a>img {
    border: 0;
    padding: 0
}

section.context>.fbtn {
    width: 139px
}

.couer_tu ul {
    float: left;
    background: 0
}

.couer_tu ul li {
    float: left;
    background-color: #f9f9f9;
    padding: 5px;
    margin: 0 0 30px 30px;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden
}

.couer_tu ul li:nth-child(6n) {
    margin-right: 0
}

.couer_tu li .img {
    float: left;
    width: 155px;
    height: 115px;
    position: relative;
    overflow: hidden;
    margin: 0
}

.couer_tu li .img img {
    min-height: 100%;
    width: 100%;
    transition: all .3s ease-in-out 0s
}

.couer_tu li .img img:hover {
    transition: all .3s ease-in-out 0s;
    transform: scale(1.1)
}

.couer_tu li .img .bg {
    width: 208px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: none repeat scroll 0 0 #8aa653;
    opacity: .7;
    z-couer: 1
}

.couer_tu li .img .views {
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-couer: 2;
    color: #fff;
    font-family: "宋体"
}

.couer_tu li .views a {
    color: #fff
}

.couer_tu li .tit {
    text-align: center;
    clear: both;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 148px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.photo_tu ul li {
    float: left;
    background: none repeat scroll 0 0 #f9f9f9;
    width: 160px;
    margin: 0 0 30px 30px;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden
}

.photo_tu ul li:nth-child(6n) {
    margin-right: 0
}

.photo_tu li .img {
    width: 158px;
    height: 115px;
    position: relative;
    overflow: hidden;
    margin: 0
}

.photo_tu li .img img {
    min-height: 100%;
    width: 175px;
    height: 115px;
    transition: all .3s ease-in-out 0s;
    margin: 0
}

.photo_tu li .img img:hover {
    transition: all .3s ease-in-out 0s;
    transform: scale(1.1)
}

.photo_tu li .img .bg {
    width: 208px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: none repeat scroll 0 0 #8aa653;
    opacity: .7;
    z-photo: 1
}

.photo_tu li .img .views {
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-photo: 2;
    color: #fff;
    font-family: "宋体"
}

.photo_tu li .views a {
    color: #fff
}

.photo_tu li .tit {
    background-color: #f9f9f9;
    text-align: center;
    clear: both;
    font-size: 14px;
    width: 158px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.photo_tu ul {
    float: left;
    background: 0
}

.page a, .page span {
    display: inline!important
}

.pagenav .current, .pagenav .page-numbers, .pagenav a, .pagenav em, .pagenav span {
    font-size: 14px;
    padding: 3px 14px 3px 13px!important
}

.single {
    overflow: hidden!important
}

.ajax_imgcode:hover, .ajaximgcode:hover, .toggler:hover {
    cursor: url(link.cur), default
}

.logtop h3 {
    font-weight: 700;
    margin: 10px 0;
    background-color: #f6f6f6;
    border-left: 5px solid #ff5e52
}

.logtop h4 {
    font-weight: 700;
    margin: 10px 0;
    padding: 5px 15px;
    background-color: #f6f6f6;
    border-left: 5px solid #9461e6;
    width: 100px
}

.logtop h4.dz {
    border-left: 5px solid #5ddb4f
}

.mv4 h4 {
    font-weight: 700;
    margin: 10px 0;
    padding: 10px;
    background-color: #f6f6f6;
    border-left: 10px solid #61b3e6
}

.logtop a {
    text-decoration: none
}

.logtop p {
    font-size: 14px!important;
    line-height: 1em!important;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 18px!important;
    letter-spacing: 1px
}

.logtop {
    position: relative
}

.logtop dt {
    float: left
}

.logtop dt img {
    width: 180px;
    height: 240px;
    margin-right: 20px
}

.logtop dd {
    display: inline-block;
    height: 255px;
    min-width: 200px
}

.logtop dd p {
    font-size: 14px!important;
    line-height: 1.5em!important
}

.logtop dl p {
    font-size: 14px!important;
    color: rgba(0, 0, 0, .4)!important;
    line-height: 1.4em!important
}

.logtop dd p a:hover, .logtop dl p a:hover {
    text-decoration: none
}

.logtop dd p .fcolor {
    border-bottom: 0;
    color: #fff;
    padding: 1px 5px 2px 1px;
    margin-right: 3px
}

.logtop dd p .fcolor:nth-child(6n+1) {
    background-color: #e88b88
}

.logtop dd p .fcolor:nth-child(6n+2) {
    background-color: #71de71
}

.logtop dd p .fcolor:nth-child(6n+3) {
    background-color: #71d2ef
}

.logtop dd p .fcolor:nth-child(6n+4) {
    background-color: #f3c585
}

.logtop dd p .fcolor:nth-child(6n+5) {
    background-color: #9bcbf5
}

.logtop dl p .spbut {
    border: 1px solid #5db8f8;
    border-radius: 2px;
    line-height: 28px;
    color: #5db8f8;
    width: 90px;
    height: 35px;
    line-height: 35px;
    box-shadow: none;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin: 2px auto;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.logtop dl p .spbut:hover {
    border: 1px solid #5db8f8;
    color: #fff;
    background-color: #5db8f8
}

.context .fanhui a {
    border: 1px solid #242424;
    border-radius: 2px;
    line-height: 28px;
    color: #242424;
    width: 60px;
    height: 30px;
    line-height: 30px;
    box-shadow: none;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin: 2px auto;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.context .fanhui a:hover {
    border: 1px solid #242424;
    color: #fff;
    background-color: #242424
}

.blogroll {
    clear: both
}

.linkli {
    margin-top: 5px
}

.linkli a {
    display: block;
    overflow: hidden;
    text-align: center;
    height: 38px;
    border: 1px solid #eaeaea!important;
    line-height: 38px
}

.linkli img {
    margin-top: 5px;
    width: 20px;
    height: 20px;
    border: 0
}

.linkli a:hover {
    border-color: #45b6f7;
    color: #45b6f7
}

.archives ul {
    margin-left: 30px;
    overflow: hidden
}

.archives-title {
    border-bottom: 1px #eee solid;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 10px
}

.archives li a {
    color: #606060;
    padding: 8px 0;
    border-bottom: 0;
    display: block
}

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

.archives li.goodwork a {
    color: #ec4048
}

.archives li a:hover .atitle:after {
    background: #54e25f
}

.archives li a span {
    display: inline-block;
    width: 90px;
    font-size: 12px;
    text-indent: 20px
}

.archives li a .atitle {
    display: inline-block;
    padding: 0 28px;
    position: relative;
    white-space: nowrap;
    width: calc(100% - 180px)
}

.archives li a .atitle:after {
    position: absolute;
    left: 4px;
    background: #ccc;
    height: 8px;
    width: 8px;
    border-radius: 6px;
    top: 8px;
    content: ""
}

.archives li a .atitle:before {
    position: absolute;
    left: 2px;
    background: #fff;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    top: 6px;
    content: "";
    box-shadow: inset 0 0 2px #3fd435
}

.archives {
    position: relative;
    padding: 10px 0
}

.archives:before {
    height: 100%;
    width: 4px;
    background: #eee;
    position: absolute;
    left: 126px;
    content: "";
    top: 0
}

.archives h4 {
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    font-size: 18px;
    width: 200px;
    border: 0;
    background: transparent;
    color: #333
}

.archives h4:hover:after {
    background: #54e25f
}

.archives h4:before {
    position: absolute;
    left: 119px;
    background: #fff;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    top: 3px;
    content: "";
    box-shadow: inset 0 0 4px #3fd435
}

.archives h4:after {
    position: absolute;
    left: 122px;
    background: #ccc;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    top: 6px;
    content: ""
}

.toggler {
    margin-left: 20px;
    font-size: 14px;
    color: #ec4048
}

.avatar .overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 5px 1px #ddd
}

.avatar:hover .overlay {
    opacity: 1
}

.avatar .overlay a.expand {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, .9);
    line-height: 60px;
    font-size: 19px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.avatar:hover .overlay a.expand {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

::-webkit-scrollbar-track {
    background-color: #FFF
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #FFF
}

::-webkit-scrollbar-thumb {
    background-color: #5db8f8;
    cursor: url(default.cur), default
}

img.thumb:hover {
    transition: All .7s ease;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}

img.thumb {
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear
}

.excerpt-list {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #eaeaea;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px
}

.col-list {
    overflow: hidden;
    height: 100px;
    padding-left: 0;
    padding-right: 0
}

.indexebox {
    text-align: center;
    padding: 12px;
    border-right: 1px dashed #ddd;
    transition: .2s;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.indexebox:active .btn-sm, .indexebox:hover .btn-sm {
    margin-top: -10px
}

.indexebox:active, .indexebox:hover {
    margin-top: -33px
}

.indexebox-6 {
    border-right: 0
}

.indexebox h4 {
    font-size: 14px;
    color: #444;
    margin: 10px 0
}

.indexebox p {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    color: #bbb
}

.indexebox a.btn-sm {
    margin-top: 5px;
    color: #fff;
    border-radius: 2px
}

.post-copyright {
    position: relative;
    font-size: 13px;
    color: #000;
    background: #fff;
    padding: 10px 15px;
    word-wrap: break-word;
    border-style: solid
}

.post-copyright p {
    margin: 0
}

.post-copyright p a {
    color: #17a7dd
}

.post-copyright>.sidetags>a {
    border-bottom: 0
}

.sidetags a {
    position: relative;
    font-size: 12px;
    padding-left: 15px;
    margin: 0 2px
}

.sidetags a:nth-child(6n+1) {
    color: #e14938
}

.sidetags a:nth-child(6n+2) {
    padding: 1px 4px;
    border: 1px solid #17a7dd;
    border-radius: 4px;
    color: #17a7dd;
    font-size: 12px;
}

.sidetags a:nth-child(6n+3) {
    padding: 1px 4px;
    border: 1px solid #00a753;
    border-radius: 4px;
    color: #00a753;
    font-size: 12px;
}

.sidetags a:nth-child(6n+4) {
    padding: 1px 4px;
    border: 1px solid #ff8c00;
    border-radius: 4px;
    color: #ff8c00;
    font-size: 12px;
}

.sidetags a:nth-child(6n+5) {
    padding: 1px 4px;
    border: 1px solid #836fff;
    border-radius: 4px;
    color: #836fff;
    font-size: 12px;
}

.qrcode {
    position: absolute;
    right: 10px;
    top: 12px
}

.qrcodeimg {
    width: 70px
}

.simg {
    display: block;
    position: relative;
    margin: 0 auto
}

.simg:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: -200px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.simg:hover:before {
    left: 150%;
    transition: left 1s ease 0s
}

ul.readers-list {
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

ul.readers-list li {
    display: inline-block;
    width: 20%
}

ul.readers-list a, ul.readers-list a:hover strong {
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(#fdfdfd, #f2f2f2);
    background-image: -moz-linear-gradient(#fdfdfd, #f2f2f2);
    background-image: linear-gradient(#fdfdfd, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f2f2f2', GradientType='0')
}

ul.readers-list a {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 4px;
    padding: 4px 4px 4px 44px;
    height: 40px;
    border: 1px solid #eaeaea;
    color: #999;
    line-height: 32px
}

ul.readers-list em, ul.readers-list img, ul.readers-list strong {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

ul.readers-list img {
    float: left;
    margin: 0 8px 0 -38px;
    width: 30px;
    height: 30px;
    border: 3px #fff solid;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .5)
}

ul.readers-list img:hover {
    border-color: #5db8f8;
    -webkit-animation: myhk infinite 5s linear;
    animation: myhk infinite 5s linear
}

ul.readers-list em {
    position: absolute;
    overflow: hidden;
    margin-right: 10px;
    width: 50%;
    height: 36px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal
}

ul.readers-list strong {
    position: absolute;
    right: 8px;
    width: 20%;
    color: #999;
    text-align: right
}

ul.readers-list a:hover {
    border-color: #ddd;
    background-color: #fff;
    background-image: none;
    text-decoration: none
}

ul.readers-list a:hover img {
    margin-left: -1px
}

ul.readers-list a:hover em {
    color: #5db8f8
}

ul.readers-list a:hover strong {
    top: 0;
    right: 80%;
    height: 44px;
    border-right: 1px solid #eaeaea;
    color: #5db8f8;
    text-align: center;
    line-height: 44px
}

.shot, .snew, .stop {
    font-style: inherit;
    font-size: 14px;
    font-weight: bolder;
    color: rgba(255, 82, 82, .91)
}

.container.footer_ {
    margin-bottom: 10px
}

#FLY>.container>.links_ {
    margin-top: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.links_bt {
    line-height: 50px;
    height: 50px;
    border: 1px solid #eaeaea;
    background-color: #FFF
}

.links_bt_l {
    float: left
}

.links_bt_l a {
    height: 18px;
    margin-left: 16px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #ff5e52;
    padding-left: 10px;
    color: #3e4142;
    font-size: 16px
}

.links_bt_r {
    float: right;
    margin-right: 30px
}

.links_bt_r a {
    height: 18px;
    color: #999;
    font-size: 14px
}

.links_bt_r a:hover {
    color: #ff5e52
}

.links_lb {
    position: relative;
    clear: both;
    float: left;
    border: 1px solid #eaeaea;
    background-color: #fff
}

.links_lb ul {
    margin-top: 3px
}

.links_lb ul li {
    line-height: 30px;
    float: left;
    padding-right: 10px;
    padding-left: 10px
}

.links_lb ul li a {
    color: #bebebe
}

.links_lb ul li a:hover {
    color: #ff5e52
}

.rollbar {
    position: fixed;
    right: 20px;
    bottom: 138px;
    z-index: 999;
    display: none
}

.rollbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50px
}

.rollbar li {
    position: relative;
    margin-top: 5px;
    text-align: center;
    opacity: .4;
    filter: alpha(opacity=40)
}

.rollbar a {
    position: relative;
    z-index: 2;
    display: block;
    height: 50px;
    border-radius: 2px;
    background-color: #000;
    color: #fff
}

.rollbar a:hover {
    color: #fff
}

.rollbar .fa {
    line-height: 50px;
    font-size: 34px
}

.rollbar .fa-comments {
    font-size: 24px
}

.rollbar li:hover, .rollbar li:hover h6 {
    opacity: .9;
    filter: alpha(opacity=90)
}

.rollbar li:hover h6 {
    right: 100%
}

.rollbar h6 {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -15%;
    margin: -13px 10px 0 0;
    line-height: 26px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    width: 53px;
    border-radius: 2px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0)
}

.rollbar h6 i {
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.footer {
    border-top: 1px solid #e6e6eb;
    background-color: #fbfbfb9e;
    padding-top: 5px;
    position: relative
}

.footer .copy-right, footer .copy-right span a {
    color: #333;
    font-size: 14px
}

.footer .copy-right {
    margin-top: 20px;
    position: relative;
    z-index: 400;
    text-align: center
}

.footer .footer-tag-list {
    margin-bottom: 20px
}

.footer .footer-tag-list a {
    font-size: 13px;
    margin-right: 8px
}

.footer .copy-right a {
    color: #333;
    height: 40px
}

.footer .copy-right span {
    display: block
}

.side-icp {
    top: 1px;
    width: 16px;
    height: 17px;
    vertical-align: middle;
    margin: -4px 0 0 0
}

.side-aly {
    top: 1px;
    width: 67px!important;
    height: 21px!important;
    vertical-align: middle;
    margin: -4px 0 0 0
}

.side-em {
    top: 1px;
    width: 35px;
    height: 15px;
    vertical-align: middle;
    margin: -4px 0 0 0
}

.nav-single {
    margin-bottom: 21px
}

.nav-single a {
    display: block
}

.meta-nav {
    background: #fff;
    float: left;
    width: 50%;
    text-align: center;
    margin-right: -1px;
    padding: 10px 20px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px
}

.meta-nav:hover {
    color: #fff;
    background: #2caffb
}

.meta-nav a {
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden
}

.meta-nav a:hover {
    color: #fff;
    background: #2caffb
}

.clear {
    clear: both;
    display: block
}

#authorarea {
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #ebedf1;
    overflow: hidden;
    padding: 10px 10px 6px 10px;
    border-radius: 10px;
    margin: 15px 0
}

#authorarea .author-avater {
    float: left;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #fff;
    box-shadow: 0 0 4px 2px rgb(204 204 204 / 40%)
}

#authorarea .author-avater img {
    border: 1px solid #DDD;
    position: relative;
    width: 50px;
    border-radius: 100%;
    transition: all 2s;
}

.authorinfo {
    display: inline-block;
    white-space: nowrap;
}

.author-des {
    margin-left: 75px
}

.author-des .author-description {
    font-size: 12px;
    color: #777;
    line-height: 1.7;
    margin-top: 10px;
    padding: 0
}

.post-author-tatus a {
    color: #777;
    margin-right: 10px
}

.post-author-name {
    font-size: 15px;
    margin-right: 25px;
    font-weight: 700
}

.post-author-description {
    color: #555;
    margin-top: 10px
}

.author-btn {
    float: right;
    margin-top: 15px
}

.post-author-url a, .post-author-weibo a {
    font-size: 12px;
    text-decoration: none;
    padding: 1px 8px;
    white-space: nowrap;
    margin-left: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px
}

.post-author-weibo a {
    color: #32a5e7;
    background: #ecf5ff;
    border-color: #b3d8ff;
}

.post-author-weibo a:hover {
    background-color: #32a5e7;
    color: #fff
}

.disclaimer {
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #f8f8f8;
    line-height: 24px;
    color: #999;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-color: #ebedf1
}

span.bg-red {
    margin-top: 4px;
    padding: 0;
    width: 59px;
    height: 16px;
    background: url(images/icon01.png) no-repeat 0 -729px;
    float: left;
    color: white;
    font: 12px/16px'microsoft yahei';
    text-align: center;
    margin-right: 5px
}

.disclaimer a {
    color: #333
}

.disclaimer a:hover {
    color: #337ab7;
    text-decoration: none
}

#authorarea .author-avater img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.bdshare {
    top: 10px;
    position: relative;
    float: right;
    display: block
}

.bdshare .bdshare-button-style0-16 a {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    cursor: pointer;
    background-color: #e8e8e8;
    color: #999;
    margin: 0 0 0 8px;
    text-align: center;
    background-image: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 32px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1)
}

.bdshare .bdshare-button-style0-16 a:hover {
    background-color: #de3009;
    color: #fff
}

.bdshare .bdtitle {
    line-height: 30px
}

.hot_posts {
    background-color: #fff;
    padding: 20px;
    position: relative;
    font-size: 0;
    box-shadow: 0 0px 20px rgba(160, 160, 160, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
}

.hot_posts .suiji {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 10px;
}

.hot_posts .hots {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 10px;
}

.hot_posts h3 {
    border-bottom: 2px #f2f2f2 solid;
    padding-bottom: 6px;
    margin-bottom: 8px;
    font-size: 16px;
    margin-top: 0;
    position: relative;
}

.hot_posts h3:after {
    content: "";
    color: #ffffff;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #45b6f7;
    left: 0;
    bottom: -2px;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.hot_posts .suiji:hover h3:after, .hot_posts .hots:hover h3:after {
    width: 100px;
}

.hot_posts ul {
    padding: 0
}

.hot_posts ul li {
    display: block;
    padding: 8px 0;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    font-size: 12px;
}

.hot_posts ul li:hover {
    font-size: 15px;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}

.hot_posts ul li a {
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 22px;
}

.hot_posts ul li strong {
    float: right;
    font-weight: normal;
    line-height: 22px;
    padding-left: 15px;

}
.hot_posts ul li strong img{
        margin: -6px 3px 0 0;
}
.hot_posts ul li a>img {
    width: 30px;
    height: 22px;
    margin-right: 4px;
    border-radius: 5px;
    vertical-align: bottom;
}

.hot_posts span {
    width: 22px;
    height: 22px;
    background-color: #f2f2f2;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    border-radius: 25px;
    line-height: 22px;
    color: #666;
}

.hot_posts ul li:nth-child(1) span {
    background-color: #ff5a3c;
    color: #fff;
}

.hot_posts ul li:nth-child(2) span {
    background-color: #13b755;
    color: #fff;
}

.hot_posts ul li:nth-child(3) span {
    background-color: #00a9e3;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .hot_posts .suiji {
        width:100%;
        margin-bottom: 20px;
    }

    .hot_posts .hots {
        width: 100%;
        padding-left: 0;
    }
}

.ggbs {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #7f7f7f;
    padding: 1px 7px 1px 15px;
    opacity: 0.7;
    color: #fff;
    font-size: 12px;
    border-top-left-radius: 16px;
}

.wzgr1 {
    margin: 2px;
    font-size: 12px;
    background: #2997f7;
    padding: 2px 7px 2px 7px;
    opacity: 0.7;
    color: #fff;
    border-radius: 3px;
}

.wzgr2 {
    margin: 2px;
    font-size: 12px;
    background: #1ac756;
    padding: 2px 7px 2px 7px;
    opacity: 0.7;
    color: #fff;
    border-radius: 3px;
}

.dashboard::-webkit-input-placeholder {
    color: rgba(0,0,0,.5)
}

.dashboard input:-moz-placeholder {
    color: rgba(0,0,0,.5)
}

.dashboard #primary {
    background-color: #f9f9f9;
    padding-bottom: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    height: auto
}

.dashboard #primary .validate {
    padding: 100px 0;
    text-align: center
}

.dashboard #primary .validate .tip {
    font-size: 16px;
    margin-bottom: 30px
}

.dashboard #primary .validate .tip i {
    margin-right: 10px
}

.dashboard #primary .validate #email-form #user_email {
    padding: 5px 10px;
    width: 60%;
    max-width: 360px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.05) inset
}

.dashboard #primary .validate #email-form #user_email:focus {
    box-shadow: 0 0 3px #00a398;
    border: 1px solid #fff
}

.dashboard #primary .validate #email-form #email-verify {
    background-color: #00a398;
    width: 100px;
    text-align: center;
    color: #fff;
    border: 0 none;
    margin-top: 20px;
    padding: 10px 0;
    border-radius: 5px
}

.dashboard #primary .validate .status-tip {
    margin: 20px auto;
    color: #ea4c89
}

.dashboard #primary .validate .status-tip p {
    margin-top: 10px;
    color: #999
}

.dashboard #primary .validate .status-tip p a {
    margin: 0 5px
}

.dashboard #primary .area {
    background-color: #fff
}

.dashboard #primary .area .page-wrapper {
    margin-left: 240px;
    background-color: #FFF;
    box-shadow: none;
    border-left: 1px solid #e5e5e5
}

.dashboard #primary .area .page-wrapper h1 {
    padding: 20px 20px 0 20px;
    font-size: 18px
}

.dashboard #primary .area .page-wrapper .dashboard-main {
    padding: 20px 30px;
    min-height: 710px
}

.dashboard #primary .area .page-wrapper .dashboard-main .dashboard-wrapper {
    margin: 20px auto
}

.dashboard #primary .area .page-wrapper .dashboard-header .sub-title {
    font-size: 16px;
    margin-bottom: 3px
}

.dashboard #primary .area .page-wrapper .dashboard-header .sub-title span {
    margin: 0 5px
}

.dashboard #primary .area .page-wrapper .dashboard-header .tip {
    color: #999;
    margin-bottom: 10px
}

.dashboard #primary .area .page-wrapper .dashboard-header .sub-title a {
    display: inline-block;
    background-color: #cbcbcb;
    color: #fff;
    border-radius: 2px;
    padding: 2px 3px;
    font-size: 12px;
    margin-left: 10px
}

.dashboard #primary .area .page-wrapper .dashboard-header .sub-title a:hover {
    background-color: #999
}

.dashboard #primary .area .page-wrapper .user-form {
    margin: 40px auto
}

.dashboard #primary .area .page-wrapper .message {
    padding: 5px 0;
    margin-bottom: 5px
}

.dashboard #primary .area .page-wrapper .message i {
    margin-right: 3px
}

.dashboard #primary .area .page-wrapper .message a {
    color: #666
}

.dashboard #primary .area .page-wrapper .success {
    color: #5db8f8;
    border: 1px solid #8fe9e3;
    background-color: #d7fffc;
    padding: 8px 10px
}

.dashboard #primary .area .page-wrapper .failure {
    color: #ea4c89;
    border: 1px solid #ffbcd6;
    background-color: #ffe2ed;
    padding: 8px 10px
}

.dashboard #primary .area .page-wrapper ul li {
    margin-bottom: 10px;
    position: relative
}

.dashboard #primary .area .page-wrapper ul li.submit-block {
    height: auto;
    overflow: hidden;
    text-align: right
}

.dashboard #primary .area .page-wrapper ul label {
    display: inline-block;
    text-align: right;
    width: 120px;
    margin-right: 20px;
    vertical-align: middle;
    color: #999
}

.dashboard #primary .area .page-wrapper ul li .post-submit {
    width: 100px;
    padding: 8px 0;
    float: right
}

.dashboard #primary .area .page-wrapper .user-form li input {
    padding: 5px 10px
}

.dashboard #primary .area .page-wrapper .large {
    padding: 5px 10px
}

.dashboard #primary .area .page-wrapper ul li input.disabled {
    background-color: #999;
    cursor: not-allowed;
    color: rgba(255,255,255,.65)
}

.dashboard #primary .area .page-wrapper ul li input.disabled:hover {
    background-color: #999
}

.dashboard #primary .area .page-wrapper ul .regular-text,.dashboard #primary .area .page-wrapper ul .select-wrap {
    background-color: #FFF;
    border: 1px solid #c5c5c5;
    box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
    width: 250px
}

.dashboard #primary .area .page-wrapper ul .regular-text.large {
    width: 100%;
    box-sizing: border-box
}

.dashboard #primary .area .page-wrapper ul .regular-text:focus {
    border-color: #5db8f8
}

.dashboard #primary .area .page-wrapper ul input.readonly {
    background-color: #f5f5f5;
    color: #999
}

.dashboard #primary .area .page-wrapper ul input.readonly:focus {
    border-color: #c5c5c5
}

.dashboard #primary .area .page-wrapper ul #description {
    background-color: #FFF;
    border: 1px solid #c5c5c5;
    box-shadow: 0 1px 1px rgba(0,0,0,.05) inset;
    padding: 8px 10px;
    width: 500px
}

.dashboard #primary .area .page-wrapper ul #description:focus {
    border-color: #5db8f8
}

.upload-attachment-container {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    right: 120px
}

.upload-attachment-container #upload-file-list,.upload-personal-container #upload-file-list {
    height: 10px;
    min-height: 0;
    margin: 5px auto;
    border: 0 none;
    position: relative
}

.upload-attachment-container #upload-file-list .file-list,.upload-personal-container #upload-file-list .file-list {
    padding: 0;
    height: 100%;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.upload-attachment-container #upload-file-list .progress,.upload-personal-container #upload-file-list .progress {
    width: 100%;
    margin: 0;
    height: 100%;
    border-radius: 4px
}

.upload-attachment-container #upload-file-list .bar,.upload-personal-container #upload-file-list .bar {
    margin-top: 0;
    border-radius: 4px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

.wp-editor-wrap a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.wp-editor-wrap {
    margin-top: 15px;
    padding-top: 20px
}

.wp-editor-container {
    border: 1px solid #dedede
}

.dashboard #primary .area .page-wrapper ul li span.tip {
    margin: auto 10px;
    color: #999
}

.dashboard #primary .area .page-wrapper ul li span.tip strong {
    margin: 0 3px;
    color: #ea4c89;
    font-weight: 400
}

.dashboard #primary .area .page-wrapper ul li .required {
    color: #ea4c89;
    margin-left: 3px
}

.dashboard #primary .area .page-wrapper ul li .select-wrap {
    display: inline-block;
    width: auto
}

.dashboard #primary .area .page-wrapper ul li .select-wrap select {
    padding: 8px 10px;
    border: 0 none;
    cursor: url(link.cur),pointer
}

.dashboard #primary .area .page-wrapper .regular-button {
    cursor: url(link.cur),pointer;
    width: auto;
    padding: 8px 40px;
    background-color: #5db8f8;
    color: #FFF;
    border: 0 none;
    font-size: 14px;
    border-radius: 3px
}

.dashboard #primary .area .page-wrapper .regular-button:hover {
    background-color: #86C9F9
}

.dashboard #primary .area .page-wrapper .regular-button:focus {
    border: 0 none
}

.dashboard #primary .area .page-wrapper .upload-button {
    color: #555;
    border: 1px solid #ccc;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    padding: 5px 10px;
    display: inline-block
}

.dashboard #primary .area .page-wrapper .upload-button:focus {
    border: 1px solid #ccc
}

.dashboard #primary .area .page-wrapper .upload-button:active {
    border: 1px solid #666
}

.dashboard #primary .area .page-wrapper .upload-button:hover {
    background-color: #f5f5f5
}

.dashboard #primary .area .page-wrapper .upload-button i {
    margin-right: 5px
}

#upload-file-list {
    border: 2px dotted #e5e5e5;
    margin: 20px auto;
    min-height: 100px
}

#upload-file-list .file-list {
    height: auto;
    line-height: 36px;
    overflow: hidden;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px
}

#upload-file-list .file-list:last-child {
    border-bottom: 0 none
}

#upload-file-list .hndle {
    cursor: move;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 25px 20px 0 10px;
    background-color: #cbcbcb;
    border-radius: 100%;
    float: left;
    font-size: 18px;
    color: #FFF
}

#upload-file-list .hndle i {
    line-height: 30px
}

#upload-file-list .file-list:active .hndle {
    background-color: #ffba00
}

#upload-file-list .progress {
    float: right;
    height: 22px;
    margin: 7px 6px 0 6px;
    width: 200px;
    line-height: 2em;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background: #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

#upload-file-list .progress .percent {
    z-index: 10;
    position: relative;
    width: 200px;
    padding: 0;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,.2)
}

#upload-file-list .bar {
    background-color: #ea4c89;
    z-index: 9;
    width: 0;
    height: 100%;
    margin-top: -22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px rgba(0,0,0,.3)
}

#upload-file-list .thumb {
    float: left;
    width: 80px;
    height: 80px
}

#upload-file-list .remove-attachment {
    display: block;
    float: right;
    background-color: #ea4c89;
    color: #fff;
    border-radius: 30px;
    padding: 0 15px;
    height: 28px;
    line-height: 28px
}

#upload-file-list .attachment-meta {
    height: 28px;
    overflow: hidden;
    line-height: 24px;
    margin-left: 160px;
    margin-top: 26px
}

.dashboard #primary .area .page-wrapper .gird {
    height: auto;
    overflow: hidden
}

.dashboard #primary .area .page-wrapper .gird li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.dashboard #primary .area .page-wrapper .gird li .box {
    margin: 0 10px 20px 10px;
    position: relative;
    overflow: hidden
}

.dashboard #primary .area .page-wrapper .gird li .box .thumb {
    position: relative;
    padding-top: 64.285%;
    overflow: hidden
}

.dashboard #primary .area .page-wrapper .gird li .box .thumb a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.dashboard #primary .area .page-wrapper .gird li .box .thumb img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto
}

.dashboard #primary .area .page-wrapper .gird li .box .title a {
    display: block;
    text-align: left;
    padding: 8px 1px 0 1px;
    color: #666;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dashboard #primary .area .page-wrapper .gird li .box .status {
    color: #999;
    text-align: left;
    padding: 0 1px
}

.dashboard #primary .area .page-wrapper .gird li .box .status i {
    margin-right: 4px
}

.dashboard #primary .area .page-wrapper .gird li .box .status .num {
    float: right
}

.dashboard #primary .area .page-wrapper .gird li .box .actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.33,0,.2,1);
    -moz-transition: -moz-transform .1s cubic-bezier(.33,0,.2,1);
    -o-transition: -o-transform .1s cubic-bezier(.33,0,.2,1);
    transition: transform .1s cubic-bezier(.33,0,.2,1)
}

.dashboard #primary .area .page-wrapper .gird li:hover .box .actions {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.dashboard #primary .area .page-wrapper .gird li:hover .box .thumb {
    opacity: .8
}

.dashboard #primary .area .page-wrapper .gird li .box .actions a {
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    color: #FFF;
    border-radius: 3px;
    display: block;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.dashboard #primary .area .page-wrapper .gird li .box .actions a i {
    margin-right: 3px
}

.dashboard #primary .area .page-wrapper .gird li .box .actions .left {
    background-color: #ea4c89;
    float: left
}

.dashboard #primary .area .page-wrapper .gird li .box .actions .right {
    background-color: #5db8f8;
    float: right
}

.dashboard #primary .area .page-wrapper .gird li .box .actions a.un {
    background-color: #999;
    cursor: not-allowed
}

.dashboard #primary .area .page-wrapper .select-comment>ul>li {
    color: #999;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1
}

.dashboard #primary .area .page-wrapper .select-comment .comment-content {
    color: #333;
    padding: 10px
}

.dashboard #primary .area .page-wrapper .select-comment .comment-meta {
    background-color: #f9f9f9;
    padding: 5px 10px
}

.dashboard #primary .area .page-wrapper .select-comment .comment-meta .status {
    float: right
}

.dashboard #primary .area .page-wrapper .select-comment .comment-meta a {
    color: #999
}

.dashboard #primary .area .page-wrapper .select-comment .comment-meta a:hover {
    color: #5db8f8
}

.dashboard #primary .area .page-wrapper .select-comment .comment-meta a.comment-edit {
    float: right;
    color: #5db8f8
}

.dashboard #primary .area .page-wrapper .select-comment .comment-meta a.comment-edit i {
    margin-right: 3px
}

.dashboard #primary .aside {
    width: 240px;
    box-shadow: none;
    float: left;
    background-color: #fff
}

.dashboard #primary .aside .user-avatar {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 20px 0;
    cursor: url(link.cur),pointer
}

.dashboard #primary .aside .user-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 10px;
    border: 5px solid #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1)
}

.dashboard #primary .aside .user-avatar:hover img {
    box-shadow: 0 0 10px #5db8f8
}

.dashboard #primary .aside .menus {
    text-align: center
}

.dashboard #primary .aside .menus>li {
    padding: 10px
}

.dashboard #primary .aside .menus>li a:hover {
    color: #5db8f8;
    border-left: 5px solid #5db8f8;
    margin-left: -86px;
    padding-left: 76px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dashboard #primary .aside .menus>li.menu-li .hide-memu {
    display: none
}

.dashboard #primary .aside .menus i {
    margin-right: 10px
}

.dashboard #primary .aside .menus ul li.active a {
    color: #5db8f8
}

.dashboard #primary .aside .menus ul li a i {
    margin-right: 8px
}

.dashboard.centralnav .navigation {
    margin-top: 30px
}

.dashboard #primary .area .page-wrapper .input_title {
    margin: 10px 10px 10px 0;
    display: inline-block
}

.dashboard #primary .area .page-wrapper #category_checklist {
    height: auto;
    overflow: hidden;
    padding: 0 10px
}

.dashboard #primary .area .page-wrapper #category_checklist li {
    float: left
}

.dashboard #primary .area .page-wrapper #category_checklist label {
    display: inline-block;
    width: auto;
    cursor: pointer
}

.dashboard #primary .area .page-wrapper #favorites .gird li .thumb {
    position: relative
}

.dashboard #primary .area .page-wrapper #favorites .gird li:hover .box .thumb {
    opacity: 1
}

.dashboard #primary .area .page-wrapper #favorites .gird li.unlove .thumb img {
    opacity: .1
}

.dashboard #primary .area .page-wrapper #favorites .gird li.unlove .actions {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
    padding: 0
}

.dashboard #primary .area .page-wrapper #favorites .heartlove {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ea4c89;
    box-shadow: none;
    padding: 0;
    display: table
}

.dashboard #primary .area .page-wrapper #favorites .heartlove .relove {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.dashboard #primary .area .page-wrapper #favorites .heartlove .relove i {
    display: block;
    margin: 0 0 5px 0;
    font-size: 26px
}

.dashboard #primary .area .page-wrapper #favorites .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -webkit-animation: refresh 1s linear infinite;
    -moz-animation: refresh 1s linear infinite;
    -o-animation: refresh 1s linear infinite;
    animation: refresh 1s linear infinite;
    display: none
}

.dashboard #primary .area .page-wrapper .user-form li button {
    border: 1px solid #ddd;
    padding: 6px 15px 8px;
    vertical-align: initial
}

.pagination-loading {
    font-size: 16px;
    text-align: center;
    color: #999;
    padding: 15px 0
}

.pagination-loading img {
    width: 80px
}

#pass-strength-result {
    display: inline-block;
    width: 270px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #999;
    border-radius: 0
}

#pass-strength-result.short {
    background-color: #ffe2ed;
    color: #ea4c89;
    border: 1px solid #ffbcd6
}

#pass-strength-result.bad {
    background-color: #ffe5bf;
    color: #f29606;
    border: 1px solid #fbc678
}

#pass-strength-result.good {
    background-color: #e4fbac;
    color: #82b509;
    border: 1px solid #abe520
}

#pass-strength-result.strong {
    background-color: #d7fffc;
    color: #5db8f8;
    border: 1px solid #8fe9e3
}

#user-avatar .avatar-main {
    height: auto;
    overflow: hidden;
    margin: 40px auto
}

#user-avatar .avatar-preview {
    float: left;
    width: 180px;
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center
}

#user-avatar .avatar-preview p {
    margin: 10px 0 20px 0;
    color: #888
}

#user-avatar .avatar-preview .large img {
    width: 100px;
    height: 100px
}

#user-avatar .avatar-preview .medium img {
    width: 50px;
    height: 50px
}

#user-avatar .avatar-preview .small img {
    width: 30px;
    height: 30px
}

#user-avatar .avatar-preview .format {
    margin-bottom: 20px
}

#user-avatar .avatar-preview .format img {
    border-radius: 100%;
    box-sizing: border-box;
    margin: auto;
    display: block;
    padding: 1px;
    border: 1px solid rgba(0,0,0,.05);
    background-color: #fff
}

#user-avatar .avatar-preview .format span {
    display: block;
    color: #999;
    margin-top: 5px
}

#user-avatar .avatar-preview .format .img {
    position: relative;
    display: inline-block;
    border-radius: 100%
}

#user-avatar .avatar-preview.update .format .img {
    background-color: #000
}

#user-avatar .avatar-preview.update .format .img img {
    opacity: .5
}

#user-avatar .avatar-preview.update .refresh {
    display: inline-block
}

#user-avatar .avatar-preview .refresh {
    position: absolute;
    display: none;
    font-size: 14px;
    width: 100%;
    height: 24px;
    width: 24px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    color: #fff;
    line-height: 24px;
    -webkit-animation: refresh 1s linear infinite;
    -moz-animation: refresh 1s linear infinite;
    -o-animation: refresh 1s linear infinite;
    animation: refresh 1s linear infinite
}

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

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

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

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

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

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

@keyframes refresh {
    0% {
        transform: rotate(0)
    }

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

#user-avatar .modify-area {
    margin-left: 250px;
    padding-top: 20px
}

#user-avatar .modify-area p.tip {
    color: #999;
    margin-top: 5px
}

#user-avatar .avatar-list {
    height: auto;
    overflow: hidden;
    margin: 20px 0
}

#user-avatar .avatar-list p {
    margin: 10px auto
}

#user-avatar .avatar-list li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center
}

#user-avatar .avatar-list li .avatar a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 4px;
    border-radius: 5px;
    overflow: hidden;
    transition: none
}

#user-avatar .avatar-list li .avatar a:hover,#user-avatar .avatar-list li .avatar.active a {
    padding: 2px;
    border: 2px solid #e0e0e0
}

#user-avatar .avatar-list li span {
    display: block;
    color: #999
}

#user-avatar .avatar-list li .avatar img {
    border-radius: 3px
}

#sns-area .list {
    padding: 10px 20px;
    height: 40px;
    line-height: 40px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px
}

#sns-area .list:hover {
    background-color: #fdfdfd
}

.dashboard #primary #sns-area .list li {
    float: left;
    margin-bottom: 0
}

#sns-area .list .title {
    width: 300px
}

#sns-area .list .title i {
    margin: -3px 5px 0 0;
    font-size: 16px;
    vertical-align: middle
}

#sns-area .list .info {
    color: #999
}

#sns-area .list .info .avatar {
    border-radius: 100%;
    width: 38px;
    height: 38px;
    border: 1px solid #fff
}

#sns-area .list .info .avatar img {
    width: 38px;
    height: 38px
}

#sns-area .list .info img {
    vertical-align: middle;
    margin-right: 10px
}

.dashboard #primary #sns-area .list .actions,.dashboard #primary #sns-area .list .go-bind {
    float: right
}

#sns-area .list .actions .bad {
    color: #999
}

#sns-area #qq.binded i {
    color: #4a9cf8
}

#sns-area #weibo.binded i {
    color: #c71228
}

#sns-area #weixin.binded i {
    color: #66b42a
}

.briefly {
    height: auto;
    overflow: hidden;
    margin-left: -1.35%
}

.briefly ul li {
    width: 23.65%;
    float: left;
    margin-left: 1.35%;
    background-color: #0bacd3;
    color: #FFF;
    box-sizing: border-box
}

.briefly ul li .visual {
    float: left;
    font-size: 40px;
    margin: 5px 15px
}

.briefly ul li .number {
    float: right;
    margin: 15px;
    font-size: 30px;
    text-align: right
}

.briefly ul li .number span {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.85)
}

.briefly ul li .more {
    clear: both
}

.briefly ul li .more a {
    display: block;
    color: rgba(255,255,255,.85);
    background-color: rgba(0,0,0,.15);
    padding: 5px 15px
}

.briefly ul li .more i {
    float: right;
    margin-top: 4px
}

.briefly ul li .more a:hover {
    background-color: rgba(0,0,0,.25)
}

.briefly ul li.photo {
    background-color: #ea4c89
}

.briefly ul li.credit {
    background-color: #ffb848
}

.briefly ul li.comments {
    background-color: #5db8f8
}

.dashboard #primary .area .balance {
    margin-top: 20px;
    height: auto;
    overflow: hidden
}

.dashboard #primary .area .summary {
    margin-top: 20px;
    height: auto;
    overflow: hidden
}

.dashboard #primary .area .summary .box {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box
}

.dashboard #primary .area .summary .box .title {
    font-size: 14px;
    margin-bottom: 15px
}

.dashboard #primary .area .summary .box ul li {
    float: left;
    margin: 0 5px
}

.dashboard #primary .area .summary .box ul li a {
    margin-left: 5px
}

.dashboard #primary .area .summary .box ul li span {
    display: inline-block;
    width: 80px
}

.dashboard #primary .area .fast-navigation {
    margin-top: 20px
}

.dashboard #primary .area .fast-navigation ul {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
    height: auto;
    overflow: hidden
}

.dashboard #primary .area .fast-navigation ul li {
    margin-bottom: 0;
    float: left;
    border-right: 1px solid #e5e5e5
}

.dashboard #primary .area .fast-navigation ul li a {
    display: inline-block;
    width: 100px;
    padding: 15px 0;
    text-align: center
}

.dashboard #primary .area .fast-navigation ul li:last-child {
    border-right: 0 none
}

.dashboard #primary .area .fast-navigation ul li a i {
    display: block;
    font-size: 26px;
    margin-top: 10px
}

.dashboard #primary .area .buy {
    padding: 15px
}

.widefat {
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    table-layout: fixed;
    margin-bottom: 15px
}

.widefat * {
    word-wrap: break-word
}

.widefat td,.widefat th {
    padding: 10px
}

.widefat thead th {
    border-bottom: 1px solid #e1e1e1
}

.widefat td.lenght,.widefat th.lenght {
    text-align: left;
    width: 40%
}

.widefat td.actions {
    width: 28%
}

.widefat th,.widefat tr:hover {
    background-color: #f5f5f5
}

.widefat .alternate {
    background-color: #f9f9f9
}

.widefat .title {
    color: #333
}

.widefat .title:hover {
    text-decoration: underline;
    color: #5db8f8
}

.widefat .time {
    color: #999
}

.widefat .actions a {
    margin: 0 3px;
    color: #FFF;
    padding: 1px 5px
}

.widefat .actions a:hover {
    color: rgba(255,255,255,.85)
}

.widefat .actions .edit {
    background-color: #5db8f8
}

.widefat .actions .trash {
    background-color: #ea4c89
}

.widefat .actions .preview {
    background-color: #51b2cc
}

.widefat .actions .view {
    background-color: #0a97b9
}

.widefat .actions a.un {
    background-color: #cbcbcb;
    cursor: not-allowed;
    color: #fff
}

.widefat.order-list td {
    color: #999
}

#primary .status .publish,#primary .status.publish i {
    color: #999
}

#primary .status .pending,#primary .status.pending i {
    color: #ea4c89
}

#primary .status .draft,#primary .status.draft i {
    color: #ffae00
}

.dashboard #primary .upload-personal-container .upload-button {
    vertical-align: middle;
    margin-left: 5px
}

.dashboard #primary .upload-personal-container .tip {
    display: inline-block;
    vertical-align: middle
}

.dashboard #primary .upload-personal-container .personal-bg-preview {
    width: 200px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: 3px;
    padding: 1px;
    text-align: center
}

.dashboard #primary .upload-personal-container .personal-bg-preview img {
    border-radius: 3px
}

.dashboard #primary .upload-personal-container .personal-bg-preview span {
    line-height: 36px;
    color: #999
}

.dashboard #primary .upload-personal-container #upload-file-list {
    margin-left: 140px;
    display: none
}

#msg {
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 100000;
    top: 50%
}

#msg .msgbox {
    border-radius: 5px;
    padding: 15px;
    display: inline-block;
    text-align: left;
    background-color: #ffe5bf;
    color: #f29606;
    border: 1px solid #fbc678
}

@media print {
    .table {
        border-collapse: collapse!important
    }

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

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

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top
}

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

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

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

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

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

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

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

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    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;
    display: table-column;
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
    width: auto;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

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

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

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

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

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

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

textarea.form-input {
    height: auto
}

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

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

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

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

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

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

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

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

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

.user-avatar .author-ident {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -2px;
    background-position: -50px -25px;
    position: relative;
    top: 30px;
    left: 105px
}

.user-avatar .author-idents {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -2px;
    background-position: -50px -50px;
    position: relative;
    top: 30px;
    left: 105px
}

.user-avatar .author-identw {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -2px;
    background-position: -50px -75px;
    position: relative;
    top: 30px;
    left: 105px
}

.user-avatar .vip-level1 {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -2px;
    background-position: -23px 3px;
    position: relative;
    top: 30px;
    left: 105px;
    background-color: #fff
}

.user-avatar .vip-level2 {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -2px;
    background-position: -23px -22px;
    position: relative;
    top: 30px;
    left: 105px;
    background-color: #fff
}

.user-avatar .vip-level3 {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -2px;
    background-position: -23px -47px;
    position: relative;
    top: 30px;
    left: 105px;
    background-color: #fff
}

.user-avatar i.usvip {
    margin-left: -20px
}

@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>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

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

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

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

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

@media only screen and (max-width: 1024px) {
    .dashboard #primary .aside {
        width:100%;
        margin-left: 0
    }

    .dashboard #primary .area .page-wrapper {
        margin-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .dashboard #primary .area .page-wrapper ul label {
        text-align:left;
        margin-bottom: 8px
    }

    .dashboard #primary .area .page-wrapper ul li span.tip {
        margin-left: 0;
        margin-top: 5px;
        display: inline-block
    }

    .dashboard #primary .area .page-wrapper ul #description {
        width: 250px!important
    }

    .dashboard #primary .area .page-wrapper .gird li {
        width: 50%
    }

    .briefly ul li {
        width: 48.65%
    }

    .summary .box {
        width: 100%
    }

    .widefat .actions a {
        display: block;
        margin-bottom: 1px
    }

    .search-forms .close-search {
        display: block;
        position: absolute;
        top: 3%;
        right: 1%;
        width: 50px;
        height: 50px;
        cursor: pointer;
        background: rgba(255,255,255,0)
    }

    .close-search .close-top {
        top: 15px!important
    }

    .close-search .close-bottom {
        bottom: 24px!important
    }

    .close-search .close-bottom,.close-search .close-top {
        width: 30px!important;
        left: 5px!important
    }

    .up-frame-parent .up-frame-body .up-pre-after,.search-commend {
        display: none
    }

    .login-nav .avatar-menu,.logout-nav .avatar-menu {
        width: 120px
    }
}

@media only screen and (max-width: 500px) {
    #user-avatar .avatar-preview {
        width:100%;
        float: none;
        box-sizing: border-box
    }

    #user-avatar .modify-area {
        margin-left: 0
    }

    #sns-area .list .title {
        width: auto;
        margin-right: 20px
    }

    .dashboard #primary .area .page-wrapper .dashboard-main {
        padding: 10px
    }

    #upload-file-list .attachment-meta {
        display: none
    }

    .briefly ul li {
        width: 99.65%
    }
}

.container.page.dashboard.space.centralnav {
    margin-bottom: 10px
}

.dashboard #primary .aside .menus ul li {
    margin: 10px auto
}

.up-frame-bj .up-frame-radius {
    padding-bottom: 20px;
    border-radius: 5px
}

.up-frame-parent .up-frame-header {
    height: 50px;
    padding: 0;
    line-height: 50px;
    border-bottom: solid 1px #e5e5e5
}

.up-frame-parent .up-frame-header label {
    font-size: 16px;
    float: left;
    margin-left: 14px;
    color: grey;
    cursor: url(default.cur),pointer
}

.up-frame-parent .up-frame-body {
    padding: 20px
}

.up-frame-parent .up-pre-before {
    width: 327px;
    height: 327px;
    padding: 0;
    float: left;
    background: #fcfcfc;
    border: 1px solid #e3e3e3
}

.up-frame-parent .up-pre-before img {
    width: 100%
}

.up-frame-parent .up-frame-body .up-pre-after {
    background: #fcfcfc;
    overflow: hidden;
    width: 186px;
    height: 186px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-left: 25px
}

.up-frame-parent .up-control-btns {
    width: 180px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #ddd;
    text-align: center;
    line-height: 30px;
    margin-top: 20px
}

.up-frame-parent .up-control-btns span {
    width: 20%;
    cursor: url(link.cur),pointer
}

.modal-dialog.am-modal-dialog.up-frame-parent.up-frame-radius {
    border-radius: 5px
}

@media screen and (max-width: 1024px) {
    .up-frame-parent .up-pre-before {
        width:100%
    }

    .up-frame-parent .up-frame-body .up-pre-after {
        margin-left: 0;
        margin-top: 10px
    }
}

.am-modal-no-btn .am-modal-dialog {
    border-radius: 0;
    border-bottom: none
}

.am-modal-hd .am-close {
    position: absolute;
    top: 10px;
    right: 8px;
    cursor: url(link.cur),pointer
}

.am-close {
    display: inline-block;
    text-align: center;
    width: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.am-modal-no-btn .am-modal-bd {
    border-bottom: none
}

.am-modal-hd+.am-modal-bd {
    padding-top: 0
}

.am-modal-bd {
    text-align: center
}

.am-fl {
    float: left
}

.am-g {
    margin: 0 auto;
    width: 100%
}

.am-form-file {
    position: relative;
    overflow: hidden
}

.am-form-group {
    margin-bottom: 1.5rem
}

.am-modal-dialog {
    background: #f8f8f8
}

.am-form-file {
    position: relative;
    overflow: hidden;
    cursor: url(link.cur),pointer
}

.am-form-group {
    margin-bottom: 1.5rem
}

.am-modal-hd {
    padding: 15px 10px 5px 10px;
    font-size: 1.8rem;
    font-weight: 500
}

.am-form-file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    font-size: 50rem;
    cursor: url(link.cur),pointer
}

.am-btn-sm {
    font-size: 1.4rem
}

.am-btn-default {
    color: #444;
    background-color: #e6e6e6;
    border-color: #e6e6e6
}

.am-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: .5em 1em;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: url(link.cur),pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s ease-out,border-color .3s ease-out;
    transition: background-color .3s ease-out,border-color .3s ease-out
}

.am-modal.am-modal-active {
    opacity: 1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow-x: hidden;
    overflow-y: auto
}

.am-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1110;
    display: none;
    opacity: 0;
    outline: 0;
    text-align: center;
    -webkit-transform: scale(1.185);
    -ms-transform: scale(1.185);
    transform: scale(1.185);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr!important
}

.cropper-container img {
    display: block;
    width: 100%;
    min-width: 0!important;
    max-width: none!important;
    height: 100%;
    min-height: 0!important;
    max-height: none!important;
    image-orientation: 0deg!important
}

.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    opacity: 0;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.cropper-modal {
    opacity: .5;
    background-color: #000;
    filter: alpha(opacity=50)
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid #0e90d2;
    outline-color: #0e90d2
}

.cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee;
    filter: alpha(opacity=50)
}

.cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75;
    filter: alpha(opacity=75)
}

.cropper-center:after,.cropper-center:before {
    position: absolute;
    display: block;
    content: ' ';
    background-color: #eee
}

.cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px
}

.cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px
}

.cropper-face,.cropper-line,.cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
    filter: alpha(opacity=10)
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: #0e90d2;
    filter: alpha(opacity=75)
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1;
    filter: alpha(opacity=100)
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: ' ';
    opacity: 0;
    background-color: #0e90d2;
    filter: alpha(opacity=0)
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        width:15px;
        height: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        width:10px;
        height: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        width:5px;
        height: 5px;
        opacity: .75;
        filter: alpha(opacity=75)
    }
}

.cropper-invisible {
    opacity: 0;
    filter: alpha(opacity=0)
}

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

.cropper-hidden {
    display: none!important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point {
    cursor: not-allowed
}

.dashboard.space.centralnav {
    margin-bottom: 10px
}

.content-img {
    margin-bottom: 10px
}

.content-theme {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 20px
}

.content-theme h3 {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
    margin-top: 0
}

.content-theme h3 b {
    font-size: 20px;
    border-bottom: 4px solid #FF5E52;
    line-height: 40px;
    font-weight: inherit;
    padding-bottom: 2px
}

.content-theme .right {
    float: right;
    margin-top: -60px
}

.content-theme .right a {
    color: #a2a2a2;
    padding: 0 10px
}

.content-theme .qbztm {
    background: #3ca5f6;
    font-size: 16px;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: center;
    color: #fff
}

.content-theme .ztnav {
    margin-left: 30px;
    float: left
}

.content-theme .ztnav .current-menu-item a,.ztnav li a:hover {
    background: #F79694;
    color: #fff
}

.content-theme .ztnav li {
    height: 40px;
    line-height: 40px;
    float: left
}

.ztnav li a {
    font-size: 16px;
    padding: 0 20px;
    display: block
}

.item-img {
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    overflow: hidden;
    position: relative;
    border: 10px solid #FFF;
    border-bottom: 0 none
}

.log-img {
    padding-bottom: 15px;
    position: relative
}

.item-img>.thumb {
    line-height: 1;
    text-align: center;
    width: width: 100%;
    height: 150px;
    overflow: hidden;
    -webkit-transition: .15s all linear;
    transition: .15s all linear;
    color: #FFF;
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.15);
    box-shadow: 0 0 2px rgba(255,255,255,.15)
}

.item-img>.meta {
    padding: 0 5px
}

.item-img:hover .thumb img {
    opacity: .7;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.item-img:hover .meta>.extra {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.item-img>.thumb>a {
    color: #00c3b6;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none
}

.item-img>.thumb>a>img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s cubic-bezier(.33,0,.2,1);
    transition: all .2s cubic-bezier(.33,0,.2,1)
}

.item-img>.meta>.title a {
    color: #444;
    font-size: 12px;
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.item-img>.meta>.extra a {
    color: #FFF
}

.item-img>.meta>.extra span {
    float: right;
    margin-left: 8px
}

.item-img>.meta>.extra {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    background-color: #222;
    color: #FFF;
    margin: 0;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.33,0,.2,1);
    transition: transform .2s cubic-bezier(.33,0,.2,1)
}

.item-img>.data {
    border-top: 1px solid #f2f2f2;
    padding: 8px 5px;
    color: #999
}

.item-img>.data span {
    float: right;
    margin-left: 10px
}

.item-img>.data a {
    color: #999
}

.dashboard #primary .area .page-wrapper ul .regular-text[disabled] {
    background-color: #eee;
    cursor: url(default.cur),pointer
}

.ke-colorpicker-default,.ke-menu-default {
    top: 170px!important
}

.ke-toolbar {
    background: 0 0!important;
    border-bottom: 1px solid #e5e5e5!important
}

.ke-container {
    border: 1px solid #e5e5e5!important
}

.ke-statusbar {
    background-color: #FBFBFB!important;
    border-top: 1px solid #e5e5e5!important
}

.ke-toolbar .ke-on,.ke-toolbar .ke-selected {
    background-color: #B9BEF7!important
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    40% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    40% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

.login-nav:hover .avatar-menu,.logout-nav:hover .avatar-menu {
    display: block;
    opacity: 1!important
}

.dltips {
    text-align: center;
    line-height: 35px
}

.dlli.logout {
    border-top: 1px solid #ddd
}

.avatar-menu {
    position: absolute;
    right: -35px;
    margin: 0;
    font-size: 14px;
    background: #FFF;
    z-index: 1;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 0 15px 0 rgba(146,146,146,.2);
    -moz-box-shadow: 0 0 15px 0 rgba(146,146,146,.2);
    box-shadow: 0 3px 12px 0 rgba(146,146,146,.3);
    opacity: 0;
    display: none;
    left: auto;
    padding: 0;
    width: 100px;
    transition: all .8s;
    transition: all .8s ease;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s
}

.avatar-menu::before {
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    height: 0;
    position: absolute;
    right: 41px;
    top: -9px;
    width: 0;
    -webkit-transform: rotate(360deg);
    z-index: 1
}

.avatar-menu::after {
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #efefef transparent;
    height: 0;
    position: absolute;
    right: 40px;
    top: -11px;
    width: 0;
    -webkit-transform: rotate(360deg);
    margin-left: -10px
}

.login-menu {
    left: -50px
}

.login-nav-avatar {
    margin-top: -5px;
    width: 18px;
    border-radius: 50px
}

.search-forms.is-visible {
    animation: fade-in;
    animation-duration: .3s;
    -webkit-animation: fade-in .3s
}

.fly-nav-right {
    margin-top: 20px;
    float: right
}

.login-nav,.logout-nav {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-right: 10px;
    background: url(../img/li.png) no-repeat right 50%;
    padding: 0 10px;
    position: relative
}

.fly-search {
    position: relative;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #666;
    width: 25px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    cursor: url(link.cur),pointer
}

.fly-author {
    position: relative;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #666;
    width: 35px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    cursor: url(link.cur),pointer
}

.search-forms {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-animation: fade-zoom-in .3s forwards;
    -o-animation: fade-zoom-in .3s forwards;
    animation: fade-zoom-in .3s forwards;
    display: none;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    overflow: hidden
}

.search-forms .search-form-inner {
    max-width: 640px;
    padding: 0 20px;
    margin: auto;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 285px;
    top: -100px;
    bottom: 0
}

.search-form-inner p {
    margin-top: 10px;
    color: #a0a0a0;
    text-align: center;
    font-size: 20px
}

.search-forms.is-visible {
    display: block
}

.search-forms .search-form-box {
    position: relative;
    margin-bottom: 40px
}

.search-forms input {
    background: #fff;
    display: inline-block;
    line-height: 58px;
    height: 58px;
    color: #949494;
    font-size: 15px;
    border-radius: 3px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #e2e2e2;
    text-align: left;
    -webkit-appearance: none
}

.search-forms button {
    background: #000;
    display: inline-block;
    line-height: 58px;
    height: 58px;
    width: 100px;
    color: #fff;
    font-size: 15px;
    padding: 0 25px;
    margin: 0;
    border-radius: 0 3px 3px 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 0
}

.search-forms input::-webkit-input-placeholder {
    color: #949494
}

.search-forms input:-moz-placeholder {
    color: #949494
}

.search-forms input::-moz-placeholder {
    color: #949494
}

.search-forms input:-ms-input-placeholder {
    color: #949494
}

.search-commend {
    position: relative
}

.search-commend h4 {
    position: relative;
    font-size: 16px;
    margin: 0 0 20px
}

.search-commend ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px
}

.search-commend ul li a {
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    color: #949494
}

.search-commend ul li a:hover {
    color: #273746;
    border-color: #273746
}

.close-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 71%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #fff
}

.close-bottom,.close-top {
    position: absolute;
    left: 14px;
    background: #333;
    width: 22px;
    height: 2px;
    transition: .3s
}

.close-top {
    top: 19px
}

.close-bottom {
    bottom: 19px
}

.close-top {
    -webkit-transform: translate(0,5px) rotate(225deg);
    transform: translate(0,5px) rotate(225deg)
}

.close-bottom {
    -webkit-transform: translate(0,-5px) rotate(135deg);
    transform: translate(0,-5px) rotate(135deg)
}

.close-nav {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #fff
}

.close-search {
    display: block;
    position: absolute;
    top: 10%;
    right: 10%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: rgba(255,255,255,0)
}

.close-search .close-nav {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #fff
}

.close-top .close-bottom,.close-top .close-top {
    position: absolute;
    left: 9px;
    background: #333;
    width: 60px;
    height: 1px;
    transition: .3s
}

.close-search .close-bottom,.close-search .close-top {
    width: 45px;
    left: 16px
}

.close-search .close-top {
    top: 34px
}

.close-search .close-bottom {
    bottom: 34px
}

.close-search:hover .close-top {
    -webkit-transform: translate(0,5px) rotate(225deg);
    transform: translate(0,5px) rotate(45deg)
}

.close-search:hover .close-bottom {
    -webkit-transform: translate(0,-5px) rotate(135deg);
    transform: translate(0,-5px) rotate(315deg)
}

.pay-callout {
    margin: 0 30px
}

.pay-btn input.form-control {
    border-radius: 4px
}

.pay-input button.btn.btn-default {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.bs-callouts {
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #ddd;
    border-radius: 2px
}

.yuerecharge {
    background: url(../img/yue.png) 250px 0px no-repeat;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.input-group.pay-btn {
    margin-bottom: 10px
}

.govip img.vipbtn {
    float: left;
    margin-right: 10px;
    cursor: url(link.cur),pointer
}

span.vip-tips {
    color: #1EAF44
}

.panel>.table-bordered>tbody>tr>td>a {
    color: #5db8f8
}

.table>thead:first-child>tr>th:last-child {
    width: 220px
}

form.kami-form {
    margin-bottom: 10px
}

.input-group .select-kami {
    width: 50%
}

.tab-pane .panel-vip:hover {
    box-shadow: none
}

.pay-tips-modal {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 10px;
    width: 150px;
    height: auto;
    border-radius: 5px;
    text-align: center;
    background-color: #FB4C4C;
    color: #fff;
    box-shadow: 0 1px 3px rgba(34,25,25,.5)
}

.log-theme {
    border: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px
}

.log-theme header {
    text-align: center
}

.log-theme h2 {
    font-size: 1.65rem;
    font-weight: 200;
    -webkit-font-smoothing: antialiased
}

.log-theme h4 {
    font-size: .85rem;
    line-height: 1.5;
    font-weight: 200;
    color: #bbb;
    -webkit-font-smoothing: antialiased;
    position: relative
}

.log-theme footer .btn-primary {
    color: #fff;
    background-color: #0ae;
    border-color: #0ae
}

.log-theme footer .btn-primary:hover {
    color: #fff;
    background-color: #0098d4;
    border-color: #0098d4
}

.log-theme footer {
    border-top: 1px solid #eee;
    padding: 30px;
    background-color: #F3F7F8;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: center
}

.theme-thumb {
    padding: 0 20px 10px
}

.theme-thumb a img {
    max-width: 100%
}

img.thumb-theme:hover {
    transition: All .7s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.list-group-item:first-child {
    border-radius: 0
}

.list-group-item:last-child {
    border-radius: 0;
    margin-bottom: 5px
}

.adli {
    margin: 5px;
    text-align: center
}

.adtooltip p {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 300
}

.adtooltip {
    width: 155px;
    padding: 5px 5px 0 5px;
    border-radius: 2px;
    position: absolute;
    box-shadow: 1px 1px 10px 0 #ccc;
    margin: -48px 0 0 -160px;
    background: #fff;
    -webkit-transition: margin .5s ease-in-out;
    -moz-transition: margin .5s ease-in-out
}

.aditem:hover .adtooltip {
    margin: -48px 0 0 10px;
    -webkit-transition: margin .15s ease-in-out;
    -moz-transition: margin .15s ease-in-out
}

.adarrow {
    position: absolute;
    margin: -25px 0 0 150px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-danger {
    color: #a94442
}

.excerp-user {
    padding: 0 15px 14px
}

.fly-user-title {
    position: relative
}

.cl {
    zoom:1}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fly-user-title h2 {
    color: #FF5E5C;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    height: 18px;
    line-height: 5px
}

.fly-user-title a {
    position: absolute;
    top: -11px;
    right: 5px;
    padding: 2px 5px;
    color: #888
}

.block,.frame,.temp {
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none
}

.fly_user-li {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    height: 70px;
    line-height: 70px
}

.fly_user .fly_user-list {
    padding-top: 5px;
    overflow: hidden;
    min-height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.fly_user .fly_user-list li .avatar img {
    width: 60px;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 3px
}

i.user-identw {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -2px;
    background-position: -50px -25px;
    position: absolute;
    bottom: 2px
}

i.user-idents {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -2px;
    background-position: -50px -50px;
    position: absolute;
    bottom: 2px
}

i.user-ident {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -2px;
    background-position: -50px -75px;
    position: absolute;
    bottom: 2px
}

.user-vip-level1 {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -4px;
    background-position: -23px 3px;
    position: absolute;
    background-color: #fff;
    bottom: 2px
}

.user-vip-level2 {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -4px;
    background-position: -23px -22px;
    position: absolute;
    background-color: #fff;
    bottom: 2px
}

.user-vip-level3 {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    vertical-align: -4px;
    background-position: -23px -47px;
    position: absolute;
    background-color: #fff;
    bottom: 2px
}

.detail {
    display: none
}

.detail {
    width: 230px;
    min-height: 74px;
    position: absolute;
    padding: 10px;
    color: #666;
    background: rgba(255,255,255,.9);
    border: 1px solid #efefef;
    box-shadow: 0 3px 12px 0 rgba(146,146,146,.3);
    text-align: left;
    z-index: 999;
    display: none
}

.detail a {
    display: block
}

.detail::before {
    content: "";
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent rgba(255,255,255,.85) transparent;
    height: 0;
    position: absolute;
    right: 93px;
    top: -14px;
    width: 0;
    z-index: 1
}

.detail::after {
    content: "";
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #eee transparent;
    height: 0;
    position: absolute;
    right: 92px;
    top: -15px;
    width: 0
}

.user-loding {
    text-align: center
}

.author-main {
    margin: 5px
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0
}

.author-name img {
    width: 30px;
    margin-right: 8px;
    border-radius: 50px;
    margin-top: -5px;
    border: 1px solid #ddd
}

.author-red {
    color: #F95C50
}

.author-m {
    margin: 5px 0
}

.author-l {
    float: left
}

.author-r {
    float: right
}

.author-ul {
    height: 60px;
    line-height: 20px;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.author-ul li {
    list-style: none;
    float: left;
    padding: 0 18px 0 18px;
    border-left: 1px solid #ddd
}

.author-ul li:first-child {
    border-left: 0
}

.li-main {
    display: inline-block
}

.li-main strong {
    display: block
}

.author-f {
    margin: 5px
}

i.author-idents {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: -2px;
    background-position: 3px -70px
}

i.author-ident {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: -2px;
    background-position: 3px -95px
}

.vip-level1 {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: -4px;
    background-position: -23px 3px
}

.vip-level2 {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: -4px;
    background-position: -23px -22px
}

.vip-level3 {
    display: inline-block;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: -4px;
    background-position: -23px -47px
}

.clearfloat {
    clear: both
}

.content-author {
    padding: 30px
}

.author-info-dt {
    float: left;
    width: 188px;
    margin: 12px 40px 12px 0
}

.author-info-dt img {
    display: block;
    width: 180px;
    height: 180px;
    padding: 3px;
    background: #fff;
    border: 1px solid #d5d5d5
}

.author-info-bt {
    border-bottom: 1px solid #ddd
}

.author-info-dd {
    float: left;
    width: 830px
}

.author-info-name h2 {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px
}

.author-info-sl {
    margin-top: 35px
}

.author-info-ul {
    text-align: center;
    margin: 10px
}

.author-info-ul li {
    color: #666;
    list-style: none;
    float: left;
    padding: 0 40px 0 40px;
    border-left: 1px solid #ddd
}

.author-info-ul li:first-child {
    border-left: 0
}

.author-info-ul li strong {
    display: block;
    font-size: 24px;
    font-weight: 400
}

.author-info-f {
    color: #666;
    line-height: 2.3em
}

.author-info-footer {
    margin-top: 30px
}

.author-info-footer>.nav-tabs>li>a {
    color: #666
}

@media screen and (max-width: 800px) {
    .author-info-dd {
        width:640px!important
    }

    #f-mobile-footer {
        height: 50px;
        background: #fafafa;
        position: fixed;
        bottom: 0;
        left: 0;
        border-top: 0;
        width: 100%;
        z-index: 9999
    }

    #f-mobile-menu {
        display: block!important
    }

    .reward,.author-level,.author_zhuye,.author_ziliao {
        display: none!important
    }

    .content-wrap .content_author {
        min-height: 40px;
        margin-bottom: 15px;
        */}

    .main-list {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    span.copy_code {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .author-info-dd {
        width:380px!important
    }
}

@media screen and (max-width: 360px) {
    .author-info-ul li {
        padding:0 26px 0 26px!important
    }

    .author-info-dd {
        width: 260px!important
    }
}

#f-mobile-menu:after {
    content: '';
    display: block;
    height: 0;
    clear: both
}

#f-mobile-menu {
    display: none;
    width: 100%;
    height: 100%
}

#f-mobile-menu>li {
    width: 25%;
    float: left;
    border-top: 1px solid #e6e6eb;
    height: 100%
}

#f-mobile-menu li.current a {
    color: #1bb565
}

#f-mobile-menu>li>a {
    text-align: center;
    color: #d23838;
    display: block;
    line-height: 10px;
    height: 100%
}

#f-mobile-menu>li>a>span {
    font-size: 20px;
    display: block;
    line-height: 30px
}

#wowslider-container1 {
    zoom:1;position: relative;
    width: 100%;
    float: right;
    margin: 0 0 10px 0;
    z-index: 90;
}

* html #wowslider-container1 {
    width: 100%
}

#wowslider-container1 .ws_images ul {
    position: relative;
    width: 10000%;
    height: auto;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible
}

#wowslider-container1 .ws_images ul li {
    width: 1%;
    line-height: 0;
    float: left;
    font-size: 0;
    padding: 0!important;
    margin: 0!important
}

#wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#wowslider-container1 .ws_images a {
    width: 100%;
    display: block;
    color: transparent
}

#wowslider-container1 img {
    max-width: none!important
}

#wowslider-container1 .ws_images img {
    width: 100%;
    border: none 0;
    max-width: none;
    padding: 0;
    margin: 0
}

#wowslider-container1 a {
    text-decoration: none;
    outline: 0;
    border: 0
}

#wowslider-container1 a.ws_next,#wowslider-container1 a.ws_prev {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -3.5em;
    z-index: 60;
    height: 7.1em;
    width: 7.1em;
    background-image: url(../img/arrows.png);
    background-size: 200%
}

#wowslider-container1 a.ws_next {
    background-position: 100% 0;
    right: 1em
}

#wowslider-container1 a.ws_prev {
    left: 1em;
    background-position: 0 0
}

#wowslider-container1 a.ws_next:hover {
    background-position: 100% 100%
}

#wowslider-container1 a.ws_prev:hover {
    background-position: 0 100%
}

* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev {
    display: block
}

#wowslider-container1:hover a.ws_next,#wowslider-container1:hover a.ws_prev {
    display: block
}

#wowslider-container1 .ws_playpause {
    display: none;
    width: 7.1em;
    height: 7.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3.5em;
    margin-top: -3.5em;
    z-index: 59;
    background-size: 100%
}

#wowslider-container1:hover .ws_playpause {
    display: block
}

#wowslider-container1 .ws_pause {
    background-image: url(../img/pause.png)
}

#wowslider-container1 .ws_play {
    background-image: url(../img/play.png)
}

#wowslider-container1 .ws_pause:hover,#wowslider-container1 .ws_play:hover {
    background-position: 100% 100%!important
}

#wowslider-container1 .ws-title {
    position: absolute;
    display: block;
    bottom: 3.5em;
    left: 1em;
    margin-right: 1em;
    padding: 1em .9em .9em .9em;
    background-color: rgba(0,0,0,.4);
    color: #e7ffff;
    z-index: 50;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .2em;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em
}

#wowslider-container1 .ws-title div {
    margin-top: .3em;
    font-size: 1.6em;
    line-height: 1.15em;
    font-weight: 400;
    text-transform: none;
    color: #fff
}

#wowslider-container1 .ws-title span {
    font-size: 2.4em
}

#wowslider-container1 .ws_images ul {
    animation: wsBasic 16s infinite;
    -moz-animation: wsBasic 16s infinite;
    -webkit-animation: wsBasic 16s infinite
}

@keyframes wsBasic {
    0% {
        left: 0
    }

    12.5% {
        left: 0
    }

    25% {
        left: -100%
    }

    37.5% {
        left: -100%
    }

    50% {
        left: -200%
    }

    62.5% {
        left: -200%
    }

    75% {
        left: -300%
    }

    87.5% {
        left: -300%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: 0
    }

    12.5% {
        left: 0
    }

    25% {
        left: -100%
    }

    37.5% {
        left: -100%
    }

    50% {
        left: -200%
    }

    62.5% {
        left: -200%
    }

    75% {
        left: -300%
    }

    87.5% {
        left: -300%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: 0
    }

    12.5% {
        left: 0
    }

    25% {
        left: -100%
    }

    37.5% {
        left: -100%
    }

    50% {
        left: -200%
    }

    62.5% {
        left: -200%
    }

    75% {
        left: -300%
    }

    87.5% {
        left: -300%
    }
}

article.content-list>ul>li {
    padding: 3px 15px
}

.comment_admin {
    display: inline-block;
    padding: 0 5px 0 21px;
    background-image: url(../img/ux.png);
    background-repeat: no-repeat;
    line-height: 20px
}

.comment_writer {
    display: inline-block;
    padding: 0 5px 0 21px;
    background-image: url(../img/ux.png);
    background-repeat: no-repeat;
    line-height: 20px;
    background-position: 0 -20px
}

.comment_visitor {
    display: inline-block;
    padding: 0 5px 0 21px;
    background-image: url(../img/ux.png);
    background-repeat: no-repeat;
    line-height: 20px;
    background-position: 0 -40px
}

ul.tools-content {
    display: inline-block;
    margin: 0;
    width: 100%
}

ul.tools-content li {
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
    padding: 4px 6px;
    width: 173px;
    height: 100px;
    border: 1px solid #dbdbdb;
    border-left: 5px #0089fa solid;
    box-shadow: 2px 2px 0 rgba(0,0,0,.05);
    transition: .5s
}

ul.tools-content li:nth-child(6n+1) {
    border-left-color: #CCC56F
}

ul.tools-content li:nth-child(6n+2) {
    border-left-color: #81C575
}

ul.tools-content li:nth-child(6n+3) {
    border-left-color: #B682D6
}

ul.tools-content li:nth-child(6n+4) {
    border-left-color: #D69474
}

ul.tools-content li:nth-child(6n+5) {
    border-left-color: #87A8E4
}

ul.tools-content li:nth-child(6n+6) {
    border-left-color: #60D0CB
}

ul.tools-content li h4 {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-family: -webkit-pictograph;
    border: 1px solid #E4DFDF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.tools-content li a {
    overflow: hidden;
    height: 20px;
    color: #428bca;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
    margin: 0 10px;
    text-decoration: none;
    border-bottom: 0;
}

ul.tools-content li p {
    overflow: hidden;
    margin: 2px 12px;
    height: 18px;
    font-size: 12px;
    line-height: 1.5
}

ul.tools-content li:hover {
    background-image: linear-gradient(to right,#fcfcfc,#f2f2f2);
    background-position: 168px 0
}

ul.tools-content li img {
    float: left;
    margin: 0px 3px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 0;
}

section.context .bs-callout {
    padding: 5px 0;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 0
}

section.context .bs-callout-danger {
    border-left-color: #E86B67
}

section.context .bs-callout-danger p {
    color: #E86B67;
    margin: 0
}

.up_img_list {
    margin: 10px 0
}

.up_img_div {
    margin: 5px 0
}

.form-group.up_img_fooer {
    padding-bottom: 15px;
    text-align: center
}

.up-tips,.up_img_tips {
    color: red;
    font-size: 14px;
    margin-left: 10px
}

.user-banner {
    position: relative;
    height: 240px;
    background: #000 url(../img/user_head.png);
    background-size: cover;
    margin: 0 0 10px;
    border: 1px solid #e7e7e7;
    border-radius: 4px
}

#editImg {
    position: absolute;
    top: 15px;
    left: 40px;
    z-index: 51;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #fff;
    box-shadow: 0 0 4px 2px rgba(204,204,204,.4);
    overflow: hidden
}

#editImg img {
    width: 140px;
    height: 140px
}

.user-nav {
    clear: both;
    overflow: hidden;
    line-height: 56px;
    border-bottom: 1px solid #ebecef;
    background: #fff
}

.user-nav li {
    height: 100%;
    float: left
}

.user-nav li a {
    color: #969696;
    font-size: 16px;
    padding: 17px 12px
}

.user-nav li a.hover,.user-nav li a:hover {
    color: #000;
    height: 55px;
    border-bottom: 2px solid #ff7e69;
    position: relative;
    z-index: 2
}

.user-banner-uname {
    position: absolute;
    z-index: 50;
    top: 38%;
    left: 185px;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -20px;
    padding: 0 20px;
    color: #ffa700;
    font-size: 20px;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 0 4px 2px rgba(204,204,204,.4)
}

.user-banner-uname span {
    display: inline-block;
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.usertools {
    position: absolute;
    bottom: 90px;
    right: 10px
}

.user-banner-stats {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    font-size: 14px;
    background-color: #fff;
    border-top: 1px solid #e7e7e7
}

.user-relation-stats {
    float: left;
    height: 40px;
    line-height: 40px;
    border-right: 1px dashed #ccc;
    padding-right: 10px
}

.user-relation-stats a {
    display: block;
    text-align: center;
    float: left;
    width: 100px
}

.user-banner .author-level {
    float: left;
    margin-top: 15px;
    margin-left: 50px;
    width: 220px;
    position: relative
}

.user-banner .author-level span {
    display: block;
    width: 220px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    background: #999;
    border-radius: 10px
}

.user-banner .author-level span.red {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffd52b
}

.user-banner .author-level i.level-left {
    left: 5px
}

.user-banner .author-level i.level_text {
    position: absolute;
    top: -1px;
    background: inherit;
    height: inherit;
    color: #fff;
    font-style: normal;
    font-size: 12px
}

.user-banner .author-level i.level_time {
    width: 158px;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    overflow: hidden;
    font-size: 10px!important;
    color: #fff;
    font-family: "微软雅黑","microsoft yahei";
    position: absolute;
    top: 0;
    left: 30px
}

.user-banner .author-level i.level-right {
    right: 5px
}

.user-counter {
    float: right;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px
}

.user-counter td {
    text-align: inherit;
    padding: 0 10px
}

.user-counter-value {
    color: #666
}

.user-counter-key {
    color: #888
}

.user-counter ul li {
    margin-right: 5px;
    display: inline-block
}

.main-list {
    padding: 15px 15px 0;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden
}

.main-list dt {
    overflow: hidden
}

.main-list dt img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: left;
    margin-right: 10px
}

.main-list .title a:hover,.main-list .user a {
    color: #FF7E69
}

.fr {
    float: right;
    color: #999;
    font-size: 13px;
    font-weight: 400
}

.fl,.fr {
    display: inline
}

.main-list .title {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-top: 0;
    color: #777
}

.main-list .content {
    position: relative;
    margin: 0 0 5px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
    min-height: 40px
}

.main-list .operation {
    border-top: 1px solid #f3f2f2;
    margin: 5px -15px;
    height: 38px;
    position: relative
}

.main-list .operation-btn {
    float: left;
    text-align: center;
    height: 38px;
    width: 100px
}

.main-list .operation-btn a {
    font-size: 13px;
    color: #888;
    float: left;
    width: 85px;
    height: 38px;
    line-height: 38px;
    overflow: hidden
}

.main-list .operation-line {
    width: 1px;
    height: 14px;
    margin-top: 12px;
    background: #e1e1e1;
    float: left
}

.main-list .dingcai {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0 auto
}

.main-list .cai-hover span,.main-list .comment span,.main-list .ding-hover span,.main-list .liulan span,.main-list .share,.main-list .zan span {
    background-image: url(../img/new_icon.png)
}

.main-list .zan span {
    background-position: 0 0;
    vertical-align: -3px
}

.main-list .liulan span {
    background-position: 0 -114px
}

.main-list .dingcai span {
    display: inline-block;
    width: 20px;
    height: 17px;
    vertical-align: middle
}

.main-list .comment span {
    background-position: 0 -74px;
    margin: 0 1px 2px 0
}

.dingcai i {
    font-style: normal;
    font-size: 12px
}

.main-list .buy,.main-list .reward,.main-list .rewarded {
    margin-top: 5px;
    margin-right: 10px;
    color: #04ce9b;
    background-position: -630px -215px;
    text-indent: 35px;
    line-height: 28px;
    height: 28px;
    float: right;
    font-size: 12px
}

p.user {
    margin: 0
}

.user_author_title {
    position: relative
}

.user_author_title h2 {
    color: #FF5E5C;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    margin: 0 10px
}

.user_author_title a {
    color: #888;
    float: right;
    font-size: 14px;
    font-weight: 400
}

ul.user_author_row {
    margin: 10px 0 5px
}

.lazy.user_author_img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding: 10px
}

.user_author_col a p {
    height: 15px;
    line-height: 15px;
    text-align: center;
    overflow: hidden;
    color: #969696
}

.dizhi {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    color: #999
}

.author_gouda,.author_zhuye,.author_ziliao {
    display: inline-block
}

.author_zhuye,.author_ziliao {
    margin-right: 10px
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(10px)
    }

    50% {
        -webkit-transform: translatey(-10px)
    }

    100% {
        -webkit-transform: translatey(10px)
    }
}

@keyframes float {
    0% {
        transform: translatey(10px)
    }

    50% {
        transform: translatey(-10px)
    }

    100% {
        transform: translatey(10px)
    }
}

.wintips {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 360px;
    padding: 30px 90px 20px 30px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid rgba(0,0,0,0.12);
    border-right: none;
    border-bottom: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.12);
    z-index: 99;
    display: none;
}

.wintips-close {
    position: absolute;
    top: -15px;
    left: -13px;
    font-size: 24px;
    color: #888;
    cursor: pointer;
}

.wintips-close .fa {
    background-color: #fff;
    border-radius: 50%;
}

.wintips-close:hover {
    color: #666;
}

.wintips h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px;
}

.wintips p {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px;
}

.wintips-thumb {
    position: absolute;
    top: -50px;
    right: 10px;
    animation: float 3s infinite;
    -webkit-transition: top 1s ease,opacity 1s ease;
    transition: top 1s ease,opacity 1s ease;
}

.btn-info.btn-wintips {
    color: #fff
}

@media (max-width: 400px) {
    .wintips {
        width:100%;
    }

    .wintips-close {
        font-size: 36px;
        left: 47%;
        top: -27px;
    }
}

.sign-saomiao {
    position: fixed;
    top: 35%;
    left: 50%;
    z-index: 999;
    display: none;
    margin: -130px 0 0 -150px;
    padding: 20px;
    width: 307px;
    height: auto;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(34,25,25,.5)
}

.saomiao-close {
    margin-top: -5px!important;
    height: 40px;
    border-bottom: 1px solid #eee;
    color: #666;
    font-weight: 700;
    font-size: 16px
}

.saomiao-close a {
    float: right;
    display: block;
    width: 19px;
    height: 19px;
    border-bottom: 0;
    background: url(../img/close.png) no-repeat;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s
}

.saomiao-close a:hover {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
    -ms-transform: rotate(-270deg)
}

.sweet-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: #fff;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width:auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding .15s,max-height .15s;
    transition: padding .15s,max-height .15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding .2s,max-height .2s;
    transition: padding .25s,max-height .25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .1s;
    transition: all .1s
}

.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sweet-alert input:focus {
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity .3s 30ms ease;
    opacity: .5
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity .3s 30ms ease;
    opacity: .5
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity .3s 30ms ease;
    opacity: .5
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-ms-clear {
    display: none
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: 0;
    box-shadow: 0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button.cancel {
    background-color: #C1C1C1
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none!important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1;
    left: 50%
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165,220,134,.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop .3s;
    animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom .3s;
    animation: slideFromBottom .3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop .4s;
    animation: slideToTop .4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom .3s;
    animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

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

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

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

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate
}

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

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

@keyframes rotate-loading {
    0% {
        transform: rotate(0)
    }

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

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg)\9
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg)\9
}

.la-ball-fall,.la-ball-fall>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-fall {
    width: 54px;
    height: 18px
}

.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -.2s;
    -moz-animation-delay: -.2s;
    -o-animation-delay: -.2s;
    animation-delay: -.2s
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    -moz-animation-delay: -.1s;
    -o-animation-delay: -.1s;
    animation-delay: -.1s
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

.links-panel {
    margin-top: 15px
}

.links-panel blockquote {
    color: #1BB3F0;
    border-left: none;
    border-bottom: 2px solid #1BB3F0;
    display: table;
    font-size: 16px;
    padding: 5px 10px;
    margin-left: 15px
}

#links3 .linkli a {
    text-decoration: line-through;
    color: #ccc;
    pointer-events: none
}

#links3blockquote {
    color: #eee;
    border-left: none;
    border-bottom: 2px solid #eee;
    display: table;
    font-size: 16px;
    padding: 5px 10px;
    margin-left: 15px
}

@media screen and (min-width: 480px) {
    .paytb {
        margin-top: -15px
    }

    .radio.i-checks {
        display: inline-flex
    }
}

.form-control.pay_o {
    width: 80px;
    padding: 2px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-send {
    float: right;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
}

.touxiang {
    box-shadow: none;
    width: 160px;
    height: 160px;
    padding: 5px;
    background-color: rgba(255,255,255,.2);
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.touxiang .uoverlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0,0,0,.4);
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 5px 1px #ddd;
}

.touxiang .touxiangimg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}

.touxiang:hover .uoverlay {
    opacity: 1
}

.touxiang .uoverlay div.uexpand {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgba(255,255,255,.9);
    line-height: 60px;
    font-size: 19px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.touxiang:hover .uoverlay div.uexpand {
    width: 80px;
    height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

section.panel.user-info {
    padding: 15px 30px;
}

@media (min-width: 992px) {
    .col-offset-3 {
        margin-left: 25%;
    }
}

.btn-green:hover,.btn-blue:hover,.btn-red:hover,.btn-blue:focus, .btn-green:focus,.btn-red:focus,.btn-blue:active,.btn-green:active,.btn-red:active {
    opacity: 0.5;
    color: #fff;
}

.btn-green {
    display: inline-block;
    padding: 4px 16px;
    color: #fff;
    font: 14px "Microsoft YaHei",Verdana,Geneva,sans-serif;
    background-color: #2fd27f;
    line-height: 22px;
    border-radius: 2px;
    text-decoration: none;
    cursor: url(link.cur),pointer;
}

.btn-blue {
    display: inline-block;
    padding: 4px 16px;
    color: #fff;
    font: 14px "Microsoft YaHei",Verdana,Geneva,sans-serif;
    background-color: #2CAFFB;
    line-height: 22px;
    border-radius: 2px;
    text-decoration: none;
    cursor: url(link.cur),pointer;
}

.btn-red {
    display: inline-block;
    padding: 4px 16px;
    color: #fff;
    font: 14px "Microsoft YaHei",Verdana,Geneva,sans-serif;
    background-color: #ec7764;
    line-height: 22px;
    border-radius: 2px;
    text-decoration: none;
    cursor: url(link.cur),pointer;
}

.btn-white {
    display: inline-block;
    padding: 5px 16px;
    color: #777;
    font: 14px "Microsoft YaHei",Verdana,Geneva,sans-serif;
    background-color: #fff;
    line-height: 22px;
    border-radius: 2px;
    border: 1px solid #777;
    text-decoration: none;
    cursor: url(link.cur),pointer;
}

.btn-white:hover,.btn-white:focus,.btn-white:active {
    border: 1px solid #2CAFFB;
    opacity: 0.5;
    color: #2CAFFB;
}

.panel-heading, .panel-footer {
    border-color: #e0e4e8;
    background: #f7f8f9;
}

.form-text {
    height: 31px;
    line-height: 31px;
}

.form-post {
    margin-bottom: 10px;
}

.fasex .fa-mars {
    font-size: 26px;
    font-weight: bold;
    color: #24c3f9;
    height: 34px;
    line-height: 37px;
}

.fasex .fa-venus {
    font-size: 26px;
    font-weight: bold;
    color: #ec7764;
    height: 34px;
    line-height: 37px;
}

.fasexe .fa-mars {
    font-size: 19px;
    font-weight: bold;
    color: #24c3f9;
}

.fasexe .fa-venus {
    font-size: 19px;
    font-weight: bold;
    color: #ec7764;
}

#updatefrom input:disabled {
    border: none;
    box-shadow: none!important;
    background-color: #fff!important;
    color: #333333;
    cursor: url(default.cur),pointer!important;
}

#updatefrom textarea:disabled {
    border: none;
    box-shadow: none!important;
    background-color: #fff!important;
    color: #333333;
    cursor: url(default.cur),pointer!important;
}

#updatefrom input[disabled] {
    border: none;
    box-shadow: none!important;
    background-color: #fff!important;
    color: #333333;
    cursor: url(default.cur),pointer!important;
}

#updatefrom textarea[disabled] {
    border: none;
    box-shadow: none!important;
    background-color: #fff!important;
    color: #333333;
    cursor: url(default.cur),pointer!important;
}

#updatefrom input.disabled {
    border: none;
    box-shadow: none!important;
    background-color: #fff!important;
    color: #333333;
    cursor: url(default.cur),pointer!important;
}

#updatefrom textarea.disabled {
    border: none;
    box-shadow: none!important;
    background-color: #fff!important;
    color: #333333;
    cursor: url(default.cur),pointer!important;
}

#updatefrom .hide-xg,#updatefrom .hide-ps {
    display: none
}

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ccc;
    padding: 10px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    color: #777777;
    text-decoration: none;
    transition: color .3s;
    position: relative;
    padding: 5px 30px 5px 20px;
}

.sidebar-wrapper .sidebar-menu ul li:hover > a {
    color: #45B6F7;
}

.sidebar-wrapper .sidebar-menuul li a i {
    margin-right: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: 0 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 10px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 10px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 7px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .badge {
    background: #384558;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

.fip-bootstrap.icons-selector {
    font-size: 16px;
}

.fip-bootstrap.icons-selector .selector {
    border: 0 none;
    background-color: #fff;
    width: 102px;
}

.fip-bootstrap.icons-selector .selector-button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background-image: -webkit-linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-image: -moz-linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-image: -o-linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 41px;
    background-repeat: repeat-x;
}

.fip-bootstrap.icons-selector .selector-button:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.fip-bootstrap.icons-selector .selector-button:active {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.fip-bootstrap.icons-selector .selector-button:hover i {
    color: #999;
}

.fip-bootstrap.icons-selector .selector-button i {
    color: #aaa;
    text-shadow: 0px 1px 0px #FFF;
}

.fip-bootstrap.icons-selector .selected-icon {
    border: 1px solid #ccc;
    border-right: 0 none;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fip-bootstrap.icons-selector .selected-icon i {
    color: #404040;
}

.fip-bootstrap.icons-selector .selector-popup {
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #fff;
}

.fip-bootstrap.icons-selector .selector-search input[type="text"],.fip-bootstrap.icons-selector .selector-category select {
    border: 1px solid #ccc;
    color: #555;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
}

.fip-bootstrap.icons-selector .selector-search input[type="text"]:focus,.fip-bootstrap.icons-selector .selector-category select:focus {
    border-color: #66AFE9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.fip-bootstrap.icons-selector input::-webkit-input-placeholder {
    color: #aaa;
}

.fip-bootstrap.icons-selector input:-moz-placeholder {
    color: #aaa;
}

.fip-bootstrap.icons-selector input::-moz-placeholder {
    color: #aaa;
}

.fip-bootstrap.icons-selector input:-ms-input-placeholder {
    color: #aaa !important;
}

.fip-bootstrap.icons-selector .selector-search i {
    color: #aaa;
}

.fip-bootstrap.icons-selector .fip-icons-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.fip-bootstrap.icons-selector .fip-icons-container .loading {
    color: #ddd;
}

.fip-bootstrap.icons-selector .fip-box {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #eee;
}

.fip-bootstrap.icons-selector .fip-box:hover {
    background-color: #fff;
    border-color: #66AFE9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    font-size: 1.6em;
    text-shadow: 0 0 1px #fff;
}

.fip-bootstrap.icons-selector .selector-footer, .fip-bootstrap.icons-selector .selector-footer i {
    color: #428BCA;
}

.fip-bootstrap.icons-selector .selector-arrows i:hover {
    color: #2A6496;
}

.fip-bootstrap.icons-selector span.current-icon, .fip-bootstrap.icons-selector span.current-icon:hover {
    background-color: #428BCA;
    color: #fff;
    border: 1px solid #428BCA;
}

.fip-bootstrap.icons-selector span.current-icon i, .fip-bootstrap.icons-selector span.current-icon:hover i {
    color: #fff;
}

.fip-bootstrap.icons-selector .icons-picker-error i:before {
    color: #ccc;
}

.fip-bootstrap.icons-selector .selector-search input[type="text"],.fip-bootstrap.icons-selector .selector-category select,.fip-bootstrap.icons-selector .fip-box {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.f-content {
    margin-bottom: 25px
}

.site-content.group #primary.left-column,.site-content.groups #primary.left-column {
    position: relative;
    padding: 30px;
    min-height: 600px;
    background: #fff;
    border: 1px solid #eee
}

.group .left-column,.groups .left-column {
    float: left;
    width: 68%;
    bottom: 0;
    padding: 0
}

.site-main {
    position: relative
}

.toolbar {
    display: none
}

#setting {
    position: relative;
    background: #fff;
    height: auto;
    padding: 5px 10px
}

.last input[type=submit] {
    display: inline-block;
    cursor: pointer;
    padding: 5px 12px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.42857143;
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #FF5E52;
    white-space: nowrap;
    outline: 0;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 3px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.set_nav {
    height: 46px;
    border-bottom: 2px solid #FF5E52;
    padding: 11px 10px 0
}

.set_nav li {
    float: left
}

.set_nav li a {
    float: left;
    width: 90px;
    height: 35px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    line-height: 35px;
    font-size: 15px;
    color: #999
}

.set_nav li.active a {
    background: #FF5E52;
    color: #fff
}

.set_nav li.last {
    float: right
}

.set_nav li.last a {
    background: #FF5E52;
    color: #FFF
}

.set_cnt {
    min-height: 350px;
    line-height: 25px
}

.set_cnt a {
    text-decoration: none
}

.set_cnt p {
    line-height: 30px;
    margin-top: 10px
}

.set_cnt code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    margin: 0 3px
}

.set_cnt .set_box {
    display: none
}

.set_box textarea {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow-y: auto
}

#cssdiy textarea {
    margin-top: 20px
}

.set_box h2 {
    border-bottom: 2px dashed #999;
    height: 35px;
    line-height: 35px
}

.set_box h2 strong {
    border-bottom: 2px solid #FF5E52;
    float: left;
    height: 35px;
    padding: 0 10px
}

.set_box h2 small {
    margin-left: 15px;
    font-size: 14px
}

.set_cnt li,ul li {
    list-style: none
}

.set_nav ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.bankinfo {
    width: 100%;
    height: 100px
}

.set_box li {
    font-weight: 700
}

.da-form-row .right_td {
    float: right
}

.da-form-row left_td {
    float: left
}

.da-form-row {
    padding: 10px 16px;
    border-bottom: 1px solid #d3d3d3
}

.da-form-row label {
    margin-bottom: .5rem;
    font-weight: 600
}

.da-form-row form.da-form .customfile,.da-form-row .input-text,.da-form-row select,.da-form-row textarea {
    background-color: #fcfcfc;
    border: 1px solid #d1d1d1;
    padding: 4px;
    outline: 0;
    margin-bottom: 2px;
    color: #444;
    font-size: 1em;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,1),inset 0 1px 1px rgba(0,0,0,.04);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,1),inset 0 1px 1px rgba(0,0,0,.04);
    -o-box-shadow: 0 1px 0 rgba(255,255,255,1),inset 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 0 rgba(255,255,255,1),inset 0 1px 1px rgba(0,0,0,.04);
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear
}

#banben {
    text-align: center;
    padding: 10px 0;
    margin: 12px 0 0 0
}

.text-width {
    max-width: 50%;
    height: auto;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .group .left-column,.groups .left-column {
        width:100%
    }

    .text-width {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 auto
    }
}

@media only screen and (min-width : 320px) and (max-width :568px) {
    .set_nav {
        height:152px;
        border-bottom: 2px solid #FF5E52
    }

    input.input {
        width: 215px
    }

    .bankinfo {
        width: 100%
    }

    #banben img {
        width: 220px
    }
}

@media (-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
    .icheckbox_square-green,.iradio_square-green {
        background-image:url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

.bs-callout {
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center
}

.bs-callout h4 {
    margin-top: 0;
    margin-left: -1px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400
}

.set_box>.bs-callout p {
    padding: 0;
    margin: 0
}

.update_btn>.update_class {
    border-radius: 3px;
    padding: 4px 15px;
    color: #fff;
    display: inline-block;
    background-color: #FF5E52
}

.update_btn>.update_class a {
    color: #fff
}

.update_btn>.update_class:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}

.bs-callout>.update_btn {
    text-align: center
}

.da-form-row:last-child {
    border-bottom: 0
}

.file-box {
    position: relative;
    display: inline-block
}

input.upload-File {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 60px;
    height: 30px;
    overflow: hidden;
    cursor: url(link.cur),pointer
}

a.file-link {
    display: inline-block;
    padding: 4px 16px;
    color: #fff;
    font: 14px "Microsoft YaHei",Verdana,Geneva,sans-serif;
    background-color: #2CAFFB;
    line-height: 22px;
    border-radius: 2px;
    text-decoration: none;
    cursor: url(link.cur),pointer
}

.mgc {
    position: relative;
    width: 16px;
    height: 16px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -.15px .6px 0 0;
    vertical-align: text-bottom;
    border-radius: 3px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgc:checked:after {
    content: '';
    display: block;
    height: 4px;
    width: 7px;
    border: 0 solid #333;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 3px;
    left: 3px
}

.mgc:disabled {
    opacity: .65
}

.mgc:focus {
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.075),0 0 2px #38a7ff
}

.mgc:checked {
    background-color: #fff;
    border-color: #d7d7d7
}

.mgc:checked:after {
    border-color: #414141
}

.mgc-primary {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgc-primary:checked {
    background-color: #337ab7;
    border-color: #337ab7
}

.mgc-primary:checked:after {
    border-color: #fff
}

.mgc-success {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgc-success:checked {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.mgc-success:checked:after {
    border-color: #fff
}

.mgc-info {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgc-info:checked {
    background-color: #45B6F7;
    border-color: #45B6F7
}

.mgc-info:checked:after {
    border-color: #fff
}

.mgc-warning {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgc-warning:checked {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.mgc-warning:checked:after {
    border-color: #fff
}

.mgc-danger {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgc-danger:checked {
    background-color: #cf3b3a;
    border-color: #cf3b3a
}

.mgc-danger:checked:after {
    border-color: #fff
}

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

.mgc-sm {
    width: 12px;
    height: 12px
}

.mgc-sm:checked:after {
    top: 2px;
    left: 1px;
    height: 3px;
    width: 6px
}

.mgc-lg {
    width: 19px;
    height: 19px
}

.mgc-lg:checked:after {
    top: 3px;
    left: 3px;
    height: 5px;
    width: 10px
}

.mgr {
    position: relative;
    width: 16px;
    height: 16px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -.15px .6px 0 0;
    vertical-align: text-bottom;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgr:disabled {
    opacity: .65
}

.mgr:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    -webkit-transition: width .25s,height .25s;
    transition: width .25s,height .25s
}

.mgr:checked:before {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 3px 0 0 3px
}

.mgr:focus {
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.075),0 0 2px #38a7ff
}

.mgr:checked {
    border: 1px solid #555
}

.mgr:checked:before {
    background-color: #555
}

.mgr-primary {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgr-primary:checked {
    border: 1px solid #337ab7
}

.mgr-primary:checked:before {
    background-color: #337ab7
}

.mgr-success {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgr-success:checked {
    border: 1px solid #5cb85c
}

.mgr-success:checked:before {
    background-color: #5cb85c
}

.mgr-info {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgr-info:checked {
    border: 1px solid #45B6F7
}

.mgr-info:checked:before {
    background-color: #45B6F7
}

.mgr-warning {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgr-warning:checked {
    border: 1px solid #f0ad4e
}

.mgr-warning:checked:before {
    background-color: #f0ad4e
}

.mgr-danger {
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.mgr-danger:checked {
    border: 1px solid #cf3b3a
}

.mgr-danger:checked:before {
    background-color: #cf3b3a
}

.mgr-sm {
    width: 12px;
    height: 12px
}

.mgr-sm:checked:before {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 2px 0 0 2px
}

.mgr-lg {
    width: 19px;
    height: 19px
}

.mgr-lg:checked:before {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    margin: 3px 0 0 3px
}

.mgc-switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 41px;
    height: 24px;
    border: 1px solid #dfdfdf;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background: #dfdfdf
}

.mgc-switch:after,.mgc-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.mgc-switch:before {
    width: 39px;
    height: 22px;
    background-color: #fdfdfd
}

.mgc-switch:after {
    width: 22px;
    height: 22px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.4)
}

.mgc-switch:checked {
    border-color: #04be02;
    background-color: #04be02
}

.mgc-switch:checked:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mgc-switch:checked:after {
    -webkit-transform: translateX(17px);
    transform: translateX(17px)
}

.mgc-sm.mgc-switch {
    height: 20px;
    width: 32px
}

.mgc-sm.mgc-switch:before {
    height: 18px;
    width: 30px
}

.mgc-sm.mgc-switch:after {
    width: 18px;
    height: 18px
}

.mgc-sm.mgc-switch:checked:after {
    top: 0;
    left: 2px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.mgc-lg.mgc-switch {
    height: 32px;
    width: 52px
}

.mgc-lg.mgc-switch:before {
    height: 30px;
    width: 50px
}

.mgc-lg.mgc-switch:after {
    width: 30px;
    height: 30px
}

.mgc-lg.mgc-switch:checked:after {
    top: 0;
    left: 2px;
    -webkit-transform: translateX(18px);
    transform: translateX(18px)
}

.rao {
    margin-right: 5px;
    display: inline-block
}

.rao>.mgr.mgr-info {
    margin-right: 5px
}


##post-box h1,#post-box h2,#post-box h3{font-weight:700;border-width: 1px 0 1px 3px;border-style: solid}
#post-box h2{font-size:20px;line-height:30px;margin:0 -15px 10px;padding:0 15px;background:#fafafa}

#post-box .context img{max-width:100%;height:auto;border:1px solid #e6e6eb;margin-bottom:10px;padding:2px;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition-property:border-color,box-shadow;-webkit-transition-property:border-color,box-shadow;-moz-transition-property:border-color,box-shadow;-o-transition-property:border-color,box-shadow;}
#post-box .context img:hover{border-color:#5db8f8;box-shadow:0 0 2px #5db8f8;-moz-box-shadow:0 0 2px #5db8f8}
#post-box .context {font-size:15px}
#post-box .context strong{color:red;}

#post-box .context .name a{color:red;border:none;text-decoration:underline; }
#post-box .context .red{color:red}


#post-box .five_color_1{color:#a18453;font-weight:bold;}
#post-box .five_color_2{color:#51ac3b;font-weight:bold;}
#post-box .five_color_3{color:#0192e7;font-weight:bold;}
#post-box .five_color_4{color:#dd231e;font-weight:bold;}
#post-box .five_color_5{color:#ea7818;font-weight:bold;}
#post-box .co_red{color:#FF0000;font-weight:bold;}

##post-box .bottom_qm{color:red;}

#.dj-sm{color: #9f9f9f;font-family: "æ¥·ä½“","æ¥·ä½“_gb2312",simkai;font-size: 12px;margin-top:40px}
.dj-sm {
    color: rgb(159, 159, 159);
    font-family: 楷体, 楷体_gb2312, simkai;
    font-size: 12px;
    margin-top: 40px;
}
.sm-one{text-align: center;margin-bottom: 4px;}
.sm-one:after{content: "\0020";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.sm-one span{display: block;float: left;}
.sm-o-left{-webkit-transform: scaleY(0.5);transform: scaleY(0.5);width: 39%;height: 0;border-top: 1px solid #cacaca;}
.sm-o-center{margin-top: -13px;top: -13px;width: 22%;text-align: center;text-indent: 0;}
.sm-o-right{-webkit-transform: scaleY(0.5);transform: scaleY(0.5);width: 39%;height: 0;border-top: 1px solid #cacaca;}
.sm-con{margin-top: 6px;margin-bottom: 30px;font-size: 12px;line-height: 20px;text-indent: 2em;}
.dj-tt{color: red!important;border: 1px solid red!important;}

#mfceming {
    background: #d63c40;
    float: right;
    color: #fff;
    line-height: 25px;
    margin: 10px 10px 0 0px;
    padding: 0 8px 3px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #d63c40;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%)
}
.baobaoqman{color:red;text-decoration: underline;}
.baobaocsan{color:red;text-decoration: underline;}

#mfqimingBox {
    text-align: center;
    margin: 15px 0;
    align-content: ;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mfqiming {
    height: 38px;
    margin-left: 6px;
    line-height: 38px;
    padding: 0 15px;
    background-color: #d23838;
    color: #fff;
    border-radius: .4em;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: none;
}

#mfqiming_input {
    width: 210px;
    padding-left: 6px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    background-color: #ffffff;
    border-radius: .4em;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#mfceming {
    background: #d63c40;
    float: right;
    color: #fff;
    line-height: 25px;
    margin: 10px 10px 0 0px;
    padding: 0 8px 3px;
    cursor: pointer; 
    border-radius: 3px;
    border: 1px solid #d63c40;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

#mfceming1 {
    height: 38px;
    margin-left: 6px;
    line-height: 38px;
    padding: 0 15px;
    background-color: #d23838;
    color: #fff;
    border-radius: .4em; 
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: none;
}

#mfceming_input {
    width: 210px;
    padding-left: 6px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    background-color: #ffffff;
    border-radius: .4em;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
