body {
    background-color: #000215;
    font-family: 'Alatsi', sans-serif; 
    font-size: 1em;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0;
}

img {
    max-width: 100%;
    border:0;
}

a, a:visited, a:active, a:hover {
    text-decoration: none;
}


.reflect2 {
    display:block;
    border: 1px solid #00000038;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(89%, transparent), to(rgba(0, 0, 0, .6)));
width:99.5%
}


.reflect3{
    position         : relative;
    display          : block;
    width            : 150px;
    height           : 150px;
    color            : transparent;

}



.reflect3::before {
    content   : "";
    position  : absolute;
    top       : 100%;
    width     : inherit;
    height    : inherit;
    opacity   : 0.45;

    background-image: inherit;
  
    -webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
         -o-transform: rotateX(180deg);
            transform: rotateX(180deg);
  
    -webkit-box-shadow: inset 0 150px 50px -12px #fff;
       -moz-box-shadow: inset 0 150px 50px -12px #fff;
        -ms-box-shadow: inset 0 150px 50px -12px #fff;
         -o-box-shadow: inset 0 150px 50px -12px #fff;
            box-shadow: inset 0 150px 50px -12px #fff;
}




.real{
    border: 1px solid #00000038;
    margin-bottom: -4px;
}

.crop_height{ 
    height: 115px;
    overflow: hidden;
    display: block;
}

h1 {
    margin-top: 50px;
    display: flex;
    color: white;
    text-transform: uppercase;
    font-size: 73px;
}


h1 a {
    text-decoration: none;
    color: white;
}
h1:before, h1:after {
    color:#9b9246;
    content:'';
    flex:1;
    border-bottom:solid 2px;
    margin:auto 0.25em;

}

h2 {
    color: white;
    text-transform: uppercase;
    padding: 20px 10px;
    text-align: center;
    font-weight: normal;
    font-size: 29px;
    background-image: linear-gradient(to right, #696336,#938937, #696336, #696336, #696336, #696336,#696336, #696336, #938937, #696336);
}

.tagline{
    font-size: 15px;
    color: #9b9246;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    padding: 0 0 20px;
    margin-top: -20px;
}

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

.clearfix:before, .clearfix:after { 
    content: ""; display: table; 
}
.clearfix:after {
    clear: both; 
}
.clearfix { 
    zoom: 1; 
}



.crumb, .crumb > a{
    text-transform: uppercase;
    text-decoration: none;
    padding-top:10px;
} 

.crumb{
    color: #a59b49;
    border-bottom: 2px solid #343f52;
    padding-bottom: 3px;}

.crumb > a{
    color: #9fafba;
    padding:2px;

} 

.crumb > a:hover{
    color: white;
    padding:2px;
    background-color: #9b9246;

} 


.painting {
    background: linear-gradient(#010f2c, #010c18, #010f2c); 
    border:1px solid #343f52; 
    padding: 35px 35px 0 35px; 
    margin: 20px 0;
}

.painting_image {
    display: inline-block; 
    position:relative; 
    z-index:1000; 
    filter: drop-shadow(15px 50px 15px black); 
}

.painting_rank {
    font-family: 'Pinyon Script', cursive; 
    color: #122549; 
    font-size: 200px; 
    text-transform: capitalize; 
    text-align:right; 
    margin-top: 80px; 
    margin-bottom: 100px;
}

.painting_title {
    font-family: 'Pinyon Script', cursive;
    color: white;
    text-align: center;
    font-size: 40px;
    text-transform: capitalize;
    border-bottom: rgb(165, 155, 73) 2px solid;
    padding-bottom: 10px;
    margin: 0 0 0 30px;
    text-shadow: 0px 0px 37px #b5b5b5, 0px 0px 20px #646464;
    font-weight: normal;
    line-height: 1.2em;
}

.painting_description {
    font-family: 'Alatsi', sans-serif; 
    color: #9fafba; 
    font-size: 16px; 
    margin-left: 34px;
    line-height: 1.2em;
}

.painting_link{
    color: #928937;
    text-transform: uppercase;
    text-decoration: none;
    padding:2px;

} 

.painting_link:hover{
    color: white;
    background-color: #9b9246;

} 
.square{
   border-left: 20px solid #1c325b; 
   padding-left: 5px;
}

.painting_tag{
   width:90px; 
   display:inline-block;
}
.graph {
    width: 65%;
    height: 12px;
    border: 2px solid #9b9247;
    display: inline-flex;
    background-color: #2f2c18;
    box-shadow: inset 2px 2px 6px 0px black;
    margin:2px;
}

.bar {
background-image: linear-gradient(to right, #696336,#938937);
    max-width: 100%;
        
}





.artist {
    background: linear-gradient(#010c18, #010c18,  #010c18,  #214732); 
    border:1px solid #343f52; 
    padding: 35px 35px 0 35px; 
    margin: 40px 0; 
    text-align: center;
}

.artist_name {
    z-index: 9999;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 2.5em;
    border-bottom: 2px solid #9b9246;
    padding-bottom: 12px;
    margin: 30px 20px 70px 20px;
    text-decoration: none;
    display: block;
    line-height:1em;
}

.artist_image {
    display: inline-block; 
    position:relative; 

}

.artist_rank {
    font-family: 'Pinyon Script', cursive;
    color: #ccbe4c;
    font-size: 104px;
    text-transform: capitalize
}



.row1 {
    z-index:1000; 
    filter: drop-shadow(15px 50px 15px #00000050);

}
.row2 {
    z-index:900; 
    margin-left:-300px; 
    filter: drop-shadow(15px 50px 15px #00000050) brightness(0.95); 
    bottom: 1px;
  transition: .3s;

}

.row3 {
    z-index:800; 
    margin-left:-300px; 
    filter: drop-shadow(15px 50px 15px #00000050) brightness(0.9); 
    bottom: 2px;
  transition: .3s;

}

.row4 {
    z-index:700; 
    margin-left:-300px; 
    filter: drop-shadow(15px 50px 15px #00000050) brightness(0.85); 
    bottom: 3px;
  transition: .3s;

}

.row5 {
    z-index:600; 
    margin-left:-300px; 
    filter: drop-shadow(0px 50px 15px #00000050) brightness(0.8); 
    bottom: 4px;
    transition: .3s;

}



.row2:hover, .row2.hover_effect{
    z-index:1100; 
    filter: drop-shadow(15px 50px 15px #00000050) brightness(1); 
}

.row3:hover, .row3.hover_effect{
    z-index:1100; 
    filter: drop-shadow(15px 50px 15px #00000050) brightness(1); 
}

.row4:hover, .row4.hover_effect{
    z-index:1100; 
    filter: drop-shadow(15px 50px 15px #00000050) brightness(1); 
}

.row5:hover, .row5.hover_effect {
    z-index:1100; 
    filter: drop-shadow(0px 50px 15px #00000050) brightness(1); 
}


:hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}


.location {
    background: linear-gradient(#010f2c, #010c18, #010f2c); 
    border:1px solid #343f52; 
    margin: 8px;
}

.location_title {
    position: relative;
    display: inline-block;
    padding: 15px;
    color: white;
    text-transform: uppercase;
    font-size: 1.4em;
    width: 70%;
    line-height: 1em;
    margin-block-start: auto;
    margin-block-end: auto;
    vertical-align: middle;

}

.location_image {
    position: relative;
    border-left: 15px solid #21323d;
    width: 90px;
}

.location:hover {
    filter: brightness(1.1); 
    transition: .3s;
    text-shadow: 0px 0px 37px #979797, 0px 0px 20px #646464;
    border:1px solid #3c4a64; 

}

.artist:hover, .painting:hover{
    filter: brightness(1.1); 
    transition: .3s;
    border:1px solid #3c4a64; 
}

.scrollbar {
    height: 94px;
    width: 92%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 24px;
}


#painting-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #1f2e4a;
}


#painting-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9b9246;
}

#painting-scroll::-webkit-scrollbar {
    width: 10px;
}

.page_header{
    background-image: linear-gradient(180deg, rgb(8, 33, 49) 0%, rgba(0,0,0,0) 1%);
}


#sidebarMenu {
    position: fixed;
    right: 0;
    width: 250px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #9b9246 0%, #36331b 100%);
    z-index: 999999;}

.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
    padding-left: 17px;
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 42px;
    height: 40px;
    width: 42px;
    padding: 0px 5px;
    border: 2px solid #9b9246;
    background: #000215;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
}
.diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 15px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -15px;
}




.pricerange {
    margin-top:-20px;  
    margin-left: 150px;
    width:65%;
}
.pricerange_low{
    color: #9fafba;
    font-size: 12px;
}
.pricerange_high{
    display: inline-block;
    float: right;
    color: #9fafba;
    font-size: 12px;
    margin-right: 33px;
}

.painitng_size_bg{
    background-image: linear-gradient(0deg, #eedfbe 36%, #d8cbaa);
    margin-bottom: 25px;
    margin-left: 33px;
    height: 235px;
    border: 2px solid #a59b49;
    display: block;
    text-align: center;
    width: 235px;
}

.painting_size{
    position: relative;
    margin-bottom: -60%;
    z-index: 10;
    display: inline-block;
    border: 2px solid #c3ad6a;
    box-shadow: 0 -4px 15px 8px #ffffff6e, 3px 3px 3px grey;
}


.painitng_size_people{
    position: relative;
    z-index: 200;
    margin-top: -18px;
}









footer {
    background-color: #141c22;
    color: #eee;
    padding: 20px 0;

    font-size: 90%;
    margin-top: 30px;
}


footer a{color:#eee;text-decoration:none;}
footer a:visited{color:#eee;text-decoration:none;}
footer a:hover {color: #bbb;}

.footer-copy {
    margin-bottom: 20px;
    padding-left: 10px;
}

footer a:visited {
    color: #eee;
    text-decoration: none;
}
.footer-links {
    text-transform: uppercase;
    padding-left: 10px;
}




.footer-text {
    float: left;
    margin-left: 20px;
}

.footer-links {
    float: right;

}

.footer-copy {
    float: left;
}







.grid_1 { width: 5%; }
.grid_2 { width: 14%; }
.grid_3 { width: 23%; }
.grid_4 { width: 32%; }
.grid_5 { width: 39.5%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58%; }
.grid_8 { width: 63%; }
.grid_9 { width: 74%; }
.grid_10 { width: 82.5%; }
.grid_11 { width: 88%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {

	float: left;

}










@media only screen and (max-width: 800px) {


h1 {
    margin-top: 20px;
    font-size: 40px;
}


.crop_height{ 
    height: 80px;

}



.sidebarIconToggle {
    top:9px;
    right:18px;
}

.tagline {
    font-size: 14px;
    letter-spacing: 3px;
    margin-left: 41px;
    text-align:left;
}

h2 {
    padding: 12px 7px;
    font-size: 20px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {

	width:100%;

}
.painting, .artist{
    margin: 15px 5px;
    padding:5px 5px 20px 5px;
}

.painting_rank {
    color: #ccbe4c;
    font-size: 70px;
    margin:0;
    padding-right: 15px;
}

.painting_title{
    margin: 25px 5px 0px 5px;
    font-size: 30px;
    padding-bottom: 5px;
    line-height: 1.1em;
}

.painting_description {
    font-size: 15px;
    margin: 5px 10px;
    line-height: 1.2em;
}


h1:before{
    max-width:20px;
}

.scrollbar {
    padding-right: 10px;
}




.row2, .row3, .row4, .row5{
margin-left:-185px
}

.row1, .row2, .row3, .row4, .row5{
max-width:210px;
}


.artist_name {
    font-size: 1.4em;
    padding-bottom: 2px;
    margin: 15px 10px 25px 10px;
}


#sidebarMenu {
    width: 100%;
    transform: translateX(100%);
}

.sidebarMenuInner li {
    padding: 12px;

}

.footer-text {
    width: 100%;
    padding-bottom:5px;
}

footer a{
    color: #9fafba;
} 

.location_title {
    width: 55%;
    font-size: 1.2em;
}

.artist_rank {
    font-size: 50px;
}

.pricerange {
    margin-top: -7px;
    margin-left: 130px;
}
}