	
	.wrapper{
	font-size: 20px;
	font-family: sans-serif;
	position:absolute;
	left: 0;
	top: 0;
	width:100%;
	background-color:white;
	}
	
	.none{
	display:none;
	}
	
	#menu{
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	display:none;
	z-index:-1;
	background-color:black;
	}
	
	.menu_close{
	text-align:right;
	font-size:32px;
	}
	
	.pointer{
	cursor:pointer;
	margin-left:200px;
	line-height:50px;
	font-size:28px;
	font-weight: normal;
	border-bottom:1px solid white;
	}
	
	.pointer:hover{
	color: #4c4cff;
	}
	
	.banner{
	width:100%;
	height:550px;
	background: url(images/CRe8Banner1.jpg)  no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	
	.black_background{
	background-color: black;
	opacity: 0.6;
	width:100%;
	height:100%;
	}
	
	
	.banner_title{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	position:relative;
	text-align:center;
	font-size:38px;
	color:black;	
	}
	
	.banner_sub_title{
	font-size:24px;
	font-style: italic;
	}
	
	.content{
	padding-top:20px;
	padding-bottom:20px;
	margin:auto;
	width:980px;
	text-align:center;
	border-radius: 10px;
	}
	
	.content_heading{
	font-size: 28px;
	}
	
	.content_heading_quote{
	font-size: 24px;
	}
	
	.content_left{
	text-align:left;
	}
	
	
	#assets{
	width:100%;
	min-height:350px;
	background: url(http://wiwatowski.com/images/red-building-industry-bricks.jpg) no-repeat;
   	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	}

	.shade{
	width:100%;
	height:100%;
	background: url(http://wiwatowski.com/images/shade.png);
	background-size: 100% auto;
	}
	
	#color_white{
	color:white;
	}	
	
	.contentheading{
	font-size:32px;
	font-weight:bold;
	}
	
	.content_left_asset{
	text-align:left;
	font-size:22px;
	}
	
	#Management{
	width:100%;
	background-color:white;
	min-height:300px;
	}
	
	.clear { clear: both; }
	
	.core{
	width:48%;
	float:left;
	}
	
	.management_img{
	width:80%;
	}
	
	#directors{
	width:100%;
	background-color:#eee;
	}
	
	.row{
	width:100%;
	min-height:100px;
	}
	
	.core1{
	float:left;
	width:15%;
	margin-right:5%;
	text-align:left;
	}
	
	.core2{
	font-size:18px;
	float:left;
	width:80%;
	text-align:left;
	}
	
	.align_left{
	font-size:22px;
	text-align:left;
	}
	
	.team_title_header{
	font-size:22px;
	}
	
	.team_title{
	font-size:20px;
	color: #333;
	}
	
	.team_img{
	width:100%;
	}
	
	#testimonials{
	width:100%;
	background-color:white;
	}
	
	.testimonial_text{
	font-size:18px;
	width:100%;
	padding-top:20px;
	}
	
	#contact{
	width:100%;
	min-height:350px;
	background: url(http://wiwatowski.com/images/city-crossing-crossroad-road.jpg) no-repeat;
   	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	}
	
	#footer{
	width:100%;
	background-color:#eee;
	color:#666;
	font-size:10px;
	}
	
	.footer_fixed{
	position:fixed;
	width:100%;
	bottom:0;
	}
	
	@media screen and (max-width: 979px) {
	
		
		.pointer{
		margin-left:0px;
		}
		
		.banner{
		background-attachment:scroll;
		}
		
		#assets{
		background-attachment:scroll;
		}
		
		#contact{
		background-attachment:scroll;
		}
		
		.black_background{
		opacity:0.5;
		}
		
		.content{
		width:96%;
		}
		
		.content_left{
		
		}
		
		.content_left_asset{
		
		font-size:20px;
		}
		
		.management_img{
		width:90%;
		}
		
		.core1{
		width:20%;
		}
		
		.core2{
		width:75%;
		}
		
		
	}
	
	@media screen and (max-width: 500px) {
	
		.logo{
		width:80px;
		}
		
		
		.banner_title{
		top:20px;
		font-size:30px;
		}
		
		.banner_sub_title{
		font-size:20px;
		}
		
		.content{
		width:90%;
		}
		
		.core{
		width:100%;
		}
		
		.content_heading{
		font-size: 26px;
		}
		
		.content_heading_quote{
		font-size: 22px;
		}
		
		.content_left{
		font-size: 20px;
		}
		
		.content_left_asset{
		font-size: 20px;
		}
		
		.core{
		width:98%;
		}
		
		.management_img{
		width:100%;
		}
		
		.core1{
		width:100%;
		text-align:center;
		}
		
		.core2{
		width:100%;
		padding-top:10px;
		
		}
		
		.align_left{
		text-align:center;
		}
		
		.team_img{
		width:70%;
		}
	}