/* Reset */

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,img,strong,ol,ul,li,form,input {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}

ul {
	list-style:none;
	list-style-position:outside;
}


/* General */

body {
	background: url("../images/background.jpg") repeat scroll 0 0 #fff;
	font-size:12px;
	line-height:20px;
	font-family:Helvetica,Arial,sans-serif;
	color:#888;
}

#wrapper {
	width:980px;
	background:#fff;
	margin:0 auto;
}

.inner {
	width:900px;
	margin:0 auto;
}

#header,#main,#footer {
	margin:0 auto;
	width:100%;
}

a {
	color:#759e00;
	text-decoration:none;
	transition:color 0.1s linear;
	-moz-transition:color 0.1s linear;
	-webkit-transition:color 0.1s linear;
	-o-transition:color 0.1s linear;
}

a:hover {
	color:#444;
}

a:active {
	outline:none;
}

a:focus {
	outline:none;
	-moz-outline-style:none;
}

p {
	display:block;
	margin-bottom:20px;
}

.clear {
	clear:both;
	display:block;
	height:0;
	width:100%;
}


/* Columns */

.one-half,.one-third,.one-fourth,.three-fourth,.two-third,.one-fifth,.two-fifth,.three-fifth,.four-fifth {
	margin-bottom:20px;
	float:left;
	margin-right:4%;
	position:relative;
}

.one-half {
	width:48%;
}

.one-third {
	width:30.66%;
}

.two-third {
	width:65.34%;
}

.one-fourth {
	width:22%;
}

.three-fourth {
	width:74%;
}

.one-fifth {
	width:16.8%;
}

.two-fifth {
	width:37.6%;
}

.three-fifth {
	width:58.4%;
}

.four-fifth {
	width:79.2%;
}

.last {
	margin-right: 0 !important;
	clear:right;
}

.full-width {
	width:100%;
}

.divider {
	display:block;
	width:100%;
	height:0;
	clear:both;
	margin:20px 0px;
	position:relative;
}

.line {
	border-top:1px dotted #ddd;
	margin-top:28px;
	margin-bottom:29px;
}


/* Typography */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/League_Gothic-webfont.eot');
	src: url('font/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('font/League_Gothic-webfont.woff') format('woff'),
		 url('font/League_Gothic-webfont.ttf') format('truetype'),
		 url('font/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.nav,h1,h2,h3,h4,.tagline h1,.showcase-caption {
	font-family:'LeagueGothicRegular', Helvetica,Arial;
	text-transform:uppercase;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom:20px;
	color:#444;
	text-transform:uppercase;
}

h5,h6 {
	letter-spacing:.9px;
	font-weight:bold;
	line-height:20px;
}

h1 {
	font-size:30px;
	line-height:30px;
}

h2 {
	font-size:28px;
	line-height:28px;
}

h3 {
	font-size:26px;
	line-height:26px;
}

h4 {
	font-size:22px;
	line-height:22px;
}

h5 {
	font-size:11px;
}

h6 {
	font-size:10px;
}


/* Header */

#header {
	z-index:999;
	position:relative;
}

#header .inner {
	border-bottom:1px dotted #ddd;
}

#header .logo {
	float:left;
	margin-top:32px;
	margin-bottom:20px;
}


/* Showcase */

.showcase {
	width:900px;
	height:380px;
	margin-bottom:30px;
	position: relative;
	background: #fff url(../images/muenster-palace.jpg) no-repeat;
}

.showcase .showcase-caption {
	position:absolute;
	display:block;
	bottom:15px;
	right:15px;
	max-width:630px;
	margin:0;
 	padding:12px 16px;
	overflow:hidden;
	background:#000;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	opacity: 0;
	transition:opacity 0.7s ease;
	-moz-transition:opacity 0.7s ease;
	-webkit-transition:opacity 0.7s ease;
	-o-transition:opacity 0.7s ease;
}

.showcase:hover .showcase-caption {
	opacity: 0.7;
}

.showcase .showcase-caption a {
	color:#fff;
	text-decoration:underline;
}


/* Main Content */

.tagline h1 {
	text-align:center;
	font-size:32px;
	line-height:40px;
	color:#888;
}

.tagline h1 a {
	color:#d16f4e;
}

.tagline h1 a:hover {
	color:#444;
}

#main .inner {
	padding-top:30px;
}


/* Recent Projects */

#recent-projects {
	margin-bottom:30px;
	position:relative;
}

.recent-project {
	border: 1px solid #bbb;
	padding: 2px;
	position: relative;
}

.recent-project img {
	max-width: 100%;
	width: auto;
	_width: 192px;  /* IE6 */
	height: auto;
	margin-bottom:0px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.recent-project-details {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	background-color: #2f2f2f;
	cursor: default;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.recent-project-details a:hover {
	color: #fff;
}


.recent-project-details h3 {
	color: #ccc;
	margin: 8px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.recent-project-details p {
	margin: 8px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.recent-project:hover .recent-project-details {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.recent-project:hover img {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.recent-project:hover h3,
.recent-project:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}


/* Footer */

#footer {
	clear:both;
}

#footer .inner {
	padding:30px 0 20px 0;
	overflow:hidden;
	border-top:1px dotted #ddd;
}

#tweet li {
	margin-bottom:10px;
}


/* Copyright */

.footer_small {
	clear:both;
	width:900px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0;
	border-top:1px dotted #ddd;
}

.copyright {
	font-size:11px;
	padding-top:8px;
	text-align:center;
}


/* Media queries */

@media (max-width: 1009px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {
		font-size: 14px;
		line-height: 22px;
		padding: 0 15px;
	}

	.one-half, .one-third, .one-fourth, .three-fourth, .two-third, .one-fifth, .two-fifth, .three-fifth, .four-fifth {
		margin-bottom: 25px;
	}

	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 15px;
	}

	h1 {
		font-size: 32px;
		line-height: 100%;
	}

	h2 {
		font-size: 30px;
		line-height: 100%;
	}

	h3 {
		font-size: 28px;
		line-height: 100%;
	}

	h4 {
		font-size: 24px;
		line-height:24px;
	}

	h5 {
		font-size:14px;
	}

	h6 {
		font-size:12px;
	}

	#wrapper {
		width: 100%;
		padding: 0 15px;
	}

	.inner,
	.showcase,
	.footer_small {
		width: 100%;
	}

	.showcase {
		background-position: center center;
	}

	.showcase .showcase-caption {
		opacity: 0.7;
	}

	.copyright {
		font-size: 13px;
	}
}

@media (min-width: 923px) and (max-width: 1009px) {
	#recent-projects .one-fourth {
		width: 25%;
		margin-right: 0;
		padding-right: 15px;
	}
}

@media (min-width: 460px) and (max-width: 922px) {
	#recent-projects .one-fourth {
		width: 50%;
		margin-right: 0;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	body {
		padding: 0;
	}

	.one-fourth {
		width: 100%;
		margin-right: 0;
	}
	.one-half {
		width: 100%;
	}
}