.background img{
	position: absolute;
	z-index: -1;
}
.top{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 1;
	background-color: #FFFFFF;
}
.top img{
	width: 300px;
	height: 60px;
	margin-left: 5px;
}
.top-bar{
	width: 100%;
	position: fixed;
	top: 60px;
	z-index: 1;
}
.top-bar ul li{
	list-style: none;
	padding-right: 0px;
}
.breadcrumbs p{
	font-size: 10px;
	color: #999;
	margin-top: 110px;
	z-index: 1;
}
.row h1 img{
	width: 300px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.row h5{
	font-size: 16px;
	color: #CC6600;
	margin-top: 40px;
}
.row p{
	font-size: 12px;
	color: #999;
	line-height: 23px;
	margin-bottom: 50px;
}
.panel p{
	line-height: 27px;
}
.bottom p{
	font-size: 9px;
	color: #CC6600;	
	margin-bottom: 70px;	
}
.panel a:link{
	-webkit-transition: all 0.2s;
  	-moz-transition:    all 0.2s;
  	-o-transition:      all 0.2s;
}
/*phone*/
@media only screen and (max-width: 40em) {
	.panel img{
		margin-bottom: 20px;
	}
	.panel p{
		font-size: 12px;
	}
	.row p{
		margin-bottom: 30px;
	}
	.row h5{
		margin-top: 10px;
	}
	.open p{
		font-size: 13px;
	}
	.background img{
		margin-top: 140px;
	}
}
/* tablet */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.panel p{
		font-size: 14px;
	}
	.row p{
		margin-bottom: 30px;
	}
	.row h5{
		margin-top: 10px;
	}
	.open p{
		font-size: 13px;
	}
	.background img{
		margin-top: 100px;
	}

}
/*desktop */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	.panel p{
		font-size: 13px;
	}
	.open p{
		font-size: 15px;
	}
}
/*xlarge*/
@media only screen and (min-width: 90.063em) {
	.background img{
		margin-top: -115px;
	}
	.row h5{
		margin-top: 10px;
	}
	.open p{
		font-size: 15px;
	}
