@CHARSET "UTF-8";


div.fx_column_left {
	width:738px;
	border-right: 1px solid #EEE;
	padding-right:12px
}

div.fx_column_right h2 {
	color: #444;
}
div.fx_column_right.fx_vmenucontent {
	border:none;
	width:176px;
	overflow:hidden;
	padding-top:13px;
}

div.fx_column_left  h1 {
	text-align: center;
	margin: 0;
	padding: 0.25em 0 0 0;
	font-size: 400%;
	font-weight:lighter;
	font-weight: 100;
}
div.fx_column_left h2 {
	text-align: center;
	font-size: 150%;
	font-weight: 100;
	padding: 0;
	margin: 0;
}



/* ---------- two boxes enterprise and education for frontpage -------------- **/

/* for both */
div.fx_fp_enterprise, div.fx_fp_education {
	width:48%;
	text-align: left !important;
	position:relative;
	border: 1px solid #ccc;
	border-radius: 16px;
	padding:9px;
	overflow: visible;
	-moz-box-sizing: border-box;
	-webit-box-sizing: border-box;
	box-sizing: border-box;
	height:9em;
        color:#444;
}

div.fx_fp_enterprise:hover, div.fx_fp_education:hover {
	box-shadow:inset 0px 0px 8px #fff;
	-webkit-box-shadow:inset 0px 0px 8px #fff;
	-moz-box-shadow: inset 0px 0px 8px #fff;
}

div.fx_fp_enterprise a, div.fx_fp_education a {
	color:#444;
}
div.fx_fp_enterprise a:hover, div.fx_fp_education a:hover {
	text-decoration:none;
}
div.fx_fp_enterprise h2, div.fx_fp_education h2 {
	text-align:left;
	font-weight: normal;
	margin-bottom:0.3em;
}
/* the left one, enterprise */
div.fx_fp_enterprise {
	float:left;
	padding-left:120px;
	
	background-image: linear-gradient(top, rgb(210,223,188) 11%, rgb(231,238,219) 100%);
	background-image: -o-linear-gradient(top, rgb(210,223,188) 11%, rgb(231,238,219) 100%);
	background-image: -moz-linear-gradient(top, rgb(210,223,188) 11%, rgb(231,238,219) 100%);
	background-image: -webkit-linear-gradient(top, rgb(210,223,188) 11%, rgb(231,238,219) 100%);
	background-image: -ms-linear-gradient(top, rgb(210,223,188) 11%, rgb(231,238,219) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.11, rgb(210,223,188)),
		color-stop(1, rgb(231,238,219))
	);
}
div.fx_fp_enterprise .fx_fp_icon {
	background: transparent url(../img/enterprise_icon.png) no-repeat;
	width:133px;
	height:202px;
	position:absolute;
	bottom:0px;
	left:-15px;
}


/* the right one, education */
div.fx_fp_education {
	float:right;
	padding-right:97px;
	
	background-image: linear-gradient(top, rgb(206,186,141) 11%, rgb(229,217,193) 100%);
	background-image: -o-linear-gradient(top, rgb(206,186,141) 11%, rgb(229,217,193) 100%);
	background-image: -moz-linear-gradient(top, rgb(206,186,141) 11%, rgb(229,217,193) 100%);
	background-image: -webkit-linear-gradient(top, rgb(206,186,141) 11%, rgb(229,217,193) 100%);
	background-image: -ms-linear-gradient(top, rgb(206,186,141) 11%, rgb(229,217,193) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.11, rgb(206,186,141)),
		color-stop(1, rgb(229,217,193))
	);
}

div.fx_fp_education .fx_fp_icon {
	background: transparent url(../img/education_icon.png) no-repeat;
	width:150px;
	height:202px;
	position:absolute;
	bottom:-16px;
	right:-9px;
}

/** ---------- fixes for ipad ----------------- **/
@media only screen and (max-device-width: 1024px) { 
	
	#fx_main { margin-top:4px;}
	#fx_bg_wrapper {width:900px;}
	div.fx_column_left {width:600px;}
}

