@charset "UTF-8";

/* [ Base ]
===================================================================== */
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color:#fff;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-autospace: ideograph-parenthesis;
	-moz-text-autospace: ideograph-parenthesis;
	-ms-text-autospace: ideograph-parenthesis;
	-o-text-autospace: ideograph-parenthesis;
	text-autospace: ideograph-parenthesis;
	word-wrap: break-word;
	word-break: normal;
}
body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
    font-family: 'EB Garamond', serif; 
	font-size:1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.09rem;
	color: #111;
	background: #333;
	min-height:960px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,header,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
section, nav, article, aside, header, footer, main, figure, figcaption, details, menu {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto;
	font-size: inherit;
	font-weight: normal;
}
p, div, ul, li, figure {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

h2{
	font-size:16px;
	margin-bottom:25px;
}

header {
	overflow: hidden;
}

footer{
	font-size:1.2rem;
	color:#fff;
}
footer .top{
	float:right;
	margin-right:0;
	width:0;
}
#footer_top{
	position:fixed;
	bottom:3%;
	left:5%;
}
.clearfix:after {
	content:"";
	display:table;
	clear:both;
}
a{
	color: #fff;
	opacity: 1;
	text-decoration: none;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	}
::-moz-selection{
	background-color: transparent;
	background: #fff;
	color: #aaa;
	text-shadow: none;
}
::selection {
	background-color: transparent;
	background: #fff;
	color: #aaa;
	text-shadow: none;
}
	
h4 {overflow: hidden;
     text-align: left;
	 font-size:13px;
	 margin-top:14px;}

h4 span {
    display: inline-block;
    position: relative;
}

h4 span:before,
h4 span:after {
    border-top: 1px solid;
	border-color:#888;
    content: "";
    position: absolute;
    top: 20%;
    width:4em;
	filter:alpha(opacity=80);
    opacity:0.5;}

h4 span:before {
    right:100%;
}

h4 span:after {
    left: 0%;
}


h5 {overflow: hidden;
     text-align: left;
	 font-size:13px;
	 margin-top:-11px;}

h5 span {
    display: inline-block;
    position: relative;
}

h5 span:before,
h5 span:after {
    border-top: 1px solid;
	border-color:#dcdcdc;
    content: "";
    position: absolute;
    top: 20%;
    width:4em;
	filter:alpha(opacity=80);
    opacity:0.5;}

h5 span:before {
    right:100%;
}

h5 span:after {
    left: 0%;
}

/* [ body ]
===================================================================== */
body#wrap{
	margin:0 auto;
	width:960px;
	position:relative;
}
#container{
	margin:0 auto;
	width:980px;
}
header {
	font-family: 'EB Garamond', serif;
	color:#fff;
	font-size: 1.4rem;
	text-align:left;
	letter-spacing: 0.2rem;
	line-height:1.8em;
	margin: 0em 0 0 5.9rem;
	border-left:solid 1px #888;
	padding:4rem 0 3rem 3.3rem;
}

.caption{
	margin-top:10px;
	font-size:11px;
}

/* ---------------- main----------------- */
nav{
	padding-top:4.5rem;
	padding-left:0.6rem;
}
nav li{
	font-size:1.5rem;
	letter-spacing:0.1rem;
	line-height:2.8rem;
}

.works_index_article{
	margin-top:8rem;
	overflow: hidden;
}

.works_index_article .works_index_left{
	width:150px;
	float:left;
}
.works_index_right{
	width:940px;
	text-align:right;
	margin-top:-18rem;
}
.works_index_right img{
	width:64%;
	height:auto;
	display:none;
}
.works_index_caption{
	width:960px;
}
.works_index_caption img{
		width:1.3%;
		margin-top:-23rem;
		margin-bottom:2rem;
		margin-right:0.3rem;
}



/* ----------------footer----------------- */	
footer{
	position:absolute;
	bottom:2%;
}
.footer_left{
	float:left;
	width:960px;
}
footer .top{
	float:right;
	margin-right:0;
	width:0;
}
.footer li.top{
	display:inline;
}

h3 {overflow: hidden;
     text-align: left;
	 font-size:1.3rem;
	 padding-bottom:0.5rem;}

h3 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	margin-bottom:5px;
}

h3 span:before,
h3 span:after {
    border-top: 1px solid;
	border-color:#888;
    content: "";
    position: absolute;
    top: 50%;
    width:8em;}

h3 span:before {
    right:100%;
}

h3 span:after {
    left: 0%;
}
/* ----------------hover----------------- */	
.top:hover { filter:alpha(opacity=100);opacity:1.0;}
.philosophia:hover {  filter:alpha(opacity=60);opacity:0.3;
transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out; /* opera */
-moz-transition: opacity 0.3s ease-out; /* firefox */
-webkit-transition: opacity 0.3s ease-out; /* chrome, safari */
-ms-transition: opacityr 0.3s ease-out; /* ie */ }
.viam_opus:hover {filter:alpha(opacity=60);opacity:0.3;
transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out; /* opera */
-moz-transition: opacity 0.3s ease-out; /* firefox */
-webkit-transition: opacity 0.3s ease-out; /* chrome, safari */
-ms-transition: opacityr 0.3s ease-out; /* ie */ }
.opus_description:hover { filter:alpha(opacity=60);opacity:0.3;
transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out; /* opera */
-moz-transition: opacity 0.3s ease-out; /* firefox */
-webkit-transition: opacity 0.3s ease-out; /* chrome, safari */
-ms-transition: opacityr 0.3s ease-out; /* ie */ }
.rogatu_opus:hover { filter:alpha(opacity=60);opacity:0.3;
transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out; /* opera */
-moz-transition: opacity 0.3s ease-out; /* firefox */
-webkit-transition: opacity 0.3s ease-out; /* chrome, safari */
-ms-transition: opacityr 0.3s ease-out; /* ie */ }
