/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




* {margin: 0; padding: 0; outline: 0;}



@font-face {
    font-family: 'Montserrat-Alternates'; /*a name to be used later*/
    src: url('/Fonts/Montserrat_Alternates/Google_MontserratAlternates-Regular.ttf'); /*URL to font*/
}
 

body {
	font-family: Helvetica, Arial, Verdana, sans-serif,Montserrat-Alternates;
	color: #e5e5e5;
	font-size: 12px; 
	background: black;

	
}


h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}




h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 100%;
}


h2 {
	font-size: 24px;
}


p {
	margin: 0 0 15px 0;
}

a {
	color: #3e3e3e;
}



.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}



.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 500px;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:50px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	font-family: Montserrat Alternates;
	
	z-index: 1000;
	width: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    	background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 13px;
	padding: 15px 0 0 0;
	text-align: center;
	font-family:Montserrat-Alternates;
	color: #fff;
}
.subMenu a:hover {
	/*background: #1783c7;*/
}

.active {
	/*background: #25aae1;*/
}
.end {
	margin: 0;
}




/* SECTIONS */
.sTop {
	min-height: 130px;
	background:#fff;
	color:#3d3d3d;
	padding: 50px 0;
	height: 300px;
	
}

.s1 {
	background: black;
	color:#fff;
	background-image: url('/Images/Topbackground.png');
	background-size: 1600px;
	background-repeat: no-repeat;
	position: relative;
	height: 786px;
}

.s1 h1{
	font-family: Montserrat;
	text-align: center;
	margin-top: 263px;
	font-size: 67px;


}
.s1 h2{
	font-family: 'Halant', serif;
	text-align: center;
	text-transform: uppercase;

}
.s1 .btnLearn{
	position: absolute;
	top: 99%;
	left: 40%;
}

.s2 {
	background: black;
	background-image: url('/Images/About.png');
	background-size: 1600px;
	background-repeat: no-repeat;
	height: 482px;
}
.s2 a {
	color: #fff;
}

.s3 {
	background: black;
	background-image: url('/Images/Services.png');
	background-size: 1600px;
	background-repeat: no-repeat;
	height: 679px;
}


.s4 {
	background: black;
	background-image: url('/Images/PastProject.png');
	background-size: 1600px;
	background-repeat: no-repeat;
	height: 762px;
	fonnt-family:Open Sans;
}

.s4 a {
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
	padding-left: 35px;
}

.s4 img{
	height: 250px;
}

.s4 .items{
	margin-top: 44px;
	width: 100%;
	padding-left: 10%;
}

.PPMenu{
	margin-top: 145px;
}

.items > div {
    display:none;
}
.items > div:target{
    	display:block;
	z-index: 4;
}
.linkRef:active .Default{
display:none;
}

.inner2{
	width: 1600px;
	margin: -49px auto;
	min-height: 50px;
	padding: 0px 10px;
	position: relative;
}


.Default > .mosaic-block{
	margin: 0px;
	width: 260px;
	height: 260px;
}
.Default img{
	width: 260px;
	height: 260px;
}
.s5 {
	background: black;
	background-image: url('/Images/Contact.png');
	background-size: 1600px;
	background-repeat: no-repeat;
	height: 679px;}
	
.s5 .facebook{
	position: absolute;
	left: 45%;
	height: 37px;
	top: 341%;
}

.s5 .instagram{
	position: absolute;
	left: 53%;
	height: 37px;
	top: 341%;
}

.s5 .pinterest {
	position: absolute;
	left: 53%;
	height: 37px;
	top: 341%;
}

.s5 img{
	height : 60px;

}
.s5 .hotspot-container {
	left: 40%;
	top: 278%;;
	width: 227px;
	height: 21px;
	position: absolute;
	text-align: center;
	
}

.s5 a{
	color: #f6f3e8;
	text-transform: uppercase;

}
.s6 {
	background: #161616;
}

@media screen and (max-width:320px) {
	.s1 {
		background-size: 960px;
		background-position: center;
		height: 471px;
	}
	
	.s1 h1{
		margin-top: 128px;
		font-size: 56px;
	}
	.s1 h2 {
		font-size: 21px;
	}
	.s1 .btnLearn img{
		
		height: 49px;
	}
	.s2 {
		background-size: 960px;
		background-position: center;
		height: 285px;
	}
	.s3 {
		background-size: 960px;
		background-position: center;
		height: 404px;
	}
	.s4 {
		background-size: 960px;
		background-position: center;
		height: 453px;
	}
	.s4 .items {
		margin-top: 33px;
		padding-left: 33%;
		width: 348px;
	}
	
	.s5 {
		background-size: 960px;
		background-position: center;
		height: 308px;
	}
	.Default img {
		height : 159px;
		width: 159px;
	}
	.Default > .mosaic-block {
		margin: 0px;
		width: 159px;
		height: 159px;
	}
	.inner2{
		width: 956px;
		(-bracket-:hack;
			top: 5%;
		);
	}
	.PPMenu{
		margin-top: 52px;
	}
	
	.mosaic-block {
		width: 159px;
		height: 159px;
		margin: 2px;
	}
	.s5 .facebook{
		top: 149%;
		left: 44%;
	}
	
	.s5 .instagram{
		top: 149%;
		left: 49.5%;
	}
	
	.s5 .pinterest {
		top: 149%;
		left: 55%;
	}
	
	.s5 img{
		height : 42px;
	
	}
	.s5 .hotspot-container {
		left: 40%;
		top: 118%;
		font-size: 15px;
	}
}
@media screen and (min-width:321px) and (max-width:639px) {
	.s1 {
		background-size: 960px;
		background-position: center;
		height: 471px;
	}
	
	.s1 h1{
		margin-top: 128px;
		font-size: 56px;
	}
	.s1 h2 {
		font-size: 21px;
	}
	.s1 .btnLearn img{
		
		height: 49px;
	}
	.s2 {
		background-size: 960px;
		background-position: center;
		height: 285px;
	}
	.s3 {
		background-size: 960px;
		background-position: center;
		height: 404px;
	}
	.s4 {
		background-size: 960px;
		background-position: center;
		height: 453px;
	}
	.s4 .items {
		margin-top: 33px;
		padding-left: 28%;
		width: 66%;
	}
	
	.s5 {
		background-size: 960px;
		background-position: center;
		height: 308px;
	}
	.Default img {
		height : 159px;
		width: 159px;
	}
	.Default > .mosaic-block {
		margin: 0px;
		width: 159px;
		height: 159px;
	}
	.inner2{
		width: 650px;
		(
		-bracket-:hack;
		top: 5%;
		)
	}
	.PPMenu{
		margin-top: 52px;
	}
	
	.mosaic-block {
		width: 159px;
		height: 159px;
		margin: 2px;
	}
	.s5 .facebook{
		top: 149%;
		left: 44%;
	}
	
	.s5 .instagram{
		top: 149%;
		left: 49.5%;
	}
	
	.s5 .pinterest {
		top: 149%;
		left: 55%;
	}
	
	.s5 img{
		height : 42px;
	
	}
	.s5 .hotspot-container {
		left: 40%;
		top: 118%;
		font-size: 15px;
	}
}
@media screen and (min-width:640px) and (max-width:959px) {
	.s1 {
		background-size: 960px;
		background-position: center;
		height: 471px;
	}
	
	.s1 h1{
		margin-top: 128px;
		font-size: 56px;
	}
	.s1 h2 {
		font-size: 21px;
	}
	.s1 .btnLearn img{
		
		height: 49px;
	}
	.s2 {
		background-size: 960px;
		background-position: center;
		height: 285px;
	}
	.s3 {
		background-size: 960px;
		background-position: center;
		height: 404px;
	}
	.s4 {
		background-size: 960px;
		background-position: center;
		height: 453px;
	}
	.s4 .items {
		margin-top: 33px;
		padding-left: 25%;
		width: 60%;
	}
	
	.s5 {
		background-size: 960px;
		background-position: center;
		height: 308px;
	}
	.Default img {
		height : 159px;
		width: 159px;
	}
	.Default > .mosaic-block {
		margin: 0px;
		width: 159px;
		height: 159px;
	}
	.inner2{
		width: 655px;
		(
		-bracket-:hack;
		top: 5%;
		)
	}
	.PPMenu{
		margin-top: 52px;
		margin-left: 93px;
	}
	
	.mosaic-block {
		width: 159px;
		height: 159px;
		margin: 2px;
	}
	.s5 .facebook{
		top: 149%;
		left: 44%;
	}
	
	.s5 .instagram{
		top: 149%;
		left: 49.5%;
	}
	
	.s5 .pinterest {
		top: 149%;
		left: 55%;
	}
	
	.s5 img{
		height : 42px;
	
	}
	.s5 .hotspot-container {
		left: 40%;
		top: 118%;
		font-size: 15px;
	}
}
@media screen and (min-width:960px) and (max-width:1279px) {
	.s1 {
		background-size: 960px;
		background-position: center;
		height: 471px;
	}
	
	.s1 h1{
		margin-top: 128px;
		font-size: 56px;
	}
	.s1 h2 {
		font-size: 21px;
	}
	.s1 .btnLearn img{
		
		height: 49px;
	}
	.s2 {
		background-size: 960px;
		background-position: center;
		height: 285px;
	}
	.s3 {
		background-size: 960px;
		background-position: center;
		height: 404px;
	}
	.s4 {
		background-size: 960px;
		background-position: center;
		height: 453px;
	}
	.s4 .items {
		margin-top: 33px;
		padding-left: 25%;
		width: 60%;
	}
	
	.s5 {
		background-size: 960px;
		background-position: center;
		height: 308px;
	}
	.Default img {
		height : 159px;
		width: 159px;
	}
	.Default > .mosaic-block {
		margin: 0px;
		width: 159px;
		height: 159px;
	}
	.inner2{
		width: 790px;
		(
		-bracket-:hack;
		top: 5%;
		)
		padding-left: 4;
		margin-left: 241px;
	}
	.PPMenu{
		margin-top: 52px;
		margin-left: 80px;
	}
	
	.mosaic-block {
		width: 159px;
		height: 159px;
		margin: 2px;
	}
	.s5 .facebook{
		top: 149%;
		left: 44%;
	}
	
	.s5 .instagram{
		top: 149%;
		left: 49.5%;
	}
	
	.s5 .pinterest {
		top: 149%;
		left: 55%;
	}
	
	.s5 img{
		height : 42px;
	
	}
	.s5 .hotspot-container {
		left: 40%;
		top: 118%;
		font-size: 15px;
	}

}
@media screen  and (-webkit-min-device-pixel-ratio:0){
	top: 5%;

}
@media screen and (min-width:1280px) and (max-width:1599px) {
	.s1 {
		background-size: 1280px;
		background-position: center;
		height: 634px;
	}
	
	.s1 h1{
		margin-top: 190px;
	}
	.s2 {
		background-size: 1280px;
		background-position: center;
		height: 386px;
	}
	.s3 {
		background-size: 1280px;
		background-position: center;
		height: 544px;
	}
	.s4 {
		background-size: 1280px;
		background-position: center;
		height: 612px;
	}
	.s4 .items {
		margin-top: 29px;
		width: 70%;
		padding-left: 14%;
	}
	
	.s5 {
		background-size: 1280px;
		background-position: center;
		height: 420px;
	}
	.Default img {
		height : 212px;
		width: 212px;
	}
	.Default > .mosaic-block {
		margin: 0px;
		width: 212px;
		height: 212px;
	}
	.inner2{
		width: 880px;
		(
		-bracket-:hack;
		top: 5%;
		)
	}
	.PPMenu{
		margin-top: 109px;
		margin-left: 77px;
	}
	
	.mosaic-block {
		width: 212px;
		height: 212px;
		margin: 2px;
	}
	.s5 .facebook{
		top: 210%;
		left: 40%;
	}
	
	.s5 .instagram{
		top: 210%;
		left: 46.7%;
	}
	
	.s5 .pinterest {
		top: 210%;
		left: 53%;
	}
	
	.s5 img{
		height : 52px;
	
	}
	.s5 .hotspot-container {
		left: 37%;
		top: 160%;
	}
	
}
@media screen and (min-width:1600px) {}
@media screen and (min-width:1920px) {}