/* CSS Document */
@font-face {
    font-family: helvetica;
	src:url(../fonts/Helvetica.ttf);
	font-weight:300;
}
@font-face {
    font-family: helvetica;
	src:url(../fonts/Helvetica-Light.ttf);
	font-weight:100;
}
@font-face {
    font-family: helvetica;
	src:url(../fonts/Helvetica-Bold.ttf);
	font-weight:bold;
}
@font-face{
	font-family: helvetica-condbld;
	src:url(../fonts/HelveticaNeue-BlackCond.ttf);
	font-weight:bold;
}
body{
    padding:0px;
    margin:0px;
	font-family:helvetica;
	font-weight:300;
}
#body{
	display:block;
	position:relative;
	margin: 0px auto;
	auto;
	width: 1280px;
	letter-spacing: 3px;
}
#header{
	display:block;
	position:relative;
	/* height:100%; */
}
#header #sm{
	display:block;
	position: absolute;
	right: 0px;
	top: 20px;
}
#header #sm img{
	padding: 5px;
}
#header #helloContainer{
	display: table;
	height: 100%;
}
#header #helloContainer{
	display:table-cell;
	height: 100%;
	vertical-align:middle;
	text-align:center;
}
#pages{
	display:block;
	position:relative;
}
#innerPage{
	display:block;
	position: relative;
	width:860px;
	margin-left: 420px;
}
#nav{
	display:block;
	position:relative;
	margin-left: 20px;
	margin-top: 50px;
}
#nav .line{
	display:block;
	position:absolute;
	width:1px;
	background-color:#000;
	height: 900px;
	left: 46px;
}
#nav .logo{
	display:block;
	position:absolute;
	top:0px;
	left: 70px;
}
#nav .numbers{
	display:block;
	position:absolute;
	line-height: 72px;
	top: 20px;
	color: #999;
}
#nav .links{
	display:block;
	position:absolute;
	left: 70px;
	top: 91px;
	line-height: 72px;
}
#nav .links a{
	text-decoration:none;
	font-weight: bold;
	color: #000;
	-webkit-transition: all 100ms;
	transition: 100ms;
}
#nav .links a:hover{
	color:#e40b60;
}
.active{
	color:#e40b60 !important;
}
#nav .shapes{
	display:inline-block;
	position:relative;
	width:113px;
	height:113px;
	background-image: url(../images/shape.gif);
}
.page0{
	display: block;
	height: 900px;
	position: relative;
}
#page1{
	height: 900px;
	padding: 50px 0px;
}
#page1 .squish{
	width: 360px;
	padding-left: 500px;
}
#page1 .squish .number{
	color: #999;
	line-height: 26px;
	font-weight: normal;
}
#page1 .squish .title{
	font-weight: bold;
	line-height: 26px;
}
#page1 .squish .bar{
	display:block;
	position:relative;
	height:5px;
	width:16px;
	background-color:#000;
	margin-top:10px;
	line-height:0px;
	font-size:0px;
}
#page1 .squish .paragraph{line-height: 25px;}
#page1 .info{
	display:table;
	position:relative;
	width:860px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#page1 .info .box{
	display:table-cell;
	height:50px;
	vertical-align:middle;
	text-align:center;
	line-height: 32px;
}
#page1 .info .title{
	font-weight:bold;
}
#page1 .info .number{
	color:#999;
}
#page1 .info .line{
	display:table-cell;
	position:relative;
	vertical-align:middle;
	background-color:#000;
	width:1px;
}

#page2{
	/* height:900px; */
	margin-left: 150px;
	vertical-align: top;
	margin-bottom: 100px;
}
#page2 .portfolio{
	display: inline-block;
	position: relative;
	height: 274px;
	width: 350px;
	background-color: #333;
	margin-bottom: 7px;
	vertical-align: top;
	overflow:hidden;
}
#page2 .portfolio .title{
	opacity:0;
	display: block;
	position: absolute;
	color: #FFF;
	text-align: center;
	top: 100px;
	width: 350px;
	background-color: rgba(0,0,0,0.7);
	padding: 10px 0px;
	-webkit-transition:all 300ms;
	transition:all 300ms;
}
#page2 .portfolio .overlay{
	opacity:0;
	display: block;
	position: absolute;
	-webkit-transition:all 300ms;
	transition:all 300ms;
}
#page2 .portfolio .image{
	display: block;
	position: absolute;
}
#page2 .portfolio:hover .title{
	opacity:1;
	top: 120px;
}
#page2 .portfolio:hover .overlay{
	opacity:1;
}

#page2 .portfolio-sec{
	display: inline-block;
	position: relative;
	height: 274px;
	width: 350px;
	margin-bottom: 7px;
	vertical-align: top;
	overflow:hidden;
}
#page2 .portfolio-sec .number{
	color: #999;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#page2 .portfolio-sec .heading{
	font-weight: bold;
	margin-left: 20px;
}
#page2 .portfolio-sec .bar{
	display: block;
	position: relative;
	height: 7px;
	width: 16px;
	background-color: #000;
	margin: 10px 0px;
	margin-left: 20px;
}
#page2 .portfolio-sec .list{
	
line-height: 24px;
	
margin-left: 20px;
}
#page3{
	display: block;
	position: relative;
	height: 1000px;
	/* margin-bottom: 100px; */
}
#page3 #onTheWay{
	display:block;
	font-weight: bold;
	margin-top: 200px;
}
#page4{
	height: 1000px;
}
#page4 #threeColumn{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px solid lightblue; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid lightblue; /* Firefox */
	column-rule: 1px solid #FFF;
	background-color: #000;
	color: #fff;
	padding: 25px;
	margin-top: 50px;
	line-height: 34px;
}
#page5{
	padding-top: 200px;
	font-weight: bold;
	padding-bottom: 200px;
}
#form input[type=text]{
	padding:10px;
	color: #666;
	font-weight: bold;
	letter-spacing: 3px;
	border: none;
	border-bottom: 2px solid #000;
	margin: 40px 0px 0px;
	width: 350px;
}
#form textarea{
	padding:10px;
	margin: 50px 0px;
	height: 150px;
	border: 2px solid #000;
	width: 350px;
	text-align: left;
	font-family: helvetica;
	letter-spacing: 3px;
}
#form button{
	padding:10px;
	background-color: #000;
	border: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: helvetica;
}
:focus{
	outline:none;
}
#success{
	display: none;
	margin-top:20px;
}