/* set up viewport */
#homepage-feature {
	z-index:1;
	position:relative;
	display:block;
	float:left;
	height:350px;
	width:640px;
}
.homepage-feature-receptical {
	z-index:5;
	height:350px;
	width:640px;
	position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
	display:none;
}
.js-enabled {
	display:block;
}
.homepage-feature-receptical.no-js {
	z-index:5;
	height:350px;
	width:640px;
	position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
	display:block;
}
noscript .homepage-feature-receptical {
	z-index:5;
	height:350px;
	width:640px;
	position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
	display:block;
}
noscript .homepage-feature-receptical.no-js {
	z-index:5;
	height:350px;
	width:640px;
	position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
	display:block;
}

/* navigation menu */
.homepage-feature-transport {
	height:30px;
	width:640px;
	background:#E35194;
	padding:0;
	margin:0;
	bottom:0px;
	left:0px;
	z-index:50;
	position:absolute;
}
.homepage-feature-transport ul {
	margin:0;
	padding:0;
	width:640px;
	list-style:none;
	list-style-image:none;
}
.homepage-feature-transport ul li {
	margin:0;
	padding:0;
	height:30px;
	list-style:none;
	list-style-image:none;
	float:left;
	color:#fff;
}
.homepage-feature-transport ul li a {
	z-index:59;
	display:block;
	width:140px;
	height:30px;
	text-indent:10px;
	line-height:30px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
	float:left;
	margin:0;
	position:relative;
	outline:none;
	border-top:2px solid #008588;
}
.homepage-feature-transport ul li a.last {

}
.homepage-feature-transport ul li a span {
	display:block;
	float:left;
	width:10px;
	height:30px;
}
.homepage-feature-transport ul li a:hover,
.homepage-feature-transport ul li a:focus {
	background-color:#008588;
	color:#fff;
}
.homepage-feature-transport ul li a.activeSlide {
	color:#fff;
	outline:none;
	border-top:1px solid #008588;
	background-color:#008588;
}

.feature {
	position:relative;
}
.feature .box {
	padding:16px 20px 10px 20px;
	width:280px;
	background-color:transparent !important;
}
.feature .two-column-box {
	padding:16px 20px 10px 20px;
	width:600px;
	background-color:transparent !important;
}
.feature .two-column-two-row-box {
	padding:16px 20px 10px 20px;
	width:600px;
	height:350px;
	background-color:transparent !important;
}
.feature .box.dark {
	background-color:transparent !important;
	color:#fff;
}
.feature .box.dark p,
.feature .box.dark h1,
.feature .box.dark p a { 
	color:#fff;
}
.feature .box.dark h1 a { 
	text-decoration:none;
	color:#fff;
}

.feature .box.light {
	background-color:transparent !important;
	color:#3d3d3d;
}
.feature .top-left {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.feature .top-right {
	position:absolute;
	top:0;
	left:320px;
	z-index:100;
}
.feature .bottom-left {
	position:absolute;
	top:140px;
	height:230px;
	display:block;
	left:0;
	background:#fc0;
	z-index:100;
}
.feature .bottom-right {
	position:absolute;
	top:140px;
	left:320px;
	z-index:100;
}



