/* CSS Document */
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}  
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
#images *{ transition:none !important;}
#images{
	background:none;
	height:100%;
	margin:0 auto;
	width: 80%;
	margin-left: 2.5%;
	display: inline-block;
	float: left;
	font-size: 13px;
}

#images fieldset { 
	position:relative;
	float:left;
	width:auto;
	height:auto;
	border:none;
	max-height: 300px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
    padding: 30px 50px 100px 50px;
	z-index:999;
 
}

#images fieldset .artist-name{
	text-transform:uppercase;
	font-weight:bold;
}
#images fieldset:hover{
/*	background:rgba(50, 50, 50, 0.7);
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;*/	

}
#images fieldset:hover .img_box img{

}
#images fieldset:hover .artist-name,#images fieldset:hover .collection-name{
	position:absolute;
	width:100%;
	height:300px;
	display:block;
	left:0;
	text-align:center;
/*	color:#FFF;*/
	z-index:99999;
}

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

}
#images .hover_box div{
	position:relative;
    display: table-cell;
    vertical-align: middle;
	text-align:center;
	width:45%;
	padding:2.5%;
	height:150px;
}

#images .hover_box img{
	width:100%;
	max-height:150px;
	overflow:hidden;
	display:none;
}
#images .hover_box:hover img{
	display:block;	
	width:100%;
	max-height:150px;
	overflow:hidden;

}
#images .hover_box a{
	position:absolute;
    vertical-align: middle;
	text-align:center;
	width:50px;
	margin:0 45px;
	height:50px;
	font-size:12px;

	z-index:99999;	
	display:none;
	visibility:hidden;
}
#images .hover_box:hover a{
    display: block;
	visibility:visible;	
}



#images .hover_box a.pricing{
	top:130px;
	left:55px;
}

#images .hover_box a.download{
	top:130px;
	left:90px;
}


#images fieldset legend{
	text-align:center; 
}

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

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

}


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


.toolBar{
	z-index:99999;
	background:#fff;
	width:100%;
	height:100%;
	padding:0 2%;
	line-height:20px;
	text-align:left;
	position:fixed;
	overflow:hidden;
	overflow-y:scroll;
}


.SearchDiv input[type=text] {
  padding: 6px;
  font-size: 14px;
  border: none;
  width:38vw;
  max-width:265px;
  background:none;
  box-shadow:none;
  -webkit-appearance: none;
  outline: none;
 
}

@media (max-width:600px) {
	.SearchDiv input[type=text] {
		max-width:150px;
	}
}


.SearchDiv button.icon {
  float: right;
  padding: 4px 8px;
  background: #DDD;
  border: none;
  cursor: pointer;
}
.SearchDiv button.icon:hover{
	background:#655B5D;
}


.topline{
	border-top: 1px solid #CCC;
	padding: 5px 0 !important;
	line-height: 22px;
}

.ArtTypeBox{
	width: 100%;
}

.ArtTypeBox .ArtType{
	padding:4px 12px;
	margin:0px 20px;
	cursor: pointer;
    display:block;
	clear:both;
	border-radius:0;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.ArtTypeBox .org{ width: 100px;}
.ArtTypeBox .pod{ width: 164px;}
.ArtTypeBox .le{ width: 156px;}

.ArtTypeBox input[type=radio]{
    display:none;	
}

.ArtTypeBox input[type=radio] + .ArtType{
   /* background-color:#DDD;*/
}
.ArtTypeBox input[type=radio]:hover + .ArtType{
	font-weight:bold;
	
}
.ArtTypeBox input[type=radio]:checked + .ArtType{
    background-color:#333;
	color: white;
	font-weight:normal;
}

.SubjectDiv{
	margin-left: auto; 
	margin-right: auto; 
	width: 90%; 
	font-size: 13px;
	letter-spacing:1px;
}
.SubjectBox{
	width: 100%;
	height:40px;
}
.SubjectTitle{
	float: left; 
	line-height: 35px;
	font-size: 15px;
	font-weight:600;
	text-transform:uppercase;
	color:#333;
}
.ResetRight{
	float: right; 
	padding-top: 6px; 
}
.ResetRight a{
	color: #bbb !important;
}
.ResetRight a:hover{
	color: #333 !important;
}
.CheckBoxDiv{
	width: 100%;
	clear:both; 
	height: auto; 
	line-height:15px !important;
}
.SearchSelectionArrow{
	float: right;
	color:#FFF;
}
.FullWidth{
	width: 100%;
	position:relative;	
}
.SearchSelection:hover .SearchSelectionArrow,.SearchSelection .fa-angle-up{
	color: #655b5d;
}

.SearchSelection{
	width: 100%;
	position:relative;	
}
.SearchSelectionAll, .SearchSelection, .SubSearchSelectionAll, .SubSearchSelection{
	margin:5px 0 !important;
}

.SubSearchDiv{
	display:none;
	width: 100%;
	height: 0;	
	position:relative;		
	line-height:0;
	letter-spacing:1px;
	word-spacing:2px;
	margin-left:20px;	
}
.AllCaps{	text-transform:uppercase !important;}

.WithDecoration{
	text-decoration: underline;
}
.searchTitle{
	background:none;
	height:100%;
	margin:0 auto;
	display: inline-block;
	float: left;
	border-bottom: 1px solid #CCC;
	margin-left: 2.5%;
	line-height:29.33px;
	font-size:12px;
}  
.SearchDetail{
	float: left; 
	width: 60%;
	overflow: hidden;
	height: 24px;
	text-transform:uppercase; 
	font-weight:700;
	font-size: .9rem;
}
@media (max-width:800px) {
	
	.SearchDetail{
		width: 45%; 
	}
	
}
@media (max-width:600px) {
	
	.SearchDetail{
		display: none
	}
	
}
.Sorting{
	float: right; 
}
.underSearchTitle{
	background:none;
	height:100%;
	margin:0 auto;
	width: 80%;
	display: inline-block;
	float: left;
	margin-left: 2.5%;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size:12px;
}
.PerPage{
	float:left;
	width: 45%;
	overflow: hidden;
}
.CenterArtist{
	float:left;
	width:25%;
	font-size: 12px;
	text-transform:uppercase;
	text-align:center;
}
.DownSign{
	margin-left: 4px;
}
.PageNumbers{
	float: right;
	font-size: 12px;
	display: block;
	width:30%;
}
.PageNumbers ul{
	float: right;
}
.underGalleryBox{
	background:none;
	height:100%;
	margin:0 auto 100px auto;
	width: 80%;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #CCC;
	font-size:12px;	
}
.PageNumbers .current,
.PageNumbers .active{
	padding:0 5px; 
	border-radius: 2px;
}
.PageNumbers .current{
	margin:0 2px;
	color:white; 
	background-color:#655B5D;	
}
.PageNumbers .active{ 	
	color: #655B5D;
}
.PageNumbers .active:hover{ 
	background-color:#DDD; 
}

.PageNumbers .inactive{
	display:none;
}


#OverlayScreen, #OverlayScreen.inactive{
	width: 0;
	height: 0;
	position: fixed;
  	top: 0;
  	left: 0;
/*  	background: rgba(255, 255, 255, 1);
  	transition: opacity 500ms;*/
	z-index:-999999990; 
	visibility: hidden;
	opacity: 0;
	overflow:hidden;
	
}
#OverlayScreen.active{
  z-index:999999990; 
	width: 100%; 
	height: 100%;
  visibility: visible;
	overflow:hidden;
	background: rgba(255, 255, 255, .8);
	opacity:1;
	
}


.OverlayScreenContainer{
	 z-index:999999992; 
   	width: 70%;
    height: 80%;
    margin: 5% 15%;
    overflow-x: hidden;
	background: #FFF;
	opacity:1;
    box-shadow: #1d1d1d5d 0px 0px 50px;
}
.OverlayScreenWideContainer{
	z-index:999999992; 
   	width: 90%;
    height: 95%;
    margin: 1% 5%;
    overflow: hidden;
	background: #FFF;
	opacity:1;
    box-shadow: #1d1d1d5d 0px 0px 50px;
}


#OverlayScreenTwo, #OverlayScreenTwo.inactive{
	width: 0;
	height: 0;
	position: fixed;
  	top: 0;
  	left: 0;
  	background: rgba(255, 255, 255, 1);
  	transition: opacity 500ms;
	z-index:-999999990; 
	visibility: hidden;
	opacity: 0;
	
}
#OverlayScreenTwo.active{
  z-index:999999992; 
	width: 100%; 
	height: 100%;
  visibility: visible;
  opacity: 1;
	
}


/*#OverlayScreen:target {
  visibility: visible;
  opacity: 1;
}*/

.fullpopup {
	  position: relative;
  transition: all 1s ease-in-out;
}


.fullpopup .close {
/*  position: absolute;
  top: 1vh;
  right:0;*/
	
    position: fixed;
    top: 3%;
    right: 8%;
	
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  z-index:9999999;
	color: #666;
	cursor: pointer;
}
.fullpopup .close:hover {
  color: #655B5D;
}

#FavoritBar{
	display:block;
	position:relative;
	float:right;
	clear:both;
	border: 1px solid #CCC;
	width:80%;
	overflow:hidden;
	margin-top:8px;
	margin-right: 2.5%;
	z-index:99999;
    height: 133px;
    margin-bottom: 5px;	

}
#FavoritBar .Open{
	height:150px;
}
#FavoritBar .header{
	display:block;
	overflow:hidden;
	width:98%;
	height:22px;  
	line-height:22px;	
	margin:0;
	padding:0;
	font-size:.9rem;	
}
#FavoritBar #FavoriteUp{ cursor:pointer; float:left; margin-left: 15px; font-size: 12px; }
#FavoritBar #CurrentList{ float:left; width:50%; text-align:center; }
#FavoritBar #FavoriteView{ 
	margin-right: 15px; 
	position: absolute;
    right: 0;
    top: 50%;
	text-align:center;
	min-width: 200px;
}
#FavoritBar #CreatePresentation.right{ 
	margin-right: 15px; 
	position: absolute;
    right: 0;
    top: 25%;
	text-align:center;
	min-width: 200px;
}
#FavoritBar #FavoriteView .text{ 
	float: left;
    width: 85%;
}
#FavoritBar #FavoriteView i{ 
	float: left;
	padding: 5% 0;
}
#FavoritBar #selection-list-wrapper{
	float:left;
	height:100%;
	width:25%;
	padding:10px 1%;
	overflow:hidden;
	
}

#FavoritBar label{
	font-size:.7rem; 
	text-align:center; 
	width:200px; 
	display:block;
}
#FavoritBar .button{
    padding: 4px 0;
	text-align:center;
    line-height: 16px;
    margin: 5px 0;
    letter-spacing: 0.08rem;
    max-width: 200px;
    display: block;
	font-size: calc(10px + .1vw);
	position:relative;
}
#FavoritBar .presentation:hover{
	background:#655B5D;
}
.add_new_list{ background: url(../images/add_to_favorite.png) no-repeat; background-position:4%; text-align:center}
.add_new_list:hover{ background:#655B5D  url(../images/add_to_favorite_white.png) no-repeat; background-position:4%; }

#FavoritBar .button i{
/*	position:absolute;
	left:5%;*/
	font-size:12px;
}
#FavoritBar #list_id{
	width:100%;
	max-width:200px;
	padding:2px;
	border: none;
    border-bottom: 1px solid #ccc;
}



#selection-pics-wrapper{ 
	width: 55%;
    height: 80px;
    float: left;
   /* margin-right: 3%;*/
	    padding: 0 3%;
    position: relative;
}
#selection-pics-wrapper .custom-scroller{
	width: 100%;
	height: 103px;
}
.selection-thumb{
	position:relative; 
	float:left !important; 
	padding-top:8px; 
	padding-bottom:3px; 
	padding-left:5px; 
	padding-right:12px;
}
.selection-thumb .remove_sel{
	position:absolute; 
	top:3px; 
	right:3px; 
	background:#666; 
	border-radius: 18px; 
	width: 18px; 
	height: 18px; 
	font-size:18px;
}
#favorite-slider{ }
#SelectionCount{position: absolute; top:-22px; right: 6%; font-size: 12px; line-height: 22px;}

@media (max-width: 1400px) {
	#selection-pics-wrapper{ width: 45%; }
}
@media (max-width: 1100px) {
	#selection-pics-wrapper{ width: 35%;}
}
@media (max-width: 870px) {
    .hideformobile{
		display:none !important;
    }
	#selection-pics-wrapper{ width: 33%;}
	#manage_selection{ width: 0 !important; height: 0!important;}
	#selection-list-wrapper{ width:90%!important; height:auto !important;  padding: 2px 0 !important; margin-right: 15px; float: right !important;}
	#manage_selection{width:auto !important; height:24px !important; position: absolute; top: 0; right: 0;}
	#FavoritBar #list_id { padding: 0 !important; line-height: 10px; }		
}
@media (max-width:730px) {
	#selection-list-wrapper{ width:70%!important; }
}
@media (max-width: 630px) {
	#selection-list-wrapper{ width:55%!important;}
	#selection-pics-wrapper{ width: 0;}
	#FavoritBar .button{width: 90%; max-width: 280px;}
}

/*** Left & Right Navigation Arrows ***/
a.slider-control {
	display: block;
	width: 22px;
	height: 35px;
/*	background: transparent url(../images/controls.2.png) no-repeat;*/
	/*margin-top: 30px;*/ /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
	color:#000;
	opacity: 0.5;
	font-size:50px;
	font-weight:300;
}
a.slider-control.left {
	background-position: -16px -46px;
	margin-right:2%;
}
a.slider-control.right {

	background-position: -91px -45px;
	right: -45px;
	position:absolute;
	/*top:30px;*/
	top:0;
	margin:0;
}
a.slider-control.left:hover {
	    opacity: 1;
		font-weight:500;
}
a.slider-control.right:hover {
	    opacity: 1;
		font-weight:500;
}