.list-items {
    
    padding: 20px 0px;
    border-top: 1px solid #e4e4e4;

}

.list-items .list-item {
    width: 100%;
}

.list-items .list-item h3 {
    width: 100%;
    text-transform: uppercase;
    padding: 20px 0px;
    border-bottom: 1px solid #e4e4e4;
}

.list-items .list-item .info {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.list-items .list-item .info>div>div {
    vertical-align: middle;
    text-align: left;
}

.list-items .list-item .info>div>div:first-child {
    width: 20%;
}

.list-items .list-item select {
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    color: #69111f;
    font-size: 12px;
}

.tablet .list-items .list-item .info>div>div:first-child,
.mobile .list-items .list-item .info>div>div:first-child {
    width: 40%;
    vertical-align: top;
    padding-top: 5px;
}

.list-items .list-item .info>div>div:first-child img {
    width: 100%;
}

.list-items .list-item .info>div>div .table {
    width: 40%;
    margin-left: 1%;
}

.list-items .list-item .info .price {
    width: 15% !important;
}

.list-items .list-item .info .price>div>div:first-child {
    font-size: 14px;
    color: #73212f;
}

.list-items .list-item .info>div>div .table>div>div {
    text-align: left;
}

.list-items .list-item .info .value {
    font-weight: bold;
    color: #000;
}

.list-items .list-item .info .table>div>div {
    padding: 5px 0px;
}

.tablet .list-items .list-item .info .table,
.mobile .list-items .list-item .info .table {
    width: 100% !important;
}


.list-items .list-item .history {
    width: 100%;
    background: #f2f2f2;
}

.list-items .list-item .history>div>div {
    padding: 10px;
}

.list-items .list-item .history>div>div:first-child {
    text-align: left;
}

.list-items .list-item .history>div>div:last-child {
    text-align: right;
}

.list-items .list-item .history a {
    color: #6c1d33;
    font-size: 12px;
}

.list-items .list-item .history input {
    vertical-align: middle;
}

.list-items .list-item .auction {
    width: 100%;
    background: #e9e0cc;
    border-top: 1px solid #e0e0e0;
}

.list-items .list-item .auction>div>div {
    padding: 10px 0px;
    border-bottom: 5px solid #f2f2f2;
    font-size: 11px;
    color: #000;
}

.list-items .list-item .auction>div:last-child>div {
    border-bottom: 0px;
}

.list-items .list-item .auction .header {
    background: #f2f2f2;
}

.list-items .list-item .auction .header>div {
    color: #6c1d33;
    border-bottom: 0px;
    font-weight: bold;
}

.picture {
    text-align: center;
}

.picture .table .bigimage {
    width: 80%;
}

.picture .table .bigimage img {
    max-width: 100%;
}

.picture .table .bigimage .enlarge {
    display: block;
    padding-top: 10px;
}

.picture .table .bigimage .enlarge a {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #53575c;
    text-decoration: none;
}

.picture .table .thumbs {
    width: 20%;
}

.picture .table .thumbs ul li {
    display: block;
}

.mobile .picture .table .thumbs,
.tablet.portrait .picture .table .thumbs {
    padding-top: 20px;
}

.mobile .picture .table .thumbs ul li,
.tablet.portrait .picture .table .thumbs ul li {
    display: inline-block;
}

.picture .table .thumbs ul li.current img { 
    border: 2px solid #8b232a;
}

.art-info {
    padding: 20px 0px;
}

.art-info strong {
    font-size: 16px;
    color: #000;
}

.art-info .table {
    width: 100%;
    margin-top: 10px;
}

.art-info .table>div>div {
    text-align: left;
    padding: 10px 0px 10px 15px !important;
}

.art-info .table>div>div:last-child {
    padding: 10px 15px 10px 5px !important;
}


.art-info .table>div>div:first-child {
    width: 30%;
    font-size: 13px;
    color: #69111f;
}

.art-info .table>div>div:last-child {
    font-size: 13px;
    color: #000;    
}

.art-info .table>div:nth-child(even)>div {
    background: #f2ece0;
}

.art-info .table>div:nth-child(even)>div span em {
    background: #f2ece0;
}

.top-art-images strong {
    font-size: 16px;
    color: #000;
    display: block;
    padding: 0px 0px 20px;
}

.top-art-images {
    margin-left: -0.5%;
    width: 101%;
}

.top-art-images ul li {
    display: inline-block;
    vertical-align: bottom;
    width: 20%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    padding-bottom: 30px;
}

.mobile .top-art-images.no-images,
.tablet .top-art-images.no-images {
    margin-top: 20px;
}

.top-art-images.no-images ul li {
    width: 50%;
}

.top-art-images ul li a {
    display: block;
    text-decoration: none;
    color: #514d4d;
}

.top-art-images ul li a img {
    width: 80%;
}

.top-art-images ul li a span,
.top-art-images ul li a em {
    display: block;
    font-style: normal;
}

.top-art-images ul li a span {
    color: #69111f;
    text-decoration: underline;
}

.top-art-images.no-images ul li a span {
    margin-bottom: 5px;
}

.tablet .top-art-images ul li {
    width: 33%;
}

.tablet.portrait .top-art-images ul li,
.mobile .top-art-images ul li {
    width: 50%;
}



.article-content {
    color: #0a0404;
    line-height: 130%;
}

.article-content blockquote {
    /* text-align: center; */
    margin: 0px;
    /* padding: 0px 15%; */
    font-size: 15px; /* 18 */
    line-height: 130%;
    font-style: italic;
}

.article-content p {
    font-size: 14px;
    color: #0a0404;
    padding: 30px 0px 0px 0px;
    line-height: 130%;
}

.mobile .article-content p {
    line-height: 180%;
}

.article-content .article-author {
    font-style: italic;
    color: #a4a4a4;
    font-size: 14px;
}

.article-content .b-share__text {
    font-size: 14px;
}

.article-content .article-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 40px;
}

.article-content .article-footer .related-article {
    display: block;
    margin-bottom: 40px;
}

.article-content .article-footer .related-article>span {
    font-size: 13px;
    color: #0a0404;
    display: block;
    margin-bottom: 20px;
}

.article-content .article-footer .related-article>ul>li {
    padding-bottom: 10px;
}

.article-content .article-footer .related-article>ul>li>a {
    font-size: 16px;
    color: #0a0404;
    font-weight: bold;
    line-height: 150%;
}

.article-content .article-copyright {
    color: #bebebe;
    font-size: 12px;
}

.article-content figure {
    /*margin-top: 30px;*/
    margin-left: -20px;
    width: calc(100% + 40px);
    /*padding: 50px 10%;*/
}

.article-content33 figure33 {
    margin-top: 30px;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 50px 10%;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2d2d2+0,d2d2d2+37,d0d0d0+42,c2c2c2+59,c2c2c2+62,c0c0c0+62,bdbdbd+67,b8b8b8+71,b8b8b8+73,b0b0b0+80,aaaaaa+89,9c9c9c+98,9b9b9b+100 */
    background: #d2d2d2; /* Old browsers */
    background: -moz-linear-gradient(top,  #d2d2d2 0%, #d2d2d2 37%, #d0d0d0 42%, #c2c2c2 59%, #c2c2c2 62%, #c0c0c0 62%, #bdbdbd 67%, #b8b8b8 71%, #b8b8b8 73%, #b0b0b0 80%, #aaaaaa 89%, #9c9c9c 98%, #9b9b9b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2d2d2), color-stop(37%,#d2d2d2), color-stop(42%,#d0d0d0), color-stop(59%,#c2c2c2), color-stop(62%,#c2c2c2), color-stop(62%,#c0c0c0), color-stop(67%,#bdbdbd), color-stop(71%,#b8b8b8), color-stop(73%,#b8b8b8), color-stop(80%,#b0b0b0), color-stop(89%,#aaaaaa), color-stop(98%,#9c9c9c), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d2d2d2 0%,#d2d2d2 37%,#d0d0d0 42%,#c2c2c2 59%,#c2c2c2 62%,#c0c0c0 62%,#bdbdbd 67%,#b8b8b8 71%,#b8b8b8 73%,#b0b0b0 80%,#aaaaaa 89%,#9c9c9c 98%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d2d2d2 0%,#d2d2d2 37%,#d0d0d0 42%,#c2c2c2 59%,#c2c2c2 62%,#c0c0c0 62%,#bdbdbd 67%,#b8b8b8 71%,#b8b8b8 73%,#b0b0b0 80%,#aaaaaa 89%,#9c9c9c 98%,#9b9b9b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d2d2d2 0%,#d2d2d2 37%,#d0d0d0 42%,#c2c2c2 59%,#c2c2c2 62%,#c0c0c0 62%,#bdbdbd 67%,#b8b8b8 71%,#b8b8b8 73%,#b0b0b0 80%,#aaaaaa 89%,#9c9c9c 98%,#9b9b9b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d2d2d2 0%,#d2d2d2 37%,#d0d0d0 42%,#c2c2c2 59%,#c2c2c2 62%,#c0c0c0 62%,#bdbdbd 67%,#b8b8b8 71%,#b8b8b8 73%,#b0b0b0 80%,#aaaaaa 89%,#9c9c9c 98%,#9b9b9b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */

}

.article-content figure.noborder {
    margin-top: 30px;
    padding: 20px 10%; 
}

.article-content figure ul {
    background: #fff;
    padding-left: 30px;
}

.article-content figure ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /*padding: 30px 30px 30px 0px;*/
    padding: 30px 30px 0px 0px;
}

.mobile .article-content figure ul li,
 .tablet.portrait .article-content figure ul li {
     width: 100%;
 }

.mobile .article-content figure ul.three li,
.tablet.portrait .article-content figure ul.three li {
    width: 100%;
}

.article-content figure ul li:only-child {
    width: 100%;
}

.article-content figure ul.three li {
    width: 32.1%;
}

.article-content figure ul li a {
    display: block;
    color: #797979;
    text-decoration: none;
}

.article-content figure ul li a>img {
    width: 100%;
}

.article-content figure ul li a>span {
    display: block;
    font-size: 13px;
    color: #191919;
    font-weight: bold;
    margin-top: 20px;
}

.article-content figure ul li a>em {
    display: block;
    font-style: normal;
    margin-top: 10px;
    font-size: 11px;
}

.artists-content {
    
}

.artists-content .artists-info {
    width: 100%;
}

.artists-content .artists-info>div>div {
    text-align: left;
    width: 50%;
    vertical-align: top;
    padding-right: 2%;
}

.artists-content .artists-info>div>div:last-child {
    padding-left: 2%;
    padding-right: 0;
}

.artists-content .artist-info {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.artists-content .artists-subtitle {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.artists-content .artist-info>div>div {
    text-align: left;
    padding: 7px 0px 7px 20px !important;
}

.artists-content .artist-info>div>div:last-child {
    text-align: right;
    padding: 7px 20px 7px 0px !important;
}

.artists-content .artist-info>div:nth-child(odd)>div {
    background: #f2ece0;
}

.artists-content .artist-info>div:nth-child(odd)>div span em {
    background: #f2ece0;
}

.artists-content .artist-info a {
    color: #69111f;
}

.artist-articles {
    
    padding: 20px 0px 0px;
    
}

.artist-articles h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.artist-articles ul {
    margin-top: 20px;
}

.artist-articles ul li {
    padding-bottom: 10px;
}
.artist-articles ul li a {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.artists-content h3 {
    margin: 20px 0px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.artists-content .read-all {
    display: block;
    margin: 20px 0px;
    color: #59a6df;
}


.artists-list:nth-child(odd) {
    background: #f2ece0;
}

.artists-list .table {
    width: 100%;
}

.artists-list .table>div>div {
    vertical-align: middle;
    text-align: left;
    padding: 10px !important;
}

.artists-list .table>div>div:last-child {
    text-align: right;
    width: 2%;
    padding-right: 10px;
}

.artists-list .round {
    width: 10px !important;
    height: 10px !important;
    border-radius: 10px !important;
}


.artists-list a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.artists-list span {
    display: block;
    font-size: 13px;
}


.artists-list strong {
    color: #69111f;
    font-weight: normal;
}

.tablet.portrait .artists-list .table>div>div {
    padding: 10px !important;
    display: inline-block !important;   
}

.tablet.portrait .artists-list .table>div>div:last-child {
    float: right;
    margin-right: 10px;
}

.indices-content {
    
}

.indices-content figure {
    background: #fff;
}

.indices-content figure img {
    width: 100%;
}

.indices-content h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.indices-content .indices-table {
    display: table;
    width: 100%;
}

.indices-content .indices-table .header {
    background: #f3f3f3;
}

.indices-content .indices-table {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.indices-content .indices-table>div>div {
    padding: 7px 10px !important;
    color: #110a0a;
    font-size: 14px;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    text-align: left;
}

.indices-content>.block.static {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 0px 40px 50px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+89,000000+100&amp;1+0,0.05+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.15) 89%, rgba(0,0,0,0.05) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(89%,rgba(255,255,255,0.15)), color-stop(100%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.15) 89%,rgba(0,0,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.15) 89%,rgba(0,0,0,0.05) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.15) 89%,rgba(0,0,0,0.05) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.15) 89%,rgba(0,0,0,0.05) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0d000000',GradientType=0 ); /* IE6-9 */
    

}

.indices-content .indices-table {
    background: #fff;
}

.indices-content .indices-table>div>div:nth-child(2) {
    text-align: center;
}

.indices-content .indices-table>div>div:nth-child(3) {
    text-align: center;
}

.indices-content .indices-table>div>div:last-child {
    text-align: right;
}

.indices-content .indices-table>div>div>div {
    display: inline-block;
}

.indices-content .indices-table>div>div>div.icon-eye {
    float: right;
    width: 17px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.indices-content .indices-table>div>div>div.icon-up,
.indices-content .indices-table>div>div>div.icon-down {
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 5px;
}

.indices-content .block.static .block:not(.indices) {
    padding-top: 20px;
}

.tablet .indices-content .indices-table,
.mobile .indices-content .indices-table {
    border: 0px;    
}

.tablet .indices-content .indices-table>div>div:last-child,
.mobile .indices-content .indices-table>div>div:last-child {
    padding-bottom: 10px !important;
}    

.tablet .indices-content .indices-table>div>div,
.mobile .indices-content .indices-table>div>div {
    text-align: center;
    border: 0px !important;
}

.tablet .indices-content .indices-table>div>div>div.icon-eye,
.mobile .indices-content .indices-table>div>div>div.icon-eye {
    float: none;
}

.indices-content .informer {
    padding: 40px !important;
    background: #606060 url(/images/bg-informer.png) center bottom no-repeat !important;
    background-size: cover;
}
               

.indices-content .informer .table>div>div {
    text-align: left;
    width: 50%;
}

.indices-content .informer .table>div>div:last-child {
    padding-left: 40px;
}

.indices-content .informer .table>div>div h3 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 100;
    color: #fff;
    text-align: left;
    margin: 0px;
}

.indices-content .informer .table>div>div button {
    margin-top: 20px;
}