@charset "utf-8";

.inner-page-banner-section {
	background-repeat: no-repeat;
	background-position:  0 60% !important ;
/*    background-size: cover;*/
    background-attachment: fixed;
	height:35vh;
}
.inner-page-banner-section-two {
	background-repeat: no-repeat;
  	background-position:  0 100% !important;
   /* background-size: cover;*/
    background-attachment: fixed;
	height:25vh;
}

@media (min-width: 2000px){
	.inner-page-banner-section,.inner-page-banner-section-two { 
	    background-size: cover;
	}
}

section {
    position: relative;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
#ArtistName{
	height:10vh;
	line-height:10vh;
}
#ArtistName h1 {
    text-transform: uppercase;
    letter-spacing: 17px;
    font-size: 50px;
    font-weight: 400;
    border-bottom: 0px;
	margin: 0px !important;
}
#ArtistCollection{
    background: none;
    padding: 20px;
    display: block;
    /*max-height: 7000px;*/
    position: relative;
    overflow: hidden;
	font-size: 13px;
}


#ArtistCollection fieldset { 
	position:relative;
	float:left;
	margin:0;
	width:auto;
	height:auto;
	border:none;
	max-height: 400px;
	text-align: center;
	z-index:999;
    padding: 30px 50px 100px 50px;

}

fieldset .artist-name{
	text-transform:uppercase;
	font-weight:bold;
}


fieldset:hover .artist-name, fieldset:hover .collection-name{
	z-index:99999;
	position:relative;
	
}

#ArtistCollection .hover_box{
	display:block;
	position:absolute; 
	top:0;
	left:0;
	z-index:9999; 
	padding:25px 0;	
	width:100%;
	height:100%;	
}
#ArtistCollection .hover_box:hover{
	background:#FFF;
	-webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;

}
#ArtistCollection .hover_box div{
	position:relative;
    display: table-cell;
    vertical-align: middle;
	text-align:center;
	width:45%;
	padding:2.5%;
	height:250px;
}
#ArtistCollection .hover_box img{
	width:100%;
	max-height:150px;
	overflow:hidden;
	display:none;
}
#ArtistCollection .hover_box:hover img{
	display:block;	
}
#ArtistCollection .hover_box a{
	position:absolute;
    vertical-align: middle;
	text-align:center;
	width:50px;
	margin:0 45px;
	height:50px;
	color:#AAA;
	z-index:99999;	
	display:none;
}
#ArtistCollection .hover_box:hover a{
    display: block;	
	cursor: pointer;
}


#ArtistCollection .img_box{ 
	position:relative;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	color:#CCC;
}

#ArtistCollection .img_box .series-img{
	display: table-cell;
	position:relative;
	vertical-align:middle;
	text-align:center;	
	width:220px;
	height:250px;
	text-decoration:none;
	margin-bottom: 10px;

}

#ArtistCollection .img_box img{
	max-height:220px;
	max-width:220px;
		margin:auto;
}

@media (max-width: 530px){
	#ArtistCollection fieldset { 
	    padding: 0;
	}
}