*{
	border:none;
	padding:0;
	margin:0;	
}

@font-face{
	font-family:Grota Sans Bold;
	src:url(GrotaSansBold.otf);
}
@font-face{
	font-family:Grota Sans Regular;
	src:url(GrotaSansRegular.otf);
}
@font-face{
	font-family:Grota Sans Light;
	src:url(GrotaSansLight.otf);
}
@font-face{
	font-family:Grota Sans Italic;
	src:url(GrotaSansItalic.otf);
}
body{
	font-family:Grota Sans Regular;	
}
#wrapper{
	width:100%;	
}
header{
	width:100%;
	height:560px;
}

/* NAVIGATION */
#navWrapper{
	background:rgba(255,255,255,0.3);
	width:100%;
	height:80px;
}
nav{
	width:960px;
	margin:0 auto;
}
#mobileNavBtn{
	float:right;
	margin-top:20px;
	margin-right:20px;
	display:none;
	cursor:pointer;
}
#mobileNav{
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	background:rgba(204,204,204,0.9);
	display:none;
}
#mobileNav ul{
	width:100%;
	height:100%;
	position:relative;
	margin-top:30px;	
}
#mobileNav ul li{
	display:block;
	list-style:none;	
}
#mobileNav ul li a{
	display:block;
	text-decoration:none;
	color:#000;	
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
}
#mobileNav ul li a:hover{
	background:rgba(153,153,153,0.7);	
}
#logo{
	float:left;	
	width:250px;
	margin-top:15px;
}
#logo img{
	float:left;
	width:100%;
}
#logoMobile{
	width:80%;
	margin-top:25px;
	margin-left:5%;
}
#logoMobile img{
	width:100%;
}

nav ul{
	float:right;
	margin-top:30px;
}
nav ul li{
	list-style:none;
	display:inline-block;	
	margin-left:25px;
}
nav ul li a{
	text-decoration:none;
	color:#FFF;
	font-size:17px;
}
.textBlock{
	width:720px;
	text-align:center;
	margin:100px auto;	
}
.textBlock h1{
	font-weight:normal;
	color:#FFF;
	font-family:Grota Sans Light;
}
.textBlock h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
.textBlock p{
	color:#FFF;	
	margin-top:20px;
	margin-bottom:30px;
}
/* HOME PAGE */
#homeHeader{
	background:url(../images/homeHeader2.jpg);	
	background-repeat:no-repeat;
	background-size:cover;
}
#iconsBlockHome{
	width:960px;	
	margin:70px auto;
}
#iconsBlockHome div{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:50px;	
	width:300px;
	min-height:220px;
	float:left;
}
#iconsBlockHome div img{
	width:30px;	
	margin-bottom:20px;
}
#iconsBlockHome div h2{
	font-size:16px;
	color:#666;
	margin-bottom:10px;
	text-transform:uppercase;
}
#iconsBlockHome div p{
	color:#666;	
	font-size:15px;
	margin-bottom:10px;
}
#iconsBlockHome div a{
	color:#666;	
	font-size:15px;
	text-decoration:none;
	font-family:Grota Sans Bold;
}
#iconsBlockHome div a:hover{
	text-decoration:underline;	
}
/* BLOCK 2 */
#homeBlock2Wrapper{
	width:100%;
	height:500px;
	background:url(../images/homeHeader3.jpg);	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:0 350px;
	overflow:hidden;
	margin-top:30px;
}
#homeBlock2Container{
	width:960px;
	margin:0 auto;
}
#mobileBgLayer2{
	width:400px;
	height:500px;
	position:absolute;
	background:url(../images/mobileBg.png);	
	background-repeat:no-repeat;
	
}
#homeBlock2Container .textBlock{
	float:right;
	text-align:left;	
	width:500px;
	margin-top:20px;
}
#homeBlock2Container .textBlock div{
	margin-left:0px;
	margin-right:10px;
	margin-bottom:50px;	
	width:200px;
	float:left;
}
#homeBlock2Container .textBlock div img{
	width:30px;	
	margin-bottom:20px;
}
#homeBlock2Container .textBlock div h2{
	font-size:16px;
	color:#FFF;
	margin-bottom:10px;
}
#homeBlock2Container .textBlock div p{
	color:#FFF;	
	font-size:15px;
	margin-bottom:10px;
}
/* HOME --- BLOCK 3 */
#homeBlock3{
	width:960px;
	margin:30px auto;	
}
#leftDiv{
	width:460px;
	float:left;	
	padding-top:140px;
}
#leftDiv p{
	font-weight:bold;
	color:#333;
	margin-top:20px;
}
#leftDiv blockquote{
	color:#666;
	margin-top:15px;	
}
#rightDiv{
	margin-left:30px;
	margin-top:70px;
	float:right;
	width:460px;
}
#rightDiv h1{
	font-weight:normal;
	font-family:Grota Sans Light;
}
#rightDiv h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
#rightDiv p{
	margin-top:30px;	
}

/* HOME -- BLOCK 4 */
#homeBlock4Wrapper{
	width:100%;	
	background-color:#2896cf;
	margin-top:90px;
}
#homeBlock4Container{
	width:960px;
	margin:0 auto;	
}
#homeBlock4Container p{
	display:inline-block;
	width:820px;
	color:#FFF;	
	padding-top:60px;
	padding-bottom:60px;
}
#homeBlock4{
	width:960px;
	margin:90px auto;	
}
#homeBlock4 h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	margin:0 auto;
	text-align:center;
}
#homeBlock4 h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
#homeBlock4 p{
	width:450px;
	text-align:center;
	margin:30px auto;
	color:#666;
}
#homeBlock4 div{
	width:300px;
	float:left;	
	margin-left:10px;
	margin-right:10px;
}
#homeBlock4 div img{
	width:100%;
	margin-top:50px;	
}
/* HOME -- BLOCK 5 */
#homeBlock5Wrapper{
	width:100%;	
	height:250px;
	margin-top:90px;
	background:url(../images/homeHeader4.jpg);	
	background-repeat:no-repeat;
	background-size:cover;
}
#homeBlock5Container{
	width:960px;
	margin:0 auto;	
}
#homeBlock5Container div{
	width:220px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	margin-top:50px;
}

/* HOME -- BLOCK 6 */
#homeBlock6{
	width:960px;
	margin:90px auto;	
}
#homeBlock6 h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	margin:0 auto;
	text-align:center;
}
#homeBlock6 h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
#homeBlock6 p{
	width:450px;
	text-align:center;
	margin:30px auto;
	color:#666;
}
#homeBlock6 div{
	width:220px;
	float:left;	
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}
#homeBlock6 div img{
	width:100%;
	margin-top:50px;	
}

/* HOME -- BLOCK 7 */
#homeBlock7Wrapper{
	width:100%;	
	height:150px;
	margin-top:90px;
	background:url(../images/homeHeader4.jpg);	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:0 -250px;
}
#homeBlock7Container{
	width:960px;
	margin:0 auto;	
}
#homeBlock7Container h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	text-align:left;
	float:left;
	font-size:40px;
	margin-top:50px;
}
#homeBlock7Container h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
#homeBlock7Container form #emailToSub{
	margin-top:50px;
	margin-left:250px;	
	width:300px;
	height:40px;
	padding-left:20px;
}
#homeBlock7Container form #submitSub{
	text-decoration:none;
	color:#FFF;
	border:1px solid #2896cf;
	padding:10px 20px 10px 20px;
	background-color:#2896cf;	
	font-size:14px;
}
#homeBlock8{
	width:960px;
	margin:90px auto;	
}
#homeBlock8 h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	margin:0 auto;
	text-align:center;
}
#homeBlock8 h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
#homeBlock8 div{
	width:300px;
	float:left;	
	margin-left:10px;
	margin-right:10px;
	margin-top:40px;
}
#homeBlock8 div p{
	text-align:left;
	color:#666;
	font-size:13px;
}
#homeBlock8 div img{
	width:100px;
	margin-top:30px;	
	margin-right:15px;
	float:left;
}
#homeBlock8 div h3{
	font-size:13px;
	margin-top:30px;
}
#homeBlock8 div blockquote{
	font-size:13px;
}
/* HOME -- BLOCK 9 */
#homeBlock9Wrapper{
	width:100%;	
	background-color:#2896cf;
	margin-top:90px;
}
#homeBlock9Container{
	width:960px;
	margin:0 auto;	
	text-align:center;
	padding-bottom:50px;
}
#homeBlock9Container h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	margin:0 auto;
	padding-top:50px;
	text-align:center;
	color:#FFF;
}
#homeBlock9Container h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
#homeBlock9Container p{
	color:#FFF;	
	padding-top:30px;
	padding-bottom:60px;
}
/* CLIENTS */
#clients{
	width:960px;
	margin:90px auto;	
	text-align:center;
}
#clients h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	margin:0 auto;
	margin-bottom: 30px;
	text-align:center;
}
#clients h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
#clients img{
	float:left;
	margin-left:20px;
	margin-right:20px;	
}

/*--------- ABOUT --------- */

#aboutHeader{
	background:url(../images/aboutHeader.jpg);	
	background-repeat:no-repeat;
	background-size:cover;
}
#aboutArticlesContainer{
	width:960px;
	margin:50px auto;
	margin-bottom:70px;
}
#aboutArticlesContainer article{
	width:100%;	
}
#aboutArticlesContainer article #leftBlock{
	width:470px;
	float:left;
}
#aboutArticlesContainer article #leftBlock img{
	width:100%;	
}
#aboutArticlesContainer article #rightBlock{
	width:470px;
	float:right;
}
#aboutArticlesContainer article #rightBlock h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	font-size:35px;
	margin-bottom: 30px;
}
#aboutArticlesContainer article #rightBlock h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
/*--------- PORTFOLIO ------------*/
#portfolioHeader{
	background:url(../images/portfolioHeader.png);	
	background-repeat:no-repeat;
	background-size:cover;
}
#portfolioArticleContainer{
	width:960px;
	margin:50px auto;	
	margin-bottom:70px;
}
#portfolioArticleContainer h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	font-size:35px;
	margin-bottom: 30px;
}
#portfolioArticleContainer h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
#projectFilters, #projectFilters ul{
	width:100%;
	margin-top:30px;
}
#projectFilters ul li{
	list-style:none;
	display:inline-block;	
}
#projectFilters ul li a{
	color:#2896cf;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
}
#portfolioArticleContainer article{
	width:300px;
	margin-left:10px;
	margin-right:10px;
	margin-top:50px;	
	float:left;
}
#portfolioArticleContainer article a{
	text-decoration:none;	
	color:#000;
}
#portfolioArticleContainer article img{
	width:100%;	
}
/*---------------- SERVICES ------------- */
#servicesHeader{
	background:url(../images/servicesHeader.jpg);	
	background-repeat:no-repeat;
	background-size:cover;
}
#servicesContainer{
	width:960px;
	margin:50px auto;	
	margin-bottom:70px;
}
#servicesContainer #leftBlock{
	width:350px;
	float:left;
}
#servicesContainer #leftBlock ul li{
	list-style:none;	
	padding-left:30px;
}
#servicesContainer #leftBlock ul li a{
	display:block;
	background-color:#2896cf;	
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
}
#servicesContainer #leftBlock ul li a:hover{
	background-color:#666;	
}
.activeServicesLink{
	background-color:#666 !important;
}
#servicesContainer #rightBlock{
	width:590px;
	float:right;
}
#servicesContainer #rightBlock article h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	font-size:35px;
	margin-bottom: 30px;
}
#servicesContainer #rightBlock article h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
}
/* FOOTER */
#footerWrapper{
	width:100%;
	background-color:#000;
	padding-top:40px;
	padding-bottom:40px;
}
footer{
	width:960px;
	margin:0 auto;	
}
footer #leftBlock{
	width:470px;
	float:left;
}
footer #leftBlock h1{
	font-weight:normal;
	font-family:Grota Sans Light;
	margin-top: 30px;
	margin-bottom: 30px;
	color:#CCC;
}
footer #leftBlock h1 span{
	font-weight:bold;
	font-family:Grota Sans Regular;
	float:none;
	font-size:30px;
}
footer #leftBlock p{
	color:#CCC;
	margin-bottom:15px;
	font-size:14px;
}
footer #leftBlock span{
	width:170px;
	float:left;
	color:#CCC;
	font-size:13px;
}
footer #leftBlock span img{
	float:left;	
	margin-right:15px;
}
#addressFooter{
	padding-left:30px;	
	background:url(../images/addressIcon.png);
	background-repeat:no-repeat;
}
#phoneFooter{
	padding-left:30px;	
	background:url(../images/phoneIcon.png);
	background-repeat:no-repeat;
}
#emailFooter{
	padding-left:30px;	
	background:url(../images/emailIcon.png);
	background-repeat:no-repeat;
}

footer #rightBlock{
	width:470px;
	float:right;
}
footer #rightBlock form{
	width:100%;
	margin-top:30px;
}
footer #rightBlock input{
	width:100%;
	display:block;
	margin-top:30px;
	height:40px;
	padding-left:20px;
}
footer #rightBlock textarea{
	width:100%;
	display:block;
	margin-top:30px;
	height:100px;	
	padding-left:20px;
	padding-top:20px;
}
footer #rightBlock form #sendEmail{
	width:auto;	
}
/* BUTTONS */
.btn1{
	text-decoration:none;
	color:#FFF;
	border:1px solid #FFF;
	padding:10px 20px 10px 20px;	
	font-size:14px;
}
.btn2{
	text-decoration:none;
	color:#FFF;
	border:1px solid #2896cf;
	padding:10px 20px 10px 20px;
	background-color:#2896cf;	
	font-size:14px;
}
.btn3{
	text-decoration:none;
	color:#333;
	border:1px solid #FFF;
	padding:10px 20px 10px 20px;
	background-color:#FFF;	
	font-size:14px;
}

/* CLEAR */
.clear{
	clear:both;	
}

/*------- RESPONSIVE -------- */
@media all and (max-width:1150px){
	header{
		height:500px;
	}	
	#homeBlock2Wrapper{
		height:450px;	
	}
	#mobileBgLayer2{
		height:450px;	
	}
	footer #rightBlock input, footer #rightBlock textarea{
		width:90%;	
	}
}
@media all and (max-width:1000px){
	header{
		height:450px;
	}	

}