@charset "UTF-8";
/*
500 = medium
700 = bold
800 = extra bold
*/
@import url("//hello.myfonts.net/count/334729");

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url("../fonts/334729_0_0.eot");
    src: url("../fonts/334729_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/334729_0_0.woff2") format("woff2"), url("../fonts/334729_0_0.woff") format("woff"), url("../fonts/334729_0_0.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url("../fonts/334729_1_0.eot");
    src: url("../fonts/334729_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/334729_1_0.woff2") format("woff2"), url("../fonts/334729_1_0.woff") format("woff"), url("../fonts/334729_1_0.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url("../fonts/334729_2_0.eot");
    src: url("../fonts/334729_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/334729_2_0.woff2") format("woff2"), url("../fonts/334729_2_0.woff") format("woff"), url("../fonts/334729_2_0.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url("../fonts/334729_3_0.eot");
    src: url("../fonts/334729_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/334729_3_0.woff2") format("woff2"), url("../fonts/334729_3_0.woff") format("woff"), url("../fonts/334729_3_0.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url("../fonts/334729_4_0.eot");
    src: url("../fonts/334729_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/334729_4_0.woff2") format("woff2"), url("../fonts/334729_4_0.woff") format("woff"), url("../fonts/334729_4_0.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd';
    src: url("../fonts/334729_5_0.eot");
    src: url("../fonts/334729_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/334729_5_0.woff2") format("woff2"), url("../fonts/334729_5_0.woff") format("woff"), url("../fonts/334729_5_0.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BodoniMT';
    src: url("../fonts/BodoniMT.eot");
    src: url("../fonts/BodoniMT.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniMT.woff") format("woff"), url("../fonts/BodoniMT.ttf") format("truetype"), url("../fonts/BodoniMT.svg#BodoniMT") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* END reset css */
html, body {
    background-color: #FFF;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
    font-size: 16px;
    min-height: 100vh;
    box-sizing: border-box;
}

body.homepage {
    background: url("../img/bg.jpg") center center no-repeat transparent;
    background-size: cover;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0pt;
    visibility: hidden;
}

img {
    border: none;
}

img.responsive {
    max-width: 100%;
    height: auto;
}

img.responsive-full {
    max-width: none;
    width: 100%;
    height: auto;
}

::selection {
    background: #999;
    color: #fff;
    /* Safari */
}

::-moz-selection {
    background: #999;
    color: #fff;
    /* Firefox */
}

input, textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    margin: 0;
}

p {
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

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

a:hover, a:focus {
    text-decoration: underline;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.no-padding {
    padding: 0;
}

.hidden-xs {
    display: none;
}

@media (min-width: 768px) {
    .hidden-xs {
        display: block;
    }
}

#mainWrapper {
    min-width: 320px;
}

/* BEGIN fancyMessage */
.fancyMessage {
    padding-top: 0;
    position: relative;
    background-color: transparent;
    min-width: 300px;
}

.fancybox-inner {
    background-color: transparent !important;
}

.fancyMessage .fancyContent {
    padding-right: 0;
    overflow: hidden;
}

.fancyMessage .fancyContent .content {
    background-color: #FFF;
    padding: 50px 20px 50px 20px;
    max-width: 430px;
}

.fancyMessage .fancyContent h3 {
    color: #000;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.fancyMessage .fancyContent p {
    color: #000;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 0;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
}

.fancyMessage a.fancyClose, .fancyMessage a.fancyClose:visited {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 20px;
    height: 20px;
    line-height: 500px;
    overflow: hidden;
    background: url("../img/icons/close-icon.png") top left no-repeat transparent;
    background-size: contain;
}

.fancybox-opened .fancybox-skin {
    border-radius: 0px !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 0 !important;
}

.fancybox-skin {
    border-radius: 0px !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 0 !important;
}

.fancyMessage .fancyContent .fancy-button {
    padding-top: 20px;
    text-align: center;
}

.fancyMessage .fancyContent .fancy-button a, .fancyMessage .fancyContent .fancy-button a:visited {
    display: inline-block;
    background-color: #E6E6E6;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    color: #000;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 11px;
}

/* END fancyMessage */
/*
.section-content {
  padding: 25px;
  padding-top: 142px;
  @media (min-width: $screen-md-min) {
    max-width: 800px;
    margin: 0 auto;
    padding: 35px;
    padding-top: 235px;
    padding-bottom: 68px;
  }
}

.container-wrapper {
  max-width: 1220px;
  margin: 0 auto;
}

@media (min-width: $screen-md-min) {
  .contentLeft {
    float: left;
    width: 74%;
  }
  #sideBar {
    float: right;
    width: 24%;
  }
}*/
@media (min-width: 1024px) {
    body.account #main {
        float: left;
        min-height: 700px;
        height: 100vh;
        width: 84%;
        margin-left: 16%;
    }
}

.account-content-wrapper {
    padding: 0 30px;
}

@media (min-width: 1200px) {
    .account-content-wrapper {
        padding: 0 60px;
    }
}

.container {
    padding: 0 20px;
    min-height: 100vh;
    max-width: 1130px;
    margin: 0 auto;
}

a.btn, a.btn:visited {
    display: inline-block;
    /*background-color: #E6E6E6;*/
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    color: #000;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 11px;
}

.form-wrapper .form-field {
    margin-bottom: 18px;
}

.form-wrapper label {
    display: block;
    width: 100%;
    line-height: 18px;
    color: #000;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 6px;
}

.form-wrapper input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    /*background-color: #E6E6E6 !important;*/
    background-color: #fff !important;
    width: 100%;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
}

.form-wrapper input:-webkit-autofill {
    /*background-color: #E6E6E6 !important;*/
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-wrapper textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    /*background-color: #E6E6E6;*/
    background-color: #fff !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 15px;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup .popup-layer {
    display: none;
}

.popup .popup-wrapper {
    position: absolute;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.popup .popup-wrapper .popup-content-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 30px #666;
    -o-box-shadow: 0 0 30px #666;
    -webkit-box-shadow: 0 0 30px #666;
    -moz-box-shadow: 0 0 30px #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    top: 30px;
    padding: 30px;
}

.popup .popup-wrapper .popup-content-wrapper.hcenter {
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.popup .popup-wrapper .popup-content {
    position: relative;
}

.popup .popup-wrapper .popup-header {
    padding: 30px 10px;
}

.popup .popup-wrapper .popup-header h3 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.popup .popup-wrapper .popup-header h3 span {
    float: right;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 400;
    margin-right: 100px;
}

.popup .popup-wrapper .popup-footer {
    padding: 20px 10px;
    padding-bottom: 0;
}

.popup .popup-wrapper .popup-footer a, .popup .popup-wrapper .popup-footer a:visited {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-weight: 400;
    text-decoration: underline;
}

.popup .popup-wrapper a.close-popup, .popup .popup-wrapper a.close-popup:visited {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    line-height: 500px;
    overflow: hidden;
    background: url("../img/icons/close-icon.png") top left no-repeat transparent;
    background-size: contain;
}

.popup.pieces-small-list .popup-wrapper .popup-content-wrapper {
    max-width: 750px;
}

.popup.pieces-large-list .popup-wrapper .popup-content-wrapper {
    max-width: 900px;
}

@media (min-width: 768px) {
    .popup .popup-wrapper a.close-popup, .popup .popup-wrapper a.close-popup:visited {
        top: 20px;
        right: 20px;
    }
}

@media (min-width: 1024px) {
    .popup .popup-wrapper a.close-popup, .popup .popup-wrapper a.close-popup:visited {
        top: 30px;
        right: 30px;
    }
}

.popup.pieces-small-list .collections-list {
    margin: 0;
    padding: 0;
}

.empty-collection {
    padding: 80px 40px;
    text-align: center;
}

.empty-collection .illustration {
    width: 100px;
    opacity: 0.5;
    margin-bottom: 30px;
}

.empty-collection .message {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.empty-collection .message .button {
    display: inline-block;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    background-color: #000;
    padding: 8px 22px;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 20px;
}
.empty-collection .message .button:hover {
    text-decoration: none;
}

.popup.pieces-small-list .collections-list .piece-item {
    width: 33.33% !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popup.pieces-small-list .collections-list .piece-item .image {
    background-position: center bottom;
}

.popup.pieces-large-list .popup-content {
    padding-bottom: 40px;
}

.popup.pieces-large-list .collections-list {
    margin: 0;
    padding: 0;
}

.popup.pieces-large-list .collections-list .piece-item {
    margin-bottom: 0;
    padding-bottom: 0;
}

.popup.pieces-large-list .collections-list .piece-item .image {
    background-position: center bottom;
}

.popup .swiper-button-next, .popup .page-button-next {
    position: absolute;
    width: 16px;
    height: 28px;
    background: url("../img/arrow-right.png") center center no-repeat transparent;
    background-size: contain;
    right: 8px;
}

.popup .swiper-button-prev, .popup .page-button-prev {
    position: absolute;
    width: 16px;
    height: 28px;
    background: url("../img/arrow-left.png") center center no-repeat transparent;
    background-size: contain;
    left: 8px;
}

.popup .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.popup .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 8px;
    height: 8px;
    background-color: #989898;
    margin-left: 3px;
    margin-right: 3px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}

.popup .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

@media (min-width: 1024px) {
    .popup .swiper-pagination {
        bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .popup .swiper-button-prev, .popup .page-button-prev {
        left: -20px;
    }

    .popup .swiper-button-next, .popup .page-button-next {
        right: -20px;
    }
}

#headerWrapper {
    background: url("../img/bg.jpg") center center no-repeat transparent;
    background-size: cover;
    position: relative;
    z-index: 100;
}

#headerWrapper.float-on-mobile {
    position: fixed;
    width: 100%;
}

#headerWrapper .header {
    position: relative;
}

#headerWrapper .header .main-nav {
    clear: both;
    position: relative;
    display: none;
    padding: 20px;
}

#headerWrapper .header .main-nav .user-info {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#headerWrapper .header .main-nav .user-info span.user-name {
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #858585;
}

#headerWrapper .header .main-nav .user-info a.logout-link, #headerWrapper .header .main-nav .user-info a.logout-link:visited {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

#headerWrapper .header .main-nav ul li {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#headerWrapper .header .main-nav ul li:last-child {
    margin-bottom: 0;
}

#headerWrapper .header .main-nav ul li a {
    position: relative;
    padding-left: 24px;
    display: inline-block;
}

#headerWrapper .header .main-nav ul li a,
#headerWrapper .header .main-nav ul li a:visited,
#headerWrapper .header .main-nav ul li ul.submenu li a,
#headerWrapper .header .main-nav ul li.active ul.submenu li a {
    color: #858585;
}

#headerWrapper .header .main-nav ul li.active a,
#headerWrapper .header .main-nav ul li.active a:visited,
#headerWrapper .header .main-nav ul li ul.submenu li.active a {
    color: #000;
}

#headerWrapper .header .main-nav ul li ul.submenu {
    padding-left: 15px;
    display: none;
}

#headerWrapper .header .main-nav ul li a img.icon {
    width: 16px;
    margin-right: 5px;
    vertical-align: middle;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 2px;
}

#headerWrapper .header .main-nav ul li.active a img.icon {
    opacity: 1;
}

#headerWrapper .header .main-nav ul li.active ul.submenu {
    display: block;
}

#headerWrapper .header .main-nav ul li ul.submenu {
    /*display: block;*/
}

#headerWrapper .header .main-nav ul li ul.submenu li {
    margin-bottom: 5px;
    font-size: 0.8em;
}

#headerWrapper .header .main-nav ul li a#submenuToggler:focus {
    text-decoration: none;
}

#headerWrapper .header .searchWrapper {
    padding: 20px 0;
    padding-top: 40px;
}

#headerWrapper .header .searchWrapper label {
    display: block;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    margin-right: 10px;
    margin-bottom: -6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#headerWrapper .header .searchWrapper input {
    background-color: transparent;
    border: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #B2B2B2;
    color: #000;
    font-size: 12px;
}

#headerWrapper .header .searchWrapper.mini {
    display: none;
    padding: 18px 12px 10px;
    /*display: inline-block;*/ /* toogles at 570px viewport width*/
    width: auto;
}

#headerWrapper .header #searchFormMini {
    display: flex;
    align-items: flex-end;
}

#headerWrapper .header #searchFormMini input {
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    display: inline;
    width: auto;
    height: 12px;
    line-height: 12px;
    letter-spacing: 1px;
}

#headerWrapper .header #appBackButton {
    width: 30px;
    height: 20px;
    float: left;
    background: url("../img/arrow-left.png") right center no-repeat;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    margin: 28px 0;
    cursor: pointer;
}

#headerWrapper .header h1 {
    margin: 20px 0;
    float: left;
    margin-left: 20px;
    width: 208px;
    height: 38px;
}

#headerWrapper .header h1 a, #headerWrapper .header h1 a:visited {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 500px;
    overflow: hidden;
    background: url("../img/logo.png") left top no-repeat transparent;
    background-size: contain;
}

#headerWrapper .header .nav-toggle {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 10;
}

#headerWrapper .header .nav-toggle .hamburger, #headerWrapper .header .nav-toggle .hamburger-box {
    width: 30px;
}

#headerWrapper .header .nav-toggle .hamburger-inner, #headerWrapper .header .nav-toggle .hamburger-inner::before, #headerWrapper .header .nav-toggle .hamburger-inner::after {
    background-color: #858585 !important;
    height: 2px;
    width: 30px;
}

#headerWrapper .header .nav-toggle .hamburger-inner::before {
    top: -9px;
}

#headerWrapper .header .nav-toggle .hamburger-inner::after {
    bottom: -9px;
}

#headerWrapper .header .nav-toggle.is-active .hamburger-inner::before {
    top: -2px;
}

#headerWrapper .header .nav-toggle.is-active .hamburger-inner::after {
    bottom: -1px;
}

#headerWrapper.in-homepage {
    background-image: none;
}

#headerWrapper.in-homepage .header {
    /*position: absolute;*/
}

#headerWrapper.in-homepage .header .main-nav {
    position: absolute;
}

@media (min-width: 1024px) {
    #headerWrapper {
        position: fixed;
        left: 0;
        top: 0;
        width: 16%;
        height: 100%;
        height: 100vh;
    }
    #headerWrapper .header #appBackButton {
        display: none;
    }

    #headerWrapper.in-homepage {
        display: none;
    }

    #headerWrapper .header .main-nav {
        display: block !important;
        padding: 50px 25px;
        padding-top: 0;
    }

    #headerWrapper .header .main-nav .user-info {
        position: relative;
        padding-left: 20px;
        margin-bottom: 12px;
        padding-bottom: 15px;
    }

    #headerWrapper .header .main-nav .user-info .diamond {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 0;
        height: 0;
        position: relative;
        top: 5px;
        left: -20px;
        border: 5px solid transparent;
        border-bottom-color: #000;
        font: normal 100%/normal Arial, Helvetica, sans-serif;
        color: black;
        -o-text-overflow: clip;
        text-overflow: clip;
    }

    #headerWrapper .header .main-nav .user-info .diamond::after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 0;
        height: 0;
        position: absolute;
        content: "";
        top: 21px;
        left: -5px;
        border: 5px solid transparent;
        border-top-color: #000;
        font: normal 100%/normal Arial, Helvetica, sans-serif;
        color: black;
        -o-text-overflow: clip;
        text-overflow: clip;
        text-shadow: none;
    }

    #headerWrapper .header .main-nav .user-info span.user-name {
        margin-bottom: 10px;
    }

    #headerWrapper .header .main-nav ul li {
        margin-bottom: 18px;
    }

    #headerWrapper .header .main-nav ul li:last-child {
        margin-bottom: 0;
    }

    #headerWrapper .header .main-nav ul li a:hover {
        color: #000;
    }

    #headerWrapper .header .searchWrapper {
        padding-bottom: 0;
        padding-top: 20px;
    }

    #headerWrapper .header h1 {
        position: absolute;
        top: 30px;
        left: 100%;
        margin: 0;
    }

    #headerWrapper .header h1 a, #headerWrapper .header h1 a:visited {
        margin-left: 30px;
    }

    #headerWrapper .header .nav-toggle {
        display: none;
    }
}

@media (min-width: 1200px) {
    #headerWrapper .header h1 a, #headerWrapper .header h1 a:visited {
        margin-left: 60px;
    }
}

.info404 {
    padding: 30px;
}

.info404 h2 {
    font-size: 1.75rem;
    line-height: 2.50rem;
    color: #999;
}

@media (min-width: 768px) {
    .info404 {
        padding: 100px;
    }
}

/* BEGIN entry */
/* END entry */
.hp-nav {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    display: none;
}

.hp-nav ul {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px;
    height: 24px;
}

.hp-nav ul li {
    float: left;
    margin-right: 20px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hp-nav ul li a, .hp-nav ul li a:visited {
    color: #000;
}

.hp-nav ul li:last-child {
    float: right;
    margin-right: 0;
    text-align: right;
}

.hp-nav.top-nav {
    top: 20px;
}

.hp-nav.bottom-nav {
    bottom: 20px;
}

@media (min-width: 1024px) {
    .hp-nav {
        display: block;
    }

    .hp-nav.top-nav {
        top: 75px;
    }

    .hp-nav.bottom-nav {
        bottom: 75px;
    }
}

.homepage-wrapper .container {
    position: relative;
}

.homepage-wrapper .hp-layer {
    display: none;
    padding-top: 75px;
    padding-bottom: 75px;
}

.homepage-wrapper .hp-layer.active {
    display: block;
}

.homepage-wrapper .hp-layer .layer {
    position: relative;
    padding: 30px 20px;
    /*background: url("../img/hp-content-layer.png") center center repeat transparent; */
}

.homepage-wrapper .hp-layer .layer a.close-layer, .homepage-wrapper .hp-layer .layer a.close-layer:visited {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url("../img/icons/close-icon.png") center center no-repeat transparent;
    background-size: contain;
    line-height: 500px;
    overflow: hidden;
}

.homepage-wrapper .hp-layer.homepage-info {
    padding: 0;
    min-height: 100vh;
    position: relative;
}

.homepage-wrapper .hp-layer.homepage-info h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 120px;
    margin-top: -60px;
    margin-left: -140px;
    background: url("../img/logo-home-2.png") center center no-repeat transparent;
    /*background: url($img-url+'logo.gif') center center no-repeat transparent;*/
    /*background-size: cover;*/
    background-size: contain;
    line-height: 500px;
    overflow: hidden;
    line-height: 1000px;
}

@media screen and (min-width: 860px) {
    #collectionsList .collections-list .piece-item.list-view .info .info-contents .buttons,
    #artistsListWrapper .collections-list.artists .piece-item.list-view .info-container .buttons,
    .artist-works .collections-list .piece-item.list-view .info .info-contents .buttons {
        display: block;
        box-shadow: none;
        right: 20px;
        text-align: right;
        padding: 0;
    }
    #collectionsList .collections-list .piece-item.list-view .info .info-contents .buttons a,
    #artistsListWrapper .collections-list.artists .piece-item.list-view .info-container .buttons a,
    #collectionsList .collections-list .piece-item.list-view .info .info-contents .buttons button,
    #artistsListWrapper .collections-list.artists .piece-item.list-view .info-container .buttons button,
    .artist-works .collections-list .piece-item.list-view .info .info-contents .buttons a,
    .artist-works .collections-list .piece-item.list-view .info .info-contents .buttons button {
        display: inline-block;
        width: auto;
        margin-left: 15px;
        margin-bottom: 0;
    }

    .piece-item.list-view .info-container h4.name span.menu,
    .collections-list .piece-item.list-view .info p span.menu {
        display: none;
    }
}

@media screen and (max-width: 859px) {
    #artistsListWrapper .collections-list.artists .piece-item.list-view .info-container h4.name {
        position: unset
    }
}

@media (min-width: 768px) {
    .homepage-wrapper .logo-partial {
        display: none;
    }

    .homepage-wrapper .logo-top {
        position: absolute;
        left: 50%;
        margin-left: -142px;
        top: 25px;
        width: 285px;
        height: 25px;
        background: url("../img/logo-top.png") center center no-repeat transparent;
        background-size: contain;
    }

    .homepage-wrapper .logo-bottom {
        position: absolute;
        left: 50%;
        margin-left: -142px;
        bottom: 25px;
        width: 285px;
        height: 15px;
        background: url("../img/logo-bottom.png") center center no-repeat transparent;
        background-size: contain;
    }

    .homepage-wrapper .hp-layer .layer {
        padding: 60px;
    }

    .homepage-wrapper .hp-layer .layer a.close-layer, .homepage-wrapper .hp-layer .layer a.close-layer:visited {
        position: absolute;
        top: 25px;
        right: 40px;
    }

    .homepage-wrapper .hp-layer.homepage-info {
        padding: 0;
    }

    .homepage-wrapper .hp-layer.homepage-info h1 {
        width: 500px;
        height: 290px;
        margin-top: -145px;
        margin-left: -250px;
    }
}

@media (min-width: 1024px) {
    .homepage-wrapper .logo-top {
        top: 50px;
    }

    .homepage-wrapper .logo-bottom {
        bottom: 50px;
    }

    .homepage-wrapper .hp-layer {
        padding: 0;
        min-height: 740px;
    }

    .homepage-wrapper .hp-layer .layer {
        overflow: auto;
        left: 20px;
        right: 20px;
        position: absolute;
        top: 120px;
        bottom: 120px;
        padding: 0;
    }

    .homepage-wrapper .hp-layer .layer .layer-content {
        padding: 60px 115px;
    }

    .homepage-wrapper .hp-layer.about-info {
        min-height: 790px;
    }

    .homepage-wrapper .hp-layer.contact-info .layer .layer-content, .homepage-wrapper .hp-layer.services-info .layer .layer-content, .homepage-wrapper .hp-layer.about-info .layer .layer-content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
    }

    .homepage-wrapper .hp-layer.homepage-info h1 {
        width: 740px;
        height: 317px;
        margin-top: -158px;
        margin-left: -370px;
    }
}

.contacts-wrapper .info .contact-item {
    margin-bottom: 40px;
}

.contacts-wrapper .info .contact-item h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 4px;
}

.contacts-wrapper .info .contact-item p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4px;
    margin-bottom: 0;
}

.contacts-wrapper .info .contact-item p a, .contacts-wrapper .info .contact-item p a:visited {
    text-decoration: none;
    color: #000;
}

@media (min-width: 768px) {
    .contacts-wrapper .info {
        float: left;
        width: 48%;
    }

    .contacts-wrapper .info .contact-item {
        margin-bottom: 65px;
    }

    .contacts-wrapper .info .contact-item:last-child {
        margin-bottom: 0;
    }

    .contacts-wrapper .form-wrapper {
        float: right;
        width: 48%;
    }
}

@media (min-width: 1024px) {
    .contacts-wrapper {
        position: relative;
        top: 58%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.services-wrapper {
    padding: 20px 0;
}

.services-wrapper .service-item {
    margin-bottom: 15px;
}

.services-wrapper .service-item h3 {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 4px;
    padding: 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    text-transform: uppercase;
    box-sizing: border-box;
}

.services-wrapper .service-item h3 a, .services-wrapper .service-item h3 a:visited {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    color: #000;
    text-decoration: none;
}

.services-wrapper .service-item .info {
    position: relative;
    padding-top: 30px;
    display: none;
}

.services-wrapper .service-item .info p {
    max-width: 270px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.5px;
    margin: 0 auto;
}

.services-wrapper .service-item .info a.close-service, .services-wrapper .service-item .info a.close-service:visited {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: url("../img/icons/close-icon.png") center center no-repeat transparent;
    background-size: contain;
    line-height: 500px;
    overflow: hidden;
}

.services-wrapper .service-item.opened h3 a, .services-wrapper .service-item.opened h3 a:visited {
    color: #b5b5b5;
}

.services-wrapper .service-item.opened .info {
    display: block;
}

.services-wrapper .service-item.closed {
    display: none;
}

.services-wrapper .services-list:last-child .service-item:last-child {
    margin-bottom: 0;
}

.services-wrapper .services-list:last-child .service-item:last-child h3 {
    padding-bottom: 0;
    border-bottom: 0;
}

.services-wrapper .services-list:last-child .service-item:last-child.opened h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}

@media (min-width: 1024px) {
    .services-wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .services-wrapper .services-list {
        width: 44%;
    }

    .services-wrapper .services-list.col-1 {
        float: left;
    }

    .services-wrapper .services-list.col-2 {
        float: right;
    }

    .services-wrapper .services-list .service-item h3 a:hover {
        color: #b5b5b5;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }

    .services-wrapper .services-list .service-item:last-child {
        margin-bottom: 0;
    }

    .services-wrapper .services-list .service-item:last-child h3 {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .services-wrapper .services-list .service-item:last-child.opened h3 {
        padding-bottom: 15px;
        border-bottom: 1px solid #E6E6E6;
    }
}

.about-info .swiper-button-next, .about-info .swiper-button-prev, .about-info .swiper-pagination {
    display: none;
}

@media (min-width: 1024px) {
    .about-info .swiper-button-next, .about-info .swiper-button-prev, .about-info .swiper-pagination {
        display: block;
    }
}

.about-info .swiper-button-next {
    width: 16px;
    height: 28px;
    background: url("../img/arrow-right.png") center center no-repeat transparent;
    background-size: contain;
    right: 40px;
}

.about-info .swiper-button-prev {
    width: 16px;
    height: 28px;
    background: url("../img/arrow-left.png") center center no-repeat transparent;
    background-size: contain;
    left: 40px;
}

.about-info .swiper-pagination {
    position: absolute;
    right: 50px;
    bottom: 30px;
}

.about-info .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin-left: 6px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}

.about-info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

.about-wrapper .tabs-nav {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
}

.about-wrapper .tabs-nav ul {
    text-align: center;
}

.about-wrapper .tabs-nav ul li {
    display: inline-block;
    margin: 0 17px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.about-wrapper .tabs-nav ul li a, .about-wrapper .tabs-nav ul li a:visited {
    color: #b5b5b5;
}

.about-wrapper .tabs-nav ul li.selected a, .about-wrapper .tabs-nav ul li.selected a:visited {
    color: #000;
}

.about-wrapper .about {
    /*padding: 0 10px;*/
}

.about-wrapper .about p {
    /*max-width: 670px;
    margin: 0 auto;
    text-align: center;
    font-family: $font-primary;
    font-weight: 600;
    font-size: 30px; line-height: 44px;
    margin-bottom: 0;
    letter-spacing: 2px;*/
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-align: justify;
}

.about-wrapper .team-list .team-item {
    margin-bottom: 30px;
}

.about-wrapper .team-list .team-item h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.about-wrapper .team-list .team-item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: justify;
}

.about-wrapper .about-extra p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-align: justify;
}

@media (min-width: 1024px) {
    .about-wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .about-wrapper .about p {
        /*font-size: 36px; line-height: 50px;*/
        width: 44%;
        margin: 0 auto;
    }

    .about-wrapper .team-list .team-item {
        width: 44%;
        float: left;
    }

    .about-wrapper .team-list .team-item:nth-child(even) {
        float: right;
    }

    .about-wrapper .about-extra .about-extra-item {
        width: 44%;
        margin: 0 auto;
    }
}

.login-info h4 {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 4px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.login-info.hp-layer .layer .layer-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.loginFormWrapper {
    max-width: 500px;
    margin: 0 auto;
}

.loginFormWrapper h3 {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.loginFormWrapper .form-field {
    margin-bottom: 40px;
}

.form-field.formula {
    display: flex;
    flex-wrap: wrap;
}

.form-field.formula .equation {
    width: auto;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 6px;
    padding: 8px 0;
    display: inline-block;
    box-sizing: border-box;
}

.form-field.formula .answer {
    width: auto;
    display: inline-block;
    flex-grow: 4;
}

.loginFormWrapper p.desc {
    padding-top: 15px;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 2px;
}

.loginFormWrapper p.desc a, .loginFormWrapper p.desc a:visited {
    color: #000;
    text-decoration: underline;
}

.loginFormWrapper p.desc.with-line {
    border-top: 1px solid #CCC;
    margin-top: 30px;
    padding-top: 25px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .loginFormWrapper h3 {
        margin-bottom: 50px;
    }
    /*#main {
        padding-top: 78px;
    }*/
    .accountHeader {
        -webkit-overflow-scrolling: touch;
    }
    /*.collections-list {
        margin-top: 245px;
    }*/
}

.accountHeader {
    text-align: center;
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
    background-color: white;
    z-index: 80;
    position: relative;
    min-height: 45px;
}


.accountHeader.float-on-mobile {
    position: fixed;
    width: calc(100% - 40px);
    /*top: 46px;*/
    /*overflow: hidden;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*top: 80px; update with js*/

}

.accountHeader .account-header-title > span {
    /*font-size: 12px;*/
    line-height: 18px;
    display: block;
    letter-spacing: 1px;
}

.accountHeader .account-header-title span.page-title {
    /*margin-top: 5px;*/
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.accountHeader .account-header-title span.page-title.hidden-desktop {
    display: none;
}

.accountHeader .account-header-title span.page-title a, .accountHeader .account-header-title span.page-title a:visited {
    color: #000;
}

.accountHeader .account-header-title span.page-title span.page-title-detail {
    color: #858585;
    font-size: 12px;
}

.accountHeader .account-header-subtitle {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000;
}

.accountHeader .account-header-subtitle.reversed {
    text-align: right;
}

.accountHeader .account-header-subtitle.reversed .viewers-count {
    float: left;
}

.accountHeader .account-header-subtitle.reversed .select-collection-buttons {
    float: none;
}

.accountHeader .account-header-subtitle.reversed .select-collection-buttons:not(:last-of-type) {
    padding-right: 18px;
}

.accountHeader .account-header-subtitle .gallery-count {
    margin-left: 40px;
}

.accountHeader .identity-sub-nav, .accountHeader .analytics-sub-nav, .accountHeader .artist-sub-nav {
    padding-top: 20px;
}

.artist-sub-nav .artist-sub-nav-action {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000;
}

.artist-sub-nav .artist-sub-nav-action a {
    color: #000;
}

.artist-sub-nav .artist-sub-nav-action a:hover,
.artist-sub-nav .artist-sub-nav-action a:focus,
.artist-sub-nav .artist-sub-nav-action a:active {
    text-decoration: none;
}

.accountHeader .identity-sub-nav ul li, .accountHeader .analytics-sub-nav ul li, .accountHeader .artist-sub-nav ul li {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
}

.accountHeader .identity-sub-nav ul li a,
.accountHeader .identity-sub-nav ul li a:visited,
.accountHeader .analytics-sub-nav ul li a,
.accountHeader .analytics-sub-nav ul li a:visited,
.accountHeader .artist-sub-nav ul li a,
.accountHeader .artist-sub-nav ul li a:visited {
    color: #858585;
}

.account-header-subtitle .select-collection-buttons input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.accountHeader .identity-sub-nav ul li.active a, .accountHeader .identity-sub-nav ul li.active a:visited, .accountHeader .analytics-sub-nav ul li.active a, .accountHeader .analytics-sub-nav ul li.active a:visited, .accountHeader .artist-sub-nav ul li.active a, .accountHeader .artist-sub-nav ul li.active a:visited {
    color: #000;
}

@media (min-width: 1024px) {
    .accountHeader {
        position: fixed;
        left: 16%;
        right: 30px;
        margin: 0;
        padding: 0;
        margin-left: 30px;
        background-color: #fff;
        z-index: 99;
        padding-top: 50px;
        text-align: left;
    }

    .accountHeader .account-header-title {
        padding-bottom: 15px;
        margin-left: 230px;
    }

    .accountHeader .account-header-title span {
        display: inline-block;
        margin-bottom: 0;
    }

    .accountHeader .account-header-title span.header-title {
        margin-bottom: 0;
        margin-right: 40px;
    }

    .accountHeader .account-header-title.with-border {
        border-bottom: 1px solid #E5E5E5;
    }

    .accountHeader .account-header-subtitle {
        margin-top: 0;
        padding-bottom: 20px;
        margin-left: 230px;
    }

    .accountHeader .identity-sub-nav, .accountHeader .analytics-sub-nav, .accountHeader .artist-sub-nav {
        padding: 15px 0;
    }

    .accountHeader .identity-sub-nav ul, .accountHeader .analytics-sub-nav ul, .accountHeader .artist-sub-nav ul {
        text-align: right;
    }

    .accountHeader .identity-sub-nav ul li, .accountHeader .analytics-sub-nav ul li, .accountHeader .artist-sub-nav ul li {
        display: inline-block;
        vertical-align: top;
        margin-left: 40px;
    }

    .accountHeader .artist-sub-nav {
        margin-left: 230px;
    }

    .accountHeader .artist-sub-nav ul {
        text-align: left;
        max-height: 75px;
        overflow-y: auto;
    }

    .accountHeader .artist-sub-nav ul li {
        margin-left: 0;
        margin-right: 40px;
    }

    .accountHeader .artist-sub-nav ul li.active {
        margin-right: 38px;
    }

    .artist-sub-nav ul {
        display: inline-block;
    }

    .artist-sub-nav .artist-sub-nav-action {
        float: right;
    }

    .accountHeader:before {
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        width: 30px;
        height: 100%;
        background-color: #fff;
    }

    .accountHeader:after {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 100%;
        background-color: #fff;
    }
}

@media (min-width: 1200px) {
    .accountHeader {
        margin-left: 60px;
        right: 60px;
    }

    .accountHeader .account-header-title {
        margin-left: 330px;
    }

    .accountHeader .account-header-subtitle {
        margin-left: 330px;
    }

    .accountHeader .identity-sub-nav ul li, .accountHeader .analytics-sub-nav ul li, .accountHeader .artist-sub-nav ul li {
        margin-left: 60px;
    }

    .accountHeader .artist-sub-nav {
        margin-left: 330px;
    }

    .accountHeader .artist-sub-nav ul li {
        margin-left: 0;
        margin-right: 40px;
    }

    .accountHeader .artist-sub-nav ul li.active {
        margin-right: 38px;
    }

    .accountHeader:before {
        width: 60px;
        left: -60px;
    }

    .accountHeader:after {
        width: 60px;
        right: -60px;
    }
}

.account-content-wrapper {
    padding-top: 30px;
}

@media (min-width: 1024px) {
    .account-content-wrapper {
        padding-top: 150px;
    }

    #collectionsList.account-content-wrapper {
        padding-top: 170px;
    }
}

@media (min-width: 1024px) {
    #booksList.account-content-wrapper {
        padding-top: 180px;
    }
}

@media (min-width: 1024px) {
    #scopeList.account-content-wrapper {
        padding-top: 180px;
    }
}

@media (min-width: 1024px) {
    #artistDetailWrapper.account-content-wrapper {
        padding-top: 180px;
    }
}

@media (min-width: 1024px) {
    #pieceItem.account-content-wrapper {
        padding-top: 0;
    }
}

#mapWrapper.account-content-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    padding: 30px 0;
}

@media (min-width: 1024px) {
    #mapWrapper.account-content-wrapper {
        padding-top: 170px;
        padding-bottom: 30px;
    }
}

#mapWrapper.account-content-wrapper #world-map {
    width: 100%;
    height: 100%;
    display: none;
}

#mapWrapper.account-content-wrapper .map-mobile {
    margin: 0 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

#mapWrapper.account-content-wrapper .map-mobile .map-table {
    width: 100%;
}

#mapWrapper.account-content-wrapper .map-mobile .centered {
    text-align: center;
}

#mapWrapper.account-content-wrapper .map-mobile .table-header {
    border-top: 1px solid #E5E5E5;
}

#mapWrapper.account-content-wrapper .map-mobile .table-header th {
    color: #000;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

#mapWrapper.account-content-wrapper .map-mobile .table-line td {
    padding-bottom: 5px;
    font-size: 11px;
    color: #B2B2B2;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mapWrapper.account-content-wrapper .map-mobile .table-line:nth-child(2) td {
    padding-top: 15px;
}

@media (min-width: 1024px) {
    #mapWrapper.account-content-wrapper #world-map {
        display: block;
    }

    #mapWrapper.account-content-wrapper .map-mobile {
        display: none;
    }
}

.jvectormap-tip {
    background-color: transparent !important;
    border: 0 !important;
    border-top: 2px solid #000 !important;
    padding-right: 50px !important;
    text-transform: uppercase !important;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
    color: #000 !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    width: auto !important;
    margin-top: 25px;
    margin-left: -40px;
}

.account-content-wrapper {
    /*.swiper-button-next,.swiper-button-prev,.swiper-pagination { display: none; }
  @media (min-width: $screen-md-min) { .swiper-button-next,.swiper-button-prev,.swiper-pagination { display: block; } }*/
}

.account-content-wrapper .swiper-button-next, .account-content-wrapper .page-button-next {
    position: fixed;
    width: 16px;
    height: 28px;
    background: url("../img/arrow-right.png") center center no-repeat transparent;
    background-size: contain;
    right: 8px;
}

.account-content-wrapper .swiper-button-prev, .account-content-wrapper .page-button-prev {
    position: fixed;
    width: 16px;
    height: 28px;
    background: url("../img/arrow-left.png") center center no-repeat transparent;
    background-size: contain;
    left: 8px;
}

.account-content-wrapper .swiper-pagination {
    /*position: fixed;*/
    position: relative;
    left: 0;
    right: 0;
    bottom: 30px;
}

.account-content-wrapper .static.button-prev,
.account-content-wrapper .static.button-next {
    position: relative;
    display: inline-block;
}

.account-content-wrapper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 8px;
    height: 8px;
    background-color: #989898;
    margin-left: 3px;
    margin-right: 3px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}

.account-content-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

@media (min-width: 1024px) {
    .account-content-wrapper .swiper-button-prev, .account-content-wrapper .page-button-prev {
        margin-left: 16%;
    }

    .account-content-wrapper .swiper-pagination {
        bottom: 40px;
        /*left: 16%;*/
    }
}

@media (min-width: 1200px) {
    .account-content-wrapper .swiper-button-prev, .account-content-wrapper .page-button-prev {
        left: 20px;
    }

    .account-content-wrapper .swiper-button-next, .account-content-wrapper .page-button-next {
        right: 20px;
    }
}

.page-filters-wrapper span.filter-by {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #B2B2B2;
    font-weight: 700;
}

.page-filters-wrapper .filters-list {
    padding-top: 10px;
}

.page-filters-wrapper .filters-list .filter-list {
    position: relative;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
}

.page-filters-wrapper .filters-list .filter-list > a, .page-filters-wrapper .filters-list .filter-list > a:visited {
    color: #000;
    /* position: relative; */
    padding-right: 13px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.page-filters-wrapper .filters-list .filter-list > a:after, .page-filters-wrapper .filters-list .filter-list > a:visited:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url("../img/arrow-down.png") center center no-repeat transparent;
    background-size: contain;
    position: absolute;
    margin-left: 3px;
    top: 6px;
    right: 0px;
}

.page-filters-wrapper .filters-list .filter-list.opened > a:after, .page-filters-wrapper .filters-list .filter-list.opened > a:visited:after {
    background-image: url("../img/arrow-top.png");
}

.page-filters-wrapper .filters-list .filter-list ul { /* TODO: remove after updating filter UI */
    min-width: 215px;
    display: none;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 6px 6px 15px #666;
    -o-box-shadow: 6px 6px 15px #666;
    -webkit-box-shadow: 6px 6px 15px #666;
    -moz-box-shadow: 6px 6px 15px #666;
}

.page-filters-wrapper .filters-list .filter-list ul li {
    font-size: 13px;
    margin-bottom: 5px;
}

.page-filters-wrapper .filters-list .filter-list ul li > a, .page-filters-wrapper .filters-list .filter-list ul li > a:visited {
    color: #868686;
}

.page-filters-wrapper .filters-list .filter-list ul li.selected > a, .page-filters-wrapper .filters-list .filter-list ul li.selected > a:visited {
    color: #000;
}

.page-filters-wrapper .filters-list .filter-list ul li.down-scroll-arrow {
    height: 20px;
    /*position: sticky;*/
    /*bottom: -25px;*/
    position: fixed;
    margin-bottom: 0;
    background: url("../img/arrow-down.png") center center no-repeat transparent;
    background-size: 16px;
    background-color: white;
}

#filter-by {
    color: #565656;
    cursor: pointer;
}

#filter-by .filter-icon {
    width: 10px;
    vertical-align: middle;
    opacity: 0.6;
    margin-right: 5px;
    margin-bottom: 2px;
}

#filter-by .down-arrow {
    margin-left: 3px;
}

.page-filters-wrapper {
    position: relative;
}

.filter-panel {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    width: 650px;
    height: 380px;
    box-shadow: 0 0 20px -6px rgba(0,0,0,0.3);
    z-index: 50;
    display: none;
}

.filter-panel .content-wrapper {
    display: flex;
    height: 100%;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.filter-panel .content-wrapper .filter-type {
    width: 180px;
    border-right: 1px solid #ececec;
    text-align: left;
}

.filter-panel .content-wrapper .filter-type span {
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 600;
    color: #bbbbbb;
    cursor: pointer;
}

.filter-panel .content-wrapper .filter-type span.active {
    background-color: #f3f3f3;
    color: #000;
}

.filter-panel .content-wrapper .filter-type span span.count {
    font-weight: 400;
    display: inline;
    padding: 0 0 0 6px;
    border: 0;
}

.filter-panel .content-wrapper .filter-type span.active span.count {
    color: #000;
}

.filter-panel .content-wrapper .filter-values {
    width: calc(100% - 180px);
    overflow-y: scroll;
    padding: 0 30px;
    margin: 30px 0 56px;
    text-align: left;
}

.filter-panel .content-wrapper .filter-values .items {
    display: none;
}

.filter-panel .content-wrapper .filter-values .items .section {
    margin-bottom: 25px;
}

.filter-panel .content-wrapper .filter-values .items .section p {
    display: block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.filter-panel .content-wrapper .filter-values .brand-checkbox {
    margin-bottom: 10px;
    width: calc(50% - 20px) !important;
}

.filter-panel .content-wrapper .filter-values .items {
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}

.filter-panel .content-wrapper .filter-values .items[style*="block"],
.filter-panel .content-wrapper .filter-values .items.active {
    display: grid !important;
}

.filter-panel .content-wrapper .filter-values .items .section {
    grid-column: 1 / -1;
}

.filter-panel .content-wrapper .filter-values .items .brand-checkbox {
    width: 100% !important;
    margin: 0 !important;
    display: flex;
    align-items: flex-start;
}

.filter-panel .content-wrapper .filter-values .items .brand-checkbox span + span {
    width: calc(100% - 30px);
}

.filter-panel .content-wrapper .filter-values .items.value {
    grid-template-columns: 1fr;
}

.filter-panel .content-wrapper .filter-values .brand-checkbox span + span {
    font-size: 12px;
    display: inline-block;
    width: calc(100% - 26px);
    vertical-align: top;
    word-break: break-word;
    user-select: none;
}

.filter-panel .content-wrapper .filter-values .items.value .brand-checkbox {
    width: calc(100% - 20px) !important;
}

.filter-panel .content-wrapper .filter-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}

.filter-panel .content-wrapper .filter-footer button {
    min-width: 80px;
    font-size: 10px;
    border-width: 1px;
}

@media (min-width: 1024px) {
    .page-filters-wrapper {
        float: right;
    }

    .page-filters-wrapper span.filter-by {
        float: left;
        /* display: none; */
    }

    .page-filters-wrapper .filters-list {
        padding-top: 0;
        float: right;
    }

    .page-filters-wrapper .filters-list .filter-list {
        width: auto;
        margin-left: 30px;
    }

    .page-filters-wrapper .filters-list .filter-list ul {
        left: -50%;
        top: 37px;
    }

    .page-filters-wrapper .filters-list .filter-list:last-child ul {
        left: auto;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .page-filters-wrapper .filters-list .filter-list {
        margin-left: 20px;
    }
}

@media (min-width: 1300px) {
    .page-filters-wrapper span.filter-by {
        display: block;
    }

    .page-filters-wrapper .filters-list .filter-list {
        margin-left: 30px;
    }
}

@media (min-width: 1400px) {
    .page-filters-wrapper .filters-list .filter-list {
        margin-left: 27px;
    }
}

@media (min-width: 1500px) {
    .page-filters-wrapper .filters-list .filter-list {
        margin-left: 40px;
    }
}

.history-table-wrapper {
    /*min-width: 600px;*/
    /*overflow-x: auto;*/
}

.history-table-wrapper .history-table {
    width: 100%;
}

.history-table-wrapper .history-table .centered {
    text-align: center;
}

.history-table-wrapper .history-table .table-header {
    background-color: #fff !important;
}

.history-table-wrapper .history-table .table-header th {
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
    position: sticky;
    top: 5.5rem;
    z-index: 50;
    background-color: white;
}

.history-table-wrapper .history-table .table-header th span {
    display: block;
    font-weight: 400;
}

.history-table-wrapper .history-table .table-line td {
    padding: 20px 40px;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #7F7F7F;
}

.history-table-wrapper .history-table .table-line td p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 22px;
}

.history-table-wrapper .history-table .table-line td p a, .history-table-wrapper .history-table .table-line td p a:visited {
    text-decoration: underline;
}

.history-table-wrapper .history-table .table-line td p.ref-details a, .history-table-wrapper .history-table .table-line td p.ref-details a:visited {
    text-decoration: none;
}

.history-table-wrapper .history-table .table-line td:first-child a, .history-table-wrapper .history-table .table-line td:first-child a:visited {
    text-decoration: underline;
}

.history-table-wrapper .history-table .table-line td p.artist-info {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #858585;
}

.history-table-wrapper .history-table .table-line td p.artist-info span {
    font-weight: 400;
    font-size: 11px;
    color: #7F7F7F;
    letter-spacing: 2px;
}

.history-table-wrapper .history-table .table-line td p.artist-info a, .history-table-wrapper .history-table .table-line td p.artist-info a:visited {
    color: #858585;
}

.history-table-wrapper .history-table .table-line td a, .history-table-wrapper .history-table .table-line td a:visited {
    color: #7F7F7F;
}

.history-table-wrapper .history-table .table-line td.table-value {
    text-transform: uppercase;
    border-left: 1px solid #C5C5C4;
    color: #484C4C;
    font-size: 14px;
    font-weight: 700;
}

.history-table-wrapper .history-table .table-line.filtered-hidden {
    display: none;
}

.history-table-wrapper .history-table .table-line.filtered-hidden-aux {
    display: none;
}

.history-table-wrapper .history-table .total-row {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background-color: #fff !important;
}

.history-table-wrapper .history-table .total-row td {
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
}

.history-table-wrapper .history-table .total-row td.table-value {
    border-left: 1px solid #C5C5C4;
}

.history-table-wrapper .history-table tr:nth-child(odd) {
    background-color: #FAFAFA;
}

.history-table-wrapper .history-table tr:nth-child(even) {
    background-color: #F2F3F3;
}

@media (max-width: 1023px) {
    .history-table-wrapper .history-table td {
        /*padding-left: 30px !important;*/
        /*padding-right: 30px !important; */
    }
}

.collections-list {
    padding-bottom: 30px;
    font-size: 0;
}

.collections-list .piece-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.collections-list .piece-item .image {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.collections-list .piece-item .image a, .collections-list .piece-item .image a:visited {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.collections-list .piece-item .image img {
    width: 100%;
    height: auto;
}

.collections-list .piece-item .image img.piece-image {
    display: none !important;
}

.collections-list .piece-item .info {
    text-align: center;
}

.collections-list .piece-item .info h3,
.collections-list .piece-item .info p.time-location {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.collections-list .piece-item .info p.time-location {
    font-weight: 500;
    font-style: normal;
}

.collections-list .piece-item .info h3 a, .collections-list .piece-item .info h3 a:visited {
    color: #7F7F7F;
}

.collections-list .piece-item .info p:first-child,
.collections-list .piece-item .info p:last-child {
    margin-bottom: 0;
}

.collections-list .piece-item .info p {
    color: #7F7F7F;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    margin-bottom: 0;
}

.info-container h4.name span.menu,
.collections-list .piece-item .info p span.menu {
    position: absolute;
    right: -7px;
    top: 1px;
    width: 15px;
    height: 15px;
    background-image: radial-gradient(circle, black 1.5px, transparent 1.6px);
    background-size: 100% 33.33%;
    cursor: pointer;
    opacity: 0.3;
}

.collections-list .piece-item .info p span.artist-name {
    text-transform: uppercase;
    color: #999;
}

.collections-list .piece-item .info p span.ref {
    display: block;
    color: #B2B2B2;
    /*font-size: 11px; line-height: 16px;*/
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 3px;
}

.collections-list .piece-item .info p span.artist-name {
    font-weight: 700;
    color: #000;
}

@media (min-width: 400px) {
    .collections-list {
        padding-bottom: 50px;
        margin: 0 -1.5%;
    }

    .collections-list .collections-list {
        padding-bottom: 0;
        margin: 0;
    }

    .collections-list .piece-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding: 0 1.5%;
    }
}

@media (min-width: 768px) {
    .collections-list .piece-item {
        width: 33.33%;
    }
}

@media (min-width: 1025px) {
    .collections-list .piece-item {
        width: 25%;
    }

    .collections-list .piece-item .image a:hover {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }

    .collections-list .piece-item .info h3 a:hover {
        text-decoration: underline;
    }
}

.identity-list {
    padding-bottom: 80px;
}

.identity-list .identity-entry {
    padding: 30px 15px;
    /*max-width: 470px;*/
    max-width: 60%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 22px;
    color: #858585;
    letter-spacing: 1px;
    border-bottom: 1px solid #E5E5E5;
}

.identity-list .identity-entry h4 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.scope-list .scope-entry p,
.identity-list .identity-entry p {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.scope-type-tab {
    display: flex;
    margin-bottom: 15px;
}

.scope-type-tab span {
    width: 50%;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: #a9a9a9;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #E5E5E5;
    padding: 5px 10px;
}

.scope-type-tab span.active {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid transparent;
    color: #000;
}

.scope-type-tab span.active:first-child {
    border-right: 1px solid #E5E5E5;
}

.scope-type-tab span.active:last-child {
    border-left: 1px solid #E5E5E5;
}

.identity-list .identity-entry b, .identity-list .identity-entry strong {
    font-weight: 700;
}

.identity-list .identity-entry i, .identity-list .identity-entry em {
    font-style: italic;
}

.identity-list .identity-entry a, .identity-list .identity-entry a:visited {
    text-decoration: underline;
    color: #858585;
}

.identity-list .identity-entry a:hover, .identity-list .identity-entry a:visited:hover {
    color: #333;
}

@media (min-width: 1024px) {
    .identity-list .identity-entry {
        padding: 80px 15px;
        text-align: justify;
    }
}

@media (min-width: 1024px) {
    #identityList .swiper-button-prev {
        left: 120px;
    }

    #identityList .swiper-button-next {
        right: 120px;
    }
}

@media (min-width: 1200px) {
    #identityList .swiper-button-prev {
        left: 220px;
    }

    #identityList .swiper-button-next {
        right: 220px;
    }
}

.books-list {
    font-size: 0;
    max-width: 992px;
    margin: 0 auto;
}

.books-list .book-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 80px;
    width: 100%;
}

.books-list .book-item .image {
    margin-bottom: 20px;
}

.books-list .book-item .image img {
    width: 100%;
    height: auto;
}

.books-list .book-item .info {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.books-list .book-item .info a.download-book, .books-list .book-item .info a.download-book:visited {
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 46px;
    line-height: 500px;
    overflow: hidden;
    background: url("../img/download-pdf.png") center center no-repeat transparent;
    background-size: contain;
}

@media (min-width: 400px) {
    .books-list {
        margin: 0 -1.5%;
    }

    .books-list .book-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding: 0 1.5%;
    }
}

@media (min-width: 768px) {
    .books-list {
        margin: 0 -3.5%;
    }

    .books-list .book-item {
        padding: 0 3.5%;
    }
}

@media (min-width: 1024px) {
    .books-list {
        margin: 0 auto;
    }
}

.scope-list {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.scope-list .scope-entry h4 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .scope-list {
        /*      border-bottom: 0;
      padding-bottom: 0;*/
    }

    .scope-list .scope-entry {
        /*border-bottom: 1px solid #E5E5E5; */
    }

    .scope-list .col-1 {
        float: left;
        width: 47%;
    }

    .scope-list .col-2 {
        float: right;
        width: 47%;
    }
}

.scope-region {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.scope-region .scope-table {
    width: 100%;
}

.scope-region .scope-table .centered {
    text-align: center;
}

.scope-region .scope-table .table-header {
    /*border-top: 1px solid #E5E5E5;*/
}

.scope-region .scope-table .table-header th {
    color: #000;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.scope-region .scope-table .table-line td {
    padding-bottom: 5px;
    font-size: 11px;
    color: #B2B2B2;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scope-region .scope-table .table-line:nth-child(2) td {
    padding-top: 15px;
}

.scope-region .scope-table .table-line.total td {
    color: #000;
    font-weight: 700;
}

.analytics-list {
    padding-bottom: 80px;
}

.analytics-list .analytics-slide {
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
}

.analytics-list .analytics-slide .analytics-entry {
    /*max-width: 470px;*/
    /*margin: 0 auto;*/
    /*font-size: 12px; line-height: 22px;
      color: #858585;
      letter-spacing: 1px;
      margin-bottom: 30px;
      text-align: justify;*/
}

.analytics-list .analytics-slide .analytics-entry h4 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.analytics-list .analytics-slide .analytics-entry p {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    color: #858585;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.analytics-list .analytics-slide .extra-info .image {
    text-align: center;
    padding-right: 1rem;
}

.analytics-list .analytics-slide .extra-info h3.chart-title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

.analytics-list .analytics-slide .analytics-entry h3.chart-title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

.analytics-list .analytics-slide.artist-region h3.chart-title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.analytics-list .analytics-slide.artist-region h3.custom-chart-title {
    text-align: left;
    margin-left: 19%;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.analytics-list .analytics-slide.artist-region h3.custom-chart-title1 {
    text-align: left;
    margin-left: 19%;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.analytics-list .analytics-slide.artist-region p {
    font-size: 12px;
    line-height: 16px;
    color: #858585;
    letter-spacing: 1px;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .analytics-list .analytics-slide {
        padding: 80px 0;
    }

    .analytics-list .analytics-slide .analytics-entry {
        float: left;
        width: 49%;
        margin-bottom: 0;
    }

    .analytics-list .analytics-slide .extra-info {
        float: right;
        width: 47%;
    }

    .analytics-list .analytics-slide .chart-wrapper .analytics-entry {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }

    .analytics-list .artist-region .chart-wrapper {
        float: left;
        width: 48%;
    }

    .analytics-list .artist-region .chart-wrapper:last-child {
        float: right;
    }
}

#region_artists_charts {
    /*  position: relative;
    top: -60px;*/
}

/*960
470 450
49% 47%
*/
#artistsListWrapper, #artistDetailWrapper {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1024px) {
    #artistsListWrapper, #artistDetailWrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    #artistsListWrapper, #artistDetailWrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.artists-list ul li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #F1F1F1;
}

.artists-list ul li a, .artists-list ul li a:visited {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.artists-list ul li a span, .artists-list ul li a:visited span {
    font-weight: 400;
    display: block;
    color: #999;
    font-size: 10px;
    text-transform: none;
}

.artists-list .extra-image {
    display: none;
}

@media (min-width: 1024px) {
    .artists-list {
        min-height: 60vh;
        /*position: relative;*/
    }

    .artists-list ul {
        padding-top: 15px;
        float: left;
        width: 48%;
    }

    .artists-list ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .artists-list ul li a span, .artists-list ul li a:visited span {
        display: inline-block;
    }

    .artists-list .extra-image {
        /*float: right;
      width: 48%;
      display: block;
      position: relative;
      z-index: 1;*/
        position: fixed;
        right: 0;
        z-index: 1;
        display: block;
        width: 40%;
    }

    .artists-list .extra-image .image {
        position: relative;
        margin-right: -30px;
        margin-left: -20px;
        top: 50px;
    }

    .artists-list .bg-layer {
        position: absolute;
        right: 30px;
        top: 0;
        height: 100%;
        width: 30.50%;
        background-color: #333;
    }
}

@media (min-width: 1200px) {
    .artists-list .bg-layer {
        right: 60px;
    }

    .artists-list .extra-image .image {
        margin-right: -60px;
    }
}

#artistDetailWrapper {
    padding-left: 0;
    padding-right: 0;
}

.artist-detail {
    position: relative;
    top: -32px;
}

.artist-detail .artist-info {
    padding: 60px;
    width: 100%;
}

.artist-detail .artist-info .image {
    position: relative;
    height: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.artist-detail .artist-info .column-1 {
    font-size: 12px;
    line-height: 22px;
    color: #858585;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: justify;
}

.artist-detail .artist-info .column-1 p {
    text-align: justify;
    font-size: 12px;
    line-height: 22px;
    color: #858585;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.artist-detail .artist-info .column-1 b, .artist-detail .artist-info .column-1 strong {
    font-weight: 700;
}

.artist-detail .artist-info .column-1 i, .artist-detail .artist-info .column-1 em {
    font-style: italic;
}

.artist-detail .artist-info .column-1 a, .artist-detail .artist-info .column-1 a:visited {
    text-decoration: underline;
    color: #858585;
}

.artist-detail .artist-info .column-1 a:hover, .artist-detail .artist-info .column-1 a:visited:hover {
    color: #333;
}

.artist-detail .artist-info .column-2 {
    margin-bottom: 30px;
}

.artist-detail .artist-info .column-2 p {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.artist-detail .artist-info .column-2 p em {
    font-style: italic;
}

.artist-detail .artist-info .column-2 p strong {
    font-weight: 700;
}

.artist-detail .artist-info .column-2 p strong > em {
    font-style: unset;
    font-weight: 700;
}

.artist-detail .artist-works {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.artist-detail .artist-works .collections-list {
    display: flex;
    flex-wrap: wrap;
}

.artist-detail .artist-numbers {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.artist-detail .artist-numbers .entry {
    font-size: 12px;
    line-height: 22px;
    color: #858585;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    text-align: justify;
    border-right: 1px solid #9999;
    padding-right: 3rem;
}

.artist-detail .artist-numbers .entry p, .artist-detail .artist-numbers .entry span {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-align: justify;
}

.artist-detail .artist-numbers .extra-info p, .artist-detail .artist-numbers .extra-info span {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-align: justify;
}

.artist-detail .artist-numbers .extra-info b, .artist-detail .artist-numbers .extra-info strong {
    font-weight: 700;
}

.artist-detail .artist-numbers .entry b, .artist-detail .artist-numbers .entry strong {
    font-weight: 700;
}

.artist-detail .artist-numbers .extra-info b, .artist-detail .artist-numbers .extra-info strong {
    font-weight: 700;
}

.artist-detail .artist-numbers .entry i, .artist-detail .artist-numbers .entry em {
    font-style: italic;
}

.artist-detail .artist-numbers .extra-info i, .artist-detail .artist-numbers .extra-info em {
    font-style: italic;
}

.artist-detail .artist-numbers .entry a, .artist-detail .artist-numbers .entry a:visited {
    text-decoration: underline;
    color: #858585;
}

.artist-detail .artist-numbers .extra-info a, .artist-detail .artist-numbers .extra-info a:visited {
    text-decoration: underline;
    color: #858585;
}

.artist-detail .artist-numbers .entry a:hover, .artist-detail .artist-numbers .entry a:visited:hover {
    color: #333;
}

.artist-detail .artist-numbers .extra-info a:hover, .artist-detail .artist-numbers .extra-info a:visited:hover {
    color: #333;
}

.artist-detail .artist-numbers .entry h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #000;
}

.artist-detail .artist-numbers .extra-info h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #000;
}

.artist-detail .artist-numbers .entry h3:first-child {
    margin-top: 0;
}

.artist-detail .artist-numbers .extra-info h3:first-child {
    margin-top: 0;
}

.artist-detail .artist-numbers .extra-info p a.open-numbers-more, .artist-detail .artist-numbers .entry p a.open-numbers-more:visited {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.artist-detail .artist-numbers .extra-info .numbers-wrapper .numbers-more {
    display: none;
    position: absolute;
    /*width: 100%;*/
    z-index: 999;
    background-color: white;
}

.artist-detail .artist-numbers .extra-info .numbers-more {
    margin-right: 1rem;
}

.artist-detail .artist-numbers .extra-info .numbers-wrapper {
    margin-right: 1rem;
    min-height: 150px;
}

.artist-detail .extra-info .chart-title {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 1;
}

.artist-detail .extra-info > div:first-child {
    /*margin-bottom: 30px;*/
}

.artist-detail .extra-info > div:last-child {
    /*border-top: 1px solid #E5E5E5;*/
    padding-top: 30px;
    margin-bottom: 30px;
    position: relative;
    /*top: -50px;*/
}

.artist-detail .extra-info .chart-content {
    position: relative;
    /*top: -30px;*/
}

.artist-detail .extra-info .chart-image {
    padding: 30px 0;
}

.artist-dashboard .artist-name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3e3e3e;
}

.artist-dashboard .subtitle {
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #7d7d7d;
    text-transform: uppercase;
}

.artist-dashboard .flex-card-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, calc(33.33% - 20px));
    margin: 30px 0;
}

.artist-dashboard .flex-card-wrapper.spaced {
    margin: 60px 0;
}

.artist-dashboard .flex-card-wrapper.one-two .two {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    display: block;
    max-height: 233px;
}

.artist-dashboard .dashboard-card {
    box-shadow: 0 0 6px -2px #cecece;
    min-height: 100px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.artist-dashboard .dashboard-card.no-shadow {
    box-shadow: none;
    min-height: auto;
}

.artist-dashboard .dashboard-card.block {
    display: block;
}

.artist-dashboard .dashboard-card.no-shadow .bordered {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.artist-dashboard .dashboard-card.no-shadow .bordered:not(:last-child):after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 1px;
    background-color: #afafaf;
}

.artist-dashboard .flex-card-wrapper.spaced .first-pie {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.artist-dashboard .flex-card-wrapper.spaced .second-pie {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.artist-dashboard .dashboard-card.block.group {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.artist-dashboard .dashboard-card p {
    margin-bottom: 0;
}

.artist-dashboard .dashboard-card .value {
    align-self: flex-end;
}

.dashboard-card.no-shadow .value {
    align-self: flex-start;
}

.dashboard-card .label {
    max-width: 60%;
}

.dashboard-card .label .title {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-card .label .subtitle {
    text-transform: none;
    font-size: 12px;
    padding-right: 10px;
}

.dashboard-card .label .piece-thumb {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.dashboard-card .label .piece-thumb img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 10px;
}

.dashboard-card .label .piece-thumb span {
    font-size: 12px;
    letter-spacing: 1px;
    padding-right: 15px;
}

.dashboard-card .value p {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    text-align: right;
    color: #a0a0a0;
}

@media (min-width: 1024px) {
    .artist-detail {
        top: -34px;
    }

    .artist-detail .artist-info {
        padding-bottom: 30px;
    }

    .artist-detail .artist-info .image {
        margin-bottom: 35px;
    }

    .artist-detail .artist-info .column-1 {
        float: left;
        width: 35%;
        margin-right: 3%;
        margin-bottom: 0;
    }

    .artist-detail .artist-info .column-2 {
        float: left;
        width: 60%;
        margin-right: 2%;
        margin-bottom: 0;
    }

    .artist-detail .artist-numbers .entry {
        float: left;
        width: 45%;
        margin-bottom: 0;
    }

    .artist-detail .artist-numbers .extra-info {
        float: right;
        width: 48%;
    }
}

@media (min-width: 1200px) {
    .artist-detail .artist-info {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px;
        width: 100%;
    }

    .artist-detail .artist-info .image {
        margin-left: -60px;
        margin-right: -60px;
    }

    .artist-detail .artist-works {
        padding-top: 35px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .artist-detail .artist-numbers {
        padding-top: 35px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.piece-item-wrapper .go-back-mobile {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.piece-item-wrapper .go-back-mobile a, .piece-item-wrapper .go-back-mobile a:visited {
    /*text-transform: lowercase;*/
    font-size: 10px;
    color: #717171;
    /*text-decoration: underline;*/
    letter-spacing: 1px;
}

.piece-item-wrapper .go-back-mobile a, .piece-item-wrapper .go-back-mobile a img {
    height: 12px;
    vertical-align: middle;
}

.piece-item-wrapper .go-back-mobile a img {
    opacity: 0.6;
}

.piece-item-wrapper .go-back-mobile a, .piece-item-wrapper .go-back-mobile a:first-child img {
    margin-right: 5px;
}

.piece-item-wrapper .go-back-mobile a, .piece-item-wrapper .go-back-mobile a:last-child img {
    margin-left: 5px;
}

.piece-item-wrapper .main-info-wrapper .main-info .image {
    position: relative;
    padding-bottom: 80px;
    box-sizing: border-box;
    /*height: 35rem;*/
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .image-nav-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 4rem;*/
    height: 64px;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 60;
    overflow: hidden;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .image-nav-bar .images-in-bar {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    transition: 0.3s ease-in-out;
    height: 4rem;
    left: 0;
    visibility: hidden;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .image-nav-bar .images-in-bar img {
    height: auto;
    max-height: 100%;
    max-width: 80px;
    cursor: pointer;
    margin: 0 0.5rem;
    vertical-align: middle;
}

.piece-item-wrapper .main-info-wrapper .main-info .image img.img-viewed {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    max-width: 100%;
    width: auto;
    height: auto;
    cursor: pointer;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .img-nav-controls {
    position: absolute;
    bottom: 0;
    height: 4rem;
    width: 100%;
    visibility: hidden;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .img-nav-controls .img-nav-left,
.piece-item-wrapper .main-info-wrapper .main-info .image .img-nav-controls .img-nav-right {
    position: absolute;
    width: 2rem;
    height: 4rem;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 70;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .img-nav-controls .img-nav-left {
    background-image: url("../img/arrow-left.png");
    left: -0.5rem;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .img-nav-controls .img-nav-right {
    background-image: url("../img/arrow-right.png");
    right: -0.5rem;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .zoom-stage {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: -500;
    transition: 0.3s ease-in-out;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .zoom-stage .image-stage {
    display: block;
    margin: 5vh 5vw;
    max-width: 90vw;
    max-height: 90vh;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .zoom-stage .image-stage img {
    /*display: block;*/
    margin: 5vh auto;
    max-width: 60vw;
    max-height: 90vh;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .zoom-stage .buttons .close {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-image: url("../img/icons/close-icon.png");
    filter: invert(1);
    border: 10px solid transparent;
    z-index: 600;
    cursor: pointer;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .img-container {
    display: inline-block;
    width: auto;
    position: relative;
}

.piece-item-wrapper .main-info-wrapper .main-info .image .img-container .button-magnify {
    position: absolute;
    display: inline-block;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url('../img/icons/zoom-in.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    outline: none;
    cursor: pointer;
    border: 5px solid transparent;
    filter: invert(1);
    opacity: 0.5;
}

.piece-item-wrapper .main-info-wrapper .main-info .image a, .piece-item-wrapper .main-info-wrapper .main-info .image a:visited {
    text-transform: lowercase;
    font-size: 12px;
    color: #CCC;
    text-decoration: underline;
    letter-spacing: 1px;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info {
    position: relative;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions {
    margin-bottom: 20px;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a, .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:visited {
    background: center center no-repeat transparent;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 14px;
    display: inline-block;
    vertical-align: bottom;
    min-width: 25px;
    height: 35px;
    text-align: center;
    font-size: 10px;
    line-height: 80px;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a.frame {
    background-image: url("../img/svg/frame.svg");
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a.insurance {
    background-image: url("../img/svg/insure.svg");
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a.ship {
    background-image: url("../img/svg/ship.svg");
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a.restore {
    background-image: url("../img/svg/restore.svg");
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a.sell {
    background-image: url("../img/svg/sell.svg");
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a.apprisal {
    background-image: url("../img/svg/apprisal.svg");
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a.download-pdf {
    background-image: url("../img/svg/pdf.svg");
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a span, .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:visited span {
    display: none;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:hover, .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:visited:hover {
    text-decoration: none;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:hover span, .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:visited:hover span {
    display: inline;
}

/*.piece-item-wrapper .main-info-wrapper .main-info .piece-info a.download-pdf, */
/*.piece-item-wrapper .main-info-wrapper .main-info .piece-info a.download-pdf:visited {*/
/*position: absolute;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*padding: 2px 8px;*/
/*display: inline-block;*/
/*vertical-align: bottom;*/
/*right: 0;*/
/*top: 0;*/
/*width: 35px;*/
/*height: 35px;*/
/*font-size: 10px;*/
/*line-height: 80px;*/
/*text-align: center;*/
/*background: url("../img/svg/pdf.svg") center center no-repeat transparent;*/
/*background-size: contain; }*/
.piece-item-wrapper .main-info-wrapper .main-info .piece-info h3 {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info h3 a, .piece-item-wrapper .main-info-wrapper .main-info .piece-info h3 a:visited {
    color: #000;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info h2 {
    font-size: 15px;
    line-height: 22px;
    color: #7F7F7F;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 3px;
    font-style: italic;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info h4 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #7F7F7F;
    letter-spacing: 3px;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info p.reference {
    color: #B2B2B2;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 2px;
    margin: 10px 0;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info p.reference span {
    text-transform: uppercase;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info .image-scale {
    position: absolute;
    right: 0;
    top: 70px;
}

.applied-filters span,
.piece-item-wrapper .main-info-wrapper .main-info .piece-info p.tags span {
    display: inline-block;
    background-color: #e8e8e8;
    padding: 5px 10px 3px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    user-select: none;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: #9c9c9c;
}

.applied-filters {
    padding: 20px 0 0;
    display: none;
}

.applied-filters span {
    padding: 8px 10px;
    margin: 0 8px 8px 0;
    cursor: pointer;
}

.applied-filters span.clear {
    background-color: #383838;
    color: #fff;
}

.piece-item-wrapper .main-info-wrapper .main-info-links {
    display: none;
}

.piece-item-wrapper .main-info-wrapper a.piece-next-slide, .piece-item-wrapper .main-info-wrapper a.piece-next-slide:visited {
    display: none;
}

.piece-item-wrapper .extra-info-wrapper a.piece-prev-slide, .piece-item-wrapper .extra-info-wrapper a.piece-prev-slide:visited {
    display: none;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item {
    border-top: 1px solid #F1F1F1;
    padding-top: 25px;
    margin-bottom: 30px;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .assessment-list {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .assessment-list .att-title {
    display: block;
    color: #000;
    font-weight: 600
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .assessment-list span,
.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .assessment-list .att-value {
    font-weight: 400;
    color: #666;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item.flexible h6 {
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    color: #505050;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item.flexible div.entry {
    margin-bottom: 15px;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item.flexible div.entry:last-child {
    margin-bottom: 40px;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item.flexible div.entry p {
    line-height: 18px;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item h5 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item h5 .arrow-icon {
    display: inline-block;
    height: 20px;
    width: 12px;
    background-image: url('../img/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    cursor: pointer;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item h5 .arrow-icon.opened {
    background-image: url('../img/arrow-top.png');
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .entry a, .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .entry a:visited {
    text-decoration: underline;
    color: #858585;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .entry a:hover, .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .entry a:visited:hover {
    color: #333;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item p em, .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item p i {
    font-style: italic;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item p em, .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item p span {
    color: #858585 !important;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item p strong, .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item p b {
    font-weight: 700;
}

.piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .condition {
    margin-bottom: 30px;
}

.piece-item-wrapper .attributes-list {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 50px;
    padding: 25px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.piece-item-wrapper .attributes-list .att-title {
    display: block;
    color: #000;
}

.piece-item-wrapper .attributes-list .att-value {
    color: #666;
    font-weight: 400;
}

.contact_glry_btn {
    display: block;
    margin: 20px auto 0;
    border: 0;
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 10px 0 7px;
    color: #fff;
    cursor: pointer;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}

@media (min-width: 1024px) {
    .piece-item-wrapper .go-back-mobile {
        display: none;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .image {
        float: left;
        width: 49%;
        margin-bottom: 0;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .image img {
        margin-bottom: 20px;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .image a:hover {
        color: #000;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info {
        float: right;
        width: 47%;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions {
        position: absolute;
        right: 0;
        top: -70px;
        margin-bottom: 0;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info a.download-pdf, .piece-item-wrapper .main-info-wrapper .main-info .piece-info a.download-pdf:visited {
        top: -69px;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info a.download-pdf:hover {
        text-decoration: none;
    }

    .piece-item-wrapper .main-info-wrapper .main-info-links {
        /*float: right;
    width: 47%;*/
        display: block;
    }

    .piece-item-wrapper .main-info-wrapper .main-info-links .links a, .piece-item-wrapper .main-info-wrapper .main-info-links .links a:visited {
        text-transform: lowercase;
        font-size: 12px;
        color: #CCC;
        text-decoration: underline;
        letter-spacing: 1px;
    }

    .piece-item-wrapper .main-info-wrapper .main-info-links .links a:hover, .piece-item-wrapper .main-info-wrapper .main-info-links .links a:visited:hover {
        color: #000;
    }

    .piece-item-wrapper .main-info-wrapper .main-info-links .links a.more-info-link, .piece-item-wrapper .main-info-wrapper .main-info-links .links a:visited.more-info-link {
        display: inline-block;
        width: 38%;
        max-width: 175px;
    }

    .piece-item-wrapper .main-info-wrapper .main-info-links .links a.back-to, .piece-item-wrapper .main-info-wrapper .main-info-links .links a:visited.back-to {
        display: inline-block;
        width: 60%;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item:first-child {
        border-top: 1px solid #F1F1F1;
        padding-top: 30px;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .assessment-list {
        /*line-height: 20px;*/
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .assessment-list .att-title {
        vertical-align: top;
        display: inline-block;
        width: 25%;
        max-width: 245px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .assessment-list .att-value {
        vertical-align: top;
        display: inline-block;
        width: 74%;
        box-sizing: border-box;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .assessment-list .att-title + .att-value {
        padding-left: 15px;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .condition {
        margin-bottom: 0;
        vertical-align: top;
        display: inline-block;
        width: 25%;
        max-width: 245px;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item .condition-report {
        vertical-align: top;
        display: inline-block;
        width: 74%;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item.flexible {
        display: flex;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item.flexible div:first-child {
        flex-basis: 25%;
        padding-right: 15px;
        max-width: 245px;
        box-sizing: border-box;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item.flexible div:last-child {
        flex-basis: 75%;
        max-width: 100%;
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item.flexible div.contacts:last-child,
    .piece-item-wrapper .extra-info-wrapper .extra-info .extra-info-item.flexible div.notes:first-child {
        flex-basis: 100%;
        max-width: 100%;
    }

    .piece-item-wrapper .attributes-list {
        margin-bottom: 20px;
        padding: 25px 0;
    }

    .piece-item-wrapper .attributes-list .att-title {
        display: inline-block;
        vertical-align: top;
        width: 27%;
        max-width: 175px;
    }

    .piece-item-wrapper .attributes-list .att-value {
        display: inline-block;
        vertical-align: top;
        width: 73%;
    }
}

@media (min-width: 1024px) {
    .piece-item-wrapper .main-info-wrapper {
        /*min-height: 100vh;*/
        /*position: relative;*/
    }

    .piece-item-wrapper .main-info-wrapper .main-info {
        padding-top: 180px;
        padding-bottom: 85px;
    }

    .piece-item-wrapper .main-info-wrapper a.piece-next-slide, .piece-item-wrapper .main-info-wrapper a.piece-next-slide:visited {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 35px;
        margin-left: -14px;
        width: 28px;
        height: 15px;
        background: url("../img/arrow-down.png") center center no-repeat transparent;
        background-size: contain;
        line-height: 500px;
        overflow: hidden;
    }

    .piece-item-wrapper .extra-info-wrapper {
        /*min-height: 100vh;*/
        /*position: relative;*/
    }

    .piece-item-wrapper .extra-info-wrapper .extra-info {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .piece-item-wrapper .extra-info-wrapper a.piece-prev-slide, .piece-item-wrapper .extra-info-wrapper a.piece-prev-slide:visited {
        display: block;
        position: absolute;
        left: 50%;
        top: 120px;
        margin-left: -14px;
        width: 28px;
        height: 15px;
        background: url("../img/arrow-top.png") center center no-repeat transparent;
        background-size: contain;
        line-height: 500px;
        overflow: hidden;
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 13px 8px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 25px;
    height: 17px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #FFF;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
    perspective: 50px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
    perspective: 50px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
    perspective: 50px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
    perspective: 50px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -7px, 0) rotate(45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
    top: 1.5px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
    top: 1.5px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(-135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
    top: 7px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -50px;
    top: -50px;
    transform: translate3d(50px, 50px, 0) rotate(45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -50px;
    top: -50px;
    transform: translate3d(-50px, 50px, 0) rotate(-45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 7px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -50px;
    top: 50px;
    transform: translate3d(50px, -50px, 0) rotate(-45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -50px;
    top: 50px;
    transform: translate3d(-50px, -50px, 0) rotate(45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
    top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
    top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.57143px, -4px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
    top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 14px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.57143px, -4px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
    top: 1.5px;
    transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.32s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
    transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
    transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.LoginBtn {
    display: inline-block;
    /*background-color: #E6E6E6;*/
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    color: #000;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 11px;
    border: 0;
    margin-right: 5px;
}

.login_pointer {
    cursor: pointer;
}

.newsletter-list, .auction-list {
}

.newsletter-entry, .auction-entry {
    display: flex;
    align-items: center;
    margin: 0 auto;
    font-size: 12px;
    line-height: 22px;
    color: #858585;
    letter-spacing: 1px;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.newsletter-entry .newsletter-thumb,
.auction-entry .auction-thumb {
    max-width: 200px;
    min-width: 200px;
    height: auto;
    margin-right: 20px;
}

.newsletter-entry .newsletter-thumb a:focus,
.auction-entry .auction-thumb a:focus {
    outline: 0;
}

.newsletter-entry .newsletter-thumb img,
.auction-entry .auction-thumb img {
    max-width: 200px;
    max-height: 150px;
    display: block;
    margin: 0 auto;
}

.newsletter-list h4, .auction-entry h4 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #000;
}

.newsletter-list h5, .auction-entry h5 {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #717171;
}

.newsletter-list p, .auction-entry p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #666;
    text-align: justify;
    margin-bottom: 20px;
}

.newsletter-list .doc-pdf, .auction-entry .doc-pdf {
    color: #717171;
    display: inline-block;
    border: 1px solid #717171;
    padding: 2px 8px 0;
    text-transform: uppercase;
}

.newsletter-list .doc-pdf:hover,
.newsletter-list .doc-pdf:focus,
.newsletter-list .doc-pdf:active,
.auction-entry .doc-pdf:hover,
.auction-entry .doc-pdf:focus,
.auction-entry .doc-pdf:active {
    text-decoration: none;
}

.table-in-modal th {
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
}

.image-scale {
    width: 75px;
    height: 75px;
    position: relative;    
}

.image-scale img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.2s;
}

.image-scale.small {
    width: 50px;
    height: 50px;
}

/* These hold QR codes, which open in a modal on click — see
   partials/qr-modal.blade.php. They used to grow on hover instead, via
   transform: scale(3) steered by a transform-origin per position; a transform
   cannot leave its own stacking context, so the enlarged code was apt to be
   covered by whatever followed it. */
.image-scale img.qr-code {
    cursor: pointer;
}

.image-scale img.qr-code:hover {
    opacity: 0.65;
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
    #headerWrapper .header .main-nav .user-info {
        margin-bottom: 30px;
    }

    #headerWrapper .header .main-nav ul li {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 1px;
    }

    #headerWrapper .header .searchWrapper {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a, .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:visited {
        padding: 2px 4px;
    }
}

@media only screen and (max-width: 1024px) {
    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions {
        text-align: center;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul {
        margin-bottom: 3rem;
    }

    .account-content-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .newsletter-entry, .auction-entry,
    .newsletter-entry .newsletter-thumb a, .auction-entry .auction-thumb a {
        display: block;
        width: 100%;
    }

    .newsletter-entry .newsletter-thumb, .auction-entry .auction-thumb {
        width: 100%;
        margin-right: 0;
        display: block;
        max-width: none;
    }

    .newsletter-entry .newsletter-thumb img,
    .auction-entry .auction-thumb img {
        width: 100%;
        max-width: none;
        max-height: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}



/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=global.css.map */

.artist-thumb-container {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 3rem;
    position: relative;
}

.artist {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    min-height: 19vw;
    position: relative;
}

.artist img {
    /*width: 100%;*/
    /*height: auto;*/
    display: none;
}

.artist:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/border-top-left.png"), url("../img/border-bottom-right.png");
    background-size: contain, contain;
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    top: 1.2rem;
    left: 1.2rem;
    z-index: 2;
}

.name-container {
    position: absolute;
    bottom: 2rem;
    text-transform: uppercase;
    width: 100%;
}

.name-container span {
    display: block;
    text-align: center;
    color: #F2F2F2;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
}

.name-container span.lname {
    margin-top: 0.5rem;
    margin-left: 3rem;
    /*margin-left: 3vw;*/
}

.artist-info-texts .name-container span {
    font-size: 15px;
}

.info-container {
    color: #000;
    width: 100%;
    position: relative;
}

.info-container h4.name {
    text-transform: uppercase;
    margin-left: 1rem;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.info-container h4.name a {
    color: #000;
}

.info-container h4.name a:hover {
    text-decoration: none;
}

/*.info-container h4.name:before {*/
/*position: absolute;*/
/*content: '';*/
/*left: -0.8rem;*/
/*top: 5px;*/
/*width: 5px;*/
/*height: 5px;*/
/*background-color: #000;*/
/*}*/

.info-container p.artist-info {
    text-align: left;
    margin: 5px auto 0 1rem;
    opacity: 0.5;
}

#collectionsList .collections-list .piece-item,
.artist-works .collections-list .piece-item {
    width: 23%;
    margin: 1%;
    padding: 40px 25px 15px;
    box-shadow: 0 0 20px -6px #cecece;
    border-radius: 4px;
    overflow: visible;
}

#collectionsList .collections-list .piece-item.list-view,
.artist-works .collections-list .piece-item.list-view {
    width: calc(100% - 30px);
    margin: 1% auto;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

#collectionsList .collections-list .piece-item.list-view .image,
.artist-works .collections-list .piece-item.list-view .image {
    display: inline-block;
    max-width: 180px;
    margin: 10px;
}

#collectionsList .collections-list .piece-item.list-view .info,
.artist-works .collections-list .piece-item.list-view .info {
    display: inline-block;
    width: calc(100% - 200px);
    text-align: left;
}

#artistsListWrapper .collections-list.artists .piece-item.list-view .info-container,
#collectionsList .collections-list .piece-item.list-view .info .info-contents,
.artist-works .collections-list .piece-item.list-view .info .info-contents {
    position: unset;
}

.piece-item.list-view .info-container h4.name span.menu,
.collections-list .piece-item.list-view .info p span.menu {
    top: 15px;
    right: 10px;
}

.artist-info-texts .artist-thumb-container {
    width: 70%;
    margin: 0 auto;
    max-width: 18rem;
    margin-bottom: 5rem;
}

.artist-info-texts .artist-thumb-container .artist {
    min-height: 22rem;
}

.artist-info-texts .artist-thumb-container .info-container .artist-info {
    padding: 0;
    opacity: 1;
}

.artist-detail .artist-info-texts .column-2 .artist-quote {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.artist-detail .artist-info-texts .column-2 .artist-quote span {
    font-size: 3.5rem;
}

.artist-detail .artist-info-texts .column-2 .thin-hr {
    border: 0;
    border-bottom: 1px solid #9a9a9a;
}

.artist-detail .artist-info-texts .column-2 .artist-name {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2.5rem;
}

.artist-detail .artist-info-texts .column-2 .artist-name span {
    font-size: 0.8rem;
    color: #a9a9a9;
}

.artist-detail .artist-info-texts .column-2 .artist-bio-info {
    margin-top: 0.5rem;
    font-size: 15px;
    color: #4a4a4a;
}

@-moz-document url-prefix() {
    #collectionsList .collections-list .piece-item,
    .artist-works .collections-list .piece-item {
        box-shadow: 0 0 20px -10px #cecece;
    }
}

#collectionsList .collections-list .piece-item .image,
.artist-works .collections-list .piece-item .image {
    background-size: contain;
    background-position: center;
}

#collectionsList .collections-list .piece-item .info,
.artist-works .collections-list .piece-item .info {
    display: flex;
    align-items: flex-start;
}

#collectionsList .collections-list .piece-item .info .info-contents,
.artist-works .collections-list .piece-item .info .info-contents {
    width: 100%;
    position: relative;
}

.info-container .buttons,
#collectionsList .collections-list .piece-item .info .info-contents .buttons {
    display: none; /* toggled to flex with script */
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    max-width: 350px;
    top: 22px;
    left: 0;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 20px -6px #cecece;
    box-sizing: border-box;
    padding-bottom: 0;
    flex-wrap: wrap;
    z-index: 3;
}

#artistsListWrapper .collections-list.artists .piece-item.list-view .info-container .buttons,
#collectionsList .collections-list .piece-item.list-view .info .info-contents .buttons {
    left: auto;
    right: 20px;
}

.info-container .buttons button,
.info-container .buttons a,
#collectionsList .collections-list .piece-item .info .info-contents .buttons button,
#collectionsList .collections-list .piece-item .info .info-contents .buttons a {
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    appearance: none;
    background-color: transparent;
    border: 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.6;
    cursor: pointer;
    letter-spacing: 1px;
    color: #999;
    padding: 0;
    margin-bottom: 15px;
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.info-container .buttons a:hover,
.info-container .buttons a:focus,
.info-container .buttons a:active,
.info-container .buttons button:focus,
#collectionsList .collections-list .piece-item .info .info-contents .buttons a:hover,
#collectionsList .collections-list .piece-item .info .info-contents .buttons a:focus,
#collectionsList .collections-list .piece-item .info .info-contents .buttons a:active,
#collectionsList .collections-list .piece-item .info .info-contents .buttons button:focus {
    text-decoration: none;
    outline: 0;
}

.info-container .buttons button.disabled,
.info-container .buttons a.disabled,
#collectionsList .collections-list .piece-item .info .info-contents .buttons button.disabled,
#collectionsList .collections-list .piece-item .info .info-contents .buttons a.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.info-container .buttons button img,
.info-container .buttons a img,
#collectionsList .collections-list .piece-item .info .info-contents .buttons button img,
#collectionsList .collections-list .piece-item .info .info-contents .buttons a img {
    max-width: 16px;
    max-height: 16px;
    display: block;
    margin: 0 auto 10px;
    opacity: 0.7;
}

#collectionsList .collections-list .piece-item .info > p,
.artist-works .collections-list .piece-item .info > p {
    margin-bottom: 0;
}

#collectionsList .collections-list .piece-item .info p span.artist-name,
.artist-works .collections-list .piece-item .info p span.artist-name {
    font-size: 14px;
    position: relative;
}

.artist-detail .artist-numbers .artist-market-table {
    width: 100%;
    display: table;
}

.artist-detail .artist-numbers .artist-market-table .entry,
.artist-detail .artist-numbers .artist-market-table .extra-info {
    display: table-cell;
    float: none;
    width: 45%;
}

.artist-detail .artist-numbers .artist-market-table .extra-info {
    padding-left: 3rem;
}

.select-collection-buttons {
    float: right;
    font-size: 10px;
    font-weight: 300;
}

.select-collection-buttons span a {
    color: #000;
}

.select-collection-buttons span + span {
    margin-left: 20px;
}

.select-collection-buttons span a:hover,
.select-collection-buttons span a:focus,
.select-collection-buttons span a:active {
    text-decoration: none;
}

.select-collection-buttons .download-summary,
.select-collection-buttons button {
    cursor: pointer;
    height: auto;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    line-height: 22px;
    font-size: 10px;
    letter-spacing: 2px;
}

.select-collection-buttons button:focus {
    outline: 0;
}

.select-collection-buttons label {
    margin-left: 5px;
    margin-right: 15px;
}

.select-collection-buttons .cancel {
    margin-left: 15px;
    color: #B2B2B2;
}

.custom-pagination {
    display: none;
    float: left;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.artistPagination .custom-pagination {
    float: none;
    margin-left: 20px;
}

.artistPagination .view-type {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 35px;
    letter-spacing: 2px;
}

.artistPagination .view-type .nine {
    display: none;
}

.artistPagination .view-type .all,
.artistPagination .view-type .divided {
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
}

.artistPagination .view-type .all.active,
.artistPagination .view-type .divided.active {
    font-weight: 700;
}

.list-grid {
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 20px;
    letter-spacing: 2px;
}

.list-grid span {
    margin-right: 8px;
    cursor: pointer;
    font-weight: normal;
}

.list-grid span.active {
    font-weight: 700;
}

.select-collection-buttons.select_all .custom-pagination {
    padding-top: 0.5rem;
    padding-left: 1rem;
}

.add-viewers-buttons span {
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 2px;
}

#loginWrapper .checkbox label {
    letter-spacing: 1.5px !important;
    margin-bottom: 16px;
}

#loginWrapper .checkbox input[type="checkbox"] {
    width: 12px !important;
    height: 16px;
    margin-right: 15px;
    padding-left: 0;
}

.collections-list #summaryPdf {
    margin-right: 5px;
}

.piece-item-wrapper .attributes-list .att-value a[download] span.download-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('../img/download-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 5px;
}

.piece-item-wrapper .main-info-wrapper .main-info .image a.see-artist-work {
    padding-left: 2rem;
}

.piece-item-wrapper .main-info-wrapper .main-info .piece-info h4.year {
    color: #999;
}

#collectionsList .collections-list .piece-item .info > p,
.artist-works .collections-list .piece-item .info > p {
    color: #999;
}

/* modal styles */

.modal { /* TODO: remove this rule after merging */
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-container {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 400;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    padding: 40px;
    width: 50%; /* Could be more or less, depending on screen size */
    max-height: 90%;
    overflow-y: auto;
    position: relative;
    transform: translate(-50%, -50%);
}

.modal-container .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 60px 80px;
}

.modal-container .modal-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.modal-scrollable .modal-content {
    max-height: 80vh;
    overflow: auto; /* Enable scroll if needed */
}

.modal-content.wider {
    width: 80%;
}

.modal-content .slide p {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 15px;
}

.modal-content .slider {
    min-height: 130px;
    padding: 0 30px;
}

.modal-content .slider .no-content {
    text-align: center;
}
.modal-content .slider .no-content img {
    max-width: 40px;
    opacity: 0.5;
}

.modal-content .slider .no-content p {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.modal-content .arrows {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    left: 20px;
}

.modal-content .arrows span {
    background-color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    box-shadow: 0 0 15px #cecece;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    cursor: pointer;
}

.modal-content .arrows span.right {
    background-image: url('../img/arrow-right.png');
}
.modal-content .arrows span.left {
    background-image: url('../img/arrow-left.png');
}

.modal-content .arrows span.disabled {
    opacity: 0.5;
}

.modal-content .contact-list {
    max-height: 300px;
    overflow-y: auto;
}

.modal-content .contact-list .item {
    border-bottom: 1px dashed #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.modal-content .contact-list .no-content {
    text-align: center;
}
.modal-content .contact-list .no-content img {
    max-width: 40px;
    opacity: 0.5;
}

.modal-content .contact-list .no-content p {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.modal-content .contact-list .item:last-child {
    border-bottom: 0;
}

.modal-content .contact-list .item p {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 0;
}

.modal-content .pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    letter-spacing: 3px;
    font-size: 14px;
}

/* The Close Button */
.close, .close1, .close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus,
.close2:hover,
.close2:focus,
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.addUserForm. h3 {
    margin-bottom: 35px;
}

.addUserForm .form-field {
    margin-bottom: 30px;
}

.addUserForm.form-wrapper label.inline {
    display: inline-block;
}

.addUserForm.form-wrapper input[type="radio"] {
    width: auto;
    height: auto;
}

.modal-content table {
    margin-top: 35px;
    width: 100%;

}

.modal-content table tr {
    border-bottom: 1px solid #cecece;
}

.modal-content table tr:last-child {
    border-bottom: none;
}

.modal-content table tr td {
    padding: 10px;
}

.modal-content table tr td div.image {
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.modal-content table tr td div.image img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
}

.modal-content table tr td.artist-info p {
    color: #7F7F7F;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.modal-content table tr td.artist-info p.artist-name {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.modal-content table tr td.artist-info p.piece-title {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    color: #7F7F7F;
}

.modal-content table tr td.artist-info p.year {
    color: #7F7F7F;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.modal-content table tr td.artist-info p.ref {
    font-size: 11px;
    color: #B2B2B2;
    padding-top: 3px;
    letter-spacing: 2px;
}

.scrollable-table-container {
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.scrollable-table-container .table-header {
    display: table-row;
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: max-content;
}


.scrollable-table-container.viewers .table-header {
    top: -1px;
}

.scrollable-table-container .table-header div {
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
    z-index: 500;
    background-color: white;
    display: table-cell;
    box-sizing: border-box;
    min-width: auto;
    vertical-align: middle;
}

.scrollable-table-container .table-header div.centered {
    text-align: center;
}

.scrollable-table-container .table-data-container {
    max-height: 80vh;
    overflow: auto;
}

.scrollable-table-container .table-data-container .table-data {
    display: table;
    width: 100%;
}

.scrollable-table-container .table-data-container .table-data .table-line,
.scrollable-table-container .table-data-container .table-data .total-row {
    display: table-row;
}

.scrollable-table-container .table-data-container .table-data .table-line.filtered-hidden-aux,
.scrollable-table-container .table-data-container .table-data .table-line.filtered-hidden {
    display: none;
}

.scrollable-table-container .table-data-container .table-data .table-line:nth-child(odd) {
    background-color: #F2F3F3;
}

.scrollable-table-container .table-data-container .table-data .table-line:nth-child(even) {
    background-color: #FAFAFA;
}

.scrollable-table-container .table-data-container.viewers .table-data .table-line div {
    border-top: 1px solid #E5E5E5;
    background-color: #FFF;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #000;
}

.scrollable-table-container .table-data-container.viewers .table-data {
    border-bottom: 1px solid #E5E5E5;
}

.scrollable-table-container .table-data-container .table-data .table-line div,
.scrollable-table-container .table-data-container .table-data .total-row div {
    padding: 20px;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #7F7F7F;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    min-width: auto;
}

.scrollable-table-container .table-data-container .table-data .table-line div p,
.scrollable-table-container .table-data-container .table-data .total-row div p {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 0;
}

.scrollable-table-container .table-data-container .table-data .table-line div p a:focus,
.scrollable-table-container .table-data-container .table-data .total-row div p a:focus {
    outline: 0;
}

.scrollable-table-container .table-data-container .table-data .table-line div:first-child a,
.scrollable-table-container .table-data-container .table-data .table-line div:first-child a:visited {
    text-decoration: underline;
}

.scrollable-table-container .table-data-container .table-data .table-line div p.artist-info {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    color: #858585;
    max-width: 220px;
    display: inline-block;
}

.scrollable-table-container .table-data-container .table-data .table-line div p.artist-info span {
    font-weight: 400;
    font-size: 11px;
    color: #7F7F7F;
    letter-spacing: 2px;
}

.scrollable-table-container .table-data-container .table-data .total-row div {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background-color: #fff !important;
}

.scrollable-table-container .table-data-container .table-data .table-line div.table-value {
    text-transform: uppercase;
    border-left: 1px solid #C5C5C4;
    color: #484C4C;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    min-width: 250px;
}

.scrollable-table-container .table-data-container .table-data .table-line div.action {
    /*min-width: 100px;*/
    text-align: center;
}

.scrollable-table-container .table-data-container .table-data .table-line div.action span {
    display: inline-block;
    width: 12px;
    cursor: pointer;
}

.scrollable-table-container .table-data-container .table-data .table-line div.action span img {
    width: 100%;
    vertical-align: middle;
}

.scrollable-table-container .table-data-container .table-data .total-row div.table-value {
    border-left: 1px solid #C5C5C4;
    text-align: center;
}

.scrollable-table-container .table-data-container .table-data .total-row div {
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
}

/* .scrollable-table-container .table-data-container .table-data .table-line div.image {
    display: block;
} */

.accountHeader .identity-sub-nav .less-than-three {
    text-align: left;
    margin-left: 29rem;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 60px;
    height: 40px;
    width: 40px;
    background: white;
    background-image: url("../img/arrow-top.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    z-index: 500;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

/* image zoombar styles */
.zoombar-container {
    background-color: rgba(51, 51, 51, 0.8);
    /* border: 1px solid #4F4F4F; */
    display: flex;
    padding: 10px;
    /* min-width: 350px; */
    position: fixed;
    bottom: 50px;
    transform: translate(-50%, 0);
    border-radius: 4px;
    left: 50%;
    z-index: 5000;
}

.zoombar-container button {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    outline: none;
    cursor: pointer;
    opacity: 0.6;
}

.zoombar-container button:focus {
    outline: none;
}

.zoombar-container button.zoom-out {
    background-image: url("../img/icons/zoom-out.svg");
    margin-right: 10px;
}

.zoombar-container button.zoom-in {
    background-image: url("../img/icons/zoom-in.svg");
    margin-left: 10px;
}

.action_link {
    /*background: #eee;*/
    padding: 5px;
    color: #444444;
    font-size: 12px;
}

.swiper-container {
    /*overflow: visible;*/
    /*margin-bottom: 100px;*/
    padding-bottom: 120px; /*TODO: solve later*/
}

.swiper-slide:not(.chart) {
    display: flex;
    flex-wrap: wrap;
}

.brand-form-container.full .form-group {
    width: 100%;
    margin-bottom: 30px;
}

.brand-form-container .form-group label,
.brand-form-container .form-group .form-control {
    display: block;
    width: 100%;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
}
.brand-form-container .form-group label {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.brand-form-container .form-group label span.subtitle {
    text-transform: none;
    line-height: 2;
}

.brand-form-container .form-group .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cecece;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    resize: none;
}

.brand-form-container .form-group [type='date'].form-control {
    padding: 5.5px 20px;
}

.brand-form-container .modal-title,
.brand-form-container .modal-subtitle {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
}

.brand-form-container .modal-title {
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.brand-form-container .separator {
    height: 1px;
    width: 100%;
    background-color: #cecece;
    margin: 15px 0;
}

.brand-form-container .piece-summary {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brand-form-container .piece-summary .piece-image {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    box-shadow: 0 0 13px -4px #cecece;
}

.brand-form-container .piece-summary .piece-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-form-container .piece-summary .piece-content {
    flex-basis: calc(100% - 100px);
    box-sizing: border-box;
}

.brand-form-container .piece-summary .piece-content .name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #383838;
}

.brand-form-container .piece-summary .piece-content .title {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #7F7F7F;
}

.brand-form-container .piece-summary .piece-content .year {
    letter-spacing: 3px;
}

.brand-form-container .piece-summary .piece-content .ref {
    color: #B2B2B2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
}

.brand-radio,
.brand-checkbox {
    cursor: pointer;
    display: inline-block;
    width: auto !important;
    margin-bottom: 0;
    margin-right: 20px;
}

.brand-radio input[type='radio'],
.brand-radio input[type='checkbox'],
.brand-checkbox input[type='radio'],
.brand-checkbox input[type='checkbox'] {
    display: none;
}

.brand-radio input[type='radio'] + span,
.brand-radio input[type='checkbox'] + span,
.brand-checkbox input[type='radio'] + span,
.brand-checkbox input[type='checkbox'] + span,
.brand-radio input[type='radio']:checked + span,
.brand-radio input[type='checkbox']:checked + span,
.brand-checkbox input[type='radio']:checked + span,
.brand-checkbox input[type='checkbox']:checked + span {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #cecece;
    vertical-align: middle;
    margin-right: 5px;
}

.brand-radio.small input[type='radio'] + span,
.brand-radio.small input[type='checkbox'] + span,
.brand-radio.small input[type='radio']:checked + span,
.brand-radio.small input[type='checkbox']:checked + span {
    height: 16px;
    width: 16px;
}

.brand-checkbox input[type='radio'] + span,
.brand-checkbox input[type='checkbox'] + span {
    background-image: url('../img/checkbox.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.brand-checkbox input[type='radio'] + span,
.brand-checkbox input[type='checkbox'] + span,
.brand-checkbox input[type='radio']:checked + span,
.brand-checkbox input[type='checkbox']:checked + span {
    border-radius: 0;

}

.brand-radio input[type='radio']:checked + span,
.brand-radio input[type='checkbox']:checked + span,
.brand-checkbox input[type='radio']:checked + span,
.brand-checkbox input[type='checkbox']:checked + span {
    background-color: #cecece;
    border: 2px solid #0e0e0e;
}

.brand-checkbox input[type='radio']:checked + span,
.brand-checkbox input[type='checkbox']:checked + span {
    background-image: url('../img/checkbox-checked.svg');
    background-color: transparent;
}

.brand-checkbox.small input[type='checkbox'] + span,
.brand-checkbox.small input[type='checkbox']:checked + span {
    height: 16px;
    width: 16px;
    background-size: 16px;
}

.brand-radio input[type='radio'] + span + span,
.brand-radio input[type='checkbox'] + span + span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.brand-radio span {
    line-height: 30px;
}

.split-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.split-form > div {
    width: calc(50% - 20px);
    padding: 40px 40px 10px;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

.brand-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    padding: 6px 16px;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    border: 2px solid #000;
    cursor: pointer;
    min-width: 100px;
}

.brand-btn:hover {
    text-decoration: none;
}

.brand-btn:focus {
    outline: none;
}

.brand-btn.dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.brand-btn + .brand-btn {
    margin-left: 15px;
}

.brand-pagination {
    font-family: 'AvenirLTStd';
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 15px;
}

.brand-pagination span {
    border: 1px solid #a89a9a;
    margin: 0 2px;
}

.brand-pagination span a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1;
}

.brand-pagination span.current_page {
    border: 1px solid #000;
}

.brand-pagination span.current_page a {
    color: #000;
}

.brand-pagination span a:hover {
    text-decoration: none;
}

.form-group .group-pair {
    display: flex;
    justify-content: space-between;
}

.form-group .group-pair:not(:last-child) {
    margin-bottom: 15px;
}
.form-group .group-pair.no-next-margin {
    margin-bottom: 0;
}

.form-group .group-pair .half {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.form-group .group-pair .half:not(:last-child) {
    margin-right: 15px;
}

input[disabled],
select[disabled],
textarea[disabled],
label.disabled {
    opacity: 0.5;
}

.flex-container {
    display: flex;
}

.flex-container .left,
.flex-container .right {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
}

.flex-container .piece-summary {
    flex-direction: column;
    text-align: center;
}

.flex-container .left {
    display: flex;
    align-items: center;
    padding-right: 20px;
    justify-content: center;
}

.flex-container .right {
    padding-top: 20px;
}

body.login {
    padding: 30px 60px;
    background-color: #F5F6F7;
}

body.login .header img {
    width: 180px;
}

body.login .body-wrapper {
    display: flex;
    margin-top: 100px;
}

body.login .body-wrapper .left-panel {
    width: 250px;
    margin-right: 80px;
}

body.login .body-wrapper .left-panel h3 {
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
}

body.login .body-wrapper .form-panel h3 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 30px;
}

body.login .body-wrapper .form-panel {
    width: 400px;
}

body.login .body-wrapper .form-panel input {
    display: block;
    width: 100%;
    appearance: none;
    background-color: #f5f6f7;
    border: 0;
    border-bottom: 1px solid #535353;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    margin-bottom: 30px;
}

body.login .body-wrapper .form-panel .equation-container {
    text-align: right;
}

body.login .body-wrapper .form-panel .equation-container > div {
    display: inline-block;
    width: auto;
}

body.login .body-wrapper .form-panel input + input {
    margin-bottom: 15px;
}

/* autofill colors fix */
body.login .body-wrapper input:-webkit-autofill,
body.login .body-wrapper input:-webkit-autofill:hover,
body.login .body-wrapper input:-webkit-autofill:focus,
body.login .body-wrapper input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #f5f6f7 inset !important;
}

/* custom scrollbar (works only on chrome) */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
/* custom scrollbar styling ends */

.toggle-pass-type {
    position: relative;
}

.toggle-pass-type .eye {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/unsee.svg');
    cursor: pointer;
}

.toggle-pass-type .eye.opened {
    background-image: url('../img/see.svg');
}

body.login .body-wrapper .form-panel .resetLink {
    text-align: right;
    margin: 10px 0;
}

body.login .body-wrapper .form-panel .resetLink a {
    font-size: 14px;
    line-height: 20px;
}

body.login .body-wrapper .form-panel label.checkbox-wrapper {
    display: block;
    margin: 10px 0 20px;
}

body.login .body-wrapper .form-panel label.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

body.login .body-wrapper .form-panel label.checkbox-wrapper input[type="checkbox"] + span.checkbox {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #171717;
    vertical-align: top;
}

body.login .body-wrapper .form-panel label.checkbox-wrapper input[type="checkbox"] + span.checkbox:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: transparent;
    left: 4px;
    top: 4px;
}

body.login .body-wrapper .form-panel label.checkbox-wrapper input[type="checkbox"]:checked + span.checkbox:after {
    background-color: #171717;
}

body.login .body-wrapper .form-panel label.checkbox-wrapper span.string {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    width: calc(100% - 80px);

}

body.login .body-wrapper .form-panel button.btn-login {
    display: block;
    appearance: none;
    width: 260px;
    background-color: #1E1F20;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
    padding: 20px;
    margin-top: 15px;
    cursor: pointer;
}

.input-group-addon {
    display: flex;
    border: 1px solid #cecece;
    border-radius: 3px;
    overflow: hidden;
}

.input-group-addon + .input-group-addon {
    margin-top: 15px;
}

.input-group-addon input,
.input-group-addon select,
.input-group-addon span {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    resize: none;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
}

.input-group-addon input {
    width: 80%;
    flex-basis: 80%;
    border-right: 1px solid #cecece;
}

.input-group-addon select,
.input-group-addon span {
    width: 20%;
    flex-basis: 20%;
    padding: 8px;
    font-size: 12px;
    letter-spacing: 1.3px;
    text-align: center;
}

.input-group-addon select {
    background-image: url('../img/arrow-down.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) center;
    background-size: 10px;
}

span.tooltip {
    position: relative;
}

span.tooltip img {
    width: 10px;
    cursor: pointer;
}

span.tooltip .tooltip-text {
    display: none;
    position: absolute;
    left: 0;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 18px;
    background: #fff;
    box-shadow: 0 0 5px #cecece;
    bottom: 110%;
    max-width: 300px;
    border-radius: 3px;
    padding: 5px 10px;
    width: max-content;
}

span.tooltip:hover .tooltip-text {
    display: block;
}

.documents-wrapper .page-title {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
}
.documents-wrapper .piece-doc-group-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #888;
}
.documents-wrapper .documents-list {
    margin-top: 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
    .documents-wrapper .documents-list {
        grid-template-columns: 1fr 1fr;
    }
    .scrollable-table-container .table-header,
    .scrollable-table-container .table-data-container {
        zoom: 0.7;
    }
}
@media screen and (max-width: 480px) {
    .documents-wrapper .documents-list {
        grid-template-columns: 1fr;
    }
}

/* collection create styles */
/* TODO: move to different file */
.header-action {
    text-align: right;
}
.header-action ul li button {
    appearance: none;
    border: 1px solid #cecece;
    padding: 6px 16px;
    cursor: pointer;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
}
.header-action ul li button:focus {
    outline: none;
}

.collection-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -10px
}

.collection-list:after {
    content: "";
    flex: auto;
}

.collection-list .collection-item {
    display: inline-block;
    width: calc(25% - 24px);
    margin: 20px 10px;
    padding: 30px 20px 15px;
    box-shadow: 0 0 20px -6px #cecece;
    border-radius: 4px;
    /*overflow: hidden;*/
    box-sizing: border-box;
    vertical-align: top;
}

.collection-list .collection-item .thumb {
    width: 100%;
    height: 150px;
}

.collection-list .collection-item .thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.collection-list .collection-item .content {
    padding: 15px 0 0;
    text-align: center;
    position: relative;
}

.collection-list .collection-item .content .name, .modal-container .name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
}

.modal-container .name {
    width: 100%;
}

.collection-list .collection-item .content .meta {
    display: block;
    color: #B2B2B2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 3px;
    margin-bottom: 0;
}

.create-collection-form input, .create-collection-form select, .modal-content input {
    border: 1px solid #cecece;
    margin-bottom: 20px;
    max-width: 400px;
}

.image-preview .image-wrapper {
    max-width: 396px;
    max-height: 250px;
    position: relative;
    z-index: 3;
    display: inline-block;
}

.image-preview .image-wrapper img {
    max-width: 396px;
    max-height: 250px;
    box-sizing: border-box;
}

.dropzone .image-preview .image-wrapper .remove-image {
    display: none;
}

.dropzone.attached .image-preview .image-wrapper .remove-image {
    display: inline-block;
}

.dropzone.attached .previewCoverImage {
    padding: 5px;
    border: 1px dashed #cecece;
}

.dropzone.file-type .image-preview .file-wrapper {
    display: none;
}

.dropzone.file-type.attached {
    margin-bottom: 0;
    min-height: 80px;
    height: 80px;
}

.dropzone.file-type.attached .image-preview .file-wrapper,
.dropzone.file-type.attached .file-thumb {
    display: block;
}

.create-collection-form .image-preview p.label {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    text-transform: none;
    color: #afafaf;
    letter-spacing: 1.5px;
}

.image-preview p.label img {
    width: 35px;
    display: block;
    margin: 0 auto 5px;
}

.modal-container {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 400;
}
.modal-container .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 60px 80px;
}

.modal-container .modal-content .form-wrapper {
    position: relative;
    width: 100%;
}

.modal-container .modal-content .brand-form-container .room-list {
    display: none;
    padding-left: 20px;
    margin-bottom: 15px;
}

.modal-container .tagify.tagify--focus {
    border-color: #5f5f5f;
}

/*.modal-container button {*/
/*    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;*/
/*    background-color: #000;*/
/*    padding: 8px 22px;*/
/*    border: 0;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    line-height: 14px;*/
/*    text-transform: uppercase;*/
/*    cursor: pointer;*/
/*}*/

.modal-container .image-preview {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-container .modal-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.modal-container .form-wrapper label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000;
}

#viewModalContainer.modal-container .image-preview {
    display: grid;
    grid-template-columns: max-content auto;
    grid-template-rows: auto max-content;
    background-size: cover;
    background-position: center;
    color: white;
    width: 100%;
    height: 300px;
    padding: 2rem;
    box-sizing: border-box;
}

#viewModalContainer.modal-container .image-preview img {
    display: none;
}

#viewModalContainer.modal-container .image-preview .name {
    margin: 1rem 1rem 0 0;
    max-width: 300px;
    background: rgba(0,0,0,0.4);
    padding: 10px;
    color: #fff;
}

#viewModalContainer.modal-container .image-preview:before,
#viewModalContainer.modal-container .image-preview:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid white;
}

#viewModalContainer.modal-container .image-preview:before {
    grid-row: 1 / 2;
    border-right: none;
    border-bottom: none;
}

#viewModalContainer.modal-container .image-preview:after {
    grid-row: 1 / span 2;
    border-left: none;
}

#viewModalContainer.modal-container .image-preview h2 {
    margin: 1rem 1rem -.5rem 0;
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 2rem;
    max-width: 100%;
}

.modal-container .tags-container .tag {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    border: 0;
    font-size: 12px;
    background-color: #313131;
    color: #fff;
    margin: 0 5px 5px 0;
}

.modal-container .name.count {
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 20px;
}

/*.modal-container button:focus {*/
/*    outline: none;*/
/*}*/

#scopeList.account-content-wrapper.create-collection-form {
    padding-top: 170px;
}

.dropzone {
    border: 2px dashed #cecece;
    min-height: 120px;
    width: 400px;
    margin-bottom: 0;
    position: relative;
    box-sizing: border-box;
}

.dropzone.attached {
    border: 2px solid transparent;
}

.dropzone.attached p.label {
    display: none;
}

.dropzone input {
    display: none;
}

.form-wrapper .dropzone {
    margin-bottom: 20px;
    line-height: 0;
}
.dropzone .image-preview {
    margin: 0;
}

.tagify-tags {
    width: 100%;
}

button[disabled] {
    opacity: 0.7;
}

.brand-form-section .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}

.response-section {
    width: calc(100% - 270px);
}

.response-section .alert {
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    display: none;
}

.response-section .alert strong {
    font-weight: bold;
}

.response-section .alert-success {
    color: #69cc69;
    border: 1px solid #88ea88;
    background-color: #ebffeb;
}

.response-section .alert-danger {
    color: #ff4242;
    border: 1px solid #ffa5a5;
    background-color: #ffe7e7;
}

.brand-form-container {
    position: relative;
}

.brand-form-container .form-group {
    margin-bottom: 30px;
    display: block;
    width: calc(100% - 270px);
    position: relative;
}

.modal-content .brand-form-container .form-group {
    margin-bottom: 10px;
    width: 100%;
}

.modal-content p.warning {
    color: #ff6464;
    font-size: 13px;
    letter-spacing: 1.5px;
    display: none;
}

.brand-form-container .form-group label,
.brand-form-container .form-group .form-control {
    display: block;
    width: 100%;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
}
.brand-form-container .form-group label {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.brand-form-container .form-group label span.subtitle {
    text-transform: none;
    line-height: 2;
    font-size: 10px;
    opacity: 0.6;
}

.brand-form-container .form-group label.dropzone {
    margin-bottom: 0;
    width: 80%;
    max-width: 400px;
    height: 200px;
    position: relative;
}

.modal-content .brand-form-container .form-group label.dropzone,
.create-collection-form input,
.create-collection-form select,
.modal-content input {
    max-width: 100%;
}

.brand-form-container .form-group label.dropzone.file-type {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
}

.brand-form-container .form-group label.dropzone.file-type.attached {
    min-height: auto;
    height: auto;
}

.brand-form-container .form-group label.dropzone .image-preview p.label {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    text-transform: none;
    color: #afafaf;
}

.brand-form-container .form-group label.dropzone .image-preview img {
    max-width: 396px;
    max-height: 196px;
}

.brand-form-container .form-group .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cecece;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
    box-sizing: border-box;
    resize: none;
}

.brand-form-container .form-group textarea {
    margin-bottom: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.brand-form-container .form-group .brand-radio,
.brand-form-container .form-group .brand-checkbox {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
}

.brand-form-container .form-group select.form-control {
    background: transparent;
}

.more-image-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 120px);
    grid-auto-rows: 120px;
    grid-gap: 15px;
    margin-bottom: 15px;
}

.more-image-preview-grid .image-box {
    position: relative;
    border: 1px dashed #cecece;
    padding: 10px;
}

.more-image-preview-grid .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-form-container .form-group label.image-name-preview {
    display: inline-block;
    width: auto;
    border: 1px dashed #cecece;
    padding: 8px 15px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.brand-form-container .form-group label.image-name-preview.square {
    width: 120px;
    height: 120px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.brand-form-container .form-group label.image-name-preview.square img.img-thumb {
    display: none;
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.brand-form-container .form-group label.image-name-preview.square span.file-name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.brand-form-container .form-group label.image-name-preview input {
    display: none;
}

.brand-form-container .form-group .remove-item,
.remove-image {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: -8px;
    right: -8px;
    border: 1px dotted red;
    background-color: #fff;
    background-image: url('../img/icons/close-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    cursor: pointer;
}

.form-group .add-more-item img {
    transform: rotate(45deg);
    vertical-align: middle;
    width: 12px;
    cursor: pointer;
}

.brand-form-container .separator {
    width: calc(100% - 270px);
    height: 1px;
    background-color: #cecece;
    margin: 50px auto 50px 0;
}

.form-group .price-value-pair {
    display: flex;
    margin-bottom: 15px;
}

.form-group .price-value-pair input {
    width: 20%;
    flex-basis: 20%;
}

.form-group .price-value-pair input + input {
    margin-left: 20px;
}

.form-group .price-value-pair .add-more-item {
    margin: 10px 15px;
}

.form-group .price-value-pair .remove-item {
    position: relative;
    top: unset;
    right: unset;
    margin: 10px;
}

.form-group .price-value-pair:first-of-type .remove-item {
    display: none;
}

.form-group .price-value-pair:not(:last-of-type) .add-more-item {
    display: none;
}

.form-group .contact-group,
.form-group .note-group,
.form-group .item-group {
    position: relative;
    margin-bottom: 24px;
}

.form-group .contact-group input,
.form-group .note-group .form-control,
.form-group .item-group .form-control {
    margin-bottom: 15px;
}

.form-group.contacts .contact-group:nth-child(2) .remove-item,
.form-group.notes .note-group:nth-child(2) .remove-item,
.form-group.contacts .contact-group:not(:last-child) .add-more-item,
.form-group.notes .note-group:not(:last-child) .add-more-item,
.form-group.items .item-group:nth-child(2) .remove-item,
.form-group.items .item-group:not(:last-child) .add-more-item {
    display: none;
}

.brand-form-container .form-group .brand-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    padding: 6px 16px;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    border: 2px solid #000;
    cursor: pointer;
    min-width: 100px;
}

.brand-form-container .form-group .brand-btn:focus {
    outline: none;
}

.brand-form-container .form-group .brand-btn.dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.brand-form-container .form-group button[type="submit"] span {
    display: inline-block;
}

.loader-container {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 500;
}

.loader-container .loader {
    display: inline-block;
    border: 2px solid #585858;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    vertical-align: middle;
}

.loader-container.loading {
    display: flex;
}

.brand-form-container .form-group sup {
    color: red;
}

.brand-form-container .brand-form-navbar {
    position: fixed;
    right: 60px;
    top: 180px;
    transition: 0.3s ease-in-out;
    z-index: 90;
}

.brand-form-container .brand-form-navbar.floated {
    right: -250px;
}

.brand-form-container .brand-form-navbar .nav-icon {
    position: fixed;
    background: transparent;
    height: 30px;
    width: 30px;
    right: 35px;
    top: 178px;
    display: none;
    align-items: center;
    cursor: pointer;
}

.brand-form-container .brand-form-navbar .nav-icon .bar {
    display: block;
    position: relative;
    background: #cecece;
    width: 60%;
    margin: 5px auto;
    height: 2px;
}

.brand-form-container .brand-form-navbar .nav-icon .bar:before,
.brand-form-container .brand-form-navbar .nav-icon .bar:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #cecece;
    width: 100%;
    height: 2px;
    left: 0;
}

.brand-form-container .brand-form-navbar .nav-icon .bar:before {
    top: -5px;
}

.brand-form-container .brand-form-navbar .nav-icon .bar:after {
    top: 5px;
}

.brand-form-container .brand-form-navbar ul {
    list-style: none;
    border: 1px solid #efefef;
}

.brand-form-container .brand-form-navbar ul li a {
    padding: 14px 16px;
    display: inline-block;
    background-color: #f7f7f7;
    border-bottom: 1px solid #efefef;
    color: #a1a1a1;
    width: 200px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.brand-form-container .brand-form-navbar ul li a img.icon {
    max-width: 16px;
    max-height: 17px;
    vertical-align: top;
    margin-right: 8px;
    opacity: 0.3;
}

.brand-form-container .brand-form-navbar ul li a:hover,
.brand-form-container .brand-form-navbar ul li a:focus,
.brand-form-container .brand-form-navbar ul li a:active {
    text-decoration: none;
}

.brand-form-container .brand-form-navbar ul li.active a {
    background-color: #e6e6e6;
    color: #3f3f3f;
}

.brand-form-container .brand-form-navbar ul li.active a img.icon {
    opacity: 1;
}

.brand-form-container .brand-form-navbar ul li:last-child a {
    border-bottom: 0;
}

.file-thumb {
    box-shadow: 0 2px 10px -5px #6d6d6d;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    /*width: calc(33.33% - 15px);*/
    /*margin-right: 10px;*/
    /*margin-bottom: 10px;*/
}
.file-thumb .file-details {
    display: flex;
    border-bottom: 1px solid #efefef;
    padding: 15px;
}
.file-thumb .file-details .thumb {
    width: 45px;
    opacity: 0.3;
    margin-right: 10px;
}
.file-thumb .file-details .file-info h5 {
    color: #696969;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: left;
    word-break: break-word;
}
.file-thumb .file-details .file-info p {
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
    color: #B2B2B2;
    text-transform: none;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: left;
}
.file-thumb .action {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

.file-thumb .action .button {
    appearance: none;
    border: 0;
    background-color: transparent;
    padding: 0 10px;
    cursor: pointer;
}

.file-thumb .action .button:focus,
.file-thumb .action .button:hover {
    outline: none;
}

.file-thumb .action .button img {
    width: 15px;
    vertical-align: middle;
}

.file-thumb .action .spacer {
    flex-grow: 5;
}


.form-group #mapWidget {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: calc(100% + 5px);*/
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    /*box-shadow: 0 8px 12px rgba(51, 65, 80, 0.06), 0 14px 44px rgba(51, 65, 80, 0.11);*/
    border: 1px solid #cecece;
    box-sizing: border-box;
    margin: 15px 0;
    padding: 0;
    z-index: 20;
    /*display: none;*/
}

.form-group #mapWidget #mapCanvas {
    min-height: 250px;
}

.form-group #mapWidget #pac-input {
    appearance: none;
    border: 1px solid #cecece;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}


/* select2 custom css */

span.select2-selection.select2-selection--single {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border: 1px solid #cecece;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 2px 20px;
    font-size: 14px;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
    height: 34px;
}

.select2-results__option {
    padding: 6px 20px;
    color: #000;
    font-size: 14px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e6e6e6;
    padding: 6px 20px;
    font-size: 14px;
    color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f7;
    padding: 6px 20px;
    color: #000;
    font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 20px;
    font-family: "AvenirLTStd", Helvetica, Arial, sans-serif;
    border: 0;
    border-bottom: 1px solid #cecece;
    font-size: 14px;
    line-height: 22px;
}

@media only screen and (max-width: 1280px) {
    .artist-thumb-container .artist {
        min-height: 20vw;
    }
}

@media only screen and (max-width: 1199px) {
    .scroll-to-top {
        right: 30px;
    }
    .brand-form-container .brand-form-navbar {
        right: 30px;
    }
}

@media only screen and (max-width: 1024px) {

    .collection-list .collection-item {
        width: calc(33.33% - 24px);
        margin: 20px 12px;
    }

    #scopeList.account-content-wrapper.create-collection-form {
        padding-top: 30px;
    }

    .brand-form-container .form-group, .brand-form-container .separator, .response-section {
        width: 100%;
    }

    .form-group .price-value-pair input {
        width: 35%;
        flex-basis: 35%;
    }

    .artist-thumb-container .artist {
        min-height: 34vw;
    }

    #collectionsList > .select-collection-buttons,
    .collections-list .select-collection-buttons {
        top: -1rem;
    }

    .select-collection-buttons.add-viewers-buttons {
        text-align: right;
        float: right;
        padding-top: 0;
        padding-bottom: 0;
    }

    .accountHeader .identity-sub-nav .less-than-three {
        margin-left: 23rem;
    }

    #collectionsList .collections-list .piece-item,
    .artist-works .collections-list .piece-item {
        width: 31.33%;
    }

    .artist-info-texts .artist-thumb-container {
        margin-bottom: 4rem;
    }

    .history-table-wrapper .history-table .table-header th {
        top: 0;
    }

    .history-table-wrapper .history-table .total-row td {
        padding: 10px 20px;
    }

    .history-table-wrapper .history-table .table-header th,
    .history-table-wrapper .history-table .table-line td {
        padding: 10px 20px;
    }

    .scrollable-table-container .table-data-container .table-data .table-line div,
    .scrollable-table-container .table-data-container .table-data .total-row div,
    .scrollable-table-container .table-header div,
    .scrollable-table-container .table-data-container .table-data .table-line div.table-value{
        padding: 20px 10px;
        min-width: 200px;
    }

    .scrollable-table-container .table-data-container.viewers .table-data {
        padding-bottom: 2px;
    }

    #purchaseHistoryWrapper.account-content-wrapper .scrollable-table-container {
        /* zoom: 0.8; */
        transform: scale(0.8);
        transform-origin: left top;
        width: 124%;
        margin-bottom: 0;
    }

    #purchaseHistoryWrapper.account-content-wrapper .scrollable-table-container .table-data-container {
        max-height: 114vh;
    }

    .select-collection-buttons {
        float: none;
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    .scroll-to-top {
        right: 40px;
    }

    .accountHeader .account-header-title span.page-title.hidden-desktop {
        display: inline-block;
        margin: 8px 0 6px;
    }
    .brand-form-container .brand-form-navbar {
        top: 240px;
    }
    .brand-form-container .brand-form-navbar .nav-icon {
        display: flex;
    }
}


@media only screen and (max-width: 1023px) {
    #back-image {
        display: none;
    }
    #headerWrapper {
        position: fixed;
        width: 100%;
    }

    #main {
        padding-top: 78px;
    }
    .btn.contact_glry_btn {
        width: 50%;
    }
    .accountHeader .account-header-subtitle {
        margin-top: 0;
        padding-top: 0;
    }
    .accountHeader.float-on-mobile, .select-collection-buttons {
        padding: 0;
    }
    /* .account-header {
        padding: 10px 0;
    } */
    .account-header .account-header-title {

    }
    .account-header .account-header-title .header-title {
        margin-bottom: 5px;
    }
    .account-header .account-header-subtitle {
        margin-top: 10px;
        padding-top: 12px;
    }

    .piece-item-wrapper ~ .swiper-button-next,
    .piece-item-wrapper ~ .page-button-next,
    .piece-item-wrapper ~ .swiper-button-prev,
    .piece-item-wrapper ~ .page-button-prev {
        width: 10px;
        display: none;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .image-scale {
        position: static;
        top: unset;
        margin-bottom: 20px;
    }

    .filters-list.in-collection,
    .filters-list.in-artists,
    .page-filters-wrapper .filters-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page-filters-wrapper .filters-list .filter-list {
        float: none;
        width: auto;
        padding: 0 15px;
        margin-bottom: 0;
    }
    .accountHeader .identity-sub-nav ul,
    .accountHeader .analytics-sub-nav ul,
    .accountHeader .artist-sub-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .accountHeader .artist-sub-nav ul {
        justify-content: space-evenly;
    }

    .accountHeader .identity-sub-nav ul li,
    .accountHeader .analytics-sub-nav ul li,
    .accountHeader .artist-sub-nav ul li {
        display: block;
    }
    .accountHeader .identity-sub-nav ul li:not(:last-child),
    .accountHeader .analytics-sub-nav ul li:not(:last-child),
    .accountHeader .artist-sub-nav ul li:not(:last-child) {
        margin-right: 15px;
    }
    /*.account-header.collection {}*/
    .select-collection-buttons.add-viewers-buttons {
        text-align: center;
        display: block;
        float: none;
    }
    .accountHeader .account-header-subtitle.reversed {
        text-align: center;
    }
    .accountHeader .account-header-subtitle.reversed .viewers-count {
        float: none;
    }

    .accountHeader .account-header-subtitle.reversed .select-collection-buttons:not(:last-of-type) {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .artist-detail .artist-numbers .artist-market-table .extra-info {
        padding-left: 0;
    }

    .artist-detail .artist-numbers .extra-info .numbers-wrapper {
        min-height: unset;
    }

    .artist-detail .artist-numbers .artist-market-table {
        display: block;
    }

    .artist-detail .artist-numbers .artist-market-table .entry,
    .artist-detail .artist-numbers .artist-market-table .extra-info {
        display: block;
        width: auto;
    }

    .modal-container .modal-content {
        width: 80%;
    }

    .artist-detail .artist-numbers .entry {
        border-right: none;
    }
}

@media only screen and (max-width: 890px) {
    #purchaseHistoryWrapper.account-content-wrapper .scrollable-table-container {
        /* zoom: 0.6; */
        transform: scale(0.6);
        transform-origin: left top;
        margin-top: 0;
        width: 167%;
        display: inline-block;
        margin-bottom: -57vh;
    }
    #purchaseHistoryWrapper.account-content-wrapper.edit-viewer .scrollable-table-container {
        margin-bottom: -46vh;
    }
}

@media only screen and (max-width: 768px) {
    body.login {
        padding: 30px 40px;
    }

    body.login .body-wrapper {
        display: block;
        margin-top: 50px;
    }

    body.login .body-wrapper .left-panel,
    body.login .body-wrapper .form-panel {
        width: 80%;
        /*margin-right: 0;*/
        margin: 0 auto;
    }

    body.login .body-wrapper .left-panel {
        margin-bottom: 30px;
    }
    #scopeList.account-content-wrapper.create-collection-form {
        padding: 15px 25px
    }
    .collection-list .collection-item {
        width: calc(50% - 24px);
        margin: 20px 12px;
    }

    /*body.login .body-wrapper .left-panel {*/
    /*    width: 200px;*/
    /*    margin-right: 40px;*/
    /*}*/
    .piece-item-wrapper .main-info-wrapper .main-info .image .zoom-stage {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .image .zoom-stage .image-stage img {
        max-width: 100%;
        max-height: 100%;
    }
    .scrollable-table-container .table-header div,
    .scrollable-table-container .table-data-container .table-data .table-line div,
    .scrollable-table-container .table-data-container .table-data .total-row div {
        min-width: 150px;
        padding: 10px 25px;
    }

    .accountHeader .identity-sub-nav .less-than-three {
        margin-left: 0;
        text-align: center;
    }

    .select-collection-buttons {
        text-align: center;
    }

    .scrollable-table-container .table-data-container.viewers .table-data {
        padding-bottom: 2px;
    }

    .artist-dashboard .flex-card-wrapper {
        display: block;
    }

    .artist-dashboard .dashboard-card {
        margin-bottom: 20px;
    }

    .artist-dashboard .dashboard-card.first-pie,
    .artist-dashboard .dashboard-card.second-pie {
        display: inline-block;
        width: calc(50% - 30px);
    }
    .filter-panel {
        transform: translateX(-50%);
        left: 50%;
        right: auto;
    }
    .filter-panel .content-wrapper .filter-values .items {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .flex-container {
        flex-direction: column;
    }

    .flex-container .left,
    .flex-container .right {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .split-form {
        display: block;
    }

    .split-form > div {
        width: 100%;
        padding: 20px 20px 0;
    }

    .split-form > div:first-child {
        margin-bottom: 20px;
    }

    .artist-thumb-container .artist {
        min-height: 52vw;
    }

    #collectionsList .collections-list .piece-item,
    .artist-works .collections-list .piece-item {
        width: 44%;
        margin: 3%;
    }

    .identity-list .identity-entry {
        max-width: none !important;
    }

    /*.page-filters-wrapper .filters-list .filter-list {*/
    /*    width: auto;*/
    /*    margin-left: 12px;*/
    /*    margin-right: 12px;*/
    /*}*/

    .history-table-wrapper .history-table .table-header th,
    .history-table-wrapper .history-table .table-line td {
        padding: 12px 40px;
    }

    .newsletter-entry, .auction-entry {
        max-width: 100%;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a,
    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:visited {
        padding: 2px 4px;
    }
    /*.filters-list.in-collection,*/
    /*.filters-list.in-artists,*/
    /*.filters-list.in-acquisition-history {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*}*/

    /*.filters-list.in-acquisition-history {*/
    /*    justify-content: center;*/
    /*}*/
}

@media only screen and (max-width: 570px) {

    body {
        overflow-x: hidden;
    }

    body.login .body-wrapper .left-panel,
    body.login .body-wrapper .form-panel {
        width: 100%;
    }

    body.login .body-wrapper .left-panel h3 {
        font-size: 12px;
    }

    .accountHeader .account-header-title span {
        font-size: 12px;
        line-height: 1;
    }

    #main {
        padding-top: 48px;
    }

    .page-filters-wrapper span.filter-by {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .modal-container .modal-content {
        padding: 30px;
    }

    .artist-detail .artist-works,
    .account-content-wrapper {
        padding: 20px 25px;
    }

    .account-content-wrapper.newsletter,
    .account-content-wrapper.auction {
        padding: 20px 25px;
    }

    #headerWrapper .header #appBackButton {
        margin: 13px 5px 13px 0;
        width: 26px;
    }

    #headerWrapper .header h1 {
        margin: 10px 0 0 10px;
        width: 110px;
    }

    #headerWrapper .header .nav-toggle {
        top: 0px;
        right: 10px;
    }
    #headerWrapper .header .nav-toggle .hamburger,
    #headerWrapper .header .nav-toggle .hamburger-box {
        width: 20px
    }

    #headerWrapper .header .nav-toggle .hamburger-inner,
    #headerWrapper .header .nav-toggle .hamburger-inner::before,
    #headerWrapper .header .nav-toggle .hamburger-inner::after {
        height: 1px;
        width: 20px;
    }
    #headerWrapper .header .nav-toggle .hamburger-inner::before {
        top: -6px;
    }
    #headerWrapper .header .nav-toggle .hamburger-inner::after {
        bottom: -6px;
    }

    #headerWrapper .header .searchWrapper.mini {
        display: inline-block;
    }
    #headerWrapper .header .searchWrapper.mini label {
        display: inline-block;
    }

    #headerWrapper .header .searchWrapper {
        display: none;
    }

    #purchaseHistoryWrapper.account-content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 3px;
    }

    #purchaseHistoryWrapper.account-content-wrapper .scrollable-table-container {
        transform: scale(0.5);
        transform-origin: left top;
        width: 200%;
        margin-bottom: 0;
        position: absolute;
        overflow: hidden;
        width: calc(200% - 80px);
        left: 20px;
    }

    .accountHeader {
        padding-bottom: 10px;
    }

    body.in-piece .accountHeader {
        height: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
    }

    .accountHeader .account-header-subtitle {
        margin-top: 10px;
        padding-top: 10px;
    }

    .add-viewers-buttons span {
        display: block;
        text-align: center;
    }
    .account-header-subtitle .select-collection-buttons.add-viewers-buttons {
        margin-top: 15px;
    }

    .accountHeader .account-header-title span.page-title {
        font-size: 8px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .accountHeader .account-header-title span.page-title.artist-name {
        font-size: 12px;
        margin-top: 10px;
    }

    .accountHeader .account-header-title span.page-title.artist-name span {
        font-size: 10px;
        margin-top: 5px;
    }

    .accountHeader .identity-sub-nav,
    .accountHeader .analytics-sub-nav,
    .accountHeader .artist-sub-nav {
        padding-top: 10px;
    }

    .artist-detail .artist-info {
        padding: 40px 25px;
    }

    .scope-list.scope-and-process {
        padding: 0 10px;
    }

    #purchaseHistoryWrapper.account-content-wrapper .scrollable-table-container .table-data-container {
        max-height: 125vh;
    }
    #artistsListWrapper, #artistDetailWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .artist-thumb-container .artist {
        min-height: 46vw;
    }

    .artist-thumb-container {
        margin-bottom: 2rem;
    }

    .artist:after {
        top: 0.8rem;
        left: 0.8rem;
    }

    .artist .name-container span {
        letter-spacing: 0;
        font-size: 11px;
    }

    .artist .name-container span.lname {
        margin-left: 0;
    }

    .artist-info-texts .artist .name-container span {
        font-size: 15px;
    }

    .info-container h4.name,
    .info-container p.artist-info {
        margin-left: 5px;
        font-size: 11px;
    }

    #collectionsList .collections-list .piece-item,
    .artist-works .collections-list .piece-item {
        width: 44%;
        margin-bottom: 5%;
        padding: 0 0 15px;
        box-shadow: none;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .image a.see-artist-work {
        /*visibility: hidden;*/
        display: none;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions {
        display: none;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info {
        padding-top: 20px;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul {
        display: flex;
        justify-content: center;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a,
    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:visited {
        width: 48px;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .image .img-container {
        width: calc(100% - 60px);
    }

    .piece-item-wrapper .main-info-wrapper .main-info .image .img-container .button-magnify {
        left: -30px;
    }

    #collectionsList .collections-list .piece-item .info p span.artist-name,
    .artist-works .collections-list .piece-item .info p span.artist-name {
        font-size: 10px;
        position: relative;
    }

    .collections-list .piece-item .info h3,
    .collections-list .piece-item .info p.time-location {
        font-size: 10px;
    }

    .collections-list .piece-item .info p span.ref {
        font-size: 8px;
    }

    .collections-list .piece-item .info p {
        font-size: 10px;
        line-height: 15px;
    }

    .modal-container .modal-content {
        padding: 30px;
    }

    .scrollable-table-container .table-header div,
    .scrollable-table-container .table-data-container .table-data .table-line div,
    .scrollable-table-container .table-data-container .table-data .total-row div {
        /*min-width: 30px;*/
        /* padding: 10px 20px; */
    }

    .table-data-container.viewers .table-line .action_link {
        display: block;
    }

    .artist-detail .artist-numbers .artist-market-table + .artist-market-table {
        margin-top: 30px;
    }

    #valueFilter ul,
    #categoryFilter ul {
        right: 0;
        left: auto;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .image .image-nav-bar {
        overflow-x: auto;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .image .img-nav-controls {
        display: none;
    }

    .accountHeader .analytics-sub-nav ul li,
    .accountHeader .identity-sub-nav ul li {
        font-size: 10px;
    }

    .filters-list.in-collection .filter-list,
    .filters-list.in-artists .filter-list {
        margin-left: 6px;
        margin-right: 6px;
    }

    .filters-list.in-collection .filter-list a,
    .filters-list.in-artists .filter-list a {
        font-size: 10px;
    }

    .select-collection-buttons .cancel {
        margin-left: 10px;
    }

    .select-collection-buttons label {
        margin-right: 10px;
    }

    .artistPagination .view-type,
    .artistPagination .custom-pagination {
        margin-left: 0;
    }

    .account-header-subtitle .pieces-count {
        display: block;
        font-size: 12px;
    }

    .account-header-subtitle.artists {
        /*padding-bottom: 25px;*/
    }

    .account-header-subtitle .artists-count {
        display: block;
        font-size: 14px;
    }

    .account-header-subtitle.artists .artistPagination {
        display: block;
    }

    .account-header-subtitle .pieces-count.gallery-count {
        margin-left: 30px;
    }

    .account-header-subtitle .artistPagination.in-collection {
        display: block;
    }

    .account-header-subtitle .select-collection-buttons {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .account-header-subtitle .select-collection-buttons span,
    .account-header-subtitle .select-collection-buttons label,
    .account-header-subtitle .select-collection-buttons button,
    .account-header-subtitle .select-collection-buttons a {
        font-size: 10px;
        /*letter-spacing: 1px;*/
    }

    .account-header-subtitle .artistPagination.in-collection {
        display: none;
    }

    .piece-item-wrapper .attributes-list {
        margin-bottom: 35px;
    }

    .page-filters-wrapper .filters-list .filter-list > a,
    .page-filters-wrapper .filters-list .filter-list > a:visited {
        font-size: 8px;
        letter-spacing: 1px;
    }

    #headerWrapper .header .main-nav ul li {
        font-size: 12px;
        line-height: 18px;
    }

    .scroll-to-top {
        right: 25px;
    }

    .brand-form-container .brand-form-navbar,
    .brand-form-container .brand-form-navbar .nav-icon {
        right: 25px;
    }


    .input-group-addon input {
        width: 70%;
        flex-basis: 70%;
    }

    .input-group-addon select,
    .input-group-addon span {
        width: 30%;
        flex-basis: 30%;
    }

    .input-group-addon select {
        background-position: calc(100% - 4px) center;
    }
    .artist-dashboard .dashboard-card.first-pie,
    .artist-dashboard .dashboard-card.second-pie {
        display: block;
        width: 100%;
    }
    .filter-panel {
        width: 100%;
    }
    .filter-panel .content-wrapper .filter-type {
        width: auto;
    }
    .filter-panel .content-wrapper .filter-type span {
        text-align: left;
    }
    .filter-panel .content-wrapper .filter-values .items.value .brand-checkbox,
    .filter-panel .content-wrapper .filter-values .brand-checkbox {
        width: 100% !important;
    }
    .page-filters-wrapper .filters-list .filter-list > a, .page-filters-wrapper .filters-list .filter-list > a:visited {
        padding-right: 0;
    }

    .brand-pagination span a {
        padding: 5px 8px;
    }
}

@media only screen and (max-width: 380px) {
    .artist-thumb-container .artist {
        min-height: 46vw;
    }

    #collectionsList .collections-list .piece-item,
    .artist-works .collections-list .piece-item {
        width: 44%;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a,
    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:visited {
        width: 42px;
    }

    .modal-container .modal-content {
        padding: 20px;
    }

    .modal-content .form-field {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .modal-content .form-field .label {
        font-size: 12px;
    }

    #valueFilter ul {
        right: -20px;
        left: auto;
    }

    #regionFilter ul {
        left: -30px;
        right: auto;
    }

    .accountHeader .account-header-subtitle {
        font-size: 10px;
        text-align: left;
    }

    .accountHeader .account-header-subtitle .viewers-count {
        display: block;
        text-align: center;
    }

    .account-header-subtitle.artists {
        padding-bottom: 0;
    }

    .account-header-subtitle .artistPagination.in-collection,
    .account-header-subtitle .pieces-count,
    .account-header-subtitle .artists-count,
    .account-header-subtitle .artistPagination,
    .account-header-subtitle.artists .artistPagination {
        float: none;
        display: block;
        text-align: center;
    }

    .account-header-subtitle .artistPagination.in-collection {
        display: none;
    }

    .account-header-subtitle .select-collection-buttons {
        margin-top: 0;
    }

    .artistPagination .view-type {
        margin-left: 0;
    }

    .artistPagination .view-type,
    .artistPagination .custom-pagination {
        font-size: 10px;
    }

    .select-collection-buttons label {
        margin-right: 15px;
    }

    .select-collection-buttons .cancel {
        margin-left: 10px;
    }

    .scrollable-table-container .table-data-container.viewers .table-data {
        padding-bottom: 3px;
    }

    .brand-pagination span a {
        padding: 5px;
    }

}

@media only screen and (max-width: 330px) {
    #collectionsList .collections-list .piece-item,
    .artist-works .collections-list .piece-item {
        width: 32%;
    }

    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a,
    .piece-item-wrapper .main-info-wrapper .main-info .piece-info .piece-mail-actions ul li a:visited {
        width: 35px;
        font-size: 8px;
    }

    #purchaseHistoryWrapper.account-content-wrapper .scrollable-table-container {
        transform: scale(0.4);
        transform-origin: left bottom;
        width: 260%;
        margin-bottom: 0;
        margin-top: -84vh;
    }

    #purchaseHistoryWrapper.account-content-wrapper .scrollable-table-container .table-data-container {
        max-height: 144vh;
    }

    .select-collection-buttons .cancel {
        margin-left: 0;
    }
}

@media only screen and (min-width: 240px) and (max-width: 540px) {
    .artist-info-texts .artist-thumb-container {
        width: 100%;
        margin-bottom: 4rem;
    }

    .artist-info-texts .artist-thumb-container .artist {
        min-height: 80vw;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .artist-thumb-container .artist .name-container span {
        letter-spacing: 2px;
    }

    .artist-thumb-container .artist .name-container span.lname {
        margin-left: 1rem;
    }

    .info-container h4.name {
        font-size: 14px;
    }

    .name-container span {
        font-size: 0.9rem;
        letter-spacing: 1px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .artist-info-texts .artist-thumb-container .artist {
        min-height: 22vw;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .artistPagination .view-type .nine {
        display: inline;
    }
    .artistPagination .view-type .eight {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .hidden-lg {
        display: none;
    }
}

@media (min-width: 1500px) {
    .hidden-xl {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    #contactsWrapper .layer-content {
        padding-top: 30px;
    }

    #loginWrapper .layer-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .loginFormWrapper .form-field {
        margin-bottom: 25px;
    }

    .loginFormWrapper h3 {
        margin-bottom: 25px;
    }

    #contactsWrapper .form-wrapper .form-field {
        margin-bottom: 12px;
    }

    #contactsWrapper .form-wrapper textarea {
        height: 100px;
        min-height: 100px;
        max-height: 100px;
    }
}

@media only screen and (max-width: 767px) {

    .history-table-wrapper .history-table {
        margin-bottom: 20px;
    }
    .analytics-list .analytics-slide.artist-region h3.custom-chart-title {
        text-align: left;
        margin-left: 16%;
    }
    .analytics-list .analytics-slide.artist-region h3.custom-chart-title1 {
        text-align: left;
        margin-left: 8%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {

    .name-container span {
        letter-spacing: 2px;
    }

    .name-container span.lname {
        margin-left: 1rem;
    }
}

@media only screen and (min-width: 50px) {
    .hp-nav {
        display: block !important;
    }

    .homepage .hamburger {
        display: none !important;
    }
}

@media only screen and(min-width: 571px) and (max-width: 1199px) {
    .artist-detail .artist-numbers,
    .artist-detail .artist-works {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 990px) {
    .artist-detail .extra-info > div:last-child {
        padding-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .modal-content.smaller {
        width: 40%;
    }

    .hidden-mobile {
        display: inline-block;
    }

    .hidden-desktop {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .hidden-desktop {
        display: inline-block;
    }

    .hidden-mobile {
        display: none;
    }
}
