@charset "utf-8";
/* CSS Document */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
html {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a {
    background: transparent none repeat scroll 0 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "“" "”" "‘" "’";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    min-width: 1000px;
}

html.wide {
    min-width: 1200px;
}
html.wide .container {
    width: 1200px;
}
.container {
    margin: 0 auto;
}
.container .section, .container > .wrapper {
}
.container .section::before, .container > .wrapper::before, .container .section::after, .container > .wrapper::after {
    content: " ";
    display: table;
}
.container .section::after, .container > .wrapper::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.container .article {
    float: left;
}
.container .article.full {
    float: none;
    width: 100%;
}
.container .aside {
    float: right;
}
.container .aside .mod {
    margin-bottom: 30px;
}
.container::before, .container::after {
    content: " ";
    display: table;
}
.container::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.col {
    display: block;
    float: left;
    margin-right: 0;
    position: relative;
    width: 0;
}
.col.two {
    width: 0;
}
.col.last {
    margin-right: 0 !important;
}
.col img {
    display: block;
}
.hd {
    margin: 0 0 20px;
}
.hd h3 {
    display: inline;
    font-size: 14px;
    font-weight: bold;
}
.hd, .bd {
}
.hd::before, .bd::before, .hd::after, .bd::after {
    content: " ";
    display: table;
}
.hd::after, .bd::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.r {
    float: right !important;
}
.l {
    float: left !important;
}
.tl {
    text-align: left !important;
}
.tr {
    text-align: right !important;
}
.tc {
    text-align: center !important;
}
.block {
    display: block !important;
}
.inline {
    display: inline !important;
}
.iblock {
    display: inline-block !important;
}
.ellipsis {
    display: inline-block;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.cf {
}
.cf::before, .cf::after {
    content: " ";
    display: table;
}
.cf::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
p {
    margin: 0 0 8.5px;
}
.lead {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 17px;
}
@media (min-width: 768px) {
.lead {
    font-size: 18px;
}
}
small, .small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: #428bca;
}
.text-warning {
    color: #8a6d3b;
}
.text-danger {
    color: #a94442;
}
.text-success {
    color: #3c763d;
}
.text-info {
    color: #31708f;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999999;
    font-weight: normal;
    line-height: 1;
}
h1, h2, h3 {
    margin-bottom: 8.5px;
    margin-top: 17px;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 65%;
}
h4, h5, h6 {
    margin-bottom: 8.5px;
    margin-top: 8.5px;
}
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
    font-size: 75%;
}
h1, .h1 {
    font-size: 31px;
}
h2, .h2 {
    font-size: 25px;
}
h3, .h3 {
    font-size: 21px;
}
h4, .h4 {
    font-size: 15px;
}
h5, .h5 {
    font-size: 12px;
}
h6, .h6 {
    font-size: 11px;
}
.page-header {
    border-bottom: 1px solid #eeeeee;
    margin: 34px 0 17px;
    padding-bottom: 7.5px;
}
ul, ol {
    margin-bottom: 8.5px;
    margin-top: 0;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.list-inline > li:first-child {
    padding-left: 0;
}
dl {
    margin-bottom: 17px;
}
dt, dd {
    line-height: 1.42857;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.dl-horizontal dd::before, .dl-horizontal dd::after {
    content: " ";
    display: table;
}
.dl-horizontal dd::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
}
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
    cursor: help;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    margin: 0 0 17px;
    padding: 8.5px 17px;
    position: relative;
}
blockquote p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote small {
    color: #999999;
    display: block;
    line-height: 1.42857;
}
blockquote small::before {
    content: "— ";
}
blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #eeeeee;
    padding-left: 0;
    padding-right: 15px;
}
blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
    text-align: right;
}
blockquote.pull-right small::before, blockquote.pull-right .small::before {
    content: "";
}
blockquote.pull-right small::after, blockquote.pull-right .small::after {
    content: " —";
}
blockquote::before, blockquote::after {
    content: "";
}
address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 17px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
}
h1, h2, h3 {
    font-weight: 500;
}
body, button, input, select, textarea {
    box-sizing: border-box;
    color: #656565;
    font: 12px/1.5 Tahoma,Helvetica,Arial,"微软雅黑","宋体",sans-serif;
}
body, td, th {
    line-height: 166%;
}
img {
    max-width: 100%;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
a {
    color: #1687cb;
    text-decoration: none;
}
a:hover {
    color: #1893dd;
    text-decoration: underline;
}
a.anchor {
    height: 0;
    margin: 0;
    padding: 0;
    width: 0;
}
.paginition {
    margin: 10px 0 30px;
}
.paginition li{border: 1px solid #dcdcdc;
    border-radius: 2px;    padding: 0 7px;    font-size: 14px;
    height: 28px;
    line-height: 28px;

    cursor: pointer; display:inline-block;}
.paginition li select{ border:none;}	
.paginition a {
    color: #656565;
    display: block;
    float: left;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.paginition a.block, .paginition span.block {
    float: none;
    width: auto;
}
.paginition a {
    border-radius: 2px;
    cursor: pointer;
}
.paginition li:hover, .paginition li:focus {
    background: #848484 none repeat scroll 0 0;
    color: white;
    text-decoration: none;
}
.paginition a:hover{ color:#FFF; text-decoration:none;}
.paginition li:active {
    background: #6f6f6f none repeat scroll 0 0;
    color: white;
    text-decoration: none;
}
.paginition li.thisclass {
    background: #848484 none repeat scroll 0 0;
    border: 1px solid #727272;
    border-radius: 2px;
    color: white;  
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
    text-align: center;
}
.icon, .icon-bg {
    background-image: url("../imgs/icons.png");
    background-repeat: no-repeat;
}
.icon.like, .icon-bg.like {
    background-position: 0 -30px;
}
.icon.view, .icon-bg.view {
    background-position: 0 2px;
}
.icon.comment, .icon-bg.comment {
    background-position: 0 -15px;
}
.icon {
    display: inline-block;
    height: 14px;
    opacity: 0.6;
    overflow: hidden;
    vertical-align: bottom;
    width: 16px;
}
.icon:hover {
    opacity: 1;
}
.icon::before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
}
.icon-bg {
    padding-left: 22px;
}
.drop {
    position: relative;
    z-index: 1;
}
.drop:hover .dropl {
    display: block;
    left: -72px;
    top: 20px;
}
.drop:hover .dropr {
    display: block;
    top: 20px;
}
.drop:hover .dropb {
    display: block;
    left: 0;
    top: 0;
}
.drop .dropb, .drop .dropl, .drop .dropr {
    background: white none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    display: none;
    left: 0;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    top: 19px;
    width: 100px;
    z-index: 9999;
}
.drop .dropb li a, .drop .dropl li a, .drop .dropr li a {
    color: #777;
    display: block;
    font-size: 12px;
    padding: 4px 12px;
    text-decoration: none;
}
.drop .dropb li a:hover, .drop .dropl li a:hover, .drop .dropr li a:hover {
    background: #727272 none repeat scroll 0 0;
    color: white;
}
.danger {
    color: #a94442;
    text-decoration: none;
}
.danger:hover {
    background: #a94442 none repeat scroll 0 0;
    color: white;
    text-decoration: none;
}
.page-title {
    font-size: 22px;
    margin: 15px 0 20px;
}
.hide {
    display: none;
}
#float-panel {
    bottom: 150px;
    position: fixed;
    right: 50px;
    width: 110px;
}
#float-panel .gotop {
    padding: 10px 0;
    text-align: right;
}
#float-panel .gotop a {
    background: transparent url("../imgs/top0.png") repeat scroll 0 0;
    cursor: pointer;
    display: none;
    height: 45px;
    line-height: 200px;
    opacity: 0.5;
    overflow: hidden;
    text-indent: 9999px;
    width: 45px;
}
#float-panel .gotop a:hover {
    opacity: 1;
}
.header .bd {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
.header > .banner {
    background: #2d2d2d none repeat scroll 0 0;
    height: 157px;
    padding: 0;
}
.header > .banner .bd {
    padding-top: 28px;
}
.header > .banner h1 {
    float: left;
    padding: 0;
}
.header > .banner h1 img {
    display: block;
}
.header > .banner .search {
    margin: 10px 0 0;
}
.header > .banner .search .keywords {
    border: 1px solid #dedede;
    float: left;
    font-size: 12px;
    height: 32px;
    padding: 2px 5px;
    vertical-align: middle;
    width: 470px;
}
.header > .banner .search .btn {
    border: 1px solid #faa40e;
    border-radius: 0;
    color: white;
    float: left;
    font-size: 15px;
    margin-left: 3px;
    padding: 3px 48px;
}
.header > .banner .search .hot {
    margin-top: 5px;
}
.header > .banner .search .hot a {
    color: #afaaaa;
    display: inline;
    margin: 0 5px;
}
.header > .menu {
    background: #242424 none repeat scroll 0 0;
    box-shadow: 0 3px 2px #b8b5b4;
    height: 48px;
    margin: 0;
    padding: 0;
}
.header > .menu .lnks {
    list-style: outside none none;
    margin: 0;
}
.header > .menu .lnks > li {
    float: left;
    margin-right: 22px;
}
.header > .menu .lnks > li > a {
    color: #c3c3c2;
    display: inline-block;
    font-size: 15px;
    padding: 14px 0;
}
.header > .menu .lnks > li.last {
    margin-right: 0;
}
.header > .menu.s .logo {
    float: left;
    margin: 3px 0 0;
}
.wide .header .bd {
    width: 1200px;
}
.header.navs {
    margin: 30px 0;
    padding: 0;
}
.major {
    background: #2d2d2d none repeat scroll 0 0;
    height: 425px;
    width: 270px;
}
.major .topic a, .major .topic li {
    color: white;
    font-family: 宋体;
    font-size: 12px;
    line-height: 24px;
}
.major .topic li {
    float: left;
    margin: 0 24px 0 -4px;
}
.major .topic a {
    margin-left: 6px;
}
.slider {
    background: #fff none repeat scroll 0 0;
    height: 425px;
    min-width: 960px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.slider .bd, .slider .hd {
    left: 50%;
    margin-left: -480px;
    position: absolute;
    width: 960px;
}
.slider .bd li {
    overflow: hidden;
    width: 960px;
}
.slider .bd li img {
    display: block;
    height: 425px;
    width: 960px;
}
.slider .tempWrap {
    overflow: visible !important;
}
.slider .tempWrap ul {
    margin-left: -960px !important;
}
.slider .hd {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    color: white;
    height: 22px;
    margin-bottom: 0;
    opacity: 0.8;
    padding: 5px 0 0;
    z-index: 1;
}
.major_screen:hover .slider .hd {
    height: 45px;
    transition: all 0.25s ease-in-out 0s;
}
.slider .direct a {
    background: rgba(0, 0, 0, 0) url("../imgs/2/slider-btn.png") no-repeat scroll 0 -10px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    line-height: 99px;
    margin: 0 5px;
    opacity: 0.6;
    overflow: hidden;
    width: 8px;
}
.slider .direct a.on {
    background-position: 0 0;
    opacity: 1;
}
.slider .pnBtn {
    cursor: pointer;
    height: 425px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider .pnBtn .blackBg {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 425px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider .pnBtn .arrow {
    background: rgba(0, 0, 0, 0) url("../imgs/2/slider-control.png") no-repeat scroll 8px center;
    height: 380px;
    opacity: 0.6;
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    width: 40px;
    z-index: 1;
}
.slider .prev {
    left: -50%;
    margin-left: -480px;
}
.slider .prev .arrow {
    right: 20px;
}
.slider .next {
    left: 50%;
    margin-left: 480px;
}
.slider .next .arrow {
    background-position: -31px center;
    left: 20px;
}
.slider .pnBtn .arrow:hover {
    opacity: 0.8;
}
.slider .caption p {
    font-size: 14px;
    margin: 0;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f1f1f1 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #e4e4e4;
    border-image: none;
    border-radius: 2px;
    border-style: none;
    border-width: medium;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    outline: medium none;
    padding: 0 10px;
    text-decoration: none;
}
.btn:hover, .btn:active, .btn.active {
    background: #d1d1d1 none repeat scroll 0 0;
    color: #333333;
    text-decoration: none;
}
.btn:active {
    opacity: 0.8;
}
.btn.orange {
    background: #e99605 none repeat scroll 0 0;
    border-bottom-color: #faa40e;
    color: #ffffff;
}
.btn.orange:hover, .btn.orange:active, .btn.orange.active {
    background: #d08604 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
.btn.orange:active {
    opacity: 0.8;
}
.btn.blue {
    background: #31b0d5 none repeat scroll 0 0;
    border-bottom-color: #46b8da;
    color: #ffffff;
}
.btn.blue:hover, .btn.blue:active, .btn.blue.active {
    background: #5bc0de none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
.btn.blue:active {
    opacity: 0.8;
}
.btn.dark {
    background: #666666 none repeat scroll 0 0;
    border-bottom-color: #555555;
    color: #ffffff;
}
.btn.dark:hover, .btn.dark:active, .btn.dark.active {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
.btn.dark:active {
    opacity: 0.8;
}
.btn.lg {
    font-size: 15px;
    line-height: 32px;
    padding: 2px 13px;
}
.btn img {
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.btn.disabled {
    background: #666666 none repeat scroll 0 0;
    border-bottom-color: #555555;
    color: #ffffff;
    opacity: 0.6;
}
.btn.disabled:hover, .btn.disabled:active, .btn.disabled.active {
    background: #666666 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
.btn.disabled:active {
    opacity: 0.8;
}
.btn-group .btn {
    margin-left: 8px;
}
.btn-group-r .btn {
    margin-right: 8px;
}
.container.album {
    width: 1000px;
}
.container.album .article {
    width: 591px;
}
.container.album .article.full {
    float: none;
    width: 100%;
}
.container.album .aside {
    width: 369px;
}
.album-info {
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 36px;
    padding: 0 0 24px;
}
.album-info .auth-head {
    padding-right: 20px;
}
.album-info .infoset {
    margin-left: 140px;
}
.album-info .infoset .admin-options {
    display: none;
}
.album-info .infoset:hover .admin-options {
    display: inline;
}
.album-info .title {
    font-family: Tahoma,Helvetica,Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei","黑体","宋体",sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}
.album-info .title small {
    color: #9a9a9a;
    font-size: 12px;
}
.album-info .statistics {
    margin-bottom: 23px;
}
.album-info .auth {
    margin-bottom: 22px;
}
.album-info .share {
    float: right;
}
.album-setinfo {
    margin-bottom: 30px;
}
.album-pics {
    margin-bottom: 90px;
}
.album-pics .photo {
    margin-bottom: 55px;
}
.album-pics .sns .s2 {
    float: left;
    max-width: 65%;
}
.album-pics .sns .s1 {
    float: right;
    position: relative;
}
.album-pics .pic {
    background: #eaeaea none repeat scroll 0 0;
    margin-bottom: 15px;
    min-height: 100px;
    position: relative;
}
.album-pics .pic .exif {
    background: black none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 3px;
    bottom: 10px;
    color: white;
    height: 20px;
    left: 10px;
    opacity: 0.9;
    padding: 2px 11px 0 10px;
    position: absolute;
    visibility: hidden;
    z-index: 999;
}
.album-pics .pic .exif .roll {
    height: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
    width: 0;
}
.album-pics .pic .exif:hover {
    height: auto;
}
.album-pics .pic .exif:hover .roll {
    height: 170px;
    margin: 10px 0 0;
    transition: height 0.2s ease-in 0s;
    width: 240px;
}
.album-pics .pic .share {
    background: black none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 3px;
    bottom: 10px;
    color: white;
    height: 20px;
    left: 60px;
    opacity: 0.9;
    padding: 2px 11px 0 10px;
    position: absolute;
    visibility: hidden;
    z-index: 99;
}
.album-pics .pic:hover .exif {
    visibility: visible;
}
.album-pics .pic:hover .share {
    visibility: visible;
}
.album-pics .pic img {
    display: block;
    max-width: 100%;
}
.album-description {
    margin-bottom: 30px;
}
.album-description .p {
    background: #f8f8f8 none repeat scroll 0 0;
    line-height: 220%;
    margin: 0;
    padding: 30px;
    word-break: break-all;
    word-wrap: break-word;
}
.album-aboutauth img {
    display: block;
}
.album-aboutauth .head {
    float: left;
}
.album-aboutauth .info {
    float: left;
}
.album-aboutauth .info .name {
    margin-bottom: 20px;
}
.album-aboutauth .info .name a {
    color: #999;
    font-size: 22px;
}
.album-aboutauth .info .data {
    font-size: 14px;
    margin-bottom: 20px;
}
.album-aboutauth .info .data li {
    border-right: 1px solid #eee;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    width: 40px;
}
.album-aboutauth .auth-works .col {
    height: 123px;
    width: 123px;
}
.album-aboutauth .auth-works img:hover {
    opacity: 0.75;
    transform: scale(1.05);
    transition: all 0.25s ease-in-out 0s;
}
.album .latest-works .col {
    width: 123px;
}
.album .latest-works img:hover {
    opacity: 0.75;
    transform: scale(1.05);
    transition: all 0.25s ease-in-out 0s;
}
.float-cmt {
    background: #eee none repeat scroll 0 0;
    display: none;
    margin-top: 10px;
    padding: 10px;
}
.album .loading-wrap {
    position: relative;
}
.album .loading {
    left: 45%;
    position: absolute;
    top: 25%;
}
#bdshare {
    display: none;
    float: right;
    padding: 1px 6px;
}
.album .vote .vdisplay2 {
    background: #f8f8f8 none repeat scroll 0 0;
    color: black;
    font-size: 26px;
    line-height: 24px;
    padding: 30px 20px;
    width: 591px;
}
.album .vote .vdisplay2 span {
    font-family: Georgia;
}
.album .vote .vdisplay1 {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    color: #666;
    font-weight: bold;
    padding: 0 6px;
}
.album .vote .vclick2 {
    background: #887bb3 none repeat scroll 0 0;
    cursor: pointer;
    padding: 30px 20px;
    width: 329px;
}
.album .vote .vclick2 a {
    color: white;
    font-size: 26px;
    text-decoration: none;
}
.album .vote .vclick2:hover {
    opacity: 0.85;
}
.album-discus .comments .item {
    border-bottom: 1px solid #ededed;
    margin: 0 0 15px;
    min-height: 55px;
    padding: 0 0 15px;
}
.album-discus .comments .item .cmt-usercard {
    float: left;
    margin-right: 20px;
}
.album-discus .comments .item .cmt-info {
    font-size: 12px;
    padding: 0 0 10px;
}
.album-discus .comments .item .cmt-info a {
    font-size: 12px;
}
.album-discus .comments .item .cmt-content {
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.album-discus .comments .item .cmtrs {
    padding-top: 10px;
}
.album-discus .comments .item .cmtrs .cmtr {
    border-top: 1px dotted #ddd;
    padding: 5px 0 5px 40px;
}
.album-discus .comments .item .cmtrs .cmtr p {
    padding: 4px 0 2px;
}
.album-discus .comments .item .cmt-reply-edit form {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding: 10px 0 0;
}
.album-discus .comments .item .cmtrs .roll-item {
    display: none;
}
.album-discus .comments .item .cmtrs .roll-item.show {
    display: block;
}
.album-discus .comments .item.last-child, .album-discus .comments .item:last-child {
    border-color: transparent;
}
.album-discus .inbox {
    margin-bottom: 50px;
    position: relative;
}
.album-discus .inbox .editor {
    height: 120px;
    margin-left: 62px;
    position: relative;
}
.album-discus .inbox textarea {
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 80px;
    margin: 0 0 10px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.album-discus .replys {
    border-top: 1px solid #eee;
    margin: 5px 0 0;
    padding: 5px 0;
}
.album-discus .login {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}
.ps .article {
    width: 898px;
}
.ps .article.full {
    float: none;
    width: 100%;
}
.ps .aside {
    width: 272px;
}
.ps .col {
    margin-right: 12px;
    width: 291px;
}
.ps .col.two {
    width: 594px;
}
.ps .hd h2 {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.ps .hd small {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}
.ps .hd small a {
    color: #333333;
}
.ps .hd small.r {
    padding-top: 8px;
}
.ps-lines .roll {
    padding: 0 2px;
    text-decoration: none;
}
.ps-lines .roll:hover {
    background: #e99605 none repeat scroll 0 0;
    color: white;
}
.ps-lines .roll.active {
    background: #e99605 none repeat scroll 0 0;
    color: white;
}
.ps-lines .caption {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    color: white;
    font-weight: bold;
    height: 30px;
    line-height: 32px;
    opacity: 0.85;
    position: absolute;
    width: 100%;
}
.ps-lines .caption .wrap {
    padding: 0 5px;
}
.ps-lines .caption b {
    color: red;
    float: right;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
.ps-lines .col img:hover {
    opacity: 0.75;
    transform: scale(1.05);
    transition: all 0.25s ease-in-out 0s;
}
.ps-notes .col {
    margin-right: 15px;
    width: 289px;
}
.ps-notes .hd {
    border-bottom: 1px solid #000;
    margin-bottom: 19px;
    padding-bottom: 16px;
}
.ps-notes .cover {
    height: 289px;
    overflow: hidden;
}
.ps-notes .cover:hover {
    opacity: 0.75;
    transform: scale(1.05);
    transition: all 0.25s ease-in-out 0s;
}
.ps-notes .title {
    font-size: 18px;
    font-weight: 400;
    margin: 18px 0 6px;
    padding: 0 10px 0 0;
}
.ps-notes .title a {
    color: #333333;
}
.ps-notes .summary {
    padding: 0 18px 0 0;
}
.ps-notes .tops ul {
    padding: 0 30px 0 0;
}
.ps-notes .tops li {
    line-height: 18px;
    padding: 2px 0 6px 2px;
}
.ps-notes .tops li a {
    color: #666;
    font-size: 14px;
}
.ps-f2face .hd {
    margin-bottom: 22px;
}
.ps-f2face .wrapper {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 13px;
}
.ps-f2face .col {
    margin-right: 50px;
    width: 411px;
}
.ps-f2face .title {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 12px;
}
.ps-f2face .summary {
    color: #000;
    font-size: 13px;
    padding: 0 0 0 20px;
    width: 200px;
}
.ps-f2face .summary span {
    line-height: 200%;
}
.ps-girls .hd {
    margin-bottom: 24px;
}
.ps-girls .col {
    margin-right: 5px;
    position: relative;
    width: 236px;
}
.ps-girls .col img {
    display: block;
    height: 305px;
    width: 236px;
}
.ps-girls .col .name {
    background: black none repeat scroll 0 0;
    bottom: 10%;
    color: white;
    display: none;
    font-weight: bold;
    left: 5px;
    margin: 0 auto;
    padding: 4px 10px;
    position: absolute;
    width: 100px;
}
.ps-girls .col:hover .name {
    display: block;
}
.ps-girls .col:hover img {
    opacity: 0.8;
}
.ps-girls .girls-box {
    position: relative;
}
.ps-girls .girls-box .prev, .ps-girls .girls-box .next {
    background: rgba(0, 0, 0, 0) url("../imgs/photo_control.png") no-repeat scroll 0 center;
    bottom: 0;
    display: block;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 40px;
}
.ps-girls .girls-box .prev {
    left: 20px;
}
.ps-girls .girls-box .next {
    background-position: -40px center;
    right: 20px;
}
.ps-girls .girls-box:hover .next, .ps-girls .girls-box:hover .prev {
    opacity: 0.3;
}
.ps-girls .girls-box:hover .next:hover, .ps-girls .girls-box:hover .prev:hover {
    opacity: 0.8;
}
.ps-works .hd {
    margin-bottom: 16px;
}
.ps-works .col {
    margin-bottom: 12px;
    margin-right: 12px;
    position: relative;
    width: 190px;
}
.ps-works .col img {
    display: block;
    height: 190px;
    width: 190px;
}
.ps-works .col:hover img {
    opacity: 0.85;
}
.ps-works .col .title {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    color: white;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 30px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 199;
}
.ps-works .col .cover {
    background: #2d2d2d none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.85;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.ps-works .col:hover .title, .ps-works .col:hover .cover {
    display: block;
}
.ps-tutorial .hd {
    margin-bottom: 35px;
}
.ps-tutorial .col {
    margin-bottom: 35px;
    margin-right: 10px;
    width: 444px;
}
.ps-tutorial .col img {
    display: block;
    width: 145px;
}
.ps-tutorial .title {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 14px;
}
.ps-tutorial .summary {
    color: #8d8d8d;
    padding: 0 0 0 20px;
    width: 270px;
}
.gallery a {
    color: #777;
}
.gallery .header {
    margin-bottom: 45px;
}
.gallery .hd {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
}
.gallery .filter {
    float: left;
}
.gallery .filter > li {
    border-bottom: 4px solid transparent;
    float: left;
    margin-right: 20px;
    padding-bottom: 11px;
}
.gallery .filter > li:hover, .gallery .filter > li.active {
    border-bottom: 4px solid #e99605;
}
.gallery .filter > li > a {
    font-size: 24px;
    text-decoration: none;
}
.gallery .filter > li.last {
    margin-right: 0;
}
.gallery .filter > .drop {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 0;
}
.gallery .filter > .drop:hover, .gallery .filter > .drop.active {
    border-color: transparent;
}
.gallery .filter > .drop .dropl, .gallery .filter > .drop .dropr {
    top: 25px;
}
.gallery .categories {
    line-height: 30px;
}
.gallery .subjects {
    line-height: 32px;
}
.gallery .subjects a {
    border: 1px solid transparent;
    padding: 2px 6px;
    text-decoration: none;
}
.gallery .subjects a:hover {
    background: #333 none repeat scroll 0 0;
    color: white;
}
.gallery .subjects a.active {
    background: #ccc none repeat scroll 0 0;
    color: #333;
}
.gallery .works {
    margin-bottom: 70px;
}
.gallery .works .items {
    margin-bottom: 20px;
}
.gallery .works .paginition {
    text-align: center;
}
.gallery .works .paginition a, .gallery .works .paginition span {
    display: inline-block;
    float: none;
}
.gallery .works .col {
    height: 330px;
    margin-bottom: 17px;
    margin-right: 17px;
    width: 287.25px;
}
.gallery .works .col .imgWrap {
    display: block;
    height: 287.25px;
    position: relative;
    width: 287.25px;
}
.gallery .works .col .imgWrap:hover {
    opacity: 0.85;
}
.gallery .works .title {
    font-size: 15px;
    line-height: 18px;
    margin: 12px 0 8px;
    width: 191.5px;
}
.gallery .works .auth {
    color: #9a9a9a;
    line-height: 16px;
    margin: 0 0 2px;
    padding: 0 0 0 3px;
}
.gallery .works .stats a {
    color: #9a9a9a;
    margin-right: 7px;
}
.gallery .loading-wrap {
    height: 287px;
    position: relative;
    width: 287px;
}
.gallery .loading-wrap .lazy-img{height: 287px; width: 287px;}
.gallery .loading {
    left: 25%;
    position: absolute;
    top: 25%;
}
html.youlady .container, html.youlady .header .bd {
    width: 1260px;
}
.youlady .top5 {
    margin-bottom: 30px;
}
.youlady .top5 .ladys {
    background: #e1dedf none repeat scroll 0 0;
    float: left;
    padding: 0 23px;
}
.youlady .top5 .wrap {
    float: left;
    padding: 12px 8px;
    position: relative;
    z-index: 1;
}
.youlady .top5 .wrap img {
    display: block;
}
.youlady .top5 .cover {
    background: rgba(0, 0, 0, 0) url("../imgs/youlady-top5-cover.png") no-repeat scroll center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 199;
}
.youlady .top5 .caption {
    background: black none repeat scroll 0 0;
    bottom: 12px;
    color: white;
    font-size: 15px;
    height: 40px;
    left: 8px;
    opacity: 0.8;
    padding-top: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    visibility: hidden;
    z-index: 99;
}
.youlady .top5 .wrap:hover .caption {
    visibility: visible;
}
.youlady .join {
    margin-bottom: 30px;
}
.youlady .join .ladys > a {
    float: left;
    opacity: 0.7;
}
.youlady .join .ladys > a:hover {
    opacity: 1;
}
.youlady .join .ladys > a img {
    display: block;
}
.youlady .show {
    margin-bottom: 30px;
}
.youlady .show .hd {
    margin-bottom: 12px;
}
.youlady .show .hd a {
    border-bottom: 3px solid #e99605;
    color: #333333;
    display: inline-block;
    font-size: 22px;
    padding: 0 0 8px;
}
.youlady .show .col {
    margin-right: 15px;
    width: 240px;
}
.youlady .show .wrap {
    border: 1px solid #eee;
    margin-bottom: 12px;
}
.youlady .show .wrap .caption {
    color: #333333;
    font-size: 14px;
    padding: 8px 10px 10px;
    text-align: center;
}
.u a {
    color: #333333;
}
.u .header {
    margin-bottom: 45px;
}
.u .hd {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
}
.u .filter {
    float: left;
}
.u .filter > li {
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-right: 20px;
}
.u .filter > li > a {
    font-size: 24px;
    text-decoration: none;
}
.u .filter > li.last {
    margin-right: 0;
}
.u .filter > .drop {
    font-size: 14px;
    padding-bottom: 0;
}
.u .filter > .drop:hover, .u .filter > .drop.active {
    border-bottom: medium none;
}
.u .filter > .drop .dropl, .u .filter > .drop .dropr {
    top: 25px;
}
.u .categories {
    line-height: 30px;
}
.u .subjects {
    line-height: 32px;
}
.u .subjects a {
    border: 1px solid transparent;
    padding: 2px 6px;
    text-decoration: none;
}
.u .subjects a:hover {
    background: #333 none repeat scroll 0 0;
    color: white;
}
.u .subjects a.active {
    background: #ccc none repeat scroll 0 0;
    color: #333;
}
.u .works {
    margin-bottom: 70px;
}
.u .works .items {
    margin-bottom: 20px;
}
.u .works .paginition {
    text-align: center;
}
.u .works .paginition a, .u .works .paginition span {
    display: inline-block;
    float: none;
}
.u .works .col {
    height: 387.25px;
    margin-bottom: 17px;
    margin-right: 17px;
    width: 287.25px;
}
.u .works .col .loading-wrap {
    display: block;
    height: 287.25px;
    width: 287.25px;
}
.u .works .col .loading-wrap:hover {
    opacity: 0.85;
}
.u .works .title {
    font-size: 15px;
    line-height: 18px;
    margin: 12px 0 8px;
    width: 191.5px;
}
.u .works .auth {
    color: #9a9a9a;
    line-height: 16px;
    margin: 0 0 2px;
    padding: 0 0 0 3px;
}
.u .works .stats a {
    color: #9a9a9a;
    margin-right: 7px;
}
.u .loading-wrap {
    height: 287px;
    position: relative;
    width: 287px;
}
.u .loading {
    left: 25%;
    position: absolute;
    top: 25%;
}
html.create .container, html.create .header .bd {
    width: 1000px;
}
html.create .article {
    width: 600px;
}
html.create .article.full {
    float: none;
    width: 100%;
}
html.create .aside {
    width: 360px;
}
.create .form-group {
    margin-bottom: 20px;
}
.create .form-group label {
    float: left;
    width: 100px;
}
.create .form-group input.text, .create .form-group input.date, .create .form-group .textarea {
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 2px 6px;
}
.create .form-group input.text, .create .form-group .textarea {
    width: 336px;
}
.create .form-group input.checkbox {
    vertical-align: middle;
}
.create .form-group select {
    border: 1px solid lightgray;
    border-radius: 3px;
    height: 24px;
    margin-right: 10px;
    padding: 2px 6px;
    width: 130px;
}
.create .tips {
    color: #767676;
    font-size: 12px;
    padding-top: 8.5px;
}
.create .subjects {
    background: white none repeat scroll 0 0;
    border: 1px solid lightgray;
    border-radius: 3px;
    display: none;
    padding: 22px 12px;
    position: absolute;
    top: 0;
    width: 336px;
    z-index: 1000;
}
.create .status a, .create .subjects a {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #999;
    float: left;
    margin: 4px 6px 4px 0;
    padding: 0 6px;
    text-decoration: none;
}
.create .status a:hover, .create .subjects a:hover {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #aaa;
    color: #333;
}
.create .status a.active {
    background: #27ae60 none repeat scroll 0 0;
    border: 1px solid #229955;
    color: #fff;
}
.create .waiting {
    background: black none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.75;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
.create .waiting-tips {
    color: white;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 120px auto;
    text-align: center;
    width: 300px;
}
#syds-switcher {
    background: rgba(0, 0, 0, 0) url("../imgs/2/i_syds2015_switcher.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    text-indent: -9999px;
    width: 122px;
}
#syds-switcher:hover {
    opacity: 0.85;
}
#syds-switcher.active {
    background-position: 0 -29px;
}
#syds-switcher.active:hover {
    background: white none repeat scroll 0 0;
    text-indent: 0;
}
html.upload .container, html.upload .header .bd {
    width: 1000px;
}
html.upload .article {
    width: 600px;
}
html.upload .article.full {
    float: none;
    width: 100%;
}
html.upload .aside {
    width: 360px;
}
.upload {
}
.upload .subject {
    font-size: 22px;
    margin: 20px 0;
    padding: 10px 0;
}
.upload #fsUploadProgress {
    margin-bottom: 20px;
}
.upload #description_form {
    display: none;
}
.upload .actions {
    margin-bottom: 20px;
}
.upload .select {
    margin-bottom: 20px;
}
.upload .start {
    display: none;
}
.upload .textarea {
    border: 1px solid lightgray;
    border-radius: 2px;
    height: 50px;
    width: 220px;
}
.upload .form-group {
    margin-bottom: 20px;
}
.upload .photos .item {
    margin-bottom: 20px;
}
.upload .photos .item .opts {
    width: 60px;
}
.upload .photos .item .delete {
    visibility: hidden;
}
.upload .photos .item:hover .delete {
    visibility: visible;
}
.toast-title {
    font-weight: bold;
}
.toast-message {
    word-wrap: break-word;
}
.toast-message a, .toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    color: #ffffff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.8;
    position: relative;
    right: -0.3em;
    text-shadow: 0 1px 0 #ffffff;
    top: -0.3em;
}
.toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
button.toast-close-button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.toast-top-full-width {
    right: 0;
    top: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    left: 12px;
    top: 60px;
}
.toast-top-right {
    right: 12px;
    top: 60px;
}
.toast-bottom-right {
    bottom: 12px;
    right: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
}
#toast-container * {
    box-sizing: border-box;
}
#toast-container > div {
    background-position: 15px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
}
#toast-container > *:hover {
    box-shadow: 0 0 12px #000000;
    cursor: pointer;
    opacity: 1;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: auto;
    width: 96%;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
@media all and (max-width: 240px) {
#toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
}
#toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
}
#toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
}
}
.footer {
    background: #282828 none repeat scroll 0 0;
    text-align: center;
}
.footer .bd {
    margin: 0 auto;
    padding: 20px 0;
}
.footer .full {
    display: block;
}
.footer .mini {
    display: none;
}
.footer a {
    color: #a6a6a6;
    margin: 0 8px;
    white-space: nowrap;
}
.footer a:hover {
    color: #f60;
}
.footer .foot-nav {
    color: #b0b0b0;
    line-height: 20px;
}
.footer .foot-copyright {
    color: #b0b0b0;
    line-height: 20px;
    margin: 2px 0;
}
.footer .foot-copyright .text {
    margin: 2px 0 0;
}
.footer .foot-copyright .text span {
    margin: 0 8px;
}

