@charset "utf-8";

.third-effect .mask {
   opacity: 0;
   overflow:visible;
   border:100px solid rgba(0,0,0,0.7);
   box-sizing:border-box;
   transition: all 0.4s ease-in-out;
}

.third-effect a.info {
   position:relative;
   top:-10px; /* Center the link */
   opacity: 0;
   transition: opacity 0.5s 0s ease-in-out;
}

.third-effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.7);
}

.third-effect:hover a.info {
   opacity:1;
   transition-delay: 0.3s;
}



.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	word-spacing: 4em;
}
.breadcrumb > li{
	font-size: 30px;
	display: inline-block;
	text-decoration: none;
}



.breadcrumb :hover{
	color: #999;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

.object_1 {
	border: 1px solid #CCC;
	width: 638px;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 10px;
}
.object_1 h1 {
	color: #BF0000;
	margin-bottom: 20px;
}
.object_1 li {
	color: #FF8B17;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.object_1 p {
	color: #6D6D6D;
	font-size: 12px;
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
}