/*********************    Artists PAGE CSS    *********************/
hr {
  width: 98%;
  margin: 0 auto;
  border: 0.1vW solid #dedede;
}
  /*************** Gray List Settings *************/
.ArtsDot-Content-Block div > ul {
  font-size: 0;
  -moz-column-width: 20vW;
  -webkit-column-width: 20vW;
  -o-column-width: 20vW;
  column-width: 20vW;
}

.ArtsDot-Content-Block div > ul li {
  display: inline-block;
  vertical-align: top;
  height: 1.8vW;
  width: 20vW;
  padding: 0.2vW 0 0.2vW 5vW;
  list-style: none;
  text-align: left;
  text-transform: none;
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap;
}

.ArtsDot-Content-Block div > ul li a {
  display: block;
  padding: 0.2vW;
  font-size: 1vW;
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap;
}

.ArtsDot-Content-Block div > ul li a:hover {
  background-color: orange!important;
  text-decoration: none;
}
  /*************** Gray List Settings END *************/
  
  /*************** Artist Style List *************/
.ArtsDot-Artists-Artist_Style-List {
  padding: 3.5vW 0!important;
  background-color: #eee;
  text-align: center;
}

.ArtsDot-Artists-Artist_Style-List ul {
  /*height: 51vW;*/
}
 /*************** Artist Style List END *************/
   
  /*************** Paintings by years List *************/
.ArtsDot-Artists-Artists_born-List {
  margin: 1vW auto!important;
  text-align: center!important;
}

.ArtsDot-Artists-Artists_born-List ul li a{
	
	display: inherit!important;
	
}

.ArtsDot-Artists-Artists_born-List ul {
  width: 88vW!important;
  padding: 1vW 0!important;
  -moz-column-width: auto!important;
  -webkit-column-width: auto!important;
  -o-column-width: auto!important;
  column-width: auto!important;
  white-space: nowrap!important;
}

.ArtsDot-Artists-Artists_born-List li {
  height: 1.6vW!important;
  width: 3.0vW!important;
  padding: 0vW!important;
  margin: 0 1vW!important;
  text-align: center!important;
}

.ArtsDot-Artists-Artists_born-List li a {
  padding: 0 0.2vW!important;
  font-family: 'Oswald', Arial, Sans-serif!important;
  font-size: 1.2vW!important;
}
  /*************** Paintings by years List END *************/
  
  /*************** Artist Country List *************/
.ArtsDot-Artists-Artist_Country-List {
  padding: 3.5vW 0!important;
  background-color: #eee;
  text-align: center;
}

.ArtsDot-Artists-Artist_Country-List ul {

}
  /*************** Artist Country List END *************/
    
  /*************** Artist Portfolio Block *************/
.ArtsDot-Artists-Artist_Portfolio-Block {

}

.ArtsDot-Artists-Artist_Portfolio-Review {
  padding: 3vW 0;
  overflow: auto;
}

.ArtsDot-Artists-Artist_Portfolio-Review h1 {
  float: left;
  width: 22vW;
  margin: 0 1.7vW;
  padding: 0;
  text-align: left;
}

.ArtsDot-Artists-Artist_Portfolio-Review h1 > a {
  font-family: 'Oswald', Arial, Sans-serif;
}

.ArtsDot-Artists-Artist_Portfolio-Artwork {
  position: relative;
  left: 5vW;
  float: left;
  max-width: 21vW;
  max-height: 21vW;
  margin: 0.7vW 1.7vW;
  text-align: left;
}

.ArtsDot-Artists-Artist_Portfolio-Review img{
	
    box-shadow: 0.1vW 0.15vW 0.4vW 0.05vW rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.1vW 0.15vW 0.4vW 0.05vW rgba(0,0,0,0.4);
	
}

.ArtsDot-Artists-Artist_Portfolio-Review p {
  float: right;
  width: 33vW;
  margin-left: 1.7vW;
  padding: 0; 
}

.ArtsDot-Artists-Artist_Portfolio-Review p > a {
  color: red;
}

.ArtsDot-Artists-Artist_Portfolio-Biography-Heading {
  margin-top: 0.7vW;
}



.ArtsDot-Artists-Artist_Portfolio-Biography-Content {
  padding-top: 2vW!important;
  text-overflow: ellipsis;
  text-align:justify;
  font-size:90%;
  overflow: hidden;
}


.ArtsDot-Artists-Artist_Portfolio-Review a:hover {
  text-decoration: none;
}
  /*************** Artist Portfolio Block END *************/
  
  
.ArtsDot-Artists-Image_Banner-Block {

}