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

.works {
	color: #000;
	margin-top: 150px;
	padding: 0 10px;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.works h1 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 16px;
	letter-spacing: 0.25em;
}

.works p {
	line-height: 1.8em;
	font-weight: 100;
}

.works section {
	border-bottom: 1px solid #999;
	clear: both;
}

.works section>h2 {
	font-weight: bold;
	padding:25px 10px 5px 0px;
	letter-spacing: 0.25em;
	cursor: pointer;
}

.works section>ul{
	display: none;
	background-color: #fff;
	padding-bottom: 10px;
	list-style: disc;
}

.works section>ul>li{
	margin-top: 5px;
	font-size: 12px;
	margin-left: 20px;
}

.works section>ul#thumbsList {
	list-style: none;
	margin-top: 5px;
}

.works section>ul#thumbsList>li {
	margin-left: 0;
	margin-top: 0;
	line-height: 0;
}

.works section>ul::after {
	content: '';
	clear: both;
}

.works section>ul#thumbsList>li img {
	width: 100px;
	border: 1px solid #fff;
	opacity: 0;
}


#moreBtn {
	color: #ccc;
	background-color: #333;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 100px;
}

a.dtButton{
	display: inline-block;
}

.works footer{
	margin-top:50px;
	position: relative;
	color:#000;
}

/* details view */

#dtOverlay {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 97;
	background: #000;
	display: none;
}

#dtWindow {
	margin: 0 auto;
	padding: 5px;
	top: 10%;
	left: 10%;
	position: fixed;
	z-index: 98;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	display: block;
}

#dtWindow img {
}

#dtWindow>#dtClose {
	top: -30px;
	right:  0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #757575;
	border-radius: 15px;
	box-shadow: 0 0 3px 0 #000;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}
