.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
    margin-left: -10px
}

.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #036fa5;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    display: inline-block;
    text-align: center
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: auto;
    right: 0
}

.slider.slider-horizontal.slider-rtl .slider-handle,
.slider.slider-horizontal.slider-rtl .slider-tick {
    margin-left: 0;
    margin-right: -10px
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: auto;
    right: 0
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
    margin-top: -10px
}

.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #036fa5;
    margin-left: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: auto;
    right: 25%
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: auto;
    right: 0
}

.slider.slider-vertical.slider-rtl .slider-handle.triangle,
.slider.slider-vertical.slider-rtl .slider-tick.triangle {
    border-width: 10px 10px 10px 0
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: 0;
    padding-right: 4px
}

.slider.slider-disabled .slider-handle {
    background-color: #cfcfcf;
    background-image: linear-gradient(180deg, #dfdfdf, #bebebe);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF", endColorstr="#BEBEBE", GradientType=0)
}

.slider.slider-disabled .slider-track {
    background-color: #e7e7e7;
    background-image: linear-gradient(180deg, #e5e5e5, #e9e9e9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5", endColorstr="#E9E9E9", GradientType=0);
    cursor: not-allowed
}

.slider input {
    display: none
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .bs-tooltip-bottom .tooltip-inner,
.slider .bs-tooltip-top .tooltip-inner {
    position: relative;
    left: -50%
}

.slider.bs-tooltip-left .tooltip-inner,
.slider.bs-tooltip-right .tooltip-inner {
    position: relative;
    top: -100%
}

.slider .tooltip {
    pointer-events: none
}

.slider .tooltip.bs-tooltip-bottom .arrow,
.slider .tooltip.bs-tooltip-top .arrow {
    left: -.4rem
}

.slider .tooltip.bs-tooltip-top {
    margin-top: -44px
}

.slider .tooltip.bs-tooltip-bottom {
    margin-top: 2px
}

.slider .tooltip.bs-tooltip-left,
.slider .tooltip.bs-tooltip-right {
    margin-top: -14px
}

.slider .tooltip.bs-tooltip-left .arrow,
.slider .tooltip.bs-tooltip-right .arrow {
    top: 8px
}

.slider .hide {
    display: none
}

.slider-track {
    background-image: linear-gradient(180deg, #f5f5f5, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#F9F9F9", GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer
}

.slider-selection,
.slider-track {
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    border-radius: 4px;
    position: absolute
}

.slider-selection {
    background-image: linear-gradient(180deg, #f9f9f9, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#f5f5f5", GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.slider-selection.tick-slider-selection {
    background-color: #46c1fe;
    background-image: linear-gradient(180deg, #52c5ff, #3abcfd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd", GradientType=0)
}

.slider-track-high,
.slider-track-low {
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    background: transparent
}

.slider-handle {
    background-color: #0478b2;
    background-image: linear-gradient(180deg, #0480be, #036fa5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0480BE", endColorstr="#036fa5", GradientType=0);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #0480be;
    border: 0 solid transparent
}

.slider-handle:hover {
    cursor: pointer
}

.slider-handle.round {
    border-radius: 20px
}

.slider-handle.custom,
.slider-handle.triangle {
    background: transparent none
}

.slider-handle.custom:before {
    line-height: 20px;
    font-size: 20px;
    content: "\2605";
    color: #726204
}

.slider-tick {
    background-color: #f7f7f7;
    background-image: linear-gradient(180deg, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#F9F9F9", GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    -webkit-filter: none;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.custom,
.slider-tick.triangle {
    background: transparent none
}

.slider-tick.custom:before {
    line-height: 20px;
    font-size: 20px;
    content: "\2605";
    color: #726204
}

.slider-tick.in-selection {
    background-color: #46c1fe;
    background-image: linear-gradient(180deg, #52c5ff, #3abcfd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd", GradientType=0);
    opacity: 1
}

.box-quick-answers.single {
    min-height: 350px
}

@media (max-width:991px) {
    .box-quick-answers.single {
        padding-top: 30px;
        margin: 0 20px
    }
}

.box-quick-answers.single .tab-content {
    margin-top: 20px;
    color: #181818;
    font-size: 14px;
    font-weight: 300
}

@media (max-width:991px) {
    .box-quick-answers.single .tab-content {
        text-align: center
    }
}

.box-quick-answers.single .tab-content .icon {
    color: #ea5a28;
    font-size: 70px;
    float: left;
    width: 90px
}

@media (max-width:991px) {
    .box-quick-answers.single .tab-content .icon {
        float: none;
        margin: 0 auto;
        text-align: center
    }
}

.box-quick-answers.single .tab-content .desc {
    width: 250px;
    float: left
}

@media (max-width:991px) {
    .box-quick-answers.single .tab-content .desc {
        float: none;
        width: 100%;
        text-align: center
    }
}

.box-quick-answers.single .tab-content .link {
    font-weight: 500
}

.box-quick-answers.single .nav-tabs>li.active>a,
.box-quick-answers.single .nav-tabs>li.active>a:focus,
.box-quick-answers.single .nav-tabs>li.active>a:hover {
    color: #181818;
    background: inherit;
    border: 0
}

.box-quick-answers.single ul {
    text-align: center;
    border-bottom: 0
}

.box-quick-answers.single .nav-tabs>li {
    float: none;
    display: inline-block;
    text-align: center
}

.box-quick-answers.single .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0 solid transparent;
    border-radius: 0;
    font-size: 12px;
    color: #181818;
    padding: 10px 5px;
    text-transform: uppercase
}

.single {
    position: relative
}

.single .feedback {
    text-align: center;
    font-size: 18px;
    font-weight: 300
}

.single .feedback i {
    color: #24ba35;
    font-size: 32px
}

.single .close-box-button,
.single .close-candle-auction-button,
.single .close-commission-button,
.single .close-contact-button,
.single .close-hold-button {
    text-align: center;
    margin: 10px;
    cursor: pointer
}

.single .explore {
    text-align: center;
    margin: 20px 0
}

.single .explore span {
    font-size: 15px
}

.single .explore i {
    margin-right: 5px
}

.single .explore a {
    margin: 0 5px;
    font-size: 11px
}

.single .explore a.active,
.single .explore a:hover {
    color: #ea5a28;
    border-bottom-color: #ea5a28
}

.single .box-contact .filter-ruler {
    margin-top: 10px;
    width: 180px;
    display: inline-block
}

@media (max-width:1199px) {
    .single .box-contact .filter-ruler {
        width: 130px
    }
}

@media (max-width:767px) {
    .single .box-contact .filter-ruler {
        width: 100%
    }
}

.single .box-contact .filter-ruler .slider.slider-horizontal {
    width: 180px
}

@media (max-width:1199px) {
    .single .box-contact .filter-ruler .slider.slider-horizontal {
        width: 130px
    }
}

@media (max-width:767px) {
    .single .box-contact .filter-ruler .slider.slider-horizontal {
        width: 100%
    }
}

.single .box-candle-auction,
.single .box-commission,
.single .box-contact,
.single .box-hold {
    background-color: #f2f2f2;
    width: 100%;
    padding: 20px 25px;
    margin-top: 20px;
    margin-bottom: 20px
}

.single .box-candle-auction .phone-mobile,
.single .box-commission .phone-mobile,
.single .box-contact .phone-mobile,
.single .box-hold .phone-mobile {
    font-size: 12px;
    text-align: center
}

.single .box-candle-auction .button,
.single .box-commission .button,
.single .box-contact .button,
.single .box-hold .button {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 11px;
    height: inherit;
    padding: 0
}

.single .box-candle-auction .title,
.single .box-commission .title,
.single .box-contact .title,
.single .box-hold .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px
}

.single .box-candle-auction .divider,
.single .box-candle-auction .message-call,
.single .box-commission .divider,
.single .box-commission .message-call,
.single .box-contact .divider,
.single .box-contact .message-call,
.single .box-hold .divider,
.single .box-hold .message-call {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px
}

.single .box-candle-auction form label,
.single .box-commission form label,
.single .box-contact form label,
.single .box-hold form label {
    display: block;
    margin-bottom: 5px
}

.single .box-candle-auction form input[type=email],
.single .box-candle-auction form input[type=number],
.single .box-candle-auction form input[type=text],
.single .box-candle-auction form textarea,
.single .box-commission form input[type=email],
.single .box-commission form input[type=number],
.single .box-commission form input[type=text],
.single .box-commission form textarea,
.single .box-contact form input[type=email],
.single .box-contact form input[type=number],
.single .box-contact form input[type=text],
.single .box-contact form textarea,
.single .box-hold form input[type=email],
.single .box-hold form input[type=number],
.single .box-hold form input[type=text],
.single .box-hold form textarea {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 0;
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 12px 10px 12px 20px;
    outline: 0;
    font-weight: 300;
    line-height: 1.3em;
    height: 52px;
    -webkit-appearance: none;
    color: #000;
    transition: all .3s ease
}

.single .box-candle-auction form input[type=number],
.single .box-commission form input[type=number],
.single .box-contact form input[type=number],
.single .box-hold form input[type=number] {
    -webkit-appearance: textfield
}

.single .box-candle-auction form textarea,
.single .box-commission form textarea,
.single .box-contact form textarea,
.single .box-hold form textarea {
    height: 180px;
    resize: vertical
}

.single .box-candle-auction form input:focus[type=email],
.single .box-candle-auction form input:focus[type=text],
.single .box-candle-auction form textarea:focus,
.single .box-commission form input:focus[type=email],
.single .box-commission form input:focus[type=text],
.single .box-commission form textarea:focus,
.single .box-contact form input:focus[type=email],
.single .box-contact form input:focus[type=text],
.single .box-contact form textarea:focus,
.single .box-hold form input:focus[type=email],
.single .box-hold form input:focus[type=text],
.single .box-hold form textarea:focus {
    border-color: #5c5c5c;
    color: #181818;
    font-weight: 300;
    background-color: #fff;
    padding-left: 20px
}

.single .box-candle-auction a.cta-chat,
.single .box-candle-auction button.black,
.single .box-commission a.cta-chat,
.single .box-commission button.black,
.single .box-contact a.cta-chat,
.single .box-contact button.black,
.single .box-hold a.cta-chat,
.single .box-hold button.black,
.single .candle-auction-button a.button,
.single .candle a.button.primary {
    font-size: 12px
}

.single .box-contact {
    background-color: #e8e8e8
}

.single .box-contact .title {
    font-size: 16px;
    font-weight: 500
}

.single .box-contact form .link {
    text-align: center;
    margin: 10px 0
}

.single .box-contact form textarea {
    margin-top: 5px
}

.single .box-contact form .form-group.with-ruler {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0
}

@media (max-width:1199px) {
    .single .box-contact form .form-group.with-ruler {
        display: block
    }
}

@media (max-width:991px) {
    .single .box-contact form .form-group.with-ruler {
        display: flex
    }
}

@media (max-width:767px) {
    .single .box-contact form .form-group.with-ruler {
        display: block;
        margin-bottom: 15px
    }
}

.single .box-contact form .form-group.with-ruler .price-field {
    width: 100%
}

@media (max-width:1199px) {
    .single .box-contact form .form-group.with-ruler .price-field {
        width: 100%
    }
}

@media (max-width:991px) {
    .single .box-contact form .form-group.with-ruler .price-field {
        width: 50%
    }
}

@media (max-width:767px) {
    .single .box-contact form .form-group.with-ruler .price-field {
        width: 100%
    }
}

.single .box-contact form .form-group.with-ruler .price-field input[type=text] {
    padding: 6px 0
}

.single .box-contact form .form-group.with-ruler .price-field .input-group-addon {
    background-color: #fff;
    border: 0;
    padding: 6px 10px 6px 22px
}

.single .box-contact form .form-group.with-ruler .filter-ruler {
    width: 40%
}

@media (max-width:1199px) {
    .single .box-contact form .form-group.with-ruler .filter-ruler {
        width: 100%;
        margin-top: 10px
    }
}

@media (max-width:991px) {
    .single .box-contact form .form-group.with-ruler .filter-ruler {
        width: 40%;
        margin-top: 0
    }
}

@media (max-width:767px) {
    .single .box-contact form .form-group.with-ruler .filter-ruler {
        width: 100%;
        margin-top: 10px
    }
}

.single .box-contact .filter-ruler {
    margin-top: 0;
    position: relative
}

.single .box-contact .filter-ruler .input-ruler-values {
    font-size: 11px;
    right: 0;
    position: absolute;
    top: -30px;
    font-weight: 500;
    color: #8b8b8b
}

@media (max-width:767px) {
    .single .box-contact .filter-ruler .input-ruler-values {
        top: -22px
    }
}

.single .box-contact .filter-ruler .title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: -30px;
    left: 0;
    margin-right: 20px
}

@media (max-width:767px) {
    .single .box-contact .filter-ruler .title {
        top: -22px
    }
}

.single .box-contact .filter-ruler .slider.slider-horizontal {
    width: 100%
}

.single .box-contact .filter-ruler .slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    border: 0 solid #999!important;
    height: 20px;
    border-radius: 20px;
    background-color: #ea5a28;
    background-image: linear-gradient(180deg, #ea5a28, #ea5a28);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@or", endColorstr="@or", GradientType=0);
    -webkit-filter: none;
    filter: none;
    box-shadow: inherit
}

.single .box-contact .filter-ruler .slider-track {
    position: absolute;
    cursor: pointer;
    background-image: linear-gradient(180deg, #fff, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=0);
    box-shadow: inherit;
    border-radius: 4px
}

@media (max-width:767px) {
    .single .box-contact .filter-ruler .slider-track {
        background-image: inherit;
        background-color: #cfcecf
    }
}

.single .box-contact .filter-ruler .slider .tooltip.top {
    display: none
}

.single .box-contact .filter-ruler .slider-selection {
    background-color: #ea5a28;
    background-image: none;
    box-shadow: inherit
}

.single .box-contact .filter-ruler .slider.slider-horizontal .slider-track {
    height: 6px;
    margin-top: -2px
}

.single .box-contact .filter-ruler .input-ruler-values {
    color: #ea5a28;
    top: -10px
}

.single .artwork-background {
    position: absolute;
    right: 0;
    top: 0;
    width: 41%;
    height: 100%;
    background-color: #f8f8f8
}

@media (min-width:1199px) {
    .single .artwork-background {
        width: 32%
    }
}

@media (min-width:1500px) {
    .single .artwork-background {
        width: 35%
    }
}

@media (min-width:1800px) {
    .single .artwork-background {
        width: 37%
    }
}

@media (min-width:2100px) {
    .single .artwork-background {
        width: 42%
    }
}

.single .box-share {
    position: relative;
    margin-top: 15px
}

.single .box-share ul {
    text-align: center
}

.single .box-share ul li {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.single .box-share ul li a,
.single .box-share ul li i.lnk {
    cursor: pointer;
    transition: all .3s ease;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 40px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    background-color: #ebebeb;
    color: #878787
}

.single .box-share ul li a:hover,
.single .box-share ul li i.lnk:hover {
    color: #fff;
    background-color: #ea5a28
}

.single .box-share ul li.share-active.open a {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

.single .box-share ul li.share-active a:hover {
    color: #878787;
    background-color: #ebebeb;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.single .box-share ul li a.active,
.single .box-share ul li i.active {
    color: #fff;
    background-color: #ea5a28
}

.single .box-share .button-share {
    height: 40px;
    width: auto;
    font-size: 20px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80px;
    background-clip: padding-box;
    -webkit-transform: scale(.85) translateY(-10%);
    transform: scale(.85) translateY(-10%);
    transition: all .25s cubic-bezier(.24, .22, .015, 1.56), opacity .1s ease-in-out;
    z-index: 99;
    pointer-events: none;
    padding: 0 10px;
    margin: 0;
    background-color: #ebebeb;
    color: #878787
}

.single .box-share .button-share.open {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    pointer-events: auto;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
}

.single .box-share .button-share i {
    line-height: 37px;
    position: absolute;
    left: 8px
}

.single .box-share .button-share ul {
    display: inline-block;
    text-align: center;
    margin: 0;
    height: 30px
}

.single .box-share .button-share ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 0;
    padding: 0
}

.single .box-share .button-share ul li.douban,
.single .box-share .button-share ul li.douban i,
.single .box-share .button-share ul li.email,
.single .box-share .button-share ul li.email a,
.single .box-share .button-share ul li.facebook,
.single .box-share .button-share ul li.facebook i,
.single .box-share .button-share ul li.pinterest,
.single .box-share .button-share ul li.pinterest i,
.single .box-share .button-share ul li.qzone,
.single .box-share .button-share ul li.qzone i,
.single .box-share .button-share ul li.twitter,
.single .box-share .button-share ul li.twitter i,
.single .box-share .button-share ul li.weibo,
.single .box-share .button-share ul li.weibo i {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 35px!important;
    border-radius: 40px;
    position: relative;
    color: #fff;
    font-size: 15px;
    text-align: center;
    left: inherit;
    line-height: 36px
}

@media (max-width:1199px) {
    .single .box-share .button-share ul li.douban,
    .single .box-share .button-share ul li.douban i,
    .single .box-share .button-share ul li.email,
    .single .box-share .button-share ul li.email a,
    .single .box-share .button-share ul li.facebook,
    .single .box-share .button-share ul li.facebook i,
    .single .box-share .button-share ul li.pinterest,
    .single .box-share .button-share ul li.pinterest i,
    .single .box-share .button-share ul li.qzone,
    .single .box-share .button-share ul li.qzone i,
    .single .box-share .button-share ul li.twitter,
    .single .box-share .button-share ul li.twitter i,
    .single .box-share .button-share ul li.weibo,
    .single .box-share .button-share ul li.weibo i {
        font-size: 12px;
        line-height: 25px
    }
}

.single .box-share .button-share ul li.facebook i {
    background-color: #38549b
}

.single .box-share .button-share ul li.facebook i:hover {
    background-color: #ea5a28
}

.single .box-share .button-share ul li.twitter i {
    background-color: #04abf3
}

.single .box-share .button-share ul li.twitter i:hover {
    background-color: #ea5a28
}

.single .box-share .button-share ul li.weibo i {
    background-color: #04abf3
}

.single .box-share .button-share ul li.weibo i:hover {
    background-color: #ea5a28
}

.single .box-share .button-share ul li.qzone i {
    background-color: #38549b
}

.single .box-share .button-share ul li.qzone i:hover {
    background-color: #ea5a28
}

.single .box-share .button-share ul li.douban i {
    background-color: #0b76a0
}

.single .box-share .button-share ul li.douban i:hover {
    background-color: #ea5a28
}

.single .box-share .button-share ul li.pinterest i {
    background-color: #0b76a0
}

.single .box-share .button-share ul li.pinterest i:hover {
    background-color: #ea5a28
}

.single .box-share .button-share ul li.email a {
    background-color: #fff
}

.single .box-share .button-share ul li.email a:hover {
    background-color: #ea5a28
}

.single .box-share .button-share ul li.email a:hover i {
    color: #fff
}

.single .box-share .button-share ul li.email a i {
    color: #656565
}

@media (max-width:991px) {
    .single .box-price,
    .single .box-price-mobile {
        text-align: center
    }
}

.single .box-price-mobile .prices .price-final,
.single .box-price .prices .price-final {
    color: #ea5a28;
    font-weight: 300;
    display: inline-block;
    font-size: 40px;
    margin-top: 10px
}

@media (max-width:1199px) {
    .single .box-price-mobile .prices .price-final,
    .single .box-price .prices .price-final {
        font-size: 40px;
        line-height: 40px
    }
}

.single .box-price-mobile .prices .price-sold,
.single .box-price .prices .price-sold {
    color: #ea5a28;
    font-weight: 300;
    display: inline-block;
    font-size: 32px
}

@media (max-width:1199px) {
    .single .box-price-mobile .prices .price-sold,
    .single .box-price .prices .price-sold {
        line-height: 30px
    }
}

.single .box-price-mobile .prices .artwork-sold,
.single .box-price .prices .artwork-sold {
    margin: 10px 0
}

.single .box-price-mobile .prices .artwork-sold p,
.single .box-price .prices .artwork-sold p {
    font-weight: 300;
    color: #1d1d1d;
    font-size: 14px
}

.single .box-price-mobile .prices .artwork-sold p strong,
.single .box-price .prices .artwork-sold p strong {
    font-weight: 500;
    font-size: 16px;
    color: #000
}

.single .box-price-mobile .prices .price-frame,
.single .box-price .prices .price-frame {
    color: #ea5a28;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px
}

.single .box-price-mobile .shipping,
.single .box-price .shipping {
    color: #181818;
    font-size: 16px;
    font-weight: 300;
    text-transform: none
}

.single .box-price-mobile .shipping b,
.single .box-price .shipping b {
    font-weight: 400
}

.single .box-price-mobile .shipping span,
.single .box-price .shipping span {
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #9d9d9d;
    color: #fff;
    font-size: 12px;
    font-weight: 300
}

.single .box-price-mobile .button,
.single .box-price .button {
    display: block;
    width: 100%;
    height: 60px;
    margin: 10px 0
}

.single .box-price-mobile .button a,
.single .box-price .button a {
    display: block;
    padding: 0;
    text-align: center;
    height: 60px;
    font-size: 12px;
    line-height: 60px
}

@media (max-width:1199px) {
    .single .box-price-mobile .button a,
    .single .box-price .button a {
        font-size: 12px
    }
}

.single .box-price-mobile .button a:hover,
.single .box-price-mobile .button a:hover i,
.single .box-price .button a:hover,
.single .box-price .button a:hover i {
    color: #ea5a28
}

.single .box-infos-mobile hr {
    border-top: 1px solid #c5c5c5
}

@media (max-width:991px) {
    .single .box-infos,
    .single .box-infos-mobile {
        padding: 20px 25px;
        background-color: #f8f8f8
    }
}

@media (max-width:767px) {
    .single .box-infos,
    .single .box-infos-mobile {
        padding-bottom: 0
    }
}

.single .box-infos-mobile .finition,
.single .box-infos-mobile .ship,
.single .box-infos-mobile .size,
.single .box-infos .finition,
.single .box-infos .ship,
.single .box-infos .size {
    height: 40px
}

.single .box-infos-mobile .finition .side-elt-title,
.single .box-infos-mobile .ship .side-elt-title,
.single .box-infos-mobile .size .side-elt-title,
.single .box-infos .finition .side-elt-title,
.single .box-infos .ship .side-elt-title,
.single .box-infos .size .side-elt-title {
    float: left
}

.single .box-infos-mobile .finition .side-elt-content,
.single .box-infos-mobile .ship .side-elt-content,
.single .box-infos-mobile .size .side-elt-content,
.single .box-infos .finition .side-elt-content,
.single .box-infos .ship .side-elt-content,
.single .box-infos .size .side-elt-content {
    float: right;
    max-width: 50%;
    line-height: 20px;
    text-align: right
}

.single .box-framing {
    text-align: center
}

.single .box-framing .button {
    width: 100%;
    font-size: 11px
}

.single .box-framing .framed {
    text-align: center;
    float: none;
    vertical-align: top
}

.single .box-framing .framed i {
    text-align: center;
    font-size: 100px;
    line-height: 110px;
    color: #7e7e7e
}

.single .box-framing .clear {
    clear: both
}

.single .box-framing .icon-sculpture {
    margin-bottom: 10px
}

.single .box-framing .icon-sculpture img {
    width: 80px;
    height: auto
}

.single .box-framing .content {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.single .box-framing .content .content-box {
    position: relative;
    width: 290px;
    margin: 10px auto 0
}

.single .box-framing .content .box {
    float: left;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #aaa;
    line-height: 23px;
    background-color: #fff;
    cursor: pointer
}

.single .box-framing .content .box i {
    color: #fff;
    font-size: 14px;
    line-height: 21px
}

.single .box-framing .content .box.active {
    background-color: #ea5a28;
    border: 1px solid transparent
}

.single .box-framing .content .text {
    margin-left: 32px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #1d1d1d;
    font-weight: 300;
    cursor: pointer
}

@media (max-width:1199px) {
    .single .box-framing .content .text {
        font-size: 13px
    }
}

.single .box-framing .content.frame-added {
    font-size: 14px
}

.single .box-framing .content.frame-added span {
    color: #ea5a28;
    font-weight: 300
}

.single .box-framing .content.frame-added .buttons {
    margin-top: 20px
}

.single .box-framing .content.frame-added .buttons .button {
    display: inline-block;
    width: auto
}

.single .box-framing .content.frame-added .buttons .button.other {
    padding-left: 18px;
    padding-right: 18px;
    text-align: center
}

.single .box-framing .content.frame-added .buttons .button.other i {
    margin-right: 0
}

.single .box-framing form {
    margin-top: 20px
}

.single .box-framing form label {
    display: block;
    margin-bottom: 5px
}

.single .box-framing form input[type=email],
.single .box-framing form input[type=text],
.single .box-framing form textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 12px 10px 12px 20px;
    outline: 0;
    font-weight: 300;
    line-height: 1.3em;
    height: 52px;
    -webkit-appearance: none;
    color: #000;
    transition: all .3s ease
}

.single .box-framing form textarea {
    height: 180px
}

.single .box-framing form input:focus[type=email],
.single .box-framing form input:focus[type=text],
.single .box-framing form textarea:focus {
    border-color: #5c5c5c;
    color: #181818;
    font-weight: 300;
    background-color: #fff;
    padding-left: 20px
}

.single .box-framing form button {
    margin-top: 5px
}

.single .box-infos h1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 26px
}

.single .box-infos h2 {
    font-size: 16px;
    color: #ea5a28;
    margin-bottom: 10px;
    font-weight: 400
}

.single .box-infos table,
.single .box-infos table tr {
    width: 100%
}

.single .box-infos table tr td {
    font-size: 12px;
    padding: 8px 0
}

.single .box-infos table tr td.info-type {
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    width: 40%
}

.single .box-infos table tr td.info-text {
    text-align: right;
    font-weight: 300;
    width: 60%;
    color: #9c9c9c;
    font-size: 14px
}

.single .box-infos .info-certificate,
.single .box-infos .info-shipping {
    margin: 30px 0;
    text-align: center
}

.single .box-infos .info-certificate i,
.single .box-infos .info-shipping i {
    color: #ea5a28;
    font-size: 100px;
    text-align: center;
    vertical-align: top
}

.single .box-infos .info-certificate .certificate-title,
.single .box-infos .info-shipping .certificate-title {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 500
}

@media (max-width:1199px) {
    .single .box-infos .info-certificate .certificate-title,
    .single .box-infos .info-shipping .certificate-title {
        font-size: 14px
    }
}

.single .box-infos .info-certificate .certificate-text,
.single .box-infos .info-shipping .certificate-text {
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #1d1d1d;
    font-weight: 300;
    padding: 0
}

@media (max-width:1199px) {
    .single .box-infos .info-certificate .certificate-text,
    .single .box-infos .info-shipping .certificate-text {
        padding: 0
    }
}

.single .box-infos .info-certificate i {
    font-size: 40px
}

@media (max-width:1199px) {
    .single .box-infos .info-certificate i {
        font-size: 60px
    }
}

.single .box-infos .info-shipping i {
    font-size: 50px;
    line-height: 50px
}

@media (max-width:1199px) {
    .single .box-infos .info-shipping i {
        font-size: 70px
    }
}

.single .phone {
    text-align: center
}

.single .box-questions {
    text-align: center;
    margin: 30px 0
}

@media (max-width:1199px) {
    .single .box-questions {
        margin-bottom: 10px
    }
}

.single .box-quick-answers {
    margin: 30px 0
}

@media (max-width:1199px) {
    .single .box-quick-answers {
        margin-top: 0
    }
}

.single .box-quick-answers .nav-tabs>li.active>a,
.single .box-quick-answers .nav-tabs>li.active>a:focus,
.single .box-quick-answers .nav-tabs>li.active>a:hover {
    color: #000;
    background: inherit;
    font-weight: 500;
    border: 0
}

.single .box-quick-answers ul {
    text-align: center;
    border-bottom: 0
}

.single .box-quick-answers .nav-tabs>li {
    float: none;
    display: inline-block;
    text-align: center
}

.single .box-quick-answers .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0 solid transparent;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    color: #9d9d9d;
    padding: 10px 2px;
    text-transform: uppercase
}

@media (max-width:413px) {
    .single .box-quick-answers .nav-tabs>li>a {
        font-size: 11px
    }
}

@media (max-width:1199px) {
    .single .box-quick-answers .nav-tabs>li>a {
        font-size: 9px
    }
}

.single .box-quick-answers .nav-tabs>li>a:hover {
    color: #ea5a28;
    background-color: inherit
}

.single .single-side {
    margin-top: 190px;
    padding-bottom: 100px
}

@media (max-width:991px) {
    .single .single-side {
        margin-top: 40px;
        padding-bottom: 0
    }
}

.single .single-side hr {
    border-top: 1px solid #c5c5c5;
    opacity: .5
}

.single .single-side .side-elt-title {
    color: #181818;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px
}

.single .single-side .side-elt-content {
    font-weight: 500;
    color: #181818;
    font-size: 14px
}

.single .single-side .clear {
    clear: both
}

.single .single-side .tab-content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #1d1d1d;
    font-weight: 300
}

.single .single-side .tab-content .icon {
    color: #ea5a28;
    font-size: 50px;
    float: left;
    width: 70px
}

@media (max-width:413px) {
    .single .single-side .tab-content .icon {
        width: 64px
    }
}

@media (max-width:1199px) {
    .single .single-side .tab-content .icon {
        display: block
    }
}

.single .single-side .tab-content .desc {
    margin-left: 70px
}

@media (max-width:991px) {
    .single .single-side .tab-content .desc {
        text-align: left
    }
}

@media (max-width:1199px) {
    .single .single-side .tab-content {
        margin-top: 5px
    }
}

.single .single-side .tab-content .link {
    font-weight: 500;
    font-size: 11px
}

.single .close-commission-button,
.single .close-contact-button,
.single .close-hold-button {
    text-align: center;
    margin: 10px;
    cursor: pointer
}

.contextualisation {
    position: relative;
    background-size: 350px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto
}

.contextualisation img {
    background: transparent;
    padding: 0;
    position: absolute;
    height: auto;
    vertical-align: bottom;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.contextualisation img.framed {
    -o-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, .3);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, .3)
}

.contextualisation img.sh {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4)
}

.contextualisation.zoom-ctn {
    position: relative;
    height: 100%;
    max-width: 652px;
    margin: 0 auto
}

.contextualisation.zoom {
    background-size: 652px auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.contextualisation.contextualisation-1 {
    width: 350px;
    height: 350px
}

.contextualisation.contextualisation-1.zoom {
    width: 652px;
    height: 652px
}

.contextualisation.contextualisation-2 {
    width: 350px;
    height: 350px
}

.contextualisation.contextualisation-2.zoom {
    width: 652px;
    height: 652px
}

.contextualisation.contextualisation-3 {
    width: 350px;
    height: 309px
}

.contextualisation.contextualisation-3.zoom {
    width: 652px;
    height: 576px
}

.contextualisation.contextualisation-4 {
    width: 350px;
    height: 307px
}

.contextualisation.contextualisation-4.zoom {
    width: 652px;
    height: 571px
}

.contextualisation.contextualisation-5 {
    width: 350px;
    height: 367px
}

.contextualisation.contextualisation-5.zoom {
    width: 652px;
    height: 684px
}

.contextualisation.contextualisation-6 {
    width: 350px;
    height: 346px
}

.contextualisation.contextualisation-6.zoom {
    width: 652px;
    height: 645px
}

.contextualisation.contextualisation-7 {
    width: 350px;
    height: 290px
}

.contextualisation.contextualisation-7.zoom {
    width: 652px;
    height: 541px
}

.contextualisation.contextualisation-8,
.contextualisation.contextualisation-9 {
    width: 350px;
    height: 350px
}

.contextualisation.contextualisation-8.zoom,
.contextualisation.contextualisation-9.zoom {
    width: 652px;
    height: 652px
}

.artist-details {
    margin-top: 0
}

@media (max-width:767px) {
    .artist-details {
        margin-top: 0;
        text-align: center
    }
}

.artist-details .artist-followers {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin: 5px 0
}

.artist-details .box-artist-keys {
    background-color: #f8f8f8;
    padding: 30px;
    margin-top: 0
}

@media (max-width:767px) {
    .artist-details .box-artist-keys {
        margin-top: 20px
    }
}

.artist-details .box-artist-keys .title {
    font-size: 12px;
    color: #ea5a28;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px
}

.artist-details ul.artist-keys li {
    font-size: 14px;
    margin: 8px 0;
    font-weight: 300
}

.artist-details .artist-share {
    margin-top: 0
}

@media (max-width:1199px) {
    .artist-details .artist-share {
        text-align: center
    }
}

.artist-details .artist-share ul {
    margin-top: 10px
}

.artist-details .artist-share li {
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

@media (max-width:797px) {
    .artist-details .artist-share li {
        margin: 0 10px
    }
}

.artist-details .artist-share li i {
    cursor: pointer;
    transition: all .3s ease;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 30px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    background-color: #ebebeb;
    color: #fff
}

.artist-details .artist-share li i:hover {
    color: #fff;
    background-color: #ea5a28
}

.artist-details .artist-share li.facebook i {
    background-color: #38549b
}

.artist-details .artist-share li.facebook i:hover {
    background-color: #ea5a28
}

.artist-details .artist-share li.twitter i {
    background-color: #04abf3
}

.artist-details .artist-share li.twitter i:hover {
    background-color: #ea5a28
}

.artist-details .artist-share li.pinterest i {
    background-color: #0b76a0
}

.artist-details .artist-share li.pinterest i:hover {
    background-color: #ea5a28
}

.artist-details .artist-share li.email i {
    background-color: #474747
}

.artist-details .artist-share li.email i:hover {
    background-color: #ea5a28
}

@media (max-width:991px) {
    .notification.add-artist {
        bottom: 60px!important;
        z-index: 999!important
    }
}

.owl-carousel.vcenter .owl-stage {
    display: flex;
    align-items: center
}

.prices .currency {
    display: inline-block
}

.prices .currency .dropdown button.btn.dropdown-toggle {
    color: #ea5a28;
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
    margin-left: 5px
}

@media (max-width:991px) {
    .single {
        padding-top: 20px
    }
}

.single header {
    margin-bottom: 30px;
    position: relative
}

.single header .tooltip-inner {
    width: 120px
}

@media (max-width:991px) {
    .single header {
        padding-top: 140px;
        margin-bottom: -40px
    }
}

.single header .favorites {
    float: left;
    width: 50px;
    height: 50px
}

@media (max-width:991px) {
    .single header .favorites {
        margin-left: 20px
    }
}

@media (max-width:767px) {
    .single header .favorites {
        height: 100px
    }
}

.single header .favorites i {
    color: #000;
    font-size: 32px;
    margin-left: 0;
    vertical-align: middle;
    transition: all .3s ease
}

.single .sidebar {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:991px) {
    .single .sidebar {
        position: absolute;
        right: 0;
        top: 0;
        float: none;
        width: 18%;
        width: 25%;
        margin-right: 12%
    }
}

@media (min-width:1199px) {
    .single .sidebar {
        margin-right: 4%
    }
}

@media (min-width:1366px) {
    .single .sidebar {
        width: 24%;
        margin-right: 6%
    }
}

@media (min-width:1600px) {
    .single .sidebar {
        width: 20%;
        margin-right: 13%
    }
}

@media (min-width:1850px) {
    .single .sidebar {
        width: 17%;
        margin-right: 18%
    }
}

@media (min-width:2560px) {
    .single .sidebar {
        width: 13%;
        margin-right: 27%
    }
}

.single .title-section {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    vertical-align: middle;
    margin-top: 15px;
    margin-left: 0
}

@media (max-width:991px) {
    .single .title-section {
        margin-left: 0
    }
}

.single .title-section i,
.single .title-section span {
    vertical-align: middle;
    line-height: 37px
}

.single .title-section i {
    color: #ea5a28;
    font-size: 32px;
    margin-right: 10px;
    float: left
}

.single .artwork-details {
    min-width: 50px
}

@media (max-width:767px) {
    .single .artwork-details {
        padding-top: 0
    }
}

.single .artwork-details hr {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .single .artwork-details hr {
        margin-bottom: 30px
    }
}

.single .artwork-details .clear {
    clear: both
}

.single .artwork-details p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    color: #414141;
    font-weight: 300
}

.single .artwork-details.no-ctx ul.artwork-details-list {
    align-items: inherit
}

.single .artwork-details.no-ctx ul.artwork-details-list li {
    width: 25%
}

.single .artwork-details.no-ctx ul.artwork-details-list li .title span {
    font-size: 9px;
    text-transform: inherit
}

.single .artwork-details.no-ctx ul.artwork-details-list li .info,
.single .artwork-details.no-ctx ul.artwork-details-list li .title {
    font-size: 13px
}

@media (max-width:1199px) {
    .single .artwork-details.no-ctx ul.artwork-details-list li {
        width: 50%
    }
}

@media (max-width:991px) {
    .single .artwork-details.no-ctx ul.artwork-details-list li {
        width: 25%
    }
}

@media (max-width:767px) {
    .single .artwork-details.no-ctx ul.artwork-details-list li {
        width: 50%
    }
}

.single .artwork-details ul.artwork-details-list {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start
}

.single .artwork-details ul.artwork-details-list li {
    width: 32%;
    flex-grow: 0;
    width: 49%;
    height: auto;
    border-left: 0px solid #000;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    vertical-align: top;
    padding-right: 15px;
    margin: 10px 0
}

@media (max-width:1199px) {
    .single .artwork-details ul.artwork-details-list li {
        width: 32%
    }
}

@media (max-width:767px) {
    .single .artwork-details ul.artwork-details-list li {
        width: 49%
    }
}

.single .artwork-details ul.artwork-details-list li .title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px
}

.single .artwork-details ul.artwork-details-list li .info {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    font-weight: 300
}

.single .artwork-details .canvas {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block
}

@media (max-width:767px) {
    .single .artwork-details .canvas,
    .single .artwork-details .canvas:first-child {
        width: 95%
    }
}

.single .artwork-details #a-desc {
    min-height: 68px;
    padding-top: 10px
}

.single .artwork-details .info-bio-no-translate {
    font-size: 11px;
    color: #ea5a28;
    margin-top: 20px;
    margin-bottom: 10px;
    font-style: italic;
    text-align: right
}

.single .artwork-details .info-no-translate {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .8);
    z-index: 1
}

.single .artwork-details .info-no-translate .ctnt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single .artwork-details .info-no-translate .read,
.single .artwork-details .info-no-translate .translate {
    display: inline-block
}

@media (max-width:767px) {
    .single .artwork-details .info-no-translate {
        position: static;
        width: 82%;
        margin: 0 auto
    }
}

.single .artwork-details .info-no-translate .button {
    margin-bottom: 5px
}

.single .artwork-details .info-no-translate .button a {
    cursor: pointer
}

.single .artwork-details .focus-desc {
    position: relative
}

@media (max-width:1199px) and (min-width:991px) {
    .single .artwork-details .focus-desc {
        margin-left: 5px;
        margin-top: 15px;
        margin-bottom: 20px
    }
}

@media (max-width:991px) {
    .single .artwork-details .focus-desc {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .single .artwork-details .focus-desc {
        margin: 10px
    }
}

.single .artwork-details .focus-desc p {
    color: #414141;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px
}

.single .artwork-details .focus-desc span.focus {
    display: block
}

@media (max-width:767px) {
    .single .artwork-details .focus-desc span.focus {
        margin-bottom: 20px
    }
}

.single .artwork-details .focus-desc p,
.single .artwork-details .focus-desc span {
    display: inline
}

.single .artwork-details .focus-desc p::-webkit-scrollbar-track,
.single .artwork-details .focus-desc span::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.single .artwork-details .focus-desc p::-webkit-scrollbar,
.single .artwork-details .focus-desc span::-webkit-scrollbar {
    width: 0;
    background-color: #f5f5f5
}

.single .artwork-details .focus-desc p::-webkit-scrollbar-thumb,
.single .artwork-details .focus-desc span::-webkit-scrollbar-thumb {
    background-color: #878787;
    border: 2px solid #555
}

.single .artwork-details .focus-desc .more-dots,
.single .artwork-details .focus-desc .more-text {
    display: inline;
    font-weight: 300
}

.single .artwork-details .focus-desc .read-less,
.single .artwork-details .focus-desc .read-more {
    display: inline-block;
    margin-top: 10px
}

.single .artwork-main .artwork-slider .slide-more-pics {
    margin: 0 10%;
    background-color: #f8f8f8;
    border-radius: 5px;
    height: 1px;
    padding: 75px
}

@media (max-width:767px) {
    .single .artwork-main .artwork-slider .slide-more-pics {
        padding: 20px;
        margin: 0
    }
}

.single .artwork-main .artwork-slider .slide-more-pics .headings {
    margin-bottom: 32px;
    text-align: center
}

.single .artwork-main .artwork-slider .slide-more-pics .headings i {
    color: #ea5a28;
    font-size: 100px;
    line-height: 40px
}

@media (max-width:767px) {
    .single .artwork-main .artwork-slider .slide-more-pics .headings i {
        font-size: 60px
    }
}

.single .artwork-main .artwork-slider .slide-more-pics .headings .icon-sculpture img {
    width: 95px;
    margin-bottom: 10px
}

.single .artwork-main .artwork-slider .slide-more-pics .headings h2 {
    margin-bottom: 16px
}

@media (max-width:767px) {
    .single .artwork-main .artwork-slider .slide-more-pics .headings h2 {
        font-size: 26px
    }
}

.single .artwork-main .artwork-slider .slide-more-pics .headings p {
    font-weight: 400;
    color: grey
}

.single .artwork-main .artwork-slider .slide-more-pics .form-container {
    width: 72%;
    margin-left: 14%
}

@media (max-width:1199px) {
    .single .artwork-main .artwork-slider .slide-more-pics .form-container {
        width: 100%;
        margin-left: 0
    }
}

.single .artwork-main .artwork-slider .slide-more-pics .form-container .form-control {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px
}

.single .artwork-main .artwork-slider .slide-more-pics .form-container label {
    font-weight: 400;
    padding-left: 2.5em
}

.single .artwork-main .artwork-slider .slide-more-pics .form-container button {
    width: 100%
}

.single .artwork-main .artwork-slider .slide-more-pics .form-feedback {
    padding-top: 32px
}

@media (max-width:767px) {
    .single .artwork-main .artwork-slider .slide-more-pics .form-feedback {
        padding-bottom: 32px
    }
}

.single .artwork-main .artwork-slider .slide-more-pics .form-feedback i {
    color: #ea5a28;
    font-size: 120px;
    line-height: 60px
}

@media (max-width:767px) {
    .single .artwork-main .artwork-slider .slide-more-pics .form-feedback i {
        font-size: 60px
    }
}

.single .artwork-main .artwork-slider .slide-more-pics .form-feedback h2 {
    margin-bottom: 16px
}

.single .artwork-main .artwork-slider .slide-more-pics .form-feedback p {
    font-weight: 400;
    color: grey
}

.single .artwork-thumbs {
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    height: auto;
    line-height: 52px
}

.single .artwork-thumbs .mpic {
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 10px;
    opacity: .25
}

.single .artwork-thumbs .mpic .more {
    font-size: 15px;
    background-color: #888;
    height: 30px;
    width: 30px;
    color: #000;
    line-height: 30px;
    font-weight: 500
}

.single .artwork-thumbs .mpic.active {
    opacity: 1
}

.single .artwork-thumbs .mpic.active .more {
    color: #fff
}

.single .artwork-thumbs .mpic img {
    height: 30px;
    width: 30px
}

.single .artwork-thumbs .mpic .artwork-video-thumb {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: #000 url(https://d17h7hjnfv5s46.cloudfront.net/assets/build/images/ico_video.cf9c20bf.svg) 50%/22px no-repeat
}

.single .artwork-main {
    position: relative;
    text-align: center;
    z-index: 99
}

.single .artwork-main.ls {
    margin-top: 70px;
    max-height: 72vh
}

.single .artwork-main.pt {
    margin-top: 55px
}

@media (max-width:991px) {
    .single .artwork-main.ls {
        margin-top: 175px
    }
    .single .artwork-main.pt {
        margin-top: 160px
    }
}

@media (max-width:667px) {
    .single .artwork-main.ls {
        margin-top: 155px
    }
    .single .artwork-main.pt {
        margin-top: 136px
    }
}

@media (max-width:375px) {
    .single .artwork-main.ls {
        height: calc(313.5px/var(--pr))
    }
    .single .artwork-main.ls.framed-main {
        height: calc(462px/var(--pr))
    }
    .single .artwork-main.pt {
        min-height: 45vh
    }
}

@media (min-width:375px) and (max-width:414px) {
    .single .artwork-main.ls {
        height: calc(342px/var(--pr))
    }
    .single .artwork-main.ls.framed-main {
        height: calc(504px/var(--pr))
    }
    .single .artwork-main.pt {
        min-height: 50vh
    }
}

@media (min-width:768px) and (max-width:991px) {
    .single .artwork-main.ls {
        height: calc(712.5px/var(--pr))
    }
    .single .artwork-main.ls.framed-main {
        height: calc(862.5px/var(--pr))
    }
    .single .artwork-main.pt {
        min-height: 50vh
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .single .artwork-main.ls {
        height: calc(508.25px/var(--pr))
    }
    .single .artwork-main.ls.framed-main {
        height: calc(658.05px/var(--pr))
    }
    .single .artwork-main.pt {
        min-height: 65vh
    }
}

@media (min-width:1199px) {
    .single .artwork-main.ls {
        height: calc(712.5px/var(--pr))
    }
    .single .artwork-main.ls.framed-main {
        height: calc(825px/var(--pr))
    }
    .single .artwork-main.pt {
        min-height: 55vh
    }
}

.single .artwork-main button.owl-next,
.single .artwork-main button.owl-prev {
    top: inherit;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #eee!important;
    bottom: -46px
}

.single .artwork-main button.owl-next:before,
.single .artwork-main button.owl-prev:before {
    left: 11px;
    font-size: 17px
}

.single .artwork-main button.owl-next:hover,
.single .artwork-main button.owl-prev:hover {
    background-color: #ea5a28!important
}

.single .artwork-main img {
    cursor: pointer;
    max-width: 95%;
    width: auto;
    background: transparent;
    position: relative;
    bottom: 0;
    margin: 0 auto
}

.single .artwork-main img.main.sh {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4)
}

.single .artwork-main img.main {
    max-height: 72vh
}

@media (max-width:375px) {
    .single .artwork-main img.main.ls {
        height: calc(313.5px/var(--pr))
    }
    .single .artwork-main img.alt.ls {
        max-height: calc(313.5px/var(--pr))
    }
}

@media (min-width:375px) and (max-width:414px) {
    .single .artwork-main img.main.ls {
        height: calc(342px/var(--pr))
    }
    .single .artwork-main img.alt.ls {
        max-height: calc(342px/var(--pr))
    }
}

@media (min-width:768px) and (max-width:991px) {
    .single .artwork-main img.main.ls {
        height: calc(712.5px/var(--pr))
    }
    .single .artwork-main img.alt.ls {
        max-height: calc(712.5px/var(--pr))
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .single .artwork-main img.main.ls {
        height: calc(508.25px/var(--pr))
    }
    .single .artwork-main img.alt.ls {
        max-height: calc(508.25px/var(--pr))
    }
}

@media (min-width:1199px) {
    .single .artwork-main img.main.ls {
        height: calc(712.5px/var(--pr))
    }
    .single .artwork-main img.alt.ls {
        max-height: calc(712.5px/var(--pr))
    }
}

.single .owl-item img.main {
    margin-top: 5px;
    margin-bottom: 5px
}

.single .owl-item img.main.photography-small {
    margin-top: 10px;
    margin-bottom: 10px
}

.single .owl-item img.main.photography-medium {
    margin-top: 16px;
    margin-bottom: 16px
}

.single .owl-item img.main.photography-large {
    margin-top: 28px;
    margin-bottom: 28px
}

.single .owl-item img.main.painting-small {
    margin-top: 19px;
    margin-bottom: 19px
}

.single .owl-item img.main.painting-medium {
    margin-top: 29px;
    margin-bottom: 29px
}

.single .owl-item img.main.painting-large {
    margin-top: 39px;
    margin-bottom: 39px
}

.single .owl-item img.main.framed {
    max-width: calc(100%*var(--fr))
}

.single .artwork-focus h1 {
    font-size: 23px;
    line-height: 30px;
    color: #000;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 17px;
}

.single .artwork-focus h1 span {
    color: #555;
    font-style: normal;
    font-weight: 300;
    font-size: 16px
}

@media (max-width:1199px) {
    .single .artwork-focus h1 {
        font-size: 21px;
        line-height: 27px
    }
}

@media (max-width:991px) {
    .single .artwork-focus h1 {
        margin-left: 17px;
    }
}

.single .artwork-focus h2 {
    font-size: 17px;
    line-height: 30px;
    padding: 0;
    font-weight: 300;
    margin: 0;
    display: inline-block
}

.single .artwork-focus h2 a {
    border-bottom: 2px #ea5a28
}

.single .artwork-focus h2 a:hover {
    border-bottom: 2px solid #ea5a28
}

.single .artwork-focus a {
    color: #ea5a28
}

.single .artwork-focus a.link {
    text-transform: uppercase;
    margin-top: 10px
}

.single .artwork-focus .focus-slider div {
    cursor: pointer
}

@media (max-width:767px) {
    .single .artwork-focus .focus-slider {
        margin: 0 0 30px
    }
    .single .artwork-focus .focus-slider .owl-item {
        overflow: hidden
    }
}

.single .artwork-focus .focus-slider .owl-dots {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.single .artwork-focus .focus-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.single .artwork-focus .focus-slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.single .artwork-focus .focus-slider .owl-dots .owl-dot.active span,
.single .artwork-focus .focus-slider .owl-dots .owl-dot:hover span {
    background: #000
}

.single .artwork-focus .container-slider {
    min-height: 350px;
    padding-right: 10px;
    vertical-align: top
}

@media (max-width:1199px) {
    .single .artwork-focus .container-slider {
        display: block;
        width: 100%;
        text-align: center
    }
}

@media (max-width:767px) {
    .single .artwork-focus .container-slider {
        width: 100%;
        float: none;
        display: block;
        padding-right: 0
    }
}

.single .artwork-artist-desc .link,
.single .focus-desc .link {
    margin-bottom: 20px
}

.single .artwork-artist-desc p,
.single .focus-desc p {
    margin-top: 0;
    font-weight: 300;
    color: #181818;
    line-height: 23px
}

@media (max-width:767px) {
    .single .artwork-artist-desc p,
    .single .focus-desc p {
        text-align: center
    }
}

.single .artwork-artist-desc p strong,
.single .focus-desc p strong {
    color: #000;
    font-weight: 400
}

.single .artwork-artist,
.single .artwork-focus {
    margin-top: 10px
}

@media (max-width:767px) {
    .single .artwork-artist,
    .single .artwork-focus {
        margin-top: 0
    }
}

.single .artwork-artist span.focus,
.single .artwork-focus span.focus {
    font-size: 26px
}

.single .artwork-artist span.focus i,
.single .artwork-focus span.focus i {
    color: #ea5a28;
    font-size: 32px
}

.single .artwork-artist .artwork-artist-about,
.single .artwork-focus .artwork-artist-about {
    margin-top: 10px
}

.single .artwork-artist .artwork-artist-desc,
.single .artwork-focus .artwork-artist-desc {
    margin-top: 20px
}

.single .artwork-artist .artwork-artist-desc p,
.single .artwork-focus .artwork-artist-desc p {
    margin-bottom: 20px
}

.single .artwork-focus {
    margin-top: 30px
}

@media (max-width:767px) {
    .single .artwork-focus {
        margin-top: 20px
    }
}

.single .artwork-artist {
    padding-bottom: 30px;
    padding-top: 0
}

@media (max-width:767px) {
    .single .artwork-artist {
        background-color: #fff
    }
}

.single .artwork-artist .artwork-artist-thumb {
    margin-top: 20px
}

@media (max-width:767px) {
    .single .artwork-artist .artwork-artist-thumb {
        margin-top: 0
    }
}

.single .artwork-artist .artwork-artist-thumb .link.black {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    text-align: right
}

.single .artwork-artist .artwork-artist-thumb img {
    width: 100%;
    height: auto
}

@media (max-width:767px) {
    .single .artwork-artist .artwork-artist-thumb img {
        margin-top: 30px
    }
}

@media (max-width:991px) {
    .single .artwork-artist {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .single .artwork-artist {
        margin-bottom: 0;
        padding-top: 0
    }
}

.single .artwork-artist .prizes {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .single .artwork-artist .prizes {
        text-align: center
    }
}

.single .artwork-artist .prizes .title {
    font-size: 24px;
    font-weight: 500;
    color: #181818
}

@media (max-width:991px) {
    .single .artwork-artist .prizes .title {
        text-align: center;
        font-size: 22px
    }
}

.single .artwork-artist .prizes ul {
    margin-top: 15px;
    margin-bottom: 15px
}

.single .artwork-artist .prizes ul li {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    text-align: center;
    height: 80px;
    border-right: 1px solid #c5c5c5;
    font-size: 10px;
    font-weight: 400
}

@media (max-width:1199px) and (min-width:991px) {
    .single .artwork-artist .prizes ul li {
        width: 46%;
        margin-bottom: 10px;
        padding: 2%
    }
    .single .artwork-artist .prizes ul li:nth-child(2) {
        border-right: 0
    }
}

.single .artwork-artist .prizes ul li:last-child {
    border-right: 0
}

.single .artwork-artist .prizes ul li span {
    color: #ea5a28;
    font-weight: 500;
    font-size: 36px
}

.single .artwork-artist .btn.dark {
    padding: 0;
    background-color: #393939;
    text-transform: uppercase
}

.single .artwork-artist .btn.dark a {
    display: block;
    padding: 20px
}

@media (max-width:767px) {
    .single .artwork-artist .btn.dark {
        width: 100%
    }
    .single .artwork-artist .btn.dark a {
        padding: 15px 10px;
        font-size: 12px
    }
}

.single .artwork-artist .btn.dark:hover {
    background-color: #4b4b4b
}

.single .artwork-artist .artwork-artist-desc {
    margin-top: 20px
}

@media (max-width:767px) {
    .single .artwork-artist .artwork-artist-desc {
        padding-top: 15px;
        margin-top: 0;
        text-align: center
    }
}

.single .artwork-artist .artwork-artist-desc blockquote {
    border: 0;
    font-weight: 500;
    font-style: italic;
    border-left: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0;
    margin: 0 0 20px
}

@media (max-width:767px) {
    .single .artwork-artist .artwork-artist-desc blockquote {
        text-align: center
    }
}

@media (max-width:1199px) {
    .single .artwork-artist .artist-details .artist-share {
        text-align: right
    }
}

@media (max-width:991px) {
    .single .artwork-artist .artist-details .artist-share {
        text-align: right
    }
}

@media (max-width:767px) {
    .single .artwork-artist .artist-details .artist-share {
        text-align: center
    }
}

.single .artwork-artist .button-follow {
    text-align: left;
    margin: 6px auto 0;
    font-size: 12px;
    width: 210px
}

@media (max-width:991px) {
    .single .artwork-artist .button-follow {
        width: 250px
    }
}

@media (max-width:767px) {
    .single .artwork-artist .button-follow {
        margin-top: 0
    }
}

.single .artwork-artist .button-follow .text {
    width: 100%;
    padding: 10px 20px 10px 40px
}

.single .artwork-artist .button-follow .text:hover {
    background-color: #ea5a28;
    color: #fff
}

@media (max-width:1199px) {
    .single .artwork-artist .button-follow .text {
        padding-left: 50px;
        font-size: 11px
    }
}

@media (max-width:991px) {
    .single .artwork-artist .button-follow {
        text-align: left
    }
    .single .artwork-artist .button-follow .text {
        padding-left: 60px;
        font-size: 14px
    }
}

@media (max-width:767px) {
    .single .artwork-artist .button-follow {
        text-align: center;
        width: 50%;
        margin: 25px auto
    }
    .single .artwork-artist .button-follow .text {
        font-size: 12px
    }
}

.single .collection {
    padding-bottom: 40px;
    margin-top: 0;
    padding-top: 40px
}

.single .collection .cta-more-c {
    bottom: 210px
}

@media (max-width:767px) {
    .single .collection {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.single .collection header {
    margin-bottom: 0
}

@media (max-width:991px) {
    .single .collection header {
        padding-top: 0
    }
}

.single .collection .title {
    font-size: 26px;
    position: relative;
    padding: 20px 50px
}

.single .collection .title.with-link {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991px) {
    .single .collection .title.with-link {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
        line-height: 30px
    }
    .single .collection .title.with-link a {
        display: inline-block;
        margin-top: 20px;
        white-space: inherit;
        text-decoration: underline
    }
    .single .collection .title.with-link a.link.white {
        border: 0!important
    }
}

.single .collection.odd {
    margin-top: 0;
    background-color: #202020
}

.single .collection.odd .title {
    color: #fff
}

.single .collection.odd .artist-container .material {
    color: #aaa;
    text-align: right;
    margin-top: 10px
}

.single .collection.odd .artist-container .material .meta {
    color: #fff
}

.single .collection.even {
    margin-top: 0;
    background-color: #2f2f2f
}

.single .collection.even .title {
    color: #fff
}

.single .collection.even .title a:hover {
    color: #ea5a28
}

.single .collection.even .artist-container .material {
    color: #aaa;
    text-align: right;
    margin-top: 10px
}

.single .collection.even .artist-container .material .meta {
    color: #fff
}

.single .collection.latest {
    background-color: #fff
}

.single .collection.latest .title {
    color: #000
}

.single .collection.latest .artist-container .material {
    color: #aaa;
    text-align: right;
    margin-top: 10px
}

.single .collection.latest .artist-container .material .meta {
    color: #000
}

.single .collection .link {
    float: right
}

@media (max-width:767px) {
    .single .collection .link {
        display: none
    }
}

.single .box-price-mobile a.other.rounded {
    font-size: 14px;
    padding-top: 9px
}

.single .box-framing .buttons {
    margin-top: 20px
}

.single .box-framing .buttons .button.other {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    width: auto
}

.pswp .pswp__img {
    background-color: #fff
}