/* override h1 from main */
h1{
	font:bold 20px "Open Sans", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin:0 0 10px 0;
}



/* image is TOP aligned and moves further up into negative on scroll so it looks a bit 3 dimensional */
#bg{	
	background:#043956 url(../slides/image_xyy.png) no-repeat center 0px; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:450px;
	margin-top:50px;
}

/* text inside the bg image */
#bg_text{
	width:40%;
	float: left;
	font-size: 30px;
	font-weight: bold;
	padding:50px 0 0 30px;
	color: #FFF;
}
#bg_text_small{
	font-size: 14px;
	font-weight: normal;
}

/* text inside the bg image */
#bg_form{
	margin: 50px 30px 0 0;
	float: right;
	background: rgba(0,0,0,0.8);
	width:280px;
	height:310px;
	padding:10px 0 30px 0;
	border-radius: 7px;
	text-align: center;
}

/* used in the corporate form tag */
#corporate-form{
	margin: 0 auto;
}

/* log and register forms */
#form_title_corporate{
	margin:15px 0 0 0;
	height:22px;
	background: url(../img/form_icon_register.png) no-repeat center left;
	background-size: 22px 22px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
}
#form_subtitle_corporate{
	margin:0 0 12px 0;
	color:#FFF;
	font-size: 13px;
}

.article{
	margin:0 0 30px 0;
	padding:0;
}

#column_left{
	text-align: center;
	width:50%;
	float:left;
	height:500px;
}
#column_right{
	text-align: left;
	width:50%;
	float:right;
	background: #EDEBEA;
	height:500px;
}
.column_content{
	padding: 40px 30px 40px 30px;
}

/* left icons */
#corp_ico_1, #corp_ico_2, #corp_ico_3, #corp_ico_4{
	display: inline-block;
	width:200px;
	height:70px;
	padding:105px 10px 10px 10px;
	background: url(../img/corp_ico_1.png) no-repeat center top;
	background-size: 100px 100px;
	text-align: center;
	font-size:15px;
	font-weight: bold;
}
#corp_ico_2{
	background: url(../img/corp_ico_2.png) no-repeat center top;
	background-size: 100px 100px;
}
#corp_ico_3{
	background: url(../img/corp_ico_3.png) no-repeat center top;
	background-size: 100px 100px;
}
#corp_ico_4{
	background: url(../img/corp_ico_4.png) no-repeat center top;
	background-size: 100px 100px;
}

#corp_ico_food, #corp_ico_flower, #corp_ico_gifts, #corp_ico_currier, #corp_ico_pro{
	display: inline-block;
	height:50px;
	line-height:13px;
	padding:24px 10px 20px 40px;
	background: url(../img/corp_ico_food.png) no-repeat -7px top;
	background-size: 50px 50px;
	text-align: center;
	font-size:13px;
	font-weight: bold;
}
#corp_ico_flower{
	background: url(../img/corp_ico_flower.png) no-repeat -7px top;
	background-size: 50px 50px;
}
#corp_ico_gifts{
	background: url(../img/corp_ico_gifts.png) no-repeat -7px top;
	background-size: 50px 50px;
}
#corp_ico_currier{
	background: url(../img/corp_ico_currier.png) no-repeat -7px top;
	background-size: 50px 50px;
}
#corp_ico_pro{
	background: url(../img/corp_ico_pro.png) no-repeat -7px top;
	background-size: 50px 50px;
}

.corp_ico_text{
	font-size: 13px;
	font-weight: normal;
}


/***********************/
/* screen under 969 px */
/***********************/
@media (max-width: 969px) {
	/* image is TOP aligned and moves further up into negative on scroll so it looks a bit 3 dimensional */
	#bg{
		height:430px;
		margin-top:50px;
	}
	
	/* text inside the bg image */
	#bg_text{
		width:auto;
		float: none;
		font-size: 20px;
		font-weight: bold;
		padding:20px 10px 0 10px;
		color: #FFF;
	}
	#bg_text_small{
		font-size: 12px;
		font-weight: normal;
	}
	
	/* text inside the bg image */
	#bg_form{
		margin: 30px 10px 0 10px;
		float: none;
		/* for mobile the height is calculated in resetSizePageSpecific */
		padding:10px 0 20px 0;
	}

	/* log and register forms */
	#form_title_corporate{
		margin:8px 0 3px 0;
		height:22px;
		background: url(../img/form_icon_register.png) no-repeat center left;
		background-size: 22px 22px;
		color: #FFF;
		font-size: 17px;
		font-weight: bold;
		line-height: 22px;
	}
	#form_subtitle_corporate{
		color:#FFF;
		font-size: 12px;
	}

	.article{
		margin:0 0 20px 0;
	}

	#column_left{
		text-align: center;
		width:100%;
		height:350px;
	}
	#column_right{
		text-align: left;
		width:100%;
		height:auto;
		padding-bottom:30px;
	}
	.column_content{
		padding: 10px 10px 10px 10px;
	}
	
	/* left icons */
	#corp_ico_1, #corp_ico_2, #corp_ico_3, #corp_ico_4{
		width:140px;
		height:50px;
		padding:75px 0 0 0;
		background: url(../img/corp_ico_1.png) no-repeat center top;
		background-size: 70px 70px;
		text-align: center;
		font-size:14px;
		font-weight: bold;
		line-height: 13px;
	}
	#corp_ico_2{
		background: url(../img/corp_ico_2.png) no-repeat center top;
		background-size: 70px 70px;
	}
	#corp_ico_3{
		background: url(../img/corp_ico_3.png) no-repeat center top;
		background-size: 70px 70px;
	}
	#corp_ico_4{
		background: url(../img/corp_ico_4.png) no-repeat center top;
		background-size: 70px 70px;
	}
	
	#corp_ico_food, #corp_ico_flower, #corp_ico_gifts, #corp_ico_currier, #corp_ico_pro{
		display: block;
		text-align: left;
		height:10px;
	}

	.corp_ico_text{
		font-size: 11px;
		font-weight: normal;
	}
}





/****************************/
/* landcape and moving cars */
/****************************/
#ftr_main .houses {
	height: 520px;
	background: url(../img/ftr_houses_white.png) center top repeat-x;
}

#ftr_main .sky1 {
	background: url(../img/ftr_sky_white.png);
}

/* when we have a high res screen */
@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:145dpi) {
	#ftr_main .houses {
		background: url(../img/ftr_houses_white_2x.png) center top repeat-x;
		background-size: 1414px auto
	}
			
	/* sky elements */
	#ftr_main .sky1 {
		background: url(../img/ftr_sky_white_2x.png) 0 0 / 1800px auto
	}
}