





#example-3{
	background-color: #F4F4F4;
	padding: 130px 0px;	
	text-align: center;		
}

	#example-3 .example-container{
		background-color: #61e69d;
		width: 66%;
		max-width: 800px;
		margin-bottom: 40px;
		padding: 6%;
		color: #FFFFFF;
		visibility: hidden;
		text-align: left;
	}

	#example-3 .example-container h2{
		color: #FFFFFF;
		width: 80%;
		margin-top: 0px;
		float: right;
	}

	#example-3 .example-container p{
		width: 80%;
		float: right;
	}

	#example-3 .example-container img{
		width: 15%;
		float: left;
	}

	#example-3 .example-container:after {
		content: "";
		display: table;
		clear: both;
	}

#example-4{
	background-color: #FFFFFF;
	padding: 220px 0px 160px 0px;
	text-align: center;		
}

	#example-4 .device-diagram{
	    font-family: 'NovecentowideLightBold', 'Source Sans Pro', sans-serif;	
	    font-size: 200px;
	    color: #61e69d;
	    margin: 6%;
	}


	#example-4 .device-arrow{
		width: 30%;
		margin-bottom: 50px;
		visibility: hidden;
	}

	#example-4 h3{
		margin-top: 30px;
	}


#example-5{
	background-color: #FAFAFA;
	padding: 130px 0px 90px 0px;
	text-align: center;		
}	

#example-5 .example-container{
	position: relative;
	width: 80%;
	max-width: 600px;	
	background: #EEEEEE url('max.png') center bottom;
	border-bottom: 4px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;	
	padding-top: 100px;	
	margin-bottom: 40px;	
}

#example-5 .graph-bar{
	width: 18%;
	background-color: #fe5652;
	margin: 0px 1%;
	border-radius: 2px;
	display: table-cell;
	visibility: hidden;
}

#example-5 .bar-1{
	height: 275px;
	display: inline-block;
}

#example-5 .bar-2{
	height: 75px;
	display: inline-block;	
}

#example-5 .bar-3{
	height: 125px;
	display: inline-block;	
}

#example-5 .bar-4{
	height: 225px;
	display: inline-block;	
}

a.back{
	display: block;
	width: 100%;
	background-color: #fe5652;
    font-family: 'NovecentowideLightBold', 'Source Sans Pro', sans-serif;	
    font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
    line-height: 24px;		
	padding: 25px 0px;
}

	a.back:hover{
		color: #a71d1d;
		-webkit-transition: color 0.2s ease;
		-moz-transition: color 0.2s ease;
		-ms-transition: color 0.2s ease;
		-o-transition: color 0.2s ease;
		transition: color 0.2s ease;		
	}


@media only screen and (max-width: 815px) {
	header.header nav.nav ul li.hide{
		display: none;
	}

}

@media only screen and (max-width: 600px) {
	header.header{
		position: absolute;
		top: 0;
	}

	nav{
		display: none;
	}

	#example-1 #phone{
		width: 100%;
		float: none;
	}		
	
	#example-1 .copy{
		width: 100%;
		clear: left;
		float: none;
	}	

	#example-2, #example-3, #example-5{
		padding: 60px 0px;
	}
	
	#example-2 #map{
		width: 100%;
	}	

	#example-3 #pop-up-message h2, #example-3 #pop-up-message p {
		width: 100%;
	}

	#example-4 .device-diagram{
		font-size: 100px;
	}
}