/*********** Build Version: 1.41.637.1374, Date: Tue, 02 Sep 2014 04:20:17 GMT ********************/


/*********** Elements & Resets ********************************************************************/
body, div, h1, html, img {
	border: none;
	margin: 0;
	padding: 0
}
body {
	background-color: #FFFFFF
}
a {
	text-decoration: none;
	color:#000000
}
a:hover {
	color:#62a404;

}
.header {
	padding-top: 50px
}
.name-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 93%
}
/*********** Intro ********************************************************************************/
.intro {
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height: 150%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative
}

.intro-title {
	font-size:16px;
	font-weight:bold; 
	letter-spacing: 0.02em;
}

.next {
	font-family: Verdana, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 55px;
	position: absolute;
	top:-5px;
	height: 87px;
	line-height: 100%;
	cursor: pointer;
	right: -120px;
	filter: alpha(opacity=25);
	opacity: 0.25;
	width: 80px;
	text-align: center;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	transition-timing: ease-in-out;
	-moz-transition-property: right;
	-webkit-transition-property: right;
	-o-transition-property: right;
	transition-property: right;
	text-decoration: none;
	color: #000000
}
.intro-wrapper {
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 10px;
	margin-top: 50px;
}
.next:hover {
	filter: alpha(opacity=100);
	color:#000000;
	opacity: 1.0
}

.description {
	text-align:left;
}

/*********** Gallery ******************************************************************************/
/*.title {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	text-align: left;
	margin-top: 70px;
	padding-left: 70px
}*/
.wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	transition-timing: ease-in-out;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.wrapper ul {
	position: relative;
	padding: 0;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 93%
}
.wrapper ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	width: 371px;
	padding: 0px;
	text-align:left
}
.wrapper ul li img {
	display: block;
	width: 95%;
	filter: alpha(opacity=100);
	opacity: 1.0;
	margin-left: auto;
	margin-right: auto
}
.wrapper ul li p {
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:150%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	font-size: 15px;
	margin: 0;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 40px;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-color: rgba(255, 255, 255, 0.9);
	filter: alpha(opacity=0);
	opacity: 0.0
}
.wrapper img {
	padding-bottom: 10px;
}
.item-hover, .wrapper ul li p.item-hover {
	filter: alpha(opacity=100);
	opacity: 0.95
}
.hidden {
	filter: alpha(opacity=0);
	opacity: 0.0
}

/* 1 Column */
@media screen and (max-width:400px) {

	/*********** Intro *******************************************************************************/
	.next {
		position: absolute;
		height: 60px;
		right: 50%;
		margin-right: -40px;
		top:auto;
		bottom: -80px;
		padding-bottom: 20px
	}
	.intro-wrapper {
		margin-bottom: 130px
	}

	/*********** Gallery *****************************************************************************/
	.wrapper ul li {
		width: 100%
	}

}

/* 2 Column Nexr*/
@media screen and (min-width:401px) and (max-width:630px) {

	.next {
		right: -20px;
		top: 50px;	
	}	

}

/* 2 Column Nexr*/
@media screen and (min-width:631px) and (max-width:760px) {

	.next {
		right: 20px;
		top: 50px;	
	}	

}

/* 2 Column */
@media screen and (min-width:401px) and (max-width:760px) {

	/*********** Intro *******************************************************************************/
	.intro {
		width: 75%;
		padding-right:20%; 
	}

	/*********** Gallery *****************************************************************************/
	.wrapper ul li {
		width: 50%
	}

}

/* 3 Column */
@media screen and (min-width:761px) and (max-width:1120px) {

	/*********** Intro *******************************************************************************/
	.intro {
		width: 75%;
		padding-right:20%; 
	}

	.next {
		right: 10px;
	}	

	/*********** Gallery *****************************************************************************/
	.wrapper ul li {
		width: 33.333%
	}

}

/* 4 Column */
@media screen and (min-width:1121px) and (max-width:1500px) {

	/*********** Gallery *****************************************************************************/
	.wrapper ul li {
		width: 25%
	}

	.next {
		right2: 15%;

	}	

}

/* 5 Column Full */
@media screen and (min-width:1501px) {

	/*********** Gallery *****************************************************************************/
	.wrapper ul li {
		width: 20%
	}

}

/* Less 1500 */
@media screen and (max-width:1500px) {

}
