@font-face {
    font-family: MyriadProRegular;
    src: url("/static/font/MyriadPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: MyriadProBold;
    font-weight: bold;
    src: url("/static/font/MyriadPro-Bold.otf") format("opentype");
}

@font-face {
    font-family: MyriadProSemibold;
    src: url("/static/font/MyriadPro-Semibold.otf") format("opentype");
}


pre, h1, h2, h3 {
    white-space: pre-wrap;/*保留空白符序列，但是正常地进行换行。*/
    overflow: visible;
}

.dt-margin-bottom-20 {
    margin-bottom: 20px;
}
ul:focus {
    outline: none;
}
li:focus {
    outline: none;
}

body {
    font-size: 62.5%;
    min-width: 1300px;
    overflow-x: scroll;
}
html {
    font-size: 100%;
}

/*通用字号字体类*/
.dt-detail-title {
    font-size: 2.5em!important;
}
.dt-detail-subTitle {
    font-size: 2em!important;
}
.dt-detail-content {
    font-size: 1.5em!important;
}

.dt-list-title {
    font-size: 1.5em!important;
}
.dt-list-content {
    font-size: 1.3em!important;
}

.dt-image-placeholder {
    width: 100%;
    height: 20vw;
    text-align: center;
    /*background: rgba(218, 218, 218, 0.23);*/
    position: relative;
}
.dt-image-placeholder img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.dt-image-placeholder-53 {
    width: 100%;
    height: 15vw;
    text-align: center;
    /*background: rgba(218, 218, 218, 0.23);*/
    position: relative;
}
.dt-image-placeholder-53 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.dt-image-placeholder-539 {
    width: 90%;
    height: 15vw;
    text-align: center;
    /*background: rgba(218, 218, 218, 0.23);*/
    position: relative;
}
.dt-image-placeholder-539 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/*.dt-image-placeholder {*/
    /*width: 100%;*/
    /*height: 20vw;*/
    /*text-align: center;*/
    /*background: rgba(218, 218, 218, 0.23);*/
/*}*/
/*.dt-image-placeholder img {*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
/*}*/


/*index*/

.dt-logo-web {
    width: 150px;
    /*height: 39px;*/
}
.index-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.dt-index.responsive-embed {
    padding-bottom: 45%;
    margin-bottom: 0;
}
.index-exhibition .orbit-container img, .index-exhibition .orbit-slide img {
    width: 100%;
}
.index-exhibition .orbit-next {
    cursor: pointer;
    margin-right: 20pt;
    background: url("/static/img/indicator_right.png") round;
    padding: 1.2rem;
}
.index-exhibition .orbit-previous {
    cursor: pointer;
    margin-left: 20pt;
    background: url("/static/img/indicator_left.png") round;
    padding: 1.2rem;
}
.index-exhibition .orbit-bullets {
    /*margin-top: -30px;*/
    margin-top: 40px;
}
.index-exhibition .orbit-bullets button.is-active {
    cursor: pointer;
    background: transparent url("/static/img/dotSolid.png") round;
    border-radius: 0;
}
.index-exhibition .orbit-bullets button {
    cursor: pointer;
    background: transparent url("/static/img/dot.png") round;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 0 0.4rem;
}


.dt-banner-web {
    height: 74px;
    background: url("/static/img/banner_web.png") round;
    /*min-width: 1300px;*/
}
.dt-nav-web .is-active>a {
    color: grey;
    background: none;
}
.dt-nav-web li {
    /*margin-right: 16pt;*/
}
.dt-nav-web a {
    color: white;
    /*font-weight: bold;*/
    font: 1.3em MyriadProBold;
    letter-spacing: 2px;
}
.dt-copy-right {
    font: 13pt MyriadProRegular;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*about us*/

.dt-about-Tianjin {
    margin-right: 40px;
}
.dt-about-Beijing {
    margin-right: 20px;
}
.dt-about-London {
    margin-left: 20px;
}
.dt-about-NewYork {
    margin-left: 40px;
}

.dt-sub-tab {
    height: 50px;
    background-color: #dadada;
}
.dt-sub-tab li {
    position: relative;
}
.dt-sub-tab li img {
    position: absolute;
    top: 48%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dt-sub-tab .is-active>a {
    color: #ae7d62;
    background: none;
}
.dt-sub-tab a {
    font: 1.6em MyriadProRegular;
    color: black;
    letter-spacing: 2px;
}
.dt-sub-tab .dt-back-title {
    position: absolute;
    left: 20%;
    font-size: 1.2em;
}
.dt-sub-tab .dt-back-title span {
    color: #ae7d62;
}
.dt-sub-tab .dt-back-title a {
    font-size: 1em;
}
.dt-about-cover {
    width: 100%;
}

.dt-about-article h1 {
    margin-top: 43px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 5em;
    font-family: Times, "Times New Roman", serif;
}
.dt-about-article h2 {
    margin-top: 0;
    font-size: 3em;
    font-family: "Times New Roman", Times, serif;
}
.dt-about-article pre {
    margin-top: 46px;
    margin-bottom: 53px;
    font: 1.5em MyriadProRegular;
    line-height: 20px;
    text-align: left;
}
.dt-about-previous-web {
    position: absolute;
    top: 50%;
    z-index: 10;
    color: white;
    left: -65px;
    padding: 2rem;
    background: url("/static/img/about_left_web.png") round;
    cursor: pointer;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dt-about-next-web {
    position: absolute;
    top: 50%;
    z-index: 10;
    color: white;
    right: -65px;
    background: url("/static/img/about_right_web.png") round;
    padding: 2rem;
    cursor: pointer;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dt-meet-us {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f3f3f3;
}
.dt-meet-us h1 {
    margin-bottom: 40px;
    font-size: 4em;
    font-style: italic;
    font-family: Times, "Times New Roman", serif;
}
.dt-meet-us pre {
    font: 2.5em MyriadProRegular;
    line-height: 40px;
}
.dt-bottom-logo {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dt-bottom-logo img {
    width: 150px;
}


/*exhibition*/
.dt-exhibition-info h1 {
    margin-top: 35px;
    font-weight: bold;
    font-size: 60px;
    font-family: Times, "Times New Roman", serif;
}
.dt-exhibition-info h2 {
    font-size: 40px;
    font-style: italic;
    font-family: Times, "Times New Roman", serif;
    margin-bottom: 30px;
}
.dt-exhibition-info h3 {
    margin-top: 40px;
    font-size: 40px;
    font-family: "Times New Roman", Times, serif;
}
.dt-exhibition-info pre {
    margin-top: 40px;
    font: 25px MyriadProRegular;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 30px;
    overflow-y: hidden;
    /*max-height: 120px;*/
}
.dt-exhibition-readMore, .dt-exhibition-news-readMore, .dt-exhibition-news-readMore:hover {
    width: 250px;
    height: 40px;
    background-color: #dadada;
    color: black;
    font: 16px MyriadProSemibold;
    line-height: 13px;
    cursor: pointer;
}
.dt-exhibition-lots {
    margin-top: 50px;
    margin-bottom: 50px;
}
.dt-exhibition-lot {
    margin-bottom: 20px;
}
.dt-exhibition-lot img {
    /*width: 100%;*/
    cursor: pointer;
}
.dt-exhibition-lot h1 {
    margin-top: 20px;
    font: 20px MyriadProBold;
    visibility: hidden;
}
.dt-exhibition-lot pre {
    /*设置行高 然后就可以约束为2行了*/
    font: 15px MyriadProRegular;
    visibility: hidden;
    line-height: 18px;
    height: 36px;
    overflow-y: hidden;
}
.dt-load-more {
    width: 83px;
    height: 76px;
    background: url("/static/img/load_more.png") round;
    cursor: pointer;
}
.dt-exhibition-contact {
    margin-top: 60px;
    background-color: #ae7d62;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.dt-exhibition-contact-logo img {
    margin-top: 20px;
    width: 150px;
}
.dt-exhibition-contact .cell {
    border-left: 1px rgba(255, 255, 255, 0.3) solid;
}
.dt-exhibition-contact h1 {
    font: 1.6em MyriadProSemibold;
    margin-top: 10px;
}
.dt-exhibition-contact pre {
    font: 1.4em MyriadProRegular;
    margin-top: 20px;
}
.dt-exhibition-contact-logo {
    border-left: none!important;
}
.dt-exhibition-photos .dt-about-previous-web:hover, .dt-exhibition-photos .dt-about-next-web:hover {
    background-color: transparent!important;
}
.dt-exhibition-photos .dt-about-previous-web:active, .dt-exhibition-photos .dt-about-next-web:active {
    background-color: transparent!important;
}
.dt-exhibition-photos .dt-about-previous-web:focus, .dt-exhibition-photos .dt-about-next-web:focus {
    background-color: transparent!important;
}

.dt-auction-item-photos .dt-about-previous-web:hover, .dt-auction-item-photos .dt-about-next-web:hover {
    background-color: transparent!important;
}
.dt-auction-item-photos .dt-about-previous-web:active, .dt-auction-item-photos .dt-about-next-web:active {
    background-color: transparent!important;
}
.dt-auction-item-photos .dt-about-previous-web:focus, .dt-auction-item-photos .dt-about-next-web:focus {
    background-color: transparent!important;
}


/*系列*/
.dt-series-info {
    margin-top: 50px;
}
.dt-series-menu li a {
    font: 1.4em MyriadProSemibold;
    color: black;
}
.dt-series-desc {
    font-size: 2.4em;
    line-height: 34px;
    font-style: italic;
    font-family: Times, "Times New Roman", serif;
    color: black;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}
.dt-series-exhibition {
    cursor: pointer;
}
/*.dt-series-exhibition img {*/
    /*width: 90%;*/
    /*height: 290px;*/
/*}*/
.dt-limit-image-wraper {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow-y: hidden;
}

.dt-series-exhibition h2 {
    margin-top: 20px;
    font: 2em MyriadProSemibold;
}

.dt-series-exhibition pre {
    font: 1.6em MyriadProSemibold;
    margin-bottom: 20px;
}


/*展品详情*/
#lotDetailModal, #contactModal, #login-modal {
    border:none;
    background: none;
}

#lotDetailModal .cell, #contactModal .cell, #login-modal .cell {
    margin-top: 0;
    background: url("/static/img/lot_background.png") round;
}

#lotDetailModal img {
    margin-top: 40px;
    width: 50%;
}

#lotDetailModal h1 {
    margin-top: 35px;
    font-size: 2em;
    font-style: italic;
    padding-left: 10%;
    padding-right: 10%;
    font-family: Times, "Times New Roman", serif;
}

#lotDetailModal pre {
    margin-top: 30px;
    font: 1.4em MyriadProRegular;
    line-height: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
}

#lotDetailModal button, #contactModal button {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 40px;
    background: url("/static/img/lot_close.png") round;
    width: 31px;
    height: 47px;
}


/*拍卖*/
.dt-auction-filter {
    margin-top: 30px;
}
.dt-auction-filter .medium-8 {
    background-color: rgb(178, 178, 178);
    padding: 20px 5%;
}
.dt-auction-filter .menu {
    width: 40%;
    background-color: white;
    border: 1px solid black;
}
.dt-auction-filter .menu li {
    width: 95%;
}
.dt-auction-filter .menu li a {
    color: black;
    font-size: 1.5em;
}
.dt-auction-filter .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: black transparent transparent;
}

.dt-auction-list .medium-7 {
    margin-top: 30px;
    border-top: 1px solid grey;
}
.dt-auction-info {
    padding: 10px 0;
    border-bottom: 1px solid grey;
}
.dt-auction-info img {
    width: 100%;
}
.dt-auction-info h4 {
    margin-top: 5px;
    font-weight: bold;
    font: 1.6em MyriadProBold;
    margin-bottom: 5px;
}
.dt-auction-info pre {
    font-style: italic;
    font: 1.4em MyriadProRegular;
    margin-bottom: 15px;
}
.dt-auction-info p {
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
    font-family: Times, "Times New Roman", serif;
    margin-bottom: 5px;
}
.dt-auction-info .dt-limit-image-wraper {
    width: 85%;
    padding-bottom: 110%
}
.dt-auction-view-detail {
    max-width: 250px;
    width: 100%;
    height: 40px;
    background-color: #dadada;
    color: black;
    font: 13px MyriadProSemibold;
    letter-spacing: 1px;
    cursor: pointer;
}
.dt-auction-view-detail:hover {
    color: white;
    background-color: #ae7d62;
}
.dt-paging {
    vertical-align: middle;
}
.dt-paging .button {
    color: black;
    background-color: white;
    font-size: 15px;
}
.dt-paging img {
    width: 35px;
    margin-top: -2px;
}

.dt-auction-item-wrap {
    margin-top: 50px;
}
.dt-auction-item {
    padding: 15px;
    cursor: pointer;
}
.dt-auction-item h1 {
    margin-top: 20px;
    font: 1.5em MyriadProBold;
    visibility: hidden;
}
.dt-auction-item pre {
    /*设置行高 然后就可以约束为2行了*/
    font: 1.2em MyriadProRegular;
    visibility: hidden;
    line-height: 18px;
    height: 36px;
    overflow-y: hidden;
}
.dt-auction-item-photos {
    margin-top: 50px;
    margin-bottom: 50px;
    /*background-color: #344C5B;*/
}
.dt-auction-item-photos .orbit {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.dt-auction-item-photos .orbit-slide {
    padding: 10px;
}
.dt-auction-item-photos img {
    /*width: 60%;*/
    /*-moz-box-shadow:10px 10px 10px #333333;*/
    /*-webkit-box-shadow:10px 10px 10px #333333;*/
    /*box-shadow:10px 10px 10px #333333;*/
}
.dt-auction-item-baseinfo {

}
.dt-auction-item-baseinfo h3 {
    font-size: 1.6em;
    margin-bottom: 20px;
}
.dt-auction-item-baseinfo p {
    font: 1em MyriadProSemibold;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
}
.dt-auction-item-baseinfo h2 {
    font: 4em MyriadProSemibold;
    margin-bottom: 5px;
    margin-top: 5px;
}
.dt-auction-item-overview, .dt-auction-information {
    margin-top: 30px;
}
.dt-auction-item-overview h2 {
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: bold;
}
.dt-auction-item-overview pre {
    margin-top: 20px;
    font: 1.4em MyriadProRegular;
    line-height: 1.6em;
    padding-right: 10%;
    text-align: justify;
}
.dt-auction-information {
    border-left: 1px solid grey;
    padding-left: 20px;
}

.dt-auction-information h2 {
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
.dt-auction-information h3 {
    margin-top: 30px;
    font: 1.3em MyriadProBold;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.dt-auction-information pre {
    font: 1.4em MyriadProRegular;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: justify;
}
.dt-auction-information  {

}


/*tourism*/
.dt-tourism {
    margin-top: 100px;
}
.dt-tourism-photos-large {
    width: 90%;
    /*margin-left: 5%;*/
    /*height: 619px;*/
    min-height: 558px;
}
.dt-tourism-base-info {
    padding: 40px 5% 0 5%;
    min-height: 658px;
    background-color: rgb(237, 238, 239);
}
.dt-tourism-photos .orbit img {
    margin-top: 5px;
    min-height: 100px;
    /*height: 28.5%;*/
}
.dt-tourism-base-info h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 4em;
}
.dt-tourism-base-info h2 {
    margin-top: 20px;
    font: 4.2em MyriadProSemibold;
    color: #ae7d62;
}
.dt-tourism-base-info h2 span {
    font: 0.7em MyriadProRegular;
    color: black;
}
.dt-tourism-base-info pre {
    font: 20px MyriadProRegular;
    line-height: 28px;
    margin-top: 30px;
}
.dt-tourism-base-info .dt-departure {
    border-top: 1px solid rgb(217, 218, 219);
    border-bottom: 1px solid rgb(217, 218, 219);
    margin: 30px 0;
    padding: 40px 0;
}
.dt-departure h3 {
    font: 2em MyriadProBold;
    letter-spacing: 1px;
}
.dt-departure h3:first-child {
    margin-bottom: 30px;
}
.dt-departure span {
    font: 1em MyriadProRegular;
}
.dt-tourism-base-info .button {
    font: 1.5em MyriadProSemibold;
    line-height: 1.5em;
    letter-spacing: 1px;
    width: 250px;
    background-color: #ae7d62;
}
#tourism-tabs {
    margin-top: 100px;
    border: none;
}
#tourism-tabs li {
    /*width: 50%;*/
    text-align: center;
}
#tourism-tabs li:last-child {
    margin-left: 5px;
}
#tourism-tabs .tabs-title>a {
    color: black;
    font: 1.5em MyriadProRegular;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 1rem 1.5rem;
}
#tourism-tabs .tabs-title>a:focus, #tourism-tabs .tabs-title>a[aria-selected=true] {
    background-color: #ae7d62;
    color: white;
}
#tourism-tabs .tabs-title, #tourism-tabs .tabs-title>a:hover {
    background-color: rgb(209, 210, 211);
}
#tourism-tabs-content {
    width: 100%;
    background-color: rgb(240, 241, 242);
    padding: 20px 5%;
    font: 1.5em MyriadProBold;
    line-height: 20px;
    margin-bottom: 100px;
    border: none;
}
#tourism-tabs .tabs-title>a[aria-selected=true]:hover {
    background-color: #ae7d62;
}
#contactModal h1 {
    margin-top: 50px;
    font: 1.5em MyriadProBold;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: bold;
}

#contactModal h2 {
    font: 1.5em MyriadProBold;

}

#contactModal img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 40%;
}

#contactModal p {
    font: 1.5em MyriadProRegular;
}

.dt-tourism-photos .orbit-container {
    margin-left: 5%;
}
.dt-tourism-photos .orbit-slide img {
    width: 18%;
    cursor: pointer;
    margin-right: 0.5%;
}
.dt-tourism-photos .orbit-slide img:last-child {
    margin-right: 0;
}
.dt-tourism-photos .orbit-controls button {
    background-color: black;
    border-radius: 0;
    cursor: pointer;
}
.dt-tourism-photos .orbit-controls button:last-child {
    margin-right: 1%;
}

/*sb*/
.dt-sb-title {
    margin-top: 50px;
    margin-bottom: 50px;
}
.dt-sb-title h1, .dt-news-detail-title h1 {
    font-size: 2.3em;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
}
.dt-sb-menu .dt-wrap, .dt-news-menu .dt-wrap {
    padding-left: 20px;
    border-left: 1px solid rgb(217, 218, 219);
}
.dt-sb-menu h3 , .dt-news-menu h3  {
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
    font: 1em MyriadProBold;
}
.dt-sb-menu li a, .dt-news-menu li a  {
    color: grey;
    font-weight: bold;
    font: 1.3em MyriadProRegular;
    padding-left: 0;
}
.dt-sb-content pre {
    width: 100%;
    text-align: justify;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font: 1.5em MyriadProRegular;
    line-height: 20px;
    border-bottom: 1px solid rgb(217, 218, 219);
}
.dt-sb-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-top: -1px;
    /*display: inline-block;*/
}

/*news*/
.dt-news-title {
    margin-top: 30px;
}

.dt-news-title h1 {
    font-size: 3em;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
}
.dt-news-title h2 {
    font-size: 2.5em;
    font-family: Times, "Times New Roman", serif;
}

.dt-news-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}
.dt-news-filter .medium-3 {
    padding: 20px 20px;
}
.dt-news-filter .menu {
    width: 100%;
    background-color: white;
    border: 1px solid black;
}
.dt-news-filter .menu li {
    width: 95%;
}
.dt-news-filter .menu li a {
    color: black;
    font-size: 1.5em;
}
.dt-news-filter .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: black transparent transparent;
}

.dt-news-container {
    margin-top: 40px;
    margin-bottom: 200px;
}
.dt-news {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.dt-news h3 {
    font: 1.8em MyriadProSemibold;
    color: black;
}
.dt-news pre {
    font: 1.5em MyriadProRegular;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.dt-news-detail-title {
    margin-top: 40px;
    margin-bottom: 60px;
}
.dt-news-detail-title h2 {
    font-size: 2.3em;
    font-family: Times, "Times New Roman", serif;
}
.dt-news-detail-content pre {
    padding-right: 40px;
    text-align: justify;
    font-family: "Times New Roman", Times, serif;
    font-size: 2em;
    margin-bottom: 100px;
    white-space: normal;
}
.dt-news-detail-content pre p {
    margin-bottom: 0.5em!important;
    line-height: 1.4!important;
}
.dt-news-menu {
    margin-top: 10px;
}

.dt-exhibition-news h1 {
    padding: 40px 10% 0 10%;
    font: 3em Times, "Times New Roman", serif;
    font-style: italic;
}
.dt-exhibition-news-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(217, 218, 219);
    border-bottom: 1px solid rgb(217, 218, 219);
    padding-left: 10%;
}
.dt-exhibition-news-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dt-exhibition-news-item h3 {
    font: 2em MyriadProSemibold;
}
.dt-exhibition-news-item h4 {
    font: 2em Times, "Times New Roman", serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
}
.dt-exhibition-news-readMore {
    margin-bottom: 0;
}
.dt-auction-slider {
    margin-top: 40px;
}
.dt-auction-slider .orbit {
    padding-top: 100px;
    background-color: #344C5B;
}
.dt-auction-slider .orbit-slide {
    z-index: 50;
    position: relative;
}
.dt-auction-slider .orbit-slide img {
    width: 50%;
    height: 100%;
    -moz-box-shadow:0 10px 10px #333333;
    -webkit-box-shadow:0 10px 10px #333333;
    box-shadow:0 10px 10px #333333;
}
.dt-auction-slider .dt-orbit-previous {
    width: 30%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-color: black;
    z-index: 0;
    left: 10%;
    cursor: pointer;
}

.dt-auction-slider .dt-orbit-next {
    width: 30%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-color: black;
    z-index: 0;
    right: 10%;
    cursor: pointer;
}
.dt-auction-slider h1 {
    color: white;
    margin-bottom: 40px;
    font-size: 3em;
    font-style: italic;
    font-family: Times, "Times New Roman", serif;
}

#login-modal .cell {
    padding-top: 40px;
    padding-bottom: 30px;
}

#login-modal h4 {
    margin-bottom: 40px;
}

#login-modal input {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 1px solid black;
    color: black;
    font-size: 1.5em;
    border-radius: 0;
}
#login-modal .close-btn {
    cursor: pointer;
    margin-top: 40px;
    background: url("/static/img/lot_close.png") round;
    width: 31px;
    height: 47px;
}

.dt-login-btn, .dt-login-btn:hover {
    margin-top: 30px;
    width: 250px;
    height: 40px;
    background-color: #ae7d62;
    color: white;
    font: 16px MyriadProSemibold;
    line-height: 13px;
    cursor: pointer;
}

.dt-footer {
    margin-top: 60px;
    background-color: #334D59;
    color: white;
    padding-top: 30px;
}
.dt-footer-links {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
.dt-footer-links li {
    /*float: left;*/
    list-style: none;
    margin: auto 10px;
}
.dt-footer-links li a {
    color: white;
    /*font-weight: bold;*/
    font: 1.2em MyriadProSemibold;
    letter-spacing: 1px;
    padding: 0!important;
}
.dt-footer-contacts li{
    list-style: none;
}
.dt-footer-contacts img {
    width: 28px;
    height: 28px;
}
.dt-footer-copyright {
    margin-top: 10px;
    font: 1.2em MyriadProBold;
    letter-spacing: 1px;
}
.index-exhibition-card {
    -moz-box-shadow:0 2px 0 #ACADAE;
    -webkit-box-shadow:0 2px 0 #ACADAE;
    box-shadow:0 2px 0 #ACADAE;
    margin-bottom: 70px;
}
.index-exhibition-card h4 {
    font-weight: bold;
    font-size: 2.1em;
    font-family: Times, "Times New Roman", serif;
    margin-bottom: 10px;
}

.index-exhibition-card p {
    font-size: 1.5em;
    font-family: MyriadProRegular, serif;
    margin-bottom: 5px;
}

.index-exhibition-card a {
    font-size: 1.7em;
    color: #46b7c7;
    font-family: MyriadProRegular, serif;
}
.index-exhibition-card a i {
    width: 12px;
    height: 10px;
    display: inline-block;
    background: url("/static/img/arrow.png") no-repeat;
    background-size: 12px 10px;
    margin-left: 5px;
}

.index-exhibition {
    margin-bottom: 50px;
}

.index-news {
    position: relative;
    border: none;
    border-radius: 0;
    margin-bottom: 70px;
}

.index-news p {
    font-size: 1.7em;
    margin-bottom: 0;
    font-family: MyriadProRegular, serif;
}

.index-news h4 {
    line-height: 1.1em;
    font-size: 2.2em;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
}

.index-news .card-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url("/static/img/newsShadow.png");
    background-size: 100%;
}

.index-news a {
    color: white!important;
}

.index-sub-title {
    text-align: center;
    padding: 3px;
    background-color: #D9DADB;
    margin-bottom: 50px;
}
.index-sub-title h4 {
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.youtube-card {
    -moz-box-shadow:0 2px 0 #ACADAE;
    -webkit-box-shadow:0 2px 0 #ACADAE;
    box-shadow:0 2px 0 #ACADAE;
    padding-bottom: 40px;
}

.youtube-card h4 {
    font-weight: bold;
    font-size: 2.1em;
    font-family: Times, "Times New Roman", serif;
    padding-top: 20px;
    margin-bottom: 20px;
}

.youtube-card pre {
    font-size: 1.7em;
    margin-bottom: 10px;
    font-family: MyriadProRegular, serif;
}

#dt-catalogs-more {
    float: right;
    text-decoration: underline;
    color: black;
    font-size: 1.4em;
    font-weight: bold;
}

#dt-catalogs-box .cell {
    margin-bottom: 50px;
}