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

.fancybox-wrapper {
	
	padding-top: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	z-index:90px;
}
.fancybox-wrapper p {
	font-size: 14px;
	color: #999;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	line-height: 18px;
	float: left;
	width: 883px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 16px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	}

/* ROLLOVER FOR FANCYBOX */
.da-thumbs {
	list-style: none;
	width: 900px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.da-thumbs li {
	float: left;
	margin: 6px;
	background: #fff;
	padding: 1px;
	position: relative;
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs img {width: 166px;
height:237px;}

.da-thumbs li a {
	overflow: hidden;
	text-decoration: none;
}
.da-thumbs li a div {
	position: absolute;
	background: #FFF;
	background: rgba(99,49,104,.9);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	font-family: 'blackjackregular', "Brush Script MT", cursive;
	display: block;
	padding: 10px 0;
	margin: 4px 10px 0px 16px;
	text-align: left;
	font-weight: 100;
	color: rgba(255,255,255,0.8);
	font-size: 28px;
	line-height:34px;	
	-webkit-font-smoothing: antialiased;
}
.da-thumbs li a div span strong {
font-size:28px;
line-height:28px;
font-weight: 400;
color: rgba(255,255,255,0.9);
}

@media screen and (max-width: 480px) {
	.fancybox-wrapper {
	width: auto;
	max-width:470px;
	min-width:310px;
	
	
}

.da-thumbs {
	width: auto;
	max-width:470px;
	min-width:310px;
	
}
	}