.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 p{
	font-size: 12px;
	color: #999;
	line-height: 23px;
	line-height: 27px;
}
.bottom p{
	font-size: 9px;
	color: #CC6600;	
	margin-bottom: 70px;	
}
.panel h5{
	font-size: 20px;
	color: #CC6600;
	padding-top: 10px;
}
.panel a:link{
	-webkit-transition: all 0.2s;
  	-moz-transition:    all 0.2s;
  	-o-transition:      all 0.2s;
}
.panel img{
	width: 500px;
	}
/*phone*/
@media only screen and (max-width: 40em) {
	.panel p{
		font-size: 13px;
		line-height: 22px;
	}
	.panel h5{
		font-size: 18px;
	}

}
/* tablet */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.panel p{
		font-size: 12px;
		line-height: 21px;
	}
	.panel h5{
		font-size: 18px;
	}
}
/*desktop */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	.panel p{
		font-size: 14px;
	}

}
/*xlarge*/
@media only screen and (min-width: 90.063em) {
	.row h5{
		margin-top: 10px;
	}

