@charset "utf-8";
/* CSS Document */

#MikeGallery{
	text-align: center;
	vertical-align: top;
	display: block;
	width: 100%;min-width:320px;
	box-sizing:border-box;
}

body #wrapper{width: 100%!important;max-width: 100%!important;}
/*body #DinamicGallery{width: 98%!important;max-width:98%!important;}*/

.thumbs, .thumbs div {
	text-align: center;
	display: inline-block;
	overflow: hidden;box-sizing:border-box;
}

.thumbs img  {
	border: none!important;
	background: none!important;
	padding: 0px;
	margin: 0;
	margin-bottom:5px;
	height: auto;
	width: auto;
	max-height: 245px;
	max-width: 285px;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	display: inline-block;
	float:none;
	border: 1px solid #666;
}

#MikeGallery .thumbs{
	border: none!important;
	padding: 0px;
	border-radius: 0;
	background-image: none;
	background-color:rgba(90, 90, 90, 0.1);
	text-align: center;
	height: 295px;
	width: 300px;
	margin: 2px 0px;
	display: inline-block!important;
	float: none!important;
	vertical-align: top;
	border: 1px solid #CFD0D4;
	position: relative;
}

#MikeGallery .thumbs:hover{background-color:rgba(90, 90, 90, 0.3);}


#MikeGallery .thumbs div, .imageH{
	border: none!important;
	padding: 0px;
	text-align: center;
	height:295px;
	min-height:200px;
	width: 300px;
	margin: 0px;
	display: inline-block!important;
	vertical-align: middle;
}

.thumbs div div div{background-image:none;height: auto;}


#MikeGallery.thumbs:hover, .thumbs div div:hover{
	background-image: url(/images/opacity44.png);border:1px solid #fff;}


.thumbs a {
    display: inline-block;
    margin: 2px;
	text-align: center;
	padding:5px;
	border-radius:0;
	
}


.thumbs .imageH {
	vertical-align: middle;
	display: table-cell;
}


#MikeGallery .thumbs a  {
	text-decoration: none!important;
}

#MikeGallery .thumbs p{margin:0;width: 100%;font-size:12px;line-height:14px;color:#444!important;}

#MikeGallery .thumbs p span {display: none;width:305px;padding:5px;margin:0;font-size:12px;line-height:15px;}

#MikeGallery .thumbs:hover p span {
	display: block;
	width: 100%;
	box-sizing:border-box;
	height: auto;
	padding:2px 8px 3px 8px;
	position: absolute;
	z-index:999;
	bottom: 0px;
	left: 0;
	    background-color: rgba(208, 208, 202, 0.7);
	color:#333;
}


#MikeGallery .thumbs .addToCart, .addToCart{
	background-image: url(/images/Cart.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 99999;
	right: 3px;
	bottom: 3px;
opacity:0.7;
}


#MikeGallery .thumbs .zoomPOP{
	background-image: url(/images/zoom.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;	
	height: 18px;
	width: 18px;
	position: absolute;
	z-index: 9999;
	right: 30px;
	top: 10px;
	opacity:0.5;
display: none;
}

#MikeGallery .thumbs:hover .zoomPOP{opacity:1;}


.ZOOM {
    width: 100%;
    height: 100%;
}


#MikeGallery .addToCart .innerText, .COMPgallery .innerText{display:none;}


#close-bar{
	display: block;
	height: 40px;
	width: 40px;
	float: right;
	position: fixed;
	z-index: 999999999999;
	right: 0;
	top: 0;
}

@media (max-width:640px){
#MikeGallery .thumbs{height: auto;min-height: 150px;width:48%;}
#MikeGallery .thumbs div {height: auto;min-height: 150px;width:150px;}
.thumbs img {max-height: 145px; max-width: 145px;padding: 0px;margin-right: 2px;margin-bottom: 0;}

#MikeGallery .thumbs p {font-size: 11px;line-height: 14px;margin-top:3px;}
p .Year{display:none;}
}

/*
@media (max-width: 960px){
.thumbs img  {max-height:145px;max-width:145px;padding:0px;margin-right:2px;margin-bottom:0;}
#MikeGallery .thumbs, #MikeGallery .thumbs div {height: auto;min-height:150px;width:150px;}
#MikeGallery .thumbs div div{margin:0;}
#MikeGallery .thumbs-DD p{display:none;}
#MikeGallery .thumbs p{font-size:12px;width: 140px;margin-top:6px;}
#MikeGallery .thumbs:hover p span {width:140px;display:none;}
.thumbs a {padding:1px;}
#MikeGallery .thumbs .addToCart{display: block;}
#MikeGallery .thumbs .zoomPOP{display: none;}
}

*/
