.u_photo_list {
	position: relative;
    box-shadow: 0px 11px 20px 0 rgba(0,0,0,0.19);
	padding-top: 25px;
}
.u_photo_list .u_list_label {
	color: #6b7074;
	margin-bottom: 20px;
	margin-top: 0px;
}
.u_btn_outline {
	font-size:10.5pt;
}
.u_photo_list .u_reg_date{
	color: #ccc;
}
/*Effect style*/
.u_photo_overlay {
	overflow: hidden;
}
.u_thumbnail{
	margin-bottom: 20px;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0 8px #ddd;
    text-align: center;
	overflow: hidden;
}

.u_thumbnail :hover img{
    filter:contrast(150%);
}
 
.u_thumbnail img {
	width: 100%;
	height: auto;
}
.u_overlay_title {
    display: block;
	padding-bottom:0px;
    cursor: pointer;
    width: 100%;
    height: anto;
    position: relative;     
    z-index: 90;
}
.u_photo_overlay:hover .u_overlay_title .u_img_title{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity:0.9;   
    filter: alpha(opacity = 90);
}
.u_overlay_title .u_img_title {
	text-align:center;
    font-size: 10.5pt;
    background: rgba(5,10,10,0.8);
    color: #fff;
	position: absolute;
	width:105%;
	margin: -7px;
	padding: 5px;
    opacity: 0; 
    z-index: 100;
    filter: alpha(opacity = 0);
    bottom:0px;   
    transition: all 0.6s ease;
	transform: translate(0,200px);
    -webkit-backface-visibility: hidden;
}


/* Photo list scroll */
#photo_main{
	margin-top:10px;
}
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}
.jquery-script-center ul {
	width: 212px;
	float:left;
	line-height:45px;
	margin:0;
	padding:0;
	list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
	width: 728px;
	height:90px;
	float:right;
}
.jquery-script-clear {
	clear:both;
	height:0;
}


/*Respnosive Design for mobile device*/
@media (max-width:991px) {
	.u_thumbnail :hover img{
		transform: scale(1);
	}
	.u_img_title_mobile {
		margin-top: 1px;
		text-align: center;
		font-size: 11pt;
		background: #3498db;
		color: #fff;
		padding: 5px;
	}
}
@media (max-width:767px) {
	.u_photo_list{
		padding: 0 20px;
	}
	.col-xs-12 {
		width: 50%;
	}
}
@media (max-width:499px) {
	.col-xs-12 {
		width: 100%;	
	}
}
