.iconbox { 
	float: left; 
	margin-right: 20px;
	background: #f5f5f5;
	margin-bottom: 20px;
	}
	
.box-color {
	background: #FF9900;
	}
	
.box-nonspaced {
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.box-inner {
	padding: 20px;
	}
	
.box-color .seperator {
	width: 100%;
	height: 1px;
	background: #ffffff;
	margin-top: 20px;
	opacity: 0.15;
	filter: alpha(opacity=15);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	}

.box-one-half  { width: 460px; }
.box-one-third  { width: 350px; }
.box-two-third  { width: 620px; }
.box-one-fourth  { width: 170px; }

.box-nonspaced.box-one-half  { width: 470px; }
.box-nonspaced.box-one-third  { width: 363px; }
.box-nonspaced.box-two-third  { width: 626px; }
.box-nonspaced.box-one-fourth  { width: 185px; }

.box-last { margin-right: 0px; margin-bottom: 60px; }


.iconbox .icon {
	text-align: center;
	height: auto;
	}
	
.iconbox h1, .iconbox h2, .iconbox h3, .iconbox h4, .iconbox h5, .iconbox h6 {
	text-align: center;
	margin-top: 20px;
	}
	
.box-color h1, .box-color h2, .box-color h3, .box-color h4, .box-color h5, .box-color h6 {
	color: #ffffff;
	}
	
.iconbox p {
	font-family: Montserrat; 
	font-weight: 400;
	color: #ffd699;
	}
	
.box-color p {
	color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	
.iconbox a.link-moreinfo {
	float: right;
	margin-top: 20px;
	}
	
.box-color a.link-moreinfo {
	color: #ffffff;
	background: transparent right center no-repeat;
	}

.box-color a.link-moreinfo:hover {
	color: #ffd699;
	}

.box-scale {
	-webkit-transition: all .1s ease-in-out;
	}

.box-scale:hover { -webkit-transform: scale(1.1); } 


