/* RESET STYLES 
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
div { position:relative } 
END RESET STYLES */



a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.column-clear
{
	clear: both;
}
.wrapper
{
	margin: 0px auto;
	padding: 0px;
	width: 1080px;
}
.portfolio-content, .portfolio-area
{
	width: 1080px;
}
.title-page
{
	font-size: 40px;
	margin: 50px 0px 60px 0px;
	color: #151515;
}
.goto
{
	float: right;
	width: 130px;
	margin: -80px 30px 0px 0px;
}

/**** PORTFOLIO STYLES*****/
.portfolio-categ
{
	margin-bottom: 30px;
}
.portfolio-categ li
{
	display: inline;
	margin-right: 5px;
}
.image-block
{
	display: block;
	position: relative;
}


/*.image-block img{border: 1px solid #d5d5d5; border-radius: 4px 4px 4px 4px;background:#FFFFFF;padding:10px;}*/
.image-block img:hover
{
	/*border: 1px solid #402F28;
	box-shadow: 0 0 5px #402F28;*/
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0.6;
	display: block;
	background: gray;
}
.portfolio-area li
{
	float: left;
	margin: 0 2px 2px 0;
	overflow: hidden;
	width: 100px;
	padding: 2px;
}
.home-portfolio-text
{
	margin-top: 10px;
}
li.active a
{
	text-decoration: underline;
}
/**** END PORTFOLIO STYLES*****/

.image-block1
{
	display: block;
	position: relative;
}

.image-block1 img:hover
{
	/*border: 1px solid #402F28;
	box-shadow: 0 0 5px #402F28;*/
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0.6;
	display: block;
	background: gray;
}
.portfolio-area1 li
{
	float: left;
	margin: 0 2px 10px 0;
	overflow: hidden;
	width: 145px;
	padding: 2px;
}
.home-portfolio-text1
{
	margin-top: 10px;
}
li.active a
{
	text-decoration: underline;
}