body {
    font-family: 'ProximaNova', sans-serif;
}

nav {
    width: 100%;
    position: fixed;
    height: 100px;
    background-color: #FFF;
    z-index: 200;
    transition: height 0.5s;
    /*overflow: hidden;*/

}
@media (max-width: 992px) {
    nav {
        overflow: hidden;

    }
}

nav.full {
    height: 100vh !important;
}

.winSizechecker {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    right: 0;
    pointer-events: none;

}

.nav-fixer {
    width: 100%;
    height: 110px;
}

.logo {
    display: inline-block;
    float: left;
    padding: 25px 0;
    transition: padding 0.3s;
}

.logo img {
    max-width: 275px;
    max-width: 260px;
    position: relative;
    top: -9px;
    left: -14px;

}

.menu {
    display: inline-block;
    float: right;
    padding-top: 30px;
    transition: padding 0.3s;

}

.menu > li {
    display: inline-block;
    border-right: 1px solid #555;
}

.menu > li:last-child {
    border-right: none;
}
.menu > li.munt {
    border-right: none;
}

.menu > li > a {
    text-align: center;
    display: inline-block;
    padding: 11px 14px;
    font-size: 1.2em;
    transition: padding 0.3s;
}
@media (max-width: 1199px){
    .menu > li > a {

        padding: 11px 8px;
        font-size: 1.1em;

    }
}
.menu > li.active > a {
    font-weight: bold;
}

@media (max-width: 991px) {
    .menu > li > a {
        padding-left: 15px;
        padding-right: 15px;

    }
}

@media (max-width: 992px) {
    .hidden-in-mobile {
        display: none;
    }

    .menu-btn-wp {
        display: inline-block;
    }

    .menu {
        width: 100%;
        display: block;
        float: right;
    }

    .menu > li {
        display: block;
        border-right: none;
    }
}
.cart-icon {
    width: 30px;
    text-align: center;
    float: right;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

    margin-left: 10px;
    position: relative;
    font-size: 1.4em;
    transition: margin 0.3s;

}
.cart-icon .badge-mr {
    width: 18px;
    height: 18px;
    background-color: #444;
    line-height: 120%;
    color: #FFF;
    position: absolute;
    bottom: 13px;
    left: 0;
    border-radius: 100%;
    border: 1px solid #FFF;
    font-size: 0.7em;
}

.menu-btn-wp {
    width: auto;
    margin-top: 43px;
    float: right;
    display: none;
    transition: margin 0.3s;
}

.menu-btn-wp .menu-btn {
    width: 22px;
    height: 22px;
    position: relative;
    background-color: transparent;
    border: none;
    color: #333;
    outline: none;
    margin-left: 10px;
}

.menu-btn-wp .menu-btn > span {
    width: 22px;
    height: 3px;
    background-color: #333;
    position: absolute;
    display: inline-block;
    transition: 0.3s;
}

.menu-btn-wp .menu-btn > span:nth-child(1) {
    left: 0;
    top: 0;
}

.menu-btn-wp .menu-btn > span:nth-child(2) {
    left: 0;
    top: 6px;
}

.menu-btn-wp .menu-btn > span:nth-child(3) {
    left: 0;
    top: 12px;
}

.menu-btn-wp .menu-btn > span:nth-child(4) {
    left: 0;
    top: 18px;
}

.menu-btn-wp .menu-btn.opened > span:nth-child(1) {
    transform: rotate(45deg); /* needs Y at 0 deg to behave properly*/
    top: 8px;
}

.menu-btn-wp .menu-btn.opened > span:nth-child(2) {
    opacity: 0;
}

.menu-btn-wp .menu-btn.opened > span:nth-child(3) {
    opacity: 0;
}

.menu-btn-wp .menu-btn.opened > span:nth-child(4) {
    transform: rotate(-45deg); /* needs Y at 0 deg to behave properly*/
    top: 8px;
}

nav.motioned {
    height: 80px;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
}

nav.motioned .menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.motioned .menu {
    padding-top: 20px;
}
nav.motioned .cart-icon {
    margin-top: 10px;
}

nav.motioned .logo {

    padding-top: 13px;
}

nav.motioned .menu-btn-wp {
    margin-top: 33px;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #333;
}

.animation-header-box {
    position: relative;
}


@media (max-width: 992px) {
    .hidden-in-mobile {
        display: none;
    }

    .menu-btn-wp {
        display: inline-block;
    }

}

.artist {
}

.artist > h2 {
    font-size: 1.3em;
    font-weight: bold !important;
    text-transform: capitalize;
    text-align: right;
    margin-bottom: 10px;
}

.artists-artworks-gallery {
    position: relative;
}

@media (max-width: 992px) {
    .artists-artworks-gallery {
        display: none;
    }
}

.artist-info-col {
}

.artist-info-col .artist-image {
    margin-bottom: 10px;
}
.artist-info-col .artist-image img {
    width: 100%;
}

.artist-info-col .avatar-image {
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;
     position: relative;
}
.artist-info-col .avatar-image .edit-button {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
}
.artist-info-col .avatar-image img {
    width: 100%;
    display: inline;
}
.dash-wel {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom:10px;
    text-align: left;
}
.artist-info-col .artist {
    margin-bottom: 10px;
}

.artist-info-col .artist > h2 {
    text-align: left;

}

.artist-info-col .artist > .born {
    font-size: 1.2em;
    font-weight: lighter;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.artist-name-h2 {
    text-align: left;
    font-size: 1.7em;
    margin-bottom: 10px;
    padding-top: 10px;
}

.artist-title {
    position: relative;
    min-height: 22px;
    border-bottom: 1px solid #333;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;

}

.artist-title:before {
    /*content: '';*/
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;

    left: 0;
    top: 12px;
}

.born-line {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.born-line2 {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.artist-bio {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 150%;
}

.artist-info-col .exhibition .h2 {
    margin-bottom: 5px;

}

.artist-info-col .exhibition .h3 {
    margin-bottom: 5px;
    color: #555;
}

.artist-info-col .exhibition .div {
    margin-bottom: 5px;
    color: #555;
}

.artist-info-col .exhibition .artist-row {
    border-top: 1px solid #777;
    min-height: 70px;
    padding: 10px 0 10px 60px;
    position: relative;
}

.artist-info-col .exhibition .artist-row .name {
    padding-top: 8px;
    margin-bottom: 8px;
}

.artist-info-col .exhibition .artist-row .born-line2 {

}

.artist-info-col .exhibition .artist-row .image-frame {
    width: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}

.artist-info-col .exhibition .artist-row .image-frame img {
    width: 50px;
}

.artworks-list .artist-row {
    min-height: 70px;
    padding: 0 0 10px 60px;
    position: relative;
}

.artworks-list .artist-row .name {
    padding-top: 8px;
    margin-bottom: 8px;
}

.artworks-list .artist-row .born-line2 {

}

.artworks-list .artist-row .image-frame {
    width: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}

.artworks-list .artist-row .image-frame img {
    width: 50px;
}

.price-box-padding,
.slideshow-frame,
.artist-info-col {

}

.scrol-box {
    max-height: 200px;
}

.title-001 {
    font-weight: bold;
    margin-bottom: 10px;
}

.exhibition-list {
    margin-bottom: 50px;
    padding-top: 10px;
}

.exhibition-data-line {
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: lighter;
}

.exhibition-data-line:before {
    content: '- ';
}

.exhibition-data-line span {
    color: #222;
    font-weight: bold;
}

.slideshow-frame {
    margin-bottom: 100px;
    padding: 0 40px;
    position: relative;
}

@media (max-width: 992px) {
    .slideshow-frame {
        margin-bottom: 100px;
        padding: 0 0;
    }

}
.likes-frame {
    width: 35px;
    position: absolute;
    right: 0;
     top: 0;
}
.likes-frame button {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    background-color: transparent;
    border:none;
    padding: 0;
    line-height: 0;
    font-size: 1.6em;
    color: #999;
}
.likes-frame button.btn-lke {
    font-size: 1.75em;
}

@media (max-width: 768px) {
    .likes-frame {
        position: relative;
        width: 100%;
    }
}
.exh-view .exb-img-frame {
     padding-right: 0;
}
.exh-view .price-box .row {
    padding: 1px 0;
}
.exh-view .likes-frame {
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.slideshow-frame .big-image {
    padding: 0;
    text-align: center;
}

.slideshow-frame .big-image img {
    max-width: 96%;
    display: inline;
    margin-bottom: 30px;
}

.slideshow-frame .thumbs {
    height: 60px;
    padding: 0 40px;
    position: relative;
}

.slideshow-frame .thumbs .nav-btn {
    position: absolute;
    width: 30px;
    height: 60px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    border: none;

}

.slideshow-frame .thumbs .nav-btn.prev {
    left: auto;
    right: 0;
}

.slideshow-frame .thumbs .rail-frame {


}

.slideshow-frame .thumbs .rail {
    height: 60px;
    width: auto;
    white-space: nowrap;
}

.slideshow-frame .thumbs .rail button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.slideshow-frame .thumbs .rail button img {

}

.price-box {

}

.price-box .row {
    display: block;
    padding: 5px 0;
    margin-bottom: 2px !important;
}

.price-box .row.colored-1 {
    background-color: #e6e7e9;
    background-color: #e6e7e9;
    padding: 8px 0;
    max-width: 250px;
    margin: auto;
}

.price-box .row.colored-2 {
    background-color: #908f35;
    text-align: center;
    max-width: 250px;
    margin: auto;
    padding: 8px 0;
}

.price-box .row.colored-3 {
    background-color: #c63a45;
    text-align: center;
    max-width: 250px;
    padding: 8px 0;
     color: #FFF;
    margin: auto;
}

.price-box .row .half {
    float: left;
    width: calc(50% - 5px);
}

.price-box .row .half:nth-child(1) {
    text-align: right;
}

.price-box .row .half:nth-child(3) {
    text-align: left;
    color: #888;
}

.price-box .row > span {
    width: 10px;
    text-align: center;
    float: left;
}



.price-btn {

}

.exhibition-items-wp {
    padding: 0 40px;
}

.exhibition-list-item {
}

.exhibition-list-item .image-frame {
    width: 100%;
    margin-bottom: 10px;
}

.exhibition-list-item .image-frame img {
    width: 100%;
}

.exhibition-slides {
    padding: 0 30px;
    position: relative;
    margin-bottom: 40px;
}



.exhibition-list-item .data {
}

.exhibition-list-item .data .h2 {
    margin-bottom: 3px;
    font-size: 1.2em;
    text-transform: capitalize;
    font-weight: lighter;
}

.exhibition-list-item .data .h3 {
    font-weight: lighter;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.exhibition-list-item .data .div {
    font-weight: lighter;
    margin-bottom: 3px;
    text-transform: capitalize;
}


.filters {
    margin-bottom: 50px;
}

.box-select {
    position: relative;
    padding-left: 50px;
    white-space: nowrap;
    background-color: transparent;
    margin-bottom: 25px;

}

.box-select:before {
    position: absolute;
    content: attr(data-label);
    left: 0;
    top: 0;
    text-align: right;
    width: 40px;
    padding-top: 4px;

}

.box-select select {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: 1px solid #666;
}
.box-select.dim {
    padding-left: 75px;
}
.box-select.dim2 {
    padding-left: 60px;
}
.artw-img {
    opacity: 0;
}
.artw-wp {
    background-color: #eee;
}

@media (max-width: 992px) {
    .box-select.dim ,
    .box-select.dim2 ,
    .box-select {
        margin-bottom: 15px;
        padding-left: 85px;
    }

    .box-select select {
        width: 100%;
    }

    .box-select:before {
        text-align: left;
    }
}

.grid-sizer {
    width: 25%;
}


.artworks .grid-item {
    width: 20%;
}
.grid-item.inload {
    opacity: 0;
}

@media (max-width: 768px) {
    .artworks .grid-item {
        width: 50%;
        margin-bottom: 0;
    }
}


.artworks-33 .grid-item {
    width: 33%;
    padding: 0 15px 30px ;
}

.artworks-25 .grid-item {
    width: 25%;
    padding: 0 15px 30px ;
    display: inline-block;
}

@media (max-width: 768px) {
    .artworks-25 .grid-item {
        width: 50%;
        padding: 0 15px 30px ;
    }
    .artworks-33 .grid-item {
        width: 50%;
        padding: 0 15px 30px ;
    }
}

.artwork-frame {
    position: relative;
    padding: 15px;
}

.artwork-frame .image-frame {
    width: 100%;
    margin-bottom: 10px;
}

.artwork-frame .image-frame img {
    width: 100%;
}

.artwork-frame .data {
    width: 100%;
    text-transform: capitalize;
}

.artwork-frame .data .h3 {
    font-size: 0.9em;
    text-transform: capitalize;
}

.artwork-frame .data .h2 {
    font-weight: bold !important;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.home-baner {
    height: calc(100vh - 110px);
    /*background-color: red;*/
}

.loading {
    padding-bottom: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: none;
}

.loading img {
    width: 90%;
    max-width: 250px;
    display: inline-block;
    margin: auto;
}

.news-list-item {
    margin-bottom: 30px;

}

.news-list-item .news-title {
    font-weight: bold;
    margin-bottom: 5px;

}

.news-list-item .news-title a {
    color: #222;
}

.news-list-item .news-subtitle {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.news-list-item .news-subtitle a {
    color: #666;
}

.news-list-item .news-date a {
    color: #666;
}

.news-list-item .news-date {
    font-size: 0.9em;
}

.news-list-item .image-frame {
    margin-bottom: 15px;
}

.news-list-item .image-frame img {
    width: 100%;
}

.news-single .image-frame {

}

.news-single .image-frame img {
    width: 100%;
}

.contact-frame {

}

.flag-frame {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 60px;
}

.flag-frame img {
    max-width: 80px;
    height: auto;
    display: inline;
}

.contact-frame .office-name {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 20px;

    color: #444;
}

.contact-frame .data {
    font-weight: bold;
    font-size: 0.9em;
    color: #939598;
    margin-bottom: 5px;
}

.contact-frame .data.address {
    margin: 20px 0;
}

.loading {

}

.exhibition-data {
    padding-top: 10px;
    color: #666;
    margin-bottom: 30px;
}

.exhibition-data .line {
    margin-bottom: 5px;
}

.artwork-hover {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 222;
}

.hover-center {
    padding: 20px 0;
}

.hover-center .artwork-name {
    font-size: 1.4em;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: center;
}

.hover-center .artwork-artist {
    font-size: 1.1em;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
}

.img-big-box {
    max-width: 500px;

    margin: auto;
    position: relative;
    text-align: center;
}

.img-big-box img {
    max-width: 90%;
    max-height: 300px;
}

.thumbs {
    padding-top: 10px;
    text-align: center;
}

.thumbs .thumb {
    width: calc(20% - 10px);
    max-width: 70px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.thumbs .thumb img {
    max-width: 100%;

}

@media (max-width: 768px) {
    .artwork-hover {
        overflow-y: scroll;
    }
}

@media (min-width: 769px) {
    .fullhmd {
        padding-top: 30px;
        height: calc(100vh - 30px);
    }

    .fullhmd .price-box-padding {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50;
        margin: auto;
    }

}

.close-nextbtn {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: transparent;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.news-show {

}

.news-show .h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.news-show .date {
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #666;
}
.news-show .description * {
    font-weight: lighter;
    font-family: 'ProximaNova', sans-serif !important;
    line-height: 110%;
}
.news-show .description {
    column-count: 2;
    font-weight: lighter;
    font-family: 'ProximaNova', sans-serif !important;
}
@media (max-width: 992px) {
    .news-show .description {
        column-count: 1;
    }
}

.login-panel {
}

.btn-log0btn {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background-color: #51b54b;
    border: none;
    color: #FFF     ;
    font-size: 1.2em;

}
.login-panel .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #888;
    padding-left: 10px;
    margin-bottom: 10px;
}
.hidden {
    display: none;
}
.cropboxwp {
    width: 100%;
}
.cropboxwp img {
    display: block;
    max-width: 100%;
}
.tabs-mode {
    margin-bottom: 0;
}
.tabs-mode li {
    display: inline-block;
    float: left;
    position: relative;
}

.tabs-mode li a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;

}
@media (max-width: 992px) {
    .tabs-mode li  {
        width: 25%;
    }
    .tabs-mode li a {
         width: 100%;
        text-align: center;
        padding: 10px 0;


    }
}
.tabs-mode li:last-child a {
    border-right: 1px solid #eee;
}
.tabs-mode li a {

}
.tabs-mode li.active {
    background-color: rgba(248, 250, 250);
}
.tabs-mode li.active:before ,
.tabs-mode li.active:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
}
.tabs-mode li.active:after {
    background-color: rgba(248, 250, 250);
    height: 4px;
    bottom: -2px;
}
.tabs-mode li.active:before {
    width: calc(100% - 1px) ;
    background-color: #eee;
    background-color: rgba(248, 250, 250);
    border: 1px solid #eee;
    height: 8px;
    top: -6px;
     border-bottom: none;

}
.tab-content {
    padding: 30px 15px;
    border: 1px solid #eee;
    background-color: rgba(248, 250, 250);
}

.form-group {
    margin-bottom: 15px;
}
.form-group label {
    font-size: 1em;
    display: block;
    margin-bottom: 5px;
}
.form-group .form-control[type="text"] ,
.form-group .form-control[type="number"] ,
.form-group .form-control[type="password"] ,
.form-group .form-control[type="email"] {
    width: 100%;
    height: 40px;
    border: 1px solid #888;
    padding-left: 10px;
    margin-bottom: 10px;
    outline: none !important;
}
.form-group select.form-control {
    width: 100%;
    height: 40px !important;
    border: 1px solid #888;
    outline: none !important;
}
.form-group textarea.form-control {
    max-width: 100%;

    border: 1px solid #888;
    outline: none !important;
}

.form-group.has-error select.form-control ,
.form-group.has-error textarea.form-control ,
.form-group.has-error .form-control[type="text"] ,
.form-group.has-error .form-control[type="number"] ,
.form-group.has-error .form-control[type="password"] ,
.form-group.has-error .form-control[type="email"] {
    border: 1px solid red;
}
.form-group.has-error .error-block {
    color: red;
    font-size: 0.9em;
    padding-top: 5px;
}

.payment-result {
    padding: 50px 0;
    text-align: center;
}
.payment-result h2 {
    font-size: 3em;
    margin-bottom: 30px;
}
.payment-result h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.payment-result h3 {
    font-size: 2em;
}
.exh-alert {
    font-size: 1.7em;
    font-weight: bold;
    padding: 15px 0;
}
.btn-norm {
    width: auto;
    height: 40px;
    margin-top: 10px;
    background-color: #51b54b;
    border: none;
    color: #FFF     ;
    font-size: 1em;
    padding: 5px 15px;

}

.table-box {
    padding: 0 10px;
}
.table a {
    display: inline-block;
}
.table {
    width: 100%;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #d8d8d8;
    padding: 5px;

    vertical-align: middle;
}
.table tr {
    min-height: 35px;
}
.in-t-img {

    text-align: center;
}
.in-t-img .image-frame {
    text-align: center;
}
.in-t-img img {
    max-width: 80px;
    max-height: 90px;


}
.td-100 {
    width: 100px;
}
.td-150 {
    width: 150px;
}
.td-200 {
    width: 200px;
}
@media  (max-width: 992px) {
    .table-mro-responsive.intmp td {
        padding: 5px !important;
    }
    .table-mro-responsive {
        color: #222;
    }
    .exp-td {
        width: 100% !important;
    }
    .avatar-td ,
    .td-100 ,
    .td-150 ,
    .td-200 {
        width: 100%;
    }
    .post-td {
        width: 100%;
    }
    .table-mro-responsive thead {
        display: none;
    }
    .table-mro-responsive td {
        display: block;
    }/**/
    .table-mro-responsive td:last-child {
        border-bottom-width: 4px;
    }
    .table-mro-responsive td:before {
        content: attr(data-label);
        width: auto;
        color: #aaa;

        margin-bottom: 5px;
        display: block;
    }
    .temp-dir-ltr .table-mro-responsive td:before {
        margin-left: auto;
        margin-right: 10px;

    }
}
.table-uspr {
    width: 100%;
    position: relative;
}
.table-uspr td {
    vertical-align: middle;
    position: relative;
}
.table-uspr td span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #FFF;
}
.table-uspr td:last-child {
    text-align: right;
}
.table-uspr td:first-child span {
    padding-right: 10px;
}
.table-uspr td:last-child span {
    padding-left: 10px;
}
.table-uspr tr {
    position: relative;
    height: 35px;
}
.table-uspr td:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.table-uspr td span button {
    min-width: 68px ;
     border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 5px;
    color: #aaa;
    cursor: pointer;
}


.artist-page-list {
    margin-bottom: 10px;
}
.artist-page-list h2 {
    text-align: right;
    text-transform: capitalize;
    font-weight: bold;
}
@media (max-width: 992px) {
    .artist-page-list h2 {
        text-align: left;
    }
}

.download-cv {
    width: 100%;
     display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;

}
.download-cv.m2 {
    margin-top: 10px;
}
.download-cv-m2 {
    width: 100%;
    display: block;
    padding-top: 10px;
    border-top: 1px solid #d8d8d8;
}
.download-cv .icfr {
    width: auto;
    float: left;
    margin-right: 10px;
}
.download-cv .icfr i {
    font-size: 2.0em;
    position: relative;
     top: 4px;
}
.download-cv .txt {
    width: auto;
    float: left;
}
.download-cv .txt .t {
    font-size: 0.9em;

}
.download-cv .txt .t2 {
    font-size: 0.8em;
    font-weight: lighter;
}
@media  (min-width: 768px) {
    .sd3.download-cv .icfr {
        float: right;
        margin-right: 0px;
        margin-left: 10px;
    }
    .sd3.download-cv .txt {
        width: auto;
        float: right;
    }
    .sd3.download-cv .txt .t {
        font-size: 0.9em;
        text-align: right;

    }
    .sd3.download-cv .txt .t2 {
        font-size: 0.8em;
        font-weight: lighter;
        text-align: right;
    }
}
.md-20p {
    width: 20%;

}
@media  (max-width: 768px) {
    .md-20p {
        width: 100%;
    }
}

.btn-fav .icon-heart {
    display: inline-block;
}
.btn-fav .icon-heart-1 {
    display: none;
}
.btn-fav.faved .icon-heart {
    display: none;

}
.btn-fav.faved .icon-heart-1 {
    display: inline-block;
}
.unit-selector {
    float: right;
}
.unit-selector .untsel-wp {
    width: 100px;
}
.untsel-wp .dropdown .active-unit {
    background-color: transparent;
    border: none;
    color: #222;
}
.untsel-wp .dropdown .sel-unt-b .act-un-ic ,
.untsel-wp .dropdown .active-unit .act-un-ic {
    width: 20px;
    position: relative;
    top: -3px;
}
.untsel-wp .dropdown .sel-unt-b .act-un-str ,
.untsel-wp .dropdown .active-unit .act-un-str {
    position: relative;
    font-size: 0.9em;
}
.untsel-wp select {
    border: 1px solid #555;
    background-color: #FFF;
    font-size: 0.9em;
    width: 100%;

}

.exb-img-frame {
    padding-right: 30px;
}
.exb-img-frame .likes-frame {
    right: 8px;
}

.exvw .price-box .row {
    display: block;
    padding:0;
    margin-bottom: 2px !important;
}


.exvw .price-box .row .half {
    float: left;
    width: auto;
}

.exvw .price-box .row .half:nth-child(1) {
    text-align: right;
}

.exvw .price-box .row .half:nth-child(3) {
    text-align: left;
    color: #888;
}

.exvw .price-box .row > span {
    width: 10px;
    text-align: center;
    float: left;
}
.exvw .price-box .row.colored-1 {
    background-color: #e6e7e9;
    padding: 8px 0;
    max-width: 100%;
    margin: auto;
}

.previw-image {
    width: 100%;
    height: auto;
}
.previw-image > img {
    width: 100%;
}
.artPrvBy {
    text-transform: capitalize;
    font-size: 2em;
    font-weight: bold;
}
.artPrvBy-tt {
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 300;
}
.invoice-preview {
    width: 100%;
    background-image: url(../../statics/invoice-preview.jpg);
    text-align: center;
    background-size: 100% auto;
    float: right;
}
.invoice-preview-img {
    width: 100%;
}

.invoice-preview-table {
    font-size: 0.7em;
    max-width: 50%;
    margin: auto;
    margin-bottom: 10px;
}
.invoice-artist-image {
    width: 12.4%;
    position: absolute;
    bottom: 13.1%;
    left: 51%;
}
.invoice-artist-image img {
    width: 100%;
}
.help-block{
    font-size: 0.9em;
    color: #aaa;
}

.exinp {
    margin-bottom: 15px;

}
.exh-data-row {

}
.sd3 {
    border-bottom: none;
    margin-bottom: 0;
}
.exh-data-row > .h2 {
    font-size: 1.5em;
    text-transform: capitalize;
    font-weight: bold;

}

.cart-title {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    margin: 20px auto 40px;
}
.cart-img {
    width: 40px;
}
.cart-art-ttt {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: capitalize;

}
.btn-cart-remove {
    border: none;
    background-color: transparent;
    color: red;
    outline: none !important;
    cursor: pointer;

}
.cart-shipping-box {
    margin-top: 40px;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 40px;
}

.btn-p-t-c {
    background-color: #41d7d2;
    border-radius: 0 !important;
    padding: 10px 20px;
}

.cart-ch-colored {
    background-color: #f9f9f9;
    padding: 20px ;
}
.cart-ch-colored tr {
    height: 60px;
}
.cart-ch-colored tr td {
    vertical-align: middle;
}
.cart-ch-colored tr td:last-child {
    padding-left: 10px;
}
.cart-ch-colored .tt-row td {
    font-weight: bold;
}
.cart-ch-colored .pr-row td {
    font-weight: lighter;
}
.cart-ch-colored  .td-br {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.cart-ch-colored .cart-ch-2 {
    width: 100%;
}
.budet-title {
    font-weight: bold;
    font-size: 1.1em;
}
.budet-title2 {
    font-weight: bold;
    font-size: 1.3em;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
@media (max-width: 992px) {
    .hide-in-mobile  {
        display: none !important;
    }
}
.exb-title-border {
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}
.exb-title-border > span {
    background-color: #FFF;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.exb-title-border:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}


.exh-view .artist-bio {
    font-size: 1em;
    font-weight: 500;

    line-height: 150%;
    overflow-y: hidden;
    max-height: 267px;
    margin-bottom: 10px;
}
.exh-view .exh-statement {
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    padding: 0 50px;
    font-size: 1.1em;
}
@media (max-width: 768px) {
    .exh-view .exh-statement {
        padding: 0 15px;
    }
}
.exh-view .morebtn {
    border: 1px solid #999;
    background: transparent;
    font-size: 0.9em;
    padding-top: 0;
    padding-bottom: 0;
    color: #888;
}

.sec-about {
    text-align: center;
}
.sec-about > p {
    line-height: 150%;
    font-size: 1.1em;
}
.sec-about .ablogo {
    display: inline;
    margin: auto;
    width: 250px;
    margin-bottom: 15px;

}
.ind-cat-box {
    margin-bottom: 30px;
    position: relative;
    display: block;
}
.ind-cat-box .name-box {
    width: 100%;
    height: 25px ;

    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;

    color: #FFF;
    text-transform: capitalize;
    margin: auto;
}
.ind-cat-box .name-box:before {
    content: '';
    width: 0px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    transition:  0.3s;
}
.ind-cat-box .name-box:after {
    content: '';
    width: 0px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    transition:  0.3s;
}
.ind-cat-box .hover-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    background-color: rgba(0,0,0,0.3);
    transition:  0.3s;
}
.ind-cat-box:hover .hover-box {
    height: 100%;
}

.ind-cat-box .incab-img {
    width: 100%;
}

.ind-cat-box:hover .name-box:after,
.ind-cat-box:hover .name-box:before {
    width: 50px;
}
.ind-arst-box {
    margin-bottom: 30px;
}
.ind-arst-box .ind-arst-n {
    text-align: center;
    font-weight: bold;
}
.ind-arst-box .image-frame {
    text-align: center;
    margin-bottom: 10px;

}
.ind-arst-box .image-frame  img {
    display: inline;
    width: 80%;
    border-radius: 100%;
}
.ind-3b-item {
    padding: 0px 20px;
    text-align: center;
    margin-bottom: 50px;
}
.ind-3b-item .icframe {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;

}
.ind-3b-item .icframe i {
    font-size: 3em;
}

footer {
    padding: 40px 0;
    background-color: #494949;
    color: #FFF;
}
footer a {
    color: #FFF;
}
footer a:hover {
    color: #fcdbdb;
}
footer .foot-nl {
    color: #FFF;
    font-size: 0.9em;
}
footer .foot-nl .n {
    margin-bottom: 15px;
}
footer .ft-nlf-b {
    width: 100%;
}
footer .ft-nlf-b .inp-em {
    width: calc(100% - 80px);
}
footer .ft-nlf-b .ft-nlf-b {
    padding: 0;
}
footer .ft-nlf-b .inp-em {
    width: calc(100% - 80px);
    border: none;
    float: left;
    height: 30px;
}
footer .ft-nlf-b .sub-button {
    width: 79px;
    margin: 0;
    float: left;
    border: none;
    height: 30px;
    font-size: 0.9em;

}
footer .ft-soc {
    text-align: left;

}
footer .ft-soc .lmk {
    display: inline-block;
    font-size: 2em;
    margin-right: 10px;
}

.flag-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 15px;
}
.manager-avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
