/* General Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: rgb(255, 255, 255);
    font-weight: 300;
    font-size: 15px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;
}

a {
	color: #555;
	text-decoration: none;
}


h2 {
	font-weight: 400;
	margin-bottom: 6px;
}

.container {
	width: 100%;
	position: relative;
}

.container > header {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}

.container > header {
padding: 40px 30px 40px;
text-align: center;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0 auto;
	font-weight: 700;
	color: #333;
}

.container > header h1 span {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 20px;
}

.main > p {
	text-align: center;
	padding: 50px 20px;
}


/* Content */

.content {
	width: 80%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}

.content h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	}
	
.content h3 {
	text-align: center;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 300;
	color: #CCC;
	}
	
.content h4 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
	}	
	
.content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
	}

.content-img {
	float:left;
	width: 50%;
	height:auto;
	background-image: url(../images/img2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	}


/* Articles */

.article {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	}

.article h2 {
	text-align: left;
	margin-bottom: 30px;
	font-size: 34px;
	}
	
.article p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	}

.article img {
	float: left;
	width: 45%;
	height: auto;
	background-image: url(../images/img2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px;
	}

.article-data {
	float: left;
	width: 45%;
	margin-left: 30px;
	margin-top: 30px;
	}




/* TOP */


.top-fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-height: 80px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
	}
.branding {
	margin-left: 35px;
	}

.branding a {
	color: white; 
	float: left;
	letter-spacing: 2px;
	text-indent: -20000px;
	font-size: 18px;
	background: url(../images/logo.png) no-repeat center center;
	width: 202px;
	height: 77px;
	}

.branding a:hover {
	opacity: 0.6;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	}

.logo {
	display: block;
	float: none;
	margin: 20px auto 0;
	width: 176px;
	}


/* Navigation */
nav {
	float: none;
	padding: 5px 49px 15px;
	}
nav ul {
	list-style: none;
	text-align: center;
	}
nav ul li {
	display: inline-block;
	
	}
nav ul li a {
	margin-left: 9px;
	color: rgb(255, 255, 255);
	padding: 6px 8px 8px;
	line-height: 24px;
	font-weight: 400;
	/*border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
nav ul li a:hover {
	color: rgb(37, 37, 37);
	box-shadow: 0px -32px 0px rgba(255, 255, 255, 0.79) inset;
}




/* HOME */

#home {
	color: white;
	height: 1200px;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/pixel-blue.png);
	background-repeat: repeat;
	background-position: center center;	
	}


#headerwrap {
    width: 100%;
    background: url(../images/topbg5.jpg) no-repeat center bottom fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;;
    min-height: 830px;
    margin-top: 0px;
    padding-top:160px;
    text-align:center;
}

#headerwrap h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	font-size:70px;
	color:#000;
	margin-bottom:25px;
}


/********** WELCOME WRAP **********/
#welcomewrap {
	width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
	background: rgb(233, 233, 233);
}


#welcomewrap h2 {
	text-align: center;
	font-size: 30px;
	line-height: 90px;
	color: rgb(122, 122, 122);
}


/********** PROJECT WRAP **********/
#projectwrap {
    width: 100%;
    background: url(../images/mosaic.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;;
    min-height: 500px;
    text-align:center;
}

#projectwrap .boxcolor{
	margin-top:256px;
	clear: both;
	opacity: 1;
	background: rgba(34, 34, 34, 0.8);

}

#projectwrap h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:500;
	font-size:60px;
	color:#fff;
	padding:20px;
}




/********** ABOUT WRAP **********/
#aboutwrap {
	display:block;
	text-align:center;
	background:rgb(233, 233, 233);
}

#aboutwrap h2 {	
	text-align: center;
	margin-bottom: 25px;
}

#aboutwrap h3 {
}

#aboutwrap h4 {
	font-family: 'Open Sans Condensed', sans serif;
	font-weight:400;
	font-size:26px;
	line-height:30px;
	color:#8a8a8a;
}

#aboutwrap p {
	text-align:center;
}



#aboutwrap .boxcolor{
	margin-top:256px;
	clear: both;
	opacity: 1;
	background: rgba(34, 34, 34, 0.8);

}

/********** FOOTER WRAP **********/

#footerwrap {
	width: 100%;
	background: #232121;
	padding-bottom: 0;
	text-align: center;
}

#footerwrap h1 {
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	color: rgb(255, 255, 255);
}

#footerwrap h2 {
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
}

#footerwrap p {
	color: rgb(167, 167, 167);
}
#footerwrap .boxcolor{
	padding-bottom: 19px;
	padding-top: 15px;
	margin-top: 0;
	clear: both;
	opacity: 1;
	background: #ec602f;
	background: rgb(225,112,75);
	background: rgba(225,112,75, 0.95);

}




/********** MAP SECTION **********/
#map {
	display:block;
	width:100%;
	margin:0px;
}


/********** PAGES **********/

.page {
	width: 100%;
	position: relative;
	margin-top: 108px;
}

#pagetitle {
	width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
	background: rgb(233, 233, 233);
	}

#pagetitle h2 {
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	line-height: 90px;
	color: rgb(122, 122, 122);
	}

.clearer {clear: both}

/* RESPONSIVE */

@media screen and (max-width: 830px) {



}

@media screen and (max-width: 800px) {

.branding {
	float: none;
	text-align: center;
	padding: 25px 25px 0;
}

.branding a {float: none;}

.logo {
	float: none;
	margin: 20px auto 0;
	width: 176px;
}

nav {float:none; padding: 15px 49px 25px;}

nav ul {
	text-align: center;
	margin-bottom: -20px;
	}

nav ul li a {margin: 0;}

nav ul li {
	display: inline-block;
	float: none;
	margin-bottom: 12px;
	}	

.container > header {
	padding: 150px 30px 0px;
	}


.page {
	width: 100%;
	position: relative;
	margin-top: 120px;
}

.article h2 {
	margin-bottom: 10px;
	font-size: 26px;
}
.article p {
	font-size:14px;
	line-height: 24px;
	}

}

@media screen and (max-width: 718px) {

.article img {

	width: 94%;
	height: auto;
}
.article-data {
	width: 95%;
	height: auto;
	margin-top: 0;
}
	
}

@media screen and (max-width: 476px) {

.page {
	margin-top: 156px;
}

}

@media screen and (max-width: 300px) {

.page {
	margin-top: 192px;
}
	
}