/* bronze: #afc636
   green: #afc636;
*/

@import url(http://fonts.googleapis.com/css?family=Lato);

body {
	font-family: 'Lato', sans-serif;
	background-color:#262626;
	/*background:url(../images/black_denim.png);*/
	color:#afc636;
	overflow:hidden;
}

div {
	/*border: thin solid red;*/
}

ul, li{
	list-style-type: none;
}
.wrap {
	margin: 0 auto;
	margin-top: 60px;
	width: 98%;
	padding-left: 2%;
	max-width: 1024px;
}

.menu-overlay {
	background: #262626;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	display: none;
}

.menu,
.menu-clone {
	min-height: 160px;
	float: right;
	clear: both;
}

.menu li,
.menu-clone li {
	text-align: right;
}

.menu li span,
.menu-clone li span {
	color: white;
	cursor: pointer;
	text-align: right;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: lowercase;
	padding: 0 6px;
	padding-bottom: 4px;
}

.menu li span.active,
.menu-clone li span.active {
	color: #afc636;
	border-bottom: 2px #afc636 solid;
}

.menu li ul,
.menu-clone li ul {
	margin: 40px 10px;
	margin-top: 20px;
	margin-right: 0;
	display: none;
	clear: both;
  	width: 100%;
  	float: right;

}

.menu li ul li,
.menu-clone li ul li{
	cursor: pointer;
	text-align: right;
	font-size: 0.75em;
	line-height: 1.6em;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: -4px;
	border-right: 2px solid transparent;
	/*border-bottom: 1px solid transparent;*/
	color: white;
	clear: both;
	float: right;
}

.menu li ul li.active{
	color: #afc636;
	/*border-bottom: 1px #afc636 solid;*/
}


.menu li ul li:hover{
	border-right: 2px solid white;
}

.page-title {
	float: right;
	clear: both;
	padding: 0 2px;
	line-height: 33px;
	border-bottom: 2px #afc636 solid;
	margin-bottom:20px;
}

.content-left {
	display: none;
	float: left;
	padding-right: 2%;
	max-width: 360px;
	width: 100%;
	/*background: rgba(255,255,255,0.1);*/
	min-height: 500px;
	position: relative;
	z-index: 100;
}


.content-loading {
	background: url(../images/294.gif) no-repeat;
	margin: 0 auto;
	display: none;
	height: 20px;
	width: 220px;
	margin-top: 200px;
}

.mobile-photo .content-loading {
	margin-top: 80px;
}


.content-right {
	float: left;
	width: 50%;
	max-width: 600px;
	padding-left: 5%;
	min-height: 460px;



	position: absolute;
	padding-left: 430px;
  	padding-top: 40px;
	/*background: rgba(255,255,255,0.2);*/
}

.content-right .project-details{
	display: none;
}


.content-bottom {
	float: left;
	width: 100%;
	min-height: 100px;
	/*background: rgba(255,255,255,0.3);*/
}

.content-bottom .slideshow {
	margin: 0 auto;
	/*margin-top: -450px;*/
	height: 460px;
	height: 500px;
	text-align: center;
}

.content-bottom .slideshow img{
	max-height: 480px;
	/*height: 480px;*/
	width: 100%;
	max-width: 360px;
}


.content-bottom .content-left {
	display: block;
	padding: 0;
	position: relative;
	width: 360px;
	float: none;
}

.content-bottom .content-left.open {
	margin: 0 auto;
}


.content-bottom .content-left img{
	width: 360px;
	/*border-top: #BAD139 2px solid;*/
}

.content-bottom .content-left nav{
	position: absolute;
	width: 100%;
	height: 40px;
	min-width: 100px;
}

.content-bottom .content-left nav ul{
	float: right;
}

.content-bottom .content-left nav li{
	float: right;
	line-height: 33px;
	padding: 0 8px;
	cursor: pointer;
	font-size: 1em;
	border-bottom: transparent 3px solid;	
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

.content-bottom .content-left nav li:hover,
.content-bottom .content-left nav li.active
{
	border-bottom-color: #afc636;
}


.content-left .project-details h1,
.mobile-details h1{
	font-size: 0.9em;
	text-align: right;
	font-weight: 600;
	margin-bottom: 20px;
	padding-top: 10px;
	/*border-top: #444 1px solid;*/
}

.content-left .project-details h2,
.mobile-details h2 {
	text-align: right;
	font-size: 0.8em;
	color: white;
	margin: 5px 0;
}
.content-left .project-details p,
.mobile-details p {
	line-height: 1.2em;
	font-size: 0.7em;
	color: white;
	text-align: justify;
}

.mobile-details {
	width: 90%;
	padding: 5%;
	display: none;
}
.mobile-details h1{
	font-size: 1.4em;
	text-align: left;
}
.mobile-details h2 {
	font-size: 1.3em;
	text-align: left;

}
.mobile-details p {
	font-size: 0.9em; 
	text-align: left;

}

.photo {

}

.photo-slide {
	height: 460px;
	min-width: 600px;

}
.photo-slide-wrap {
	overflow: hidden;
	opacity: 1;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

.photo-slide-wrap.closed {
	opacity: 0 !important;
}

.photo-slide .item {
	line-height: 460px;
	display: none;
	position: relative;
	z-index: 0;
}
.photo-slide img{
	width: 100%;
    vertical-align: bottom;
}

.photo-slide img.portrait{
	width: auto !important;
	max-height: 480px;
}

.photo-slide img.splash{
	width: auto;
}	


.photo-slide .item.project-details {
	line-height: 1;
	padding-top: 19px;
}


.photo-slide .item.project-details h1.title{
	color: white;
	font-size: 1.4em;
	margin-bottom: 20px;
	display: none;
}

.photo-slide .item.project-details h2 {
	color: white;
	font-size: 1em;
	margin-bottom: 10px;
}

.photo-slide .item.project-details p{
	line-height: 1.5em;
	font-size: 0.75em;
	color: white;
	max-width: 360px;
	margin-bottom: 20px;
	text-align: justify;
}





.photo-controls {
	margin-top: 20px;
}

.photo-controls .slide{
	background: #afc636;
	width: 14px;
	height: 10px;
	margin-right: 7px;
	float: left;
}
.photo-controls .slide:hover{
	background: #ccc;
	cursor: pointer;
}

.photo-controls .slide.active{
	background: white;
}

.photo-controls .slide.info{
	width: 10px;
	height: 6px;
	border: 2px solid #afc636;
	background: 0;
}

.photo-controls .slide.info:hover{
	background: #afc636;
}

.photo-controls .slide.info.active{
	border-color: white;
}




.mobile-menu {
	display: none;
}

.mobile-menu-button {
	float: right;
	font-size: 1.6em;
	top: 15px;
	position: absolute;
	padding: 5%;
 	right: 0;
  	padding-top: 0;
}

.mobile-menu-button i.fa-bars {
	display: block;
}
.mobile-menu-button i.fa-close {
	display: none;
}

.mobile-menu-button.active i.fa-bars {
	display: none;
}
.mobile-menu-button.active i.fa-close {
	display: block;
}



.menu-clone {
	display: none;
}

.mobile-photo {
	display: none;
}

.mobile-page {
	color: white;
	padding: 5%;
	padding-top: 100px;
	display: none;
	width: 90%;
}
.content-page {
	font-size: 0.8em;
	line-height: 1.4em;
	color: white;
	text-align: justify;
	clear: both;
}

.content-page.contact{
	text-align: right;
}


.content-page h2,
.mobile-page h2{
	color: white;
	font-size: 1.8em;
	margin-bottom: 10px;
}


.content-page-photo img {
	max-height: 480px;
}


@media (max-width: 750px) {

	body {
		overflow: auto;
	}

	.wrap {
		width: 100%;
		padding-left: 0;
		margin: 0 auto;
	}

	.content-right {
		width: 100%;
		display: none;
		float: none;
		padding: 0;
		padding-top: 100px;
	}
	.content-left {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		float: right;
		clear: both;
	}
	.content-bottom {
		margin-top: 100px;
	}
	.content-bottom .content-left{
		width: 100%;
		display: none;
	}
	.content-bottom .content-left img{
		width: 100%;
	}

	.mobile-menu {
		position: absolute;
		z-index: 1000;
		width: 90%;
		padding: 0 5%;
		display: block;
		min-height: 50px;
		background: rgba(38, 38, 38, 1);
	}
	.mobile-menu img{
		margin:10px 0;
		display: block;
		float: left;
		max-width: 300px;
	}

	.menu {
		display: none;
	}

	.menu-clone {
		min-height: 10px;
		float: right;
		margin-right: 5%;
		margin-top: 60px;
	}

	.menu-clone-ul{
		width: 100%;
		float: right;
		border-top: #333 solid 2px;
		  margin-top: 10px;
		  padding-top: 10px;
	}


	.menu-clone li span{
		font-size: 1.2em;
		line-height: 1.4em;
	}

	.menu-clone li ul li {
		font-size: 1em;
		line-height: 1.8em;
	}

	.menu-clone h2 {
		cursor: pointer;
		clear: both;
		float: right;
		font-size: 1.6em
		color: white;
		padding-bottom: 1px;
		line-height: 1.4em;
		font-weight: 100;
	} 

	.logo-mobile {
		float: left;
		clear: both;
	}


	.photo-slide {
		height: 400px;
		min-width: 300px;
	}
	.photo-slide .item{
		line-height: 0;
		display: block;
		text-align: center;
	}

	.photo-slide .item{
		width: 100%;
		max-width: 400px;
	}

	.photo-slide img {
		margin-top: 30px;
	}

	.photo-slide img.portrait{
		margin-top: 0;
		max-height: 400px;
	}

	.mobile-photo {
		padding-top: 100px;
		display: none;
	}
	.mobile-photo-slide{
		width: 100%;
	}
	.mobile-photo-slide li{
		text-align: center;
		width: 100%;
	}
	.mobile-photo-slide li img {
		width: 100%;
	}

	.mobile-photo-slide li img.portrait {
		width: auto;
		max-height: 400px;
	}

	.mobile-details {
		/*display: block;*/
	}

	.mobile-button {
		font-size: 1.4em;
		color: white; 
	}

}