/*********************    Categories PAGE CSS    *********************/
hr {
  width: 98%;
  margin: 0 auto;
  border: 0.1vW solid #dedede;
}
  /*************** Gray List Settings *************/
.ArtsDot-Content-Block div > ul {
  -moz-column-width: 15vW;
  -webkit-column-width: 15vW;
  -o-column-width: 15vW;
  column-width: 15vW;
  font-size: 0;
}

.ArtsDot-Content-Block div > ul li {
  display: inline-block;
  vertical-align: top;
  height: 1.8vW;
  width: 15vW;
  padding: 0.2vW 0 0.2vW 3.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 {
  padding: 0.2vW;
  font-size: 1vW;
}

.ArtsDot-Content-Block div > ul li a:hover {
  background-color: orange!important;
  text-decoration: none;
}
  /*************** Gray List Settings END *************/
  
  /*************** Topics Block *************/
.ArtsDot-Categories-Topics-Block {

}
  /*************** Topics Block END *************/
  
  /*************** Topics List *************/
.ArtsDot-Categories-Topics-List {
  padding: 3.5vW 0!important;
  background-color: #eee;
  text-align: center;
}

.ArtsDot-Categories-Topics-List ul {
  height: auto; /***54vW***/
}
 /*************** Topics List END *************/
  
  /*************** Medias Block *************/
.ArtsDot-Categories-Medias-Block {
  height: 24.9vW;
  overflow: inherit!important;
}
  /*************** Medias Block END *************/
  
  /*************** Medias List *************/
.ArtsDot-Categories-Medias-List {
  padding: 3.5vW 0!important;
  background-color: #eee;
  text-align: center;
}

.ArtsDot-Categories-Medias-List ul {
  height: auto; /***9vW***/
}
  /*************** Medias List END*************/
  
  /*************** Colors Block *************/
.ArtsDot-Categories-Colors-Block {

}
  /*************** Colors Block END *************/
  
  /*************** Colors List *************/
.ArtsDot-Categories-Colors-List {
  height: auto;
  padding-left: 1.9vW;
  padding-top:0.4vW;
  overflow: hidden!important;
  font-size: 0;
  text-align: left;
}

.ArtsDot-Categories-Colors-List a {
  display: inline-block;
}

.ArtsDot-Categories-Colors-List-Color{
  border-radius: 0.83vW;
  width: 5.25vW;
  height: 5.25vW;
  box-shadow: 0.2vW 0.2vW 0.6vW rgba(0,0,0,0.4);
  -webkit-box-shadow: 0.2vW 0.2vW 0.6vW rgba(0,0,0,0.4);
  float: left;
  margin: 0 1.3vW 1.3vW 0;
}

.ArtsDot-Categories-Colors-List-Color:hover {
  border: 0.35vW solid #fff;
}
  /*************** Colors List END*************/
  
  /*************** Styles Block *************/
.ArtsDot-Categories-Styles-Block {
  height: 24.9vW;
  overflow: inherit!important;
}
  /*************** Styles Block END *************/
  
  /*************** Styles List *************/
.ArtsDot-Categories-Styles-List {
  padding: 3.5vW 0!important;
  background-color: #eee;
  text-align: center;
}

.ArtsDot-Categories-Styles-List ul {
  height: auto; /***9vW***/
}
  /*************** Styles List END*************/
  
  /*************** Countries Block *************/
.ArtsDot-Categories-Countries-Block {
  height: 24.9vW;
  overflow: inherit!important;
}
  /*************** Countries Block END *************/
  
  /*************** Countries List *************/
.ArtsDot-Categories-Countries-List {
  padding: 3.5vW 0!important;
  background-color: #eee;
  text-align: center;
}

.ArtsDot-Categories-Countries-List ul {
  height: auto; /***18vW***/
}
  /*************** Countries List END*************/

  /*************** Paintings by years List *************/
.ArtsDot-Categories-Paintings_by_years-List {
  margin: 1vW auto!important;
  text-align: center!important;
}

.ArtsDot-Categories-Paintings_by_years-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-Categories-Paintings_by_years-List li {
  height: 1.6vW!important;
  width: 3vW!important;
  padding: 0vW!important;
  margin: 0 0.25vW!important;
}

.ArtsDot-Categories-Paintings_by_years-List li a {
  padding: 0 0.2vW;
  font-family: 'Oswald', Arial, Sans-serif!important;
  font-size: 1.2vW!important;
}
  /*************** Paintings by years List END *************/